-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile initialized as an empty array causing it fail to get !$(profile) configuration #4013
Comments
I think moving |
So talked with Laurent about this issue and the thing is Recommendation is to change the name of profile to something else that is not reserved. |
I thought we are going to use batch for multi-api ? |
Autorest has this logic to define some profile and filter api version and only certain operations/resources. For that |
Just curious, in the multi-api scenario, Are you going to have something like min api, max api, as long as the version or version range defined in the profile within the min api and max api, then this operation/schema will show up in this profile ? |
This logic was added early in autorest v3 design, it was shown problematic in its current design so it was disabled. There is no fixed plans to bring this back yet but those config keys will remain reserved for that potential come back. So can't confirm anything about the functionality but if we bring it back I'll take this into consideration. |
I see. Thanks |
Originally created here Azure/autorest.typescript#880
This cause typescript can't generate track2 SDK for resources RP without manually remove the !$(profile) yaml condition.
The text was updated successfully, but these errors were encountered: