Skip to content

Commit a9435a9

Browse files
authored
Update howto-cluster-manager.md
Updates from comments.
1 parent 0e72853 commit a9435a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This Azure region should be used in the `Location` field of the Cluster Manager
3535
| managedResourceGroupConfiguration | The details of Managed Resource Group that is created for the Cluster Manager to host its internally used resources. |
3636
| fabricControllerId | The reference to the Network Fabric Controller that is 1:1 with this Cluster Manager |
3737
| clusterVersions[] | The list of Cluster versions that the Cluster Manager supports. It's used as an input in the Cluster clusterVersion property. |
38-
| userAssignedIdentity | The details of the User Assigned Managed Identity assigned to the Cluster Manager if assigned. |
38+
| userAssignedIdentity | The details of the User Assigned Managed Identity, if assigned to the Cluster Manager. |
3939
| identity | The details of the type of identity assigned to the Cluster Manager. One of: UserAssigned or SystemAssigned. |
4040
| provisioningState | The provisioning status of the latest operation on the Cluster Manager. One of: Succeeded, Failed, Provisioning, Accepted, Updating. |
4141
| detailedStatus | The detailed statuses that provide additional information about the status of the Cluster Manager. |
@@ -94,7 +94,7 @@ Arguments:
9494
- `--name` or `-n` [Required] - The name of the Cluster Manager.
9595
- `--resource-group` or `-g` [Required] - The name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
9696
- `--fabric-controller-id` [Required] - The resource ID of the Network Fabric Controller that is associated with the Cluster Manager.
97-
- `--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"`.
97+
- `--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>"`.
9898
- `--managed-resource-group-configuration` - The configuration of the managed resource group associated with the resource.
9999
- Usage: `--managed-resource-group-configuration location=XX name=XX`
100100
- location: The region of the managed resource group. If not specified, the region of the

0 commit comments

Comments
 (0)