Skip to content

Commit a013c4f

Browse files
committed
use period
1 parent f842471 commit a013c4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ az networkcloud clustermanager update \
220220

221221
Cluster Manager identity can be managed via CLI using `az networkcloud clustermanager identity` sub commands.
222222

223-
This command shows the currently assigned identities:
223+
This command shows the currently assigned identities.
224224

225225
```azurecli-interactive
226226
az networkcloud clustermanager identity show \
@@ -229,7 +229,7 @@ az networkcloud clustermanager identity show \
229229
--subscription "$SUB_ID"
230230
```
231231

232-
This command adds a new user-assigned identity:
232+
This command adds a new user-assigned identity.
233233

234234
```azurecli-interactive
235235
az networkcloud clustermanager identity assign \
@@ -239,7 +239,7 @@ az networkcloud clustermanager identity assign \
239239
--mi-user-assigned "$UAI_RESOURCE_ID"
240240
```
241241

242-
This command adds a system-assigned identity:
242+
This command adds a system-assigned identity.
243243

244244
```azurecli-interactive
245245
az networkcloud clustermanager identity assign \
@@ -249,7 +249,7 @@ az networkcloud clustermanager identity assign \
249249
--mi-system-assigned
250250
```
251251

252-
This command removes the existing user-assigned identity:
252+
This command removes the existing user-assigned identity.
253253

254254
```azurecli-interactive
255255
az networkcloud clustermanager identity remove \
@@ -259,7 +259,7 @@ az networkcloud clustermanager identity remove \
259259
--mi-user-assigned "$UAI_RESOURCE_ID"
260260
```
261261

262-
This command removes the existing system-assigned identity:
262+
This command removes the existing system-assigned identity.
263263

264264
```azurecli-interactive
265265
az networkcloud clustermanager identity remove \

0 commit comments

Comments
 (0)