You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/control-kubeconfig-access.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ The [`az aks get-credentials`][az-aks-get-credentials] command lets you get the
25
25
26
26
There are two Azure roles you can apply to an Azure Active Directory (Azure AD) user or group:
27
27
28
-
1.**Azure Kubernetes Service Cluster Admin Role**
28
+
-**Azure Kubernetes Service Cluster Admin Role**
29
29
30
30
* Allows access to `Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action` API call. This API call [lists the cluster admin credentials][api-cluster-admin].
31
31
* Downloads *kubeconfig* for the *clusterAdmin* role.
32
32
33
-
2.**Azure Kubernetes Service Cluster User Role**
33
+
-**Azure Kubernetes Service Cluster User Role**
34
34
35
35
* Allows access to `Microsoft.ContainerService/managedClusters/listClusterUserCredential/action` API call. This API call [lists the cluster user credentials][api-cluster-user].
0 commit comments