File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -266,13 +266,13 @@ It takes several days for the email to send. If your cluster wasn't migrated bef
266
266
267
267
Confirm your AKS cluster is migrated to the AKS-managed Azure Active Directory using the [ ` az aks show ` ] [ az-aks-show ] command.
268
268
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
+ ```
272
272
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:
274
274
275
- ```output
275
+ ``` output
276
276
{
277
277
"adminGroupObjectIDs": [
278
278
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
@@ -285,7 +285,7 @@ Confirm your AKS cluster is migrated to the AKS-managed Azure Active Directory u
285
285
"serverAppSecret": null,
286
286
"tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
287
287
}
288
- ```
288
+ ```
289
289
290
290
291
291
## Next steps
You can’t perform that action at this time.
0 commit comments