Skip to content

Commit d85e4f9

Browse files
authored
Update container-registry-faq.md
Lines 49 and 118, corrected "Powershell" to "PowerShell"
1 parent fd497e3 commit d85e4f9

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
@@ -46,7 +46,7 @@ To get credentials using the Azure CLI:
4646
az acr credential show -n myRegistry
4747
```
4848

49-
Using Azure Powershell:
49+
Using Azure PowerShell:
5050

5151
```powershell
5252
Invoke-AzureRmResourceAction -Action listCredentials -ResourceType Microsoft.ContainerRegistry/registries -ResourceGroupName myResourceGroup -ResourceName myRegistry
@@ -115,7 +115,7 @@ If you are on bash:
115115
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@%
116116
```
117117

118-
For Powershell:
118+
For PowerShell:
119119

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

0 commit comments

Comments
 (0)