Skip to content

Commit b7b0497

Browse files
committed
update RBAC for Azure
1 parent ec28c4f commit b7b0497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/api/azure/resourcemanagement/helpers/rbac/Get-MonkeyAzRoleAssignmentForObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Function Get-MonkeyAzRoleAssignmentForObject{
151151
InformationAction = $O365Object.InformationAction;
152152
Tags = @('AzureRbacWarning');
153153
}
154-
Write-Warning @msg
154+
Write-Warning @msg
155155
}
156156
}
157157
"PrincipalId"{

0 commit comments

Comments
 (0)