From 74042bfa3e574ec93215f80d166d0905ffb16abe Mon Sep 17 00:00:00 2001 From: James Finley Date: Wed, 9 Sep 2020 15:09:45 +1200 Subject: [PATCH] Update az104-03b-md-template.json Added the NetworkAccessPolicy parameter that is now included in the ARM template that the portal generates. --- Allfiles/Labs/03/az104-03b-md-template.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Allfiles/Labs/03/az104-03b-md-template.json b/Allfiles/Labs/03/az104-03b-md-template.json index dceb3e86..8e7a8153 100644 --- a/Allfiles/Labs/03/az104-03b-md-template.json +++ b/Allfiles/Labs/03/az104-03b-md-template.json @@ -32,7 +32,10 @@ }, "diskEncryptionSetType": { "type": "String" - } + }, + "NetworkAccessPolicy": { + "type": "String", + "defaultValue" : "AllowAll" }, "resources": [ {