This commit is contained in:
polichtm 2020-09-23 09:19:39 -04:00 committed by GitHub
parent f112a56fc2
commit b9851c89ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,14 +34,13 @@
"type": "String" "type": "String"
}, },
"networkAccessPolicy": { "networkAccessPolicy": {
"type": "String", "type": "String"
"defaultValue" : "AllowAll"
} }
}, },
"resources": [ "resources": [
{ {
"type": "Microsoft.Compute/disks", "type": "Microsoft.Compute/disks",
"apiVersion": "2019-07-01", "apiVersion": "2020-05-01",
"name": "[parameters('diskName')]", "name": "[parameters('diskName')]",
"location": "[parameters('location')]", "location": "[parameters('location')]",
"tags": {}, "tags": {},