Skip to content

Commit 19f188a

Browse files
untagged parameter
1 parent ed7b5dd commit 19f188a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ At a minimum, specify the following when you run `acr purge`:
3737
`acr purge` supports several optional parameters. The following two are used in examples in this article:
3838

3939
* `--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-
4140
* `--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.
4241
* `--keep` - Specifies that the latest x number of to-be-deleted tags are retained.
4342
* `--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)