Skip to content

Commit 7b0d5bf

Browse files
Merge pull request #228238 from tejaswikolli-web/16977033
-untagged parameter
2 parents e73675a + 19f188a commit 7b0d5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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.
4040
* `--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.
4141
* `--keep` - Specifies that the latest x number of to-be-deleted tags are retained.
4242
* `--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)