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
the command $role.AssignableScopes.Remove("/") | Out-Null does not work.
changed it to $role.AssignableScopes.Clear()
as this clears the list of assigned scopes.
0 commit comments