Skip to content

missing field "description" using get_service_endpoints method #668

@yerudakoms

Description

@yerudakoms

This works fine:

                    .endpoints_client()
                    .get(&project.organization, &project.name, &service_conn.id)
                    .await

But when I try to list endpoints:

                 .endpoints_client()
                 .get_service_endpoints(&project.organization, &project.name)
                 .await

I get

missing field `description` at line 1 column 76273

I see this on all of my organizations. I suppose the API is mismatched with what's in the package.

Cargo.toml:

azure_devops_rust_api = { version = "0.30.0", features = ["git", "service_endpoint", "build"] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions