Skip to content

Support style: explode #704

@lmazuel

Description

@lmazuel

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

Metadata

Metadata

Labels

feature-requestThis issue requires a new behavior in the product in order be resolved.p0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions