-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
subscription Subscriptions_List requires nextLink #17621
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @anuragdalmia, @ShilpiGautam, @ramaganesan-rg. Issue DetailsIn the
cc @Ochirkhuyag, @navysingla, @mjfrb Lines 101 to 130 in 88e7838
Lines 283 to 301 in 88e7838
This is a swagger quality issue. Tools like the Azure SDK for Rust rely on the service specification matching the service implementation. Azure/azure-sdk-for-rust#650
|
Fixed by #17674. |
In the
subscription
service, theSubscriptions_List
operation returns aSubscriptionListResult
which saysnextLink
is required. The service is not returning anextLink
when there are not enough results for paging. The API version for that operation is2016-06-01
which is used by these tags:cc @Ochirkhuyag, @navysingla, @mjfrb
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/subscription/resource-manager/readme.md
azure-rest-api-specs/specification/subscription/resource-manager/Microsoft.Subscription/stable/2016-06-01/subscriptions.json
Lines 101 to 130 in 88e7838
azure-rest-api-specs/specification/subscription/resource-manager/Microsoft.Subscription/stable/2016-06-01/subscriptions.json
Lines 283 to 301 in 88e7838
This is a swagger quality issue. Tools like the Azure SDK for Rust rely on the service specification matching the service implementation. Azure/azure-sdk-for-rust#650
The text was updated successfully, but these errors were encountered: