mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Update az104-03b-md-template.json
This commit is contained in:
parent
74042bfa3e
commit
0ad87f7334
@ -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')]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user