Skip to content

Commit 2a56a4e

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#55570
update code snippet with optional parameter option -o table (https://docs.microsoft.com/en-us/cli/azure/ext/connectedk8s/connectedk8s?view=azure-cli-latest#ext-connectedk8s-az-connectedk8s-list-optional-parameters)
1 parent 390a169 commit 2a56a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/connect-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Helm release deployment succeeded
150150
List your connected clusters:
151151

152152
```console
153-
az connectedk8s list -g AzureArcTest
153+
az connectedk8s list -g AzureArcTest -o table
154154
```
155155

156156
**Output:**
@@ -215,4 +215,4 @@ To remove the agents in the cluster you need to run `az connectedk8s delete` or
215215
## Next steps
216216

217217
* [Use GitOps in a connected cluster](./use-gitops-connected-cluster.md)
218-
* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)
218+
* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)

0 commit comments

Comments
 (0)