Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 5367ff2

Browse files
authored
fix regressions around output vars (#845)
1 parent 4e452f3 commit 5367ff2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

parts/dcosmastervars.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"storageAccountPrefixes": [ "0", "6", "c", "i", "o", "u", "1", "7", "d", "j", "p", "v", "2", "8", "e", "k", "q", "w", "3", "9", "f", "l", "r", "x", "4", "a", "g", "m", "s", "y", "5", "b", "h", "n", "t", "z" ],
4646
"storageAccountPrefixesCount": "[length(variables('storageAccountPrefixes'))]",
4747
{{GetSizeMap}},
48+
{{else}}
49+
"storageAccountPrefixes": [],
4850
{{end}}
4951
{{if .HasManagedDisks}}
5052
"apiVersionStorageManagedDisks": "2016-04-30-preview",

parts/swarmmastervars.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
"vmsPerStorageAccount": 20,
123123
"storageAccountBaseName": "[uniqueString(concat(variables('masterEndpointDNSNamePrefix'),variables('location')))]",
124124
{{GetSizeMap}},
125+
{{else}}
126+
"storageAccountPrefixes": [],
127+
"storageAccountBaseName": "",
125128
{{end}}
126129
{{if .HasManagedDisks}}
127130
"apiVersionStorageManagedDisks": "2016-04-30-preview",

0 commit comments

Comments
 (0)