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
Need m4 fix: https://github.com/Azure/autorest.modelerfour/issues/314 Need azure-core: Azure/azure-sdk-for-python#12410 Will fix: Azure/autorest.testserver#197
If style explode, instead of generating something like:
query_parameters['arrayQuery'] = self._serialize.query("array_query", array_query, '[str]', div=',')
We want to generate
query_parameters['arrayQuery'] = [self._serialize.query("array_query", q, 'str') for q in array_query]
Need testserver test: Azure/autorest.testserver#199
The text was updated successfully, but these errors were encountered:
autorest 5.1.0-preveiw8
Sorry, something went wrong.
lmazuel
iscai-msft
No branches or pull requests
Need m4 fix: https://github.com/Azure/autorest.modelerfour/issues/314
Need azure-core: Azure/azure-sdk-for-python#12410
Will fix: Azure/autorest.testserver#197
If style explode, instead of generating something like:
We want to generate
Need testserver test: Azure/autorest.testserver#199
The text was updated successfully, but these errors were encountered: