Skip to content

Commit 201aab7

Browse files
committed
Fix typo
Json -> JSON
1 parent d36bd16 commit 201aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ This command lists the Cluster Managers in the specified subscription.
190190
Get-AzNetworkCloudClusterManager -SubscriptionId "$SUB_ID"
191191
```
192192

193-
This command shows the properties of the specified Cluster Manager in Json format.
193+
This command shows the properties of the specified Cluster Manager in JSON format.
194194

195195
```azurepowershell-interactive
196196
Get-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME" -ResourceGroupName "$CLUSTER_MANAGER_RG" -SubscriptionId "$SUB_ID" | ConvertTo-Json

0 commit comments

Comments
 (0)