Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add ApplicationId to the other *-AzRoleAssignment functions #26889

Open
SebastianClaesson opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
ARM - RBAC Azure PS Team customer-reported feature-request This issue requires a new behavior in the product in order be resolved.

Comments

@SebastianClaesson
Copy link
Contributor

Description of the new feature

The New-AzRoleAssignment has a parameter called "ApplicationId" with the aliases;

  • SPN
  • ServicePrincipalName

However, the Get-AzRoleAssignment only has a parameter called "ServicePrincipalName" with the alias 'SPN'

It's the same story with Remove-AzRoleAssignment.

Proposed implementation details (optional)

Implement aliases for "ApplicationId" for Remove and Get functions.

@SebastianClaesson SebastianClaesson added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Dec 17, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Dec 17, 2024
@isra-fel
Copy link
Member

We need to check if it makes sense ServicePrincipalName being alias of Application ID in all scenarios @VeryEarly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM - RBAC Azure PS Team customer-reported feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

No branches or pull requests

3 participants