Skip to content

Commit 4429b9f

Browse files
committed
update automerged code
1 parent 499e9aa commit 4429b9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ResourceManager/Resources/Commands.Resources/RoleDefinitions/NewAzureRoleDefinitionCommand.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ public override void ExecuteCmdlet()
6161
{
6262
role = Role;
6363
}
64-
65-
foreach(string scope in role.AssignableScopes)
66-
{
67-
AuthorizationClient.ValidateScope(scope);
68-
}
6964

7065
foreach(var scope in role.AssignableScopes) {
7166
AuthorizationClient.ValidateScope(scope, false);

0 commit comments

Comments
 (0)