Skip to content

Commit d76b208

Browse files
authored
Update howto-cluster-manager.md
1 parent 053419e commit d76b208

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
@@ -104,8 +104,8 @@ Arguments:
104104
- `wait`/`--no-wait` - Wait for command to complete or don't wait for the long-running operation to finish.
105105
- `--tags` - Space-separated tags: key[=value] [key[=value]...]. Use '' to clear existing tags.
106106
- `--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.
109109
- `--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.
110110

111111
Common arguments that are available for every Azure CLI command:

0 commit comments

Comments
 (0)