You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-cluster-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This Azure region should be used in the `Location` field of the Cluster Manager
35
35
| managedResourceGroupConfiguration | The details of Managed Resource Group that is created for the Cluster Manager to host its internally used resources. |
36
36
| fabricControllerId | The reference to the Network Fabric Controller that is 1:1 with this Cluster Manager |
37
37
| 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 Identityassigned to the Cluster Manager if assigned. |
38
+
| userAssignedIdentity | The details of the User Assigned Managed Identity, if assigned to the Cluster Manager. |
39
39
| identity | The details of the type of identity assigned to the Cluster Manager. One of: UserAssigned or SystemAssigned. |
40
40
| provisioningState | The provisioning status of the latest operation on the Cluster Manager. One of: Succeeded, Failed, Provisioning, Accepted, Updating. |
41
41
| detailedStatus | The detailed statuses that provide additional information about the status of the Cluster Manager. |
@@ -94,7 +94,7 @@ Arguments:
94
94
-`--name` or `-n`[Required] - The name of the Cluster Manager.
95
95
-`--resource-group` or `-g`[Required] - The name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
96
96
-`--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>"`.
98
98
-`--managed-resource-group-configuration` - The configuration of the managed resource group associated with the resource.
0 commit comments