microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Investigate missing argument completer for certain enums
@timayabi2020 is already working on this.
Since Jan 23, 2025.
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.