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
@@ -104,8 +104,8 @@ Arguments:
104
104
-`wait`/`--no-wait` - Wait for command to complete or don't wait for the long-running operation to finish.
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
-
-`--mi-system-assigned` - Enable System-assigned managed identity. Not used if using`--mi-user-assigned`.
108
-
-`--mi-user-assigned` - Space-separated resource IDs of the User-assigned managed identities to be added. Not used if using`--mi-system-assigned`.
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.
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