Skip to content

Async credential classes missing from azure.identity.aio #19943

@tonybaloney

Description

@tonybaloney

azure.identity.aio is missing many Credential classes that exist in the azure.identity namespace.

https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/aio/__init__.py#L7-L20

compared with

https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/__init__.py#L11-L27

missing:

  • AzureApplicationCredential
  • DeviceCodeCredential
  • InteractiveBrowserCredential
  • UsernamePasswordCredential

The implementations don't exist at all. I was trying to implement an asyncio application using InteractiveBrowser and DeviceCodeCredential, only to find they don't exist

Metadata

Metadata

Assignees

Labels

Azure.IdentityClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions