msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Investigate missing argument completer for certain enums

Open peombwa opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Enum properties should have argument completer for their values. Some enum parameters such as New-MgBetaIdentityGovernanceLifecycleWorkflow -DisplayName "PS Test AF" -Category ... (lifecycleWorkflowCategory) are missing argument completer. See https://github.com/azure/AutoRest/blob/master/Documentation/swagger-extensions.md#x-ms-enum.

Describe the solution you'd like Argument complete should be provided for all enums. This is not a blocking issue as customers can still provide the enum values without an argument completer.

Describe alternatives you've considered N/A

Additional context N/A

peombwa avatar Jul 10 '23 18:07 peombwa