Commit 586bc44
authored
[Az.Resources] Adding ApplicationId parameter to get- and remove-azRoleAssignment cmdlets (Azure#26890)
* Update RemoveAzureRoleAssignmentCommand.cs
Adding ApplicationId parameter, with aliases;
- SPN
- ServicePrincipalName
* Update GetAzureRoleAssignmentCommand.cs
Adding ApplicationId parameter, with aliases;
- SPN
- ServicePrincipalName
* adding Applicaiton Id as Alias and remaning SerivcePrincipalName as param name
---------
Co-authored-by: sebastian claesson <[email protected]>1 parent 8d01932 commit 586bc44
File tree
2 files changed
+2
-2
lines changed- src/Resources/Resources/RoleAssignments
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments