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