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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Arguments:
105
105
-`--tags` - Space-separated tags: key[=value][key[=value]...]. Use '' to clear existing tags.
106
106
-`--subscription` - Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
107
107
-`--mi-system-assigned` - Enable System-assigned managed identity. One of `--mi-user-assigned` or `--mi-system-assigned` can be used at a time.
108
-
-`--mi-user-assigned` - Space-separated resource IDs of the User-assigned managed identities to be added. One of `--mi-user-assigned` or `--mi-system-assigned` can be used at a time.
108
+
-`--mi-user-assigned` - The resource ID of the user-assigned managed identity to be added. One of `--mi-user-assigned` or `--mi-system-assigned` can be used at a time. Cluster Managers only support one user-assigned managed identity.
109
109
-`--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.
110
110
111
111
Common arguments that are available for every Azure CLI command:
0 commit comments