Skip to content

Error retrieving list of subscriptions #650

@polivbr

Description

@polivbr

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

No one assigned

    Labels

    CodeGenIssues that relate to code generationServiceThis issue points to a problem in the service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions