mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Merge pull request #89 from ydhondt/fix_parameter_type
Fix diskSizeGb type from String to Int
This commit is contained in:
commit
3fc2cd7fbb
@ -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