@@ -220,7 +220,7 @@ az networkcloud clustermanager update \
220
220
221
221
Cluster Manager identity can be managed via CLI using ` az networkcloud clustermanager identity ` sub commands.
222
222
223
- This command shows the currently assigned identities:
223
+ This command shows the currently assigned identities.
224
224
225
225
``` azurecli-interactive
226
226
az networkcloud clustermanager identity show \
@@ -229,7 +229,7 @@ az networkcloud clustermanager identity show \
229
229
--subscription "$SUB_ID"
230
230
```
231
231
232
- This command adds a new user-assigned identity:
232
+ This command adds a new user-assigned identity.
233
233
234
234
``` azurecli-interactive
235
235
az networkcloud clustermanager identity assign \
@@ -239,7 +239,7 @@ az networkcloud clustermanager identity assign \
239
239
--mi-user-assigned "$UAI_RESOURCE_ID"
240
240
```
241
241
242
- This command adds a system-assigned identity:
242
+ This command adds a system-assigned identity.
243
243
244
244
``` azurecli-interactive
245
245
az networkcloud clustermanager identity assign \
@@ -249,7 +249,7 @@ az networkcloud clustermanager identity assign \
249
249
--mi-system-assigned
250
250
```
251
251
252
- This command removes the existing user-assigned identity:
252
+ This command removes the existing user-assigned identity.
253
253
254
254
``` azurecli-interactive
255
255
az networkcloud clustermanager identity remove \
@@ -259,7 +259,7 @@ az networkcloud clustermanager identity remove \
259
259
--mi-user-assigned "$UAI_RESOURCE_ID"
260
260
```
261
261
262
- This command removes the existing system-assigned identity:
262
+ This command removes the existing system-assigned identity.
263
263
264
264
``` azurecli-interactive
265
265
az networkcloud clustermanager identity remove \
0 commit comments