Skip to content

No module named 'azure.devops.v7_0.release' #454

Closed
@marcsettin

Description

@marcsettin

Version: 7.1.0b1

Code:
`from azure.devops.connection import Connection
from msrest.authentication import BasicAuthentication

personal_access_token = 'TOKEN'

organization_url = 'URL'

credentials = BasicAuthentication('', personal_access_token)
connection = Connection(base_url=organization_url, creds=credentials)

client = connection.clients.get_release_client()`

Error: ModuleNotFoundError: No module named 'azure.devops.v7_0.release'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions