Skip to content

Commit e871e32

Browse files
committed
apply scorecard suggestions and fix formatting
1 parent d596bf4 commit e871e32

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,29 @@ az networkcloud clustermanager create \
7777
```
7878

7979
Arguments:
80-
- **--name -n [Required]** - The name of the Cluster Manager.
81-
- **--fabric-controller-id [Required]** - The resource ID of the Network Fabric Controller that is associated with the Cluster Manager.
82-
- **--resource-group -g [Required]** - Name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
83-
- **--analytics-workspace-id** - The resource ID of the Log Analytics Workspace that is used for the logs collection
84-
- **--location -l** - Location. Azure region where the Cluster Manager is created. Values from: `az account list -locations`. You can configure the default location using `az configure --defaults location="$LOCATION"`.
85-
- **--managed-resource-group-configuration** - The configuration of the managed resource group associated with the resource.
86-
- Usage: --managed-resource-group-configuration location=XX name=XX
87-
- location: The region of the managed resource group. If not specified, the region of the
80+
- `--name` or `-n` [Required] - The name of the Cluster Manager.
81+
- `--resource-group` or `-g` [Required] - The name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
82+
- `--fabric-controller-id` [Required] - The resource ID of the Network Fabric Controller that is associated with the Cluster Manager.
83+
- `--analytics-workspace-id` - The resource ID of the Log Analytics Workspace that is used for the logs collection
84+
- `--location` or `-l` - The Azure region where the Cluster Manager is created. Values from: `az account list -locations`. You can configure the default location using `az configure --defaults location="$LOCATION"`.
85+
- `--managed-resource-group-configuration` - The configuration of the managed resource group associated with the resource.
86+
- Usage: `--managed-resource-group-configuration location=XX name=XX`
87+
- location: The region of the managed resource group. If not specified, the region of the
8888
parent resource is chosen.
89-
- name: The name for the managed resource group. If not specified, a unique name is
89+
- name: The name for the managed resource group. If not specified, a unique name is
9090
automatically generated.
91-
- **wait/--no-wait** - Wait for command to complete or don't wait for the long-running operation to finish.
92-
- **--tags** - Space-separated tags: key[=value] [key[=value]...]. Use '' to clear existing tags
93-
- **--subscription** - Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
94-
- **--mi-system-assigned** - Enable System-assigned managed identity.
95-
- **--mi-user-assigned** - Space-separated resource IDs of the User-assigned managed identities to be added.
96-
- **--if-match**/**if-none-match** - Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. The ETag is returned as the resource property once the resource is created and can be used on the update operations.
91+
- `wait`/`--no-wait` - Wait for command to complete or don't wait for the long-running operation to finish.
92+
- `--tags` - Space-separated tags: key[=value] [key[=value]...]. Use '' to clear existing tags
93+
- `--subscription` - Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
94+
- `--mi-system-assigned` - Enable System-assigned managed identity.
95+
- `--mi-user-assigned` - Space-separated resource IDs of the User-assigned managed identities to be added.
96+
- `--if-match`/`if-none-match` - Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. The ETag is returned as the resource property once the resource is created and can be used on the update operations.
9797

9898
Common arguments that are available for every Azure CLI command:
9999

100-
- **--debug** - prints detailed information about CLI execution that is used for debugging purposes. If you find a bug, provide output generated with the `--debug` flag on when submitting a bug report.
101-
- **--output -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.
102-
- **--query** - uses the JMESPath query language to filter the output returned from Azure services.
100+
- `--debug` - prints detailed information about CLI execution that is used for debugging purposes. If you find a bug, provide output generated with the `--debug` flag on when submitting a bug report.
101+
- `--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.
102+
- `--query` - uses the JMESPath query language to filter the output returned from Azure services.
103103

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

@@ -113,15 +113,15 @@ New-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME -Location $LOCATIO
113113
```
114114

115115
Parameters:
116-
- **-Name** - The name of the cluster manager.
117-
- **-ResourceGroupName** - The name of the resource group.
118-
- **-SubscriptionId** - The ID of the target subscription.
119-
- **-FabricControllerId** - The resource ID of the fabric controller that has one to one mapping with the cluster manager.
120-
- **-Location** - The geo-location where the resource lives.
121-
- **-AnalyticsWorkspaceId** - The resource ID of the Log Analytics workspace that is used for the logs collection.
122-
- **-ManagedResourceGroupConfigurationLocation** - The location of the managed resource group. If not specified, the location of the parent resource is chosen.
123-
- **-ManagedResourceGroupConfigurationName** - The name for the managed resource group. If not specified, the unique name is automatically generated.
124-
- **-Tag** - Hashtable of Resource tags.
116+
- `-Name` - The name of the cluster manager.
117+
- `-ResourceGroupName` - The name of the resource group.
118+
- `-SubscriptionId` - The ID of the target subscription.
119+
- `-FabricControllerId` - The resource ID of the fabric controller that has one to one mapping with the cluster manager.
120+
- `-Location` - The geo-location where the resource lives.
121+
- `-AnalyticsWorkspaceId` - The resource ID of the Log Analytics workspace that is used for the logs collection.
122+
- `-ManagedResourceGroupConfigurationLocation` - The location of the managed resource group. If not specified, the location of the parent resource is chosen.
123+
- `-ManagedResourceGroupConfigurationName` - The name for the managed resource group. If not specified, the unique name is automatically generated.
124+
- `-Tag` - Hashtable of Resource tags.
125125

126126
### [ARM Template](#tab/template)
127127

@@ -140,10 +140,10 @@ You can find examples of these two files here:
140140
1. Click on Load file. Locate your clusterManager.jsonc template file and upload it.
141141
1. Click Save.
142142
1. Click Edit parameters.
143-
1. Click Load file. Locate your clusterManager.parameters.jsonc parameters file and upload it.
143+
1. Click Load file. Locate your clusterManager.parameters.jsonc parameters file and upload it.
144144
1. Click Save.
145145
1. Select the correct Subscription.
146-
1. Search for the Resource group if it already exists or create new.
146+
1. Search for the Resource group if it already exists, or create new.
147147
1. Make sure all Instance Details are correct.
148148
1. Click Review + create.
149149

@@ -250,7 +250,7 @@ az networkcloud clustermanager identity assign \
250250
--mi-user-assigned "$UAI_RESOURCE_ID"
251251
```
252252

253-
This command add a system-assigned identity:
253+
This command adds a system-assigned identity:
254254

255255
```azurecli-interactive
256256
az networkcloud clustermanager identity assign \
@@ -260,7 +260,7 @@ az networkcloud clustermanager identity assign \
260260
--mi-system-assigned
261261
```
262262

263-
This command removed the earlier added user-assigned identity:
263+
This command removes the existing user-assigned identity:
264264

265265
```azurecli-interactive
266266
az networkcloud clustermanager identity remove \
@@ -270,7 +270,7 @@ az networkcloud clustermanager identity remove \
270270
--mi-user-assigned "$UAI_RESOURCE_ID"
271271
```
272272

273-
This command removes the earlier added system-assigned identity:
273+
This command removes the existing system-assigned identity:
274274

275275
```azurecli-interactive
276276
az networkcloud clustermanager identity remove \

0 commit comments

Comments
 (0)