Skip to content
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

Support style: explode #704

Closed
lmazuel opened this issue Jul 7, 2020 · 1 comment
Closed

Support style: explode #704

lmazuel opened this issue Jul 7, 2020 · 1 comment
Assignees
Labels
feature-request This issue requires a new behavior in the product in order be resolved. p0

Comments

@lmazuel
Copy link
Member

lmazuel commented Jul 7, 2020

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

@lmazuel lmazuel added feature-request This issue requires a new behavior in the product in order be resolved. Autorest v3 refactoring p0 labels Jul 7, 2020
@lmazuel
Copy link
Member Author

lmazuel commented Aug 10, 2020

autorest 5.1.0-preveiw8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requires a new behavior in the product in order be resolved. p0
Projects
None yet
Development

No branches or pull requests

2 participants