From b05e1cc3359fbd7e7f729fbabfead1a3d740db2a Mon Sep 17 00:00:00 2001 From: Yves Dhondt Date: Tue, 9 Jun 2020 21:41:24 +0200 Subject: [PATCH] Fix diskSizeGb type from String to Int --- Allfiles/Labs/03/az104-03b-md-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allfiles/Labs/03/az104-03b-md-template.json b/Allfiles/Labs/03/az104-03b-md-template.json index 3eed07e1..4c9a6e2e 100644 --- a/Allfiles/Labs/03/az104-03b-md-template.json +++ b/Allfiles/Labs/03/az104-03b-md-template.json @@ -12,7 +12,7 @@ "type": "String" }, "diskSizeGb": { - "type": "String" + "type": "Int" }, "sourceResourceId": { "type": "String"