Move Pager
to azure_core
since it's Azure-specific
#1909
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
As came up during a REST API LT meeting, paging is Azure-specific and the
Pager<T>
should be moved back intoazure_core
. Will have to see how that impacts the overall response model i.e., does it try to create any pager when deserializing? I'm pretty sure not, but use it as an example of things to check. /cc @jhendrixMSFT @JeffreyRichterThe text was updated successfully, but these errors were encountered: