We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For request body parameters defined in a common place only for reference, it's lost when converting to 3.0. https://github.com/Azure/perks/blob/master/oai2-to-oai3/main.ts#L204
visitParameterDefinitions(parameters: Iterable<Node>) { for (const { key, value, pointer, childIterator } of parameters) { if (value.in !== 'formData' && value.in !== 'body' && value.type !== 'file') {
The text was updated successfully, but these errors were encountered:
Hi @fearthecowboy, is there any update?
Sorry, something went wrong.
@leni-msft Could you reclarify what is the problem here? Do you have a repro in particular?
Would this happen to be the same issue that was fixed here #131
@timotheeguerin please see repro here: Azure/autorest.azureresourceschema#42 (comment)
@leni-msft I believe this is the same issue that I fixed. Could you check it is still happening Azure/autorest#3546 (comment)
@timotheeguerin Great! The issue is gone. Thanks very much!
timotheeguerin
No branches or pull requests
For request body parameters defined in a common place only for reference, it's lost when converting to 3.0.
https://github.com/Azure/perks/blob/master/oai2-to-oai3/main.ts#L204
The text was updated successfully, but these errors were encountered: