We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bbaa7b + 201aab7 commit d2e474bCopy full SHA for d2e474b
articles/operator-nexus/howto-cluster-manager.md
@@ -190,7 +190,7 @@ This command lists the Cluster Managers in the specified subscription.
190
Get-AzNetworkCloudClusterManager -SubscriptionId "$SUB_ID"
191
```
192
193
-This command shows the properties of the specified Cluster Manager in Json format.
+This command shows the properties of the specified Cluster Manager in JSON format.
194
195
```azurepowershell-interactive
196
Get-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME" -ResourceGroupName "$CLUSTER_MANAGER_RG" -SubscriptionId "$SUB_ID" | ConvertTo-Json
0 commit comments