Azure / autorest.python

Extension for AutoRest (https://github.com/Azure/autorest) that generates Python code
MIT License
76 stars 54 forks source link

add back stream response reading for paging #2656

Closed iscai-msft closed 1 week ago

iscai-msft commented 1 week ago

When we converted completely over to the new requests and responses in azure.core.rest (pr here), we accidentally got rid of streamed paging response reading (see example here). Add back logic for this.

cc @kristapratico