auth Module

Provides authentication classes for use with the msrest library

Classes

AzureIdentityCredentialAdapter

Adapt any azure-identity credential to work with SDK that needs azure.common.credentials or msrestazure. Default resource is ARM (syntax of endpoint v2) :param credential: Any azure-identity credential (DefaultAzureCredential by default) :param str resource_id: The scope to use to get the token (default ARM)

ConnectionStringAuthentication

ConnectionString class that can be used with msrest to provide SasToken authentication