Open
Description
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.