Skip to content

Conversation

@jiasli
Copy link
Member

@jiasli jiasli commented Dec 31, 2021

Description

Fix #20856

azure-keyvault-keys==4.5.0b5 made a breaking change for authentication:

It uses azure-identity's new multi-tenant authentication API get_token(tenant_id=...) from

However, Azure CLI has its own multi-tenant authentication implementation using CredentialAdaptor.get_auxiliary_tokens:

therefore not compatible with azure-identity's implementation.

This leads to failure as described in #20856.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

az keyvault key create fails: Session.request() got an unexpected keyword argument 'tenant_id'

2 participants