Skip to content

Commit a62d833

Browse files
committed
typo update
1 parent 165cbe9 commit a62d833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/includes/kubernetes-cluster/cluster-connect-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ To access your cluster, you need to set up the cluster connect `kubeconfig`. Aft
1919
$MANAGED_RESOURCE_GROUP=(Get-AzNetworkCloudKubernetesCluster -KubernetesClusterName $CLUSTER_NAME `
2020
-SubscriptionId <mySubscription> `
2121
-ResourceGroupName myResourceGroup `
22-
| Select-Object -Property ManagedResourceGroupConfigurationName)
22+
|Select-Object -Property ManagedResourceGroupConfigurationName)
2323
```
2424
2525
2. Run the following command to connect to the cluster.
26-
```azurecpowershell
26+
```azurepowershell
2727
New-AzConnectedKubernetes -ClusterName $CLUSTER_NAME -ResourceGroupName $MANAGED_RESOURCE_GROUP -Location $LOCATION'
2828
```
2929

0 commit comments

Comments
 (0)