Skip to content

Commit e9eee68

Browse files
edits for --keep command
1 parent 323c978 commit e9eee68

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
@@ -44,7 +44,7 @@ At a minimum, specify the following when you run `acr purge`:
4444

4545
* `--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.
4646
* `--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.
47-
* `--keep` - Specifies that the latest x number of to-be-deleted tags are retained.
47+
* `--keep` - Specifies that the latest x number of to-be-deleted tags are retained. The latest tags are determined by the last modified time of the tag.
4848
* `--concurrency` - Specifies a number of purge tasks to process concurrently. A default value is used if this parameter is not provided.
4949

5050
> [!NOTE]

0 commit comments

Comments
 (0)