Skip to content

Commit d7d4b7a

Browse files
committed
fixed default values
1 parent d28c2d6 commit d7d4b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"zookeeperVMSize": {
6565
"type": "string",
66-
"defaultValue": "Standard_A3 ",
66+
"defaultValue": "Standard_A3",
6767
"allowedValues": [
6868
"Standard_D2_v2",
6969
"Standard_D3_v2",
@@ -88,7 +88,7 @@
8888
},
8989
"postgresVMSize": {
9090
"type": "string",
91-
"defaultValue": "Standard_DS12 ",
91+
"defaultValue": "Standard_DS12",
9292
"allowedValues": [
9393
"Standard_D2_v2",
9494
"Standard_D3_v2",

0 commit comments

Comments
 (0)