Skip to content

Commit 07aab95

Browse files
committed
fix(marketplace): address arm-ttk errs
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 610ab2c commit 07aab95

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

marketplace/createUIDefinition.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
"min": 1,
203203
"max": 10,
204204
"label": "VMCount",
205-
"subLabel": "",
206205
"defaultValue": 1,
207206
"showStepMarkers": false,
208207
"toolTip": "Specify VM count",

marketplace/mainTemplate.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"name": "[parameters('clusterResourceName')]",
145145
"location": "[parameters('location')]",
146146
"dependsOn": [],
147-
"tags": {},
148147
"sku": {
149148
"name": "Basic",
150149
"tier": "Free"
@@ -171,9 +170,7 @@
171170
"type": "VirtualMachineScaleSets",
172171
"mode": "System",
173172
"maxPods": 110,
174-
"availabilityZones": [],
175-
"enableNodePublicIP": false,
176-
"tags": {}
173+
"enableNodePublicIP": false
177174
}
178175
],
179176
"networkProfile": {
@@ -203,9 +200,7 @@
203200
"properties": {
204201
"extensionType": "[variables('clusterExtensionTypeName')]",
205202
"autoUpgradeMinorVersion": true,
206-
"releaseTrain": "[variables('releaseTrain')]",
207-
"configurationSettings": {},
208-
"configurationProtectedSettings": {}
203+
"releaseTrain": "[variables('releaseTrain')]"
209204
},
210205
"plan": {
211206
"name": "[variables('plan-name')]",

0 commit comments

Comments
 (0)