-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationServiceThis issue points to a problem in the service.This issue points to a problem in the service.
Description
When attempting to retrieve a list of subscriptions with azure_mgmt_subscription::operations::subscriptions::Client::list()
, I receive the following error:
Deserialize(Error("missing field 'nextLink'", line: 1, column: 1670)
It appears that this is due to SubscriptionListResult::next_link
being non-optional, yet Azure isn't returning a nextLink
field because there aren't enough subscriptions to need to page.
I'd try to pull together a PR, but I don't have the time to figure out the auto-rust magic.
Metadata
Metadata
Assignees
Labels
CodeGenIssues that relate to code generationIssues that relate to code generationServiceThis issue points to a problem in the service.This issue points to a problem in the service.