Skip to content

Commit ed7b5dd

Browse files
--untagged parameter
1 parent 3e5a04c commit ed7b5dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-registry/container-registry-auto-purge.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ At a minimum, specify the following when you run `acr purge`:
3636

3737
`acr purge` supports several optional parameters. The following two are used in examples in this article:
3838

39-
* `--untagged` - Specifies that all manifests that don't have associated tags (*untagged manifests*) are deleted.
39+
* `--untagged` - Specifies that all manifests that don't have associated tags (*untagged manifests*) are deleted. This parameter also deletes untagged manifests in addition to tags that are already being deleted.
40+
4041
* `--dry-run` - Specifies that no data is deleted, but the output is the same as if the command is run without this flag. This parameter is useful for testing a purge command to make sure it does not inadvertently delete data you intend to preserve.
4142
* `--keep` - Specifies that the latest x number of to-be-deleted tags are retained.
4243
* `--concurrency` - Specifies a number of purge tasks to process concurrently. A default value is used if this parameter is not provided.

0 commit comments

Comments
 (0)