mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update az104-03b-md-parameters.json
diskSizeGb value is not a string value. Added missing parameter diskEncryptionSetType
This commit is contained in:
parent
7d3eaca66c
commit
e3863dfca7
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user