Problem with Autorest directives for dynamic argument completion #5070
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
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 :
input-file: osm-openapi.yaml
Or
input-file: osm-openapi.yaml
My Expectation : Get-BsnOsmCliNsi -NetsliceInstanceId
The text was updated successfully, but these errors were encountered: