Skip to content

Commit a44791f

Browse files
committed
revert
1 parent 8772cf7 commit a44791f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The role assignment can be done via the Azure portal:
6262

6363
Use the below commands to create a Cluster Manager.
6464

65-
# [Azure CLI](#tab/azure-cli)
65+
### [Azure CLI](#tab/azure-cli)
6666

6767
```azurecli-interactive
6868
az networkcloud clustermanager create \
@@ -101,7 +101,7 @@ Common arguments that are available for every Azure CLI command:
101101
- `--output` or `-o` - specifies the output format. The available output formats are Json, Jsonc (colorized JSON), tsv (Tab-Separated Values), table (human-readable ASCII tables), and yaml. By default the CLI outputs Json.
102102
- `--query` - uses the JMESPath query language to filter the output returned from Azure services.
103103

104-
# [Azure PowerShell](#tab/azure-powershell)
104+
### [Azure PowerShell](#tab/azure-powershell)
105105

106106
```azurepowershell-interactive
107107
$tagHash = @{
@@ -149,11 +149,11 @@ You can find examples of these two files here:
149149

150150
---
151151

152-
## List/show Cluster Manager(s)
152+
## List/show Cluster Managers
153153

154154
List and show commands are used to get a list of existing Cluster Managers or the properties of a specific Cluster Manager.
155155

156-
# [Azure CLI](#tab/azure-cli)
156+
### [Azure CLI](#tab/azure-cli)
157157

158158
This command lists the Cluster Managers in the specified Resource group.
159159

@@ -176,7 +176,7 @@ az networkcloud clustermanager show \
176176
--subscription "$SUB_ID"
177177
```
178178

179-
# [Azure PowerShell](#tab/azure-powershell)
179+
### [Azure PowerShell](#tab/azure-powershell)
180180

181181
This command lists the Cluster Managers in the specified Resource group.
182182

@@ -202,7 +202,7 @@ This command shows the properties of the specified Cluster Manager in Json forma
202202

203203
This command is used to patch properties of the provided Cluster Manager, or update the tags assigned to the Cluster Manager. Properties and tag updates can be done independently.
204204

205-
# [Azure CLI](#tab/azure-cli)
205+
### [Azure CLI](#tab/azure-cli)
206206

207207
This command updates the Cluster Managers in the specified Resource group.
208208

@@ -214,7 +214,7 @@ az networkcloud clustermanager update \
214214
--subscription "$SUB_ID"
215215
```
216216

217-
# [Azure PowerShell](#tab/azure-powershell)
217+
### [Azure PowerShell](#tab/azure-powershell)
218218

219219
```azurepowershell-interactive
220220
$tagHash = @{
@@ -229,7 +229,7 @@ Update-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME -ResourceGroupN
229229

230230
Cluster Manager identity can be managed via CLI using `az networkcloud clustermanager identity` commands.
231231

232-
# [Azure CLI](#tab/azure-cli)
232+
### [Azure CLI](#tab/azure-cli)
233233

234234
This command shows the currently assigned identities:
235235

@@ -280,7 +280,7 @@ az networkcloud clustermanager identity remove \
280280
--mi-system-assigned
281281
```
282282

283-
# [Azure PowerShell](#tab/azure-powershell)
283+
### [Azure PowerShell](#tab/azure-powershell)
284284

285285
Currently not supported.
286286

@@ -357,7 +357,7 @@ This command is used to Delete the provided Cluster Manager.
357357
> [!Warning]
358358
> A Cluster Manager that has an existing associated Network Fabric Controller, or any Clusters that reference this Cluster Manager may not be deleted.
359359
360-
# [Azure CLI](#tab/azure-cli)
360+
### [Azure CLI](#tab/azure-cli)
361361

362362
```azurecli-interactive
363363
az networkcloud clustermanager delete \
@@ -366,7 +366,7 @@ az networkcloud clustermanager delete \
366366
--subscription "$SUB_ID"
367367
```
368368

369-
# [Azure PowerShell](#tab/azure-powershell)
369+
### [Azure PowerShell](#tab/azure-powershell)
370370

371371
```azurepowershell-interactive
372372
$tagHash = @{

0 commit comments

Comments
 (0)