Update az104-03b-md-template.json

This commit is contained in:
staleycyn 2022-09-01 15:11:22 -07:00 committed by GitHub
parent 0be647e8b8
commit 4b591cc1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,12 +17,6 @@
"sourceResourceId": {
"type": "String"
},
"sourceUri": {
"type": "String"
},
"osType": {
"type": "String"
},
"createOption": {
"type": "String"
},
@ -52,7 +46,6 @@
"createOption": "[parameters('createOption')]"
},
"diskSizeGB": "[parameters('diskSizeGb')]",
"osType": "[parameters('osType')]",
"networkAccessPolicy": "[parameters('networkAccessPolicy')]"
}
}