Skip to content

Commit 3c88df0

Browse files
Merge pull request #272252 from MayankBargali-MSFT/patch-113
(AzureCXP) fixed type in remove script
2 parents 0090662 + 1adff6c commit 3c88df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/revisions-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ This example removes a label to a revision: (Replace the \<PLACEHOLDERS\> with y
325325
# [Bash](#tab/bash)
326326

327327
```azurecli
328-
az containerapp revision label add \
328+
az containerapp revision label remove \
329329
--revision <REVISION_NAME> \
330330
--resource-group <RESOURCE_GROUP_NAME> \
331331
--label <LABEL_NAME>
@@ -334,7 +334,7 @@ az containerapp revision label add \
334334
# [PowerShell](#tab/powershell)
335335

336336
```azurecli
337-
az containerapp revision label add `
337+
az containerapp revision label remove `
338338
--revision <REVISION_NAME> `
339339
--resource-group <RESOURCE_GROUP_NAME> `
340340
--label <LABEL_NAME>

0 commit comments

Comments
 (0)