mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-08 18:07:04 +00:00
Fix diskSizeGb type from String to Int
This commit is contained in:
parent
d5438efa9d
commit
b05e1cc335
@ -12,7 +12,7 @@
|
|||||||
"type": "String"
|
"type": "String"
|
||||||
},
|
},
|
||||||
"diskSizeGb": {
|
"diskSizeGb": {
|
||||||
"type": "String"
|
"type": "Int"
|
||||||
},
|
},
|
||||||
"sourceResourceId": {
|
"sourceResourceId": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user