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
azure.identity.aiois missing manyCredentialclasses that exist in theazure.identitynamespace.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:
The implementations don't exist at all. I was trying to implement an asyncio application using
InteractiveBrowserandDeviceCodeCredential, only to find they don't exist