Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 926adc3

Browse files
committedSep 17, 2019
edits to text and screenshot
1 parent 3469f01 commit 926adc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎articles/container-registry/container-registry-retention-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you want to delete single image tags or manifests using Azure CLI commands, s
2929
* Only a **Premium** container registry can be configured with a retention policy. For information about registry service tiers, see [Azure Container Registry SKUs](container-registry-skus.md).
3030
* Currently, you can only set a retention policy for image manifests that don't have any associated tags (*untagged manifests*). For background on container images and manifests, see [About registries, repositories, and images](container-registry-concepts.md).
3131

32-
## Set a retention policy for untagged manifests - CLI
32+
## Set a retention policy - CLI
3333

3434
The following example shows you how to use the Azure CLI to set a retention policy for untagged manifests in a registry.
3535

@@ -59,13 +59,13 @@ To see the retention policy set in a registry, run the [az acr config retention
5959
az acr config retention show --name myregistry
6060
```
6161

62-
To disable a retention policy in a registry, run the [az acr config retention update][az-acr-config-retention-update] command and set `--Status disabled`:
62+
To disable a retention policy in a registry, run the [az acr config retention update][az-acr-config-retention-update] command and set `--status disabled`:
6363

6464
```azurecli
6565
az acr config retention update --name myregistry --status disabled
6666
```
6767

68-
## Set a retention policy for untagged manifests - portal
68+
## Set a retention policy - portal
6969

7070
You can also set a registry's retention policy in the [Azure portal](https://portal.azure.com). The following example shows you how to use the portal to set a retention policy for untagged manifests in a registry.
7171

0 commit comments

Comments
 (0)
Please sign in to comment.