generated crates need to support x-ms-pageable
#736
Labels
CodeGen
Issues that relate to code generation
x-ms-pageable
#736
In the specs, the way to support pageable is to provide the field
x-ms-pageable
in the operation. This is described in the autorest specification here:https://github.com/Azure/autorest/blob/main/docs/extensions/readme.md#x-ms-pageable
We should probably use
azure_core::Pageable
and generate aninto_stream
automatically if thex-ms-pageable
is provided.The text was updated successfully, but these errors were encountered: