From b9851c89ba1fde78ee1db16beb6119eec0a3692e Mon Sep 17 00:00:00 2001 From: polichtm Date: Wed, 23 Sep 2020 09:19:39 -0400 Subject: [PATCH] adressing #155 --- Allfiles/Labs/03/az104-03b-md-template.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Allfiles/Labs/03/az104-03b-md-template.json b/Allfiles/Labs/03/az104-03b-md-template.json index 42668b9b..ccd2e37c 100644 --- a/Allfiles/Labs/03/az104-03b-md-template.json +++ b/Allfiles/Labs/03/az104-03b-md-template.json @@ -34,14 +34,13 @@ "type": "String" }, "networkAccessPolicy": { - "type": "String", - "defaultValue" : "AllowAll" + "type": "String" } }, "resources": [ { "type": "Microsoft.Compute/disks", - "apiVersion": "2019-07-01", + "apiVersion": "2020-05-01", "name": "[parameters('diskName')]", "location": "[parameters('location')]", "tags": {},