Skip to content

Commit 96f6ba2

Browse files
authored
Merge pull request #110914 from Karishma-Tiwari-MSFT/patch-169
(ForumsTeam) fixes MicrosoftDocs/azure-docs#52095
2 parents b4347c8 + 088fe0a commit 96f6ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-ad-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ The above command creates a three node AKS cluster, but the user, who created th
9393
Once you've created a group and added yourself (and others) as a member, you can update the cluster with the Azure AD group using the following command
9494

9595
```azurecli-interactive
96-
az aks update -g MyResourceGroup -n MyManagedCluster [--aad-admin-group-object-ids <id1,id2>] [--aad-tenant-id <id>]
96+
az aks update -g MyResourceGroup -n MyManagedCluster [--aad-admin-group-object-ids <id>] [--aad-tenant-id <id>]
9797
```
9898
Alternatively, if you first create a group and add members, you can enable the Azure AD group at create time using the following command,
9999

100100
```azurecli-interactive
101-
az aks create -g MyResourceGroup -n MyManagedCluster --enable-aad [--aad-admin-group-object-ids <id1,id2>] [--aad-tenant-id <id>]
101+
az aks create -g MyResourceGroup -n MyManagedCluster --enable-aad [--aad-admin-group-object-ids <id>] [--aad-tenant-id <id>]
102102
```
103103

104104
A successful creation of an Azure AD v2 cluster has the following section in the response body

0 commit comments

Comments
 (0)