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 Update using PSRoleDefinitionObject example used the New-AzureRmRoleDefinition command to update the role, since you are updating an existing role this fails. You need to use Set-AzureRmRoleDefinition, which is what this article is detailing.
0 commit comments