Skip to content

Commit ee6620b

Browse files
committed
Remove unused parameters from CVM configurable cluster template
1 parent b3e4263 commit ee6620b

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

quickstarts/microsoft.azurestackhci/create-cvm-configurable-cluster/azuredeploy.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -403,19 +403,6 @@
403403
"description": "The enable storage auto ip value for deploying a hci cluster"
404404
}
405405
},
406-
"clusterPattern": {
407-
"defaultValue": "RackAware",
408-
"type": "string",
409-
"metadata": {
410-
"description": "Supported Storage Type for HCI Cluster: Standard and RackAware"
411-
}
412-
},
413-
"localAvailabilityZones": {
414-
"type": "array",
415-
"metadata": {
416-
"description": "Local Availability Zone information for HCI cluster"
417-
}
418-
},
419406
"customLocation": {
420407
"defaultValue": "",
421408
"type": "string",

quickstarts/microsoft.azurestackhci/create-cvm-configurable-cluster/azuredeploy.parameters.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -189,25 +189,6 @@
189189
"enableStorageAutoIp": {
190190
"value": true
191191
},
192-
"clusterPattern": {
193-
"value": "RackAware"
194-
},
195-
"localAvailabilityZones": {
196-
"value": [
197-
{
198-
"localAvailabilityZoneName": "ZoneA",
199-
"nodes": [
200-
"vhost1"
201-
]
202-
},
203-
{
204-
"localAvailabilityZoneName": "ZoneB",
205-
"nodes": [
206-
"vhost2"
207-
]
208-
}
209-
]
210-
},
211192
"customLocation": {
212193
"value": ""
213194
},

0 commit comments

Comments
 (0)