Fix diskSizeGb type from String to Int

This commit is contained in:
Yves Dhondt 2020-06-09 21:41:24 +02:00
parent d5438efa9d
commit b05e1cc335

View File

@ -12,7 +12,7 @@
"type": "String" "type": "String"
}, },
"diskSizeGb": { "diskSizeGb": {
"type": "String" "type": "Int"
}, },
"sourceResourceId": { "sourceResourceId": {
"type": "String" "type": "String"