mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 08:39:08 +00:00
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:
parent
47d1fd7907
commit
74042bfa3e
@ -32,7 +32,10 @@
|
|||||||
},
|
},
|
||||||
"diskEncryptionSetType": {
|
"diskEncryptionSetType": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
},
|
||||||
|
"NetworkAccessPolicy": {
|
||||||
|
"type": "String",
|
||||||
|
"defaultValue" : "AllowAll"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user