Update az104-03b-md-template.json

Added the NetworkAccessPolicy parameter that is now included in the ARM template that the portal generates.
This commit is contained in:
James Finley 2020-09-09 15:09:45 +12:00 committed by GitHub
parent 47d1fd7907
commit 74042bfa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,10 @@
},
"diskEncryptionSetType": {
"type": "String"
}
},
"NetworkAccessPolicy": {
"type": "String",
"defaultValue" : "AllowAll"
},
"resources": [
{