Update az104-03b-md-template.json

This commit is contained in:
James Finley 2020-09-09 15:11:39 +12:00 committed by GitHub
parent 74042bfa3e
commit 0ad87f7334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
"diskEncryptionSetType": { "diskEncryptionSetType": {
"type": "String" "type": "String"
}, },
"NetworkAccessPolicy": { "networkAccessPolicy": {
"type": "String", "type": "String",
"defaultValue" : "AllowAll" "defaultValue" : "AllowAll"
}, },
@ -52,7 +52,8 @@
"createOption": "[parameters('createOption')]" "createOption": "[parameters('createOption')]"
}, },
"diskSizeGB": "[parameters('diskSizeGb')]", "diskSizeGB": "[parameters('diskSizeGb')]",
"osType": "[parameters('osType')]" "osType": "[parameters('osType')]",
"networkAccessPolicy": "[parameters('networkAccessPolicy')]"
} }
} }
] ]