Skip to content

Commit 4fed00e

Browse files
authored
Merge pull request #99596 from vickenliu/patch-1
Update container-registry-delete.md
2 parents 64922ae + a367153 commit 4fed00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To maintain the size of a repository or registry, you might need to periodically
108108
The following Azure CLI command lists all manifest digests in a repository older than a specified timestamp, in ascending order. Replace `<acrName>` and `<repositoryName>` with values appropriate for your environment. The timestamp could be a full date-time expression or a date, as in this example.
109109

110110
```azurecli
111-
az acr manifest list-metadata --name <repositoryName> --registry <acrName> <repositoryName> \
111+
az acr manifest list-metadata --name <repositoryName> --registry <acrName> \
112112
--orderby time_asc -o tsv --query "[?lastUpdateTime < '2019-04-05'].[digest, lastUpdateTime]"
113113
```
114114

0 commit comments

Comments
 (0)