microsoftgraph / entra-powershell

Microsoft Entra PowerShell
https://aka.ms/entraps
MIT License
59 stars 12 forks source link

Increase the usability with parameter aliases #879

Open alexandair opened 3 months ago

alexandair commented 3 months ago

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 ...
snehalkotwal commented 3 months ago

@alexandair Thanks for raising the issue, We are looking into it.

SteveMutungi254 commented 2 weeks ago

@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.