We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The filters included in the latest swagger update will be added in beta.2. We need to support the following kwargs for the list* client methods:
top
skip
maxPageSize
orderBy
The text was updated successfully, but these errors were encountered:
mshaban-msft
kristapratico
No branches or pull requests
The filters included in the latest swagger update will be added in beta.2. We need to support the following kwargs for the list* client methods:
top
skip
maxPageSize
(should call results_per_page?)orderBy
filter. Currently only CreatedDateTimeUtc asc / desc supported. This might take some design work.The text was updated successfully, but these errors were encountered: