Azure / Azure/autorest.powershell
Positional Parameter Support
Open
feature-request
P2
- Dominant language
- C#
- Stars
- 123
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
- Default Behavior
- For ByName Parameter Set
- Only Names should be positional parameters, and should occur in reverse order (Name, parent Name, etc.)
- There should never be more than 4 positional parameters - if a resource has 3 ancestors, it should have no positional parameters in this parameter set.
- For ByInputObject parameter set
- InputObject should have position 0
- Configuration Support
- Should be able to address ‘Position’ as a property of parameter in cmdlet directives
- Suppress position
- Set Position Number
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.