Skip to content

Commit abd3693

Browse files
Add azurecli tag per discussion with team.
1 parent 6da3dfe commit abd3693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ ACR supports Docker Registry HTTP API V2. The APIs can be accessed at
110110

111111
If you are on bash:
112112

113-
```bash
113+
```azurecli
114114
az acr repository show-manifests -n myRegistry --repository myRepository --query "[?tags[0]==null].digest" -o tsv | xargs -I% az acr repository delete -n myRegistry -t myRepository@%
115115
```
116116

117117
For Powershell:
118118

119-
```powershell
119+
```azurecli
120120
az acr repository show-manifests -n myRegistry --repository myRepository --query "[?tags[0]==null].digest" -o tsv | %{ az acr repository delete -n myRegistry -t myRepository@$_ }
121121
```
122122

0 commit comments

Comments
 (0)