Merge pull request #89 from ydhondt/fix_parameter_type

Fix diskSizeGb type from String to Int
This commit is contained in:
polichtm 2020-06-09 16:20:47 -04:00 committed by GitHub
commit 3fc2cd7fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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