entra-powershell icon indicating copy to clipboard operation
entra-powershell copied to clipboard

Increase the usability with parameter aliases

Open alexandair opened this issue 1 year ago • 2 comments

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 avatar Jul 01 '24 10:07 alexandair

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

snehalkotwal avatar Jul 02 '24 04:07 snehalkotwal

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

SteveMutungi254 avatar Sep 15 '24 17:09 SteveMutungi254

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

SteveMutungi254 avatar Oct 28 '24 15:10 SteveMutungi254

Sure, go ahead.

alexandair avatar Oct 28 '24 18:10 alexandair