Skip to content

Commit bf96613

Browse files
authored
Update manage-azure-rbac.md
1 parent 3c71e39 commit bf96613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/manage-azure-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ az role assignment create --role "Azure Kubernetes Service RBAC Admin" --assigne
106106
> [!NOTE]
107107
> In Azure portal, after creating role assignments scoped to a desired namespace, you won't be able to see "role assignments" for namespace [at a scope][list-role-assignments-at-a-scope-at-portal]. You can find it by using the [`az role assignment list`][az-role-assignment-list] command, or [list role assignments for a user or group][list-role-assignments-for-a-user-or-group-at-portal], which you assigned the role to.
108108
>
109-
```azurecli-interactive
109+
> ```azurecli-interactive
110110
> az role assignment list --scope $AKS_ID/namespaces/<namespace-name>
111111
> ```
112112

0 commit comments

Comments
 (0)