Update az104-03b-md-parameters.json

diskSizeGb value is not a string value.
Added missing parameter diskEncryptionSetType
This commit is contained in:
Raymond Comvalius 2020-06-08 10:39:32 +02:00 committed by GitHub
parent 7d3eaca66c
commit e3863dfca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,13 @@
"value": "Standard_LRS" "value": "Standard_LRS"
}, },
"diskSizeGb": { "diskSizeGb": {
"value": "32" "value": 32
}, },
"createOption": { "createOption": {
"value": "empty" "value": "empty"
},
"diskEncryptionSetType": {
"value": "EncryptionAtRestWithPlatformKey"
} }
} }
} }