Increase the usability with parameter aliases
AzureAD commands use the -ObjectId parameter.
Microsoft Graph PowerShell commands use the specific parameter names like -UserId, -GroupId...
Add parameter aliases when it's appropriate, so that users can run:
Get-EntraUser -ObjectId ...
Get-EntraUser -UserId ...
Get-EntraApplication -ObjectId ...
Get--EntraApplication -ApplicationId ...
@alexandair Thanks for raising the issue, We are looking into it.
@alexandair: We're close to finalizing work on this issue and wanted to give you a heads-up for early feedback. You can expect to see a lot of PRs coming in for this.
@alexandair: I’d like to close this issue as the main work is complete. We’ll raise PRs for any edge cases or missed commands as needed.
Sure, go ahead.