File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/container-registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ To get credentials using the Azure CLI:
46
46
az acr credential show -n myRegistry
47
47
```
48
48
49
- Using Azure Powershell :
49
+ Using Azure PowerShell :
50
50
51
51
``` powershell
52
52
Invoke-AzureRmResourceAction -Action listCredentials -ResourceType Microsoft.ContainerRegistry/registries -ResourceGroupName myResourceGroup -ResourceName myRegistry
@@ -115,7 +115,7 @@ If you are on bash:
115
115
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@%
116
116
```
117
117
118
- For Powershell :
118
+ For PowerShell :
119
119
120
120
``` azurecli
121
121
az acr repository show-manifests -n myRegistry --repository myRepository --query "[?tags[0]==null].digest" -o tsv | %{ az acr repository delete -n myRegistry -t myRepository@$_ }
You can’t perform that action at this time.
0 commit comments