Skip to content

Commit 0358f43

Browse files
authored
Update azure-kubernetes-recipe.md
Replace deprecated --o with --output in az acr show example due to ambiguity error
1 parent 39d3e11 commit 0358f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/containers/azure-kubernetes-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The following steps are needed to get the required information to connect your c
191191
1. Get your container registry ID.
192192
193193
```azurecli-interactive
194-
az acr show --resource-group cogserv-container-rg --name pattyregistry --query "id" --o table
194+
az acr show --resource-group cogserv-container-rg --name pattyregistry --query "id" --output table
195195
```
196196
197197
Save the output for the scope parameter value, `<acrId>`, in the next step. It looks like:

0 commit comments

Comments
 (0)