Skip to content

Commit dc02fb5

Browse files
authored
Update azure-ad-integration-cli.md
1 parent a269eee commit dc02fb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/azure-ad-integration-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ It takes several days for the email to send. If your cluster wasn't migrated bef
266266

267267
Confirm your AKS cluster is migrated to the AKS-managed Azure Active Directory using the [`az aks show`][az-aks-show] command.
268268

269-
```azurecli-interactive
270-
az aks show -g <RGName> -n <ClusterName> --query "aadProfile"
271-
```
269+
```azurecli
270+
az aks show -g <RGName> -n <ClusterName> --query "aadProfile"
271+
```
272272

273-
If your cluster is using the AKS-managed Azure Active Directory, the output shows `managed` is `true`. For example:
273+
If your cluster is using the AKS-managed Azure Active Directory, the output shows `managed` is `true`. For example:
274274

275-
```output
275+
```output
276276
{
277277
"adminGroupObjectIDs": [
278278
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
@@ -285,7 +285,7 @@ Confirm your AKS cluster is migrated to the AKS-managed Azure Active Directory u
285285
"serverAppSecret": null,
286286
"tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
287287
}
288-
```
288+
```
289289

290290

291291
## Next steps

0 commit comments

Comments
 (0)