Skip to content

Commit a367153

Browse files
authored
Update container-registry-delete.md
remove the extra param in the command
1 parent f22d045 commit a367153

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
@@ -106,7 +106,7 @@ To maintain the size of a repository or registry, you might need to periodically
106106
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.
107107

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

0 commit comments

Comments
 (0)