From ac25b06322ef8565c9184da9772ef3c9068d3114 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:14:10 -0700 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...3b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index a15a79e7..2b004d63 100644 --- a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -72,12 +72,6 @@ In this task, you will create an Azure disk resource by using an Azure Resource "sourceResourceId": { "type": "String" }, - "sourceUri": { - "type": "String" - }, - "osType": { - "type": "String" - }, ``` ```json @@ -85,10 +79,6 @@ In this task, you will create an Azure disk resource by using an Azure Resource "defaultValue": "V1", "type": "String" }, - ``` - - ```json - "osType": "[parameters('osType')]", ``` >**Note**: These parameters are removed since they are not applicable to the current deployment. In particular, sourceResourceId, sourceUri, osType, and hyperVGeneration parameters are applicable to creating an Azure disk from an existing VHD file.