-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use $top with list users #13625
Comments
Hey @Stono Can you share which package are you using here? This repo houses multiple packages, and it would help to know which one are you using. |
Sorry, |
Thanks @Stono I don't see I may be wrong here... @joheredi, This package is auto generated using the v4 code gen. Can you share if there is any way to control the page size? |
@ramya-rao-a Generally, in our core-paging package, we have a
settings as input which by default is an object with maxPageSize field that controls the size of the page.
Correct me if I am wrong @joheredi but I think this paging support was recently implemented in the code generator v6 and this package was not generated in a long time. |
@deyaaeldeen This issue is for the |
@Stono I created a fix but I would like to verify that it works for you. Could you please run this to create the patched package locally? The package will be created in this path: |
Hello |
Thanks for getting back to us on this @Stono Closing this issue as per #13858 (comment) |
add packageversion (Azure#13625) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
Describe the bug
Hi,
I can't for the life of me get $top working when listing users.
When i run this code, i always get a page size of 100 regardless what value i set '$top' to. Can you see what i'm doing wrong?
The text was updated successfully, but these errors were encountered: