Implement autocomplete in autorest with directives #5071
Unanswered
amirhosseinmirmohammad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using Autorest to generate PowerShell cmdlets and I want to implement argument completion for a parameter dynamically using another cmdlet (e.g., Get-BsnOsmCliNSinstance).
I’ve read about using directives in Autorest and tried setting a completer like this in my configuration.yaml:
This is my script :
Or
My Expectation : Get-BsnOsmCliNsi -NetsliceInstanceId
Beta Was this translation helpful? Give feedback.
All reactions