-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.p0
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.p0