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
Invoke-Usecase-Name 'RoleAssignmentAndCustomRoleDefinition'-Description "Assign a reader role and create a custom role definition"-UsecaseBlock `
@@ -502,11 +502,13 @@ while ($runCount -le $NumberOfIterations)
502
502
503
503
Invoke-Usecase-Name 'RemoveReaderRoleAssignment'-Description "Remove Reader role assignment from Service Principle - $($servicePrincipal.DisplayName)"-UsecaseBlock `
504
504
{
505
+
$parameters=@{}
506
+
if ((Get-Module AzureRM -ListAvailable).Version -le"1.2.10") {$parameters=@{"Force"=$True}}
0 commit comments