Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
142 stars 165 forks source link

Enable raw array response to pageable result #3107

Open pshao25 opened 1 year ago

pshao25 commented 1 year ago

We need let users decide whether an operation should return pageable.

Depend on https://github.com/Azure/cadl-azure/issues/2588

chunyu3 commented 1 year ago

In azure-dpg, add decorate on operation to indicate turn array response to pageable result.