@@ -27,86 +27,86 @@ Please notice that this cmdlet will mark `ObjectType` as `Unknown` in output if
27
27
```
28
28
Remove-AzRoleAssignment -ObjectId <String> [-Scope <String>] -RoleDefinitionName <String> [-PassThru]
29
29
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
30
- [-WhatIf] [-Confirm] [<CommonParameters>]
30
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
31
31
```
32
32
33
33
### ResourceWithObjectIdParameterSet
34
34
```
35
35
Remove-AzRoleAssignment -ObjectId <String> -ResourceGroupName <String> -ResourceName <String>
36
36
-ResourceType <String> [-ParentResource <String>] -RoleDefinitionName <String> [-PassThru]
37
37
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
38
- [-WhatIf] [-Confirm] [<CommonParameters>]
38
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
39
39
```
40
40
41
41
### ResourceGroupWithObjectIdParameterSet
42
42
```
43
43
Remove-AzRoleAssignment -ObjectId <String> -ResourceGroupName <String> -RoleDefinitionName <String> [-PassThru]
44
44
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
45
- [-WhatIf] [-Confirm] [<CommonParameters>]
45
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
46
46
```
47
47
48
48
### ScopeWithObjectIdParameterSet
49
49
```
50
50
Remove-AzRoleAssignment -ObjectId <String> [-Scope <String>] -RoleDefinitionName <String> [-PassThru]
51
51
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
52
- [-WhatIf] [-Confirm] [<CommonParameters>]
52
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
53
53
```
54
54
55
55
### RoleIdWithScopeAndObjectIdParameterSet
56
56
```
57
57
Remove-AzRoleAssignment -ObjectId <String> [-Scope <String>] -RoleDefinitionId <Guid> [-PassThru]
58
58
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
59
- [-WhatIf] [-Confirm] [<CommonParameters>]
59
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
60
60
```
61
61
62
62
### ResourceWithSignInNameParameterSet
63
63
```
64
64
Remove-AzRoleAssignment -SignInName <String> -ResourceGroupName <String> -ResourceName <String>
65
65
-ResourceType <String> [-ParentResource <String>] -RoleDefinitionName <String> [-PassThru]
66
66
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
67
- [-WhatIf] [-Confirm] [<CommonParameters>]
67
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
68
68
```
69
69
70
70
### ResourceGroupWithSignInNameParameterSet
71
71
```
72
72
Remove-AzRoleAssignment -SignInName <String> -ResourceGroupName <String> -RoleDefinitionName <String>
73
73
[-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
74
- [-WhatIf] [-Confirm] [<CommonParameters>]
74
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
75
75
```
76
76
77
77
### ScopeWithSignInNameParameterSet
78
78
```
79
79
Remove-AzRoleAssignment -SignInName <String> [-Scope <String>] -RoleDefinitionName <String> [-PassThru]
80
80
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
81
- [-WhatIf] [-Confirm] [<CommonParameters>]
81
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
82
82
```
83
83
84
84
### ResourceWithSPNParameterSet
85
85
```
86
86
Remove-AzRoleAssignment -ServicePrincipalName <String> -ResourceGroupName <String> -ResourceName <String>
87
87
-ResourceType <String> [-ParentResource <String>] -RoleDefinitionName <String> [-PassThru]
88
88
[-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
89
- [-WhatIf] [-Confirm] [<CommonParameters>]
89
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
90
90
```
91
91
92
92
### ResourceGroupWithSPNParameterSet
93
93
```
94
94
Remove-AzRoleAssignment -ServicePrincipalName <String> -ResourceGroupName <String> -RoleDefinitionName <String>
95
95
[-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
96
- [-WhatIf] [-Confirm] [<CommonParameters>]
96
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
97
97
```
98
98
99
99
### ScopeWithSPNParameterSet
100
100
```
101
101
Remove-AzRoleAssignment -ServicePrincipalName <String> [-Scope <String>] -RoleDefinitionName <String>
102
102
[-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile <IAzureContextContainer>]
103
- [-WhatIf] [-Confirm] [<CommonParameters>]
103
+ [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
104
104
```
105
105
106
106
### RoleAssignmentParameterSet
107
107
```
108
108
Remove-AzRoleAssignment [-PassThru] [-InputObject] <PSRoleAssignment> [-SkipClientSideScopeValidation]
109
- [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
109
+ [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
110
110
[<CommonParameters>]
111
111
```
112
112
@@ -229,6 +229,21 @@ Accept pipeline input: False
229
229
Accept wildcard characters : False
230
230
` ` `
231
231
232
+ ### -ProgressAction
233
+ {{ Fill ProgressAction Description }}
234
+
235
+ ` ` ` yaml
236
+ Type : System.Management.Automation.ActionPreference
237
+ Parameter Sets : (All)
238
+ Aliases : proga
239
+
240
+ Required : False
241
+ Position : Named
242
+ Default value : None
243
+ Accept pipeline input : False
244
+ Accept wildcard characters : False
245
+ ` ` `
246
+
232
247
### -ResourceGroupName
233
248
The resource group name that the role is assigned to.
234
249
Attempts to delete an assignment at the specified resource group scope.
@@ -339,7 +354,7 @@ The ServicePrincipalName of the Microsoft Entra application
339
354
` ` ` yaml
340
355
Type : System.String
341
356
Parameter Sets : ResourceWithSPNParameterSet, ResourceGroupWithSPNParameterSet, ScopeWithSPNParameterSet
342
- Aliases : SPN
357
+ Aliases : SPN, ApplicationId
343
358
344
359
Required : True
345
360
Position : Named
0 commit comments