Remove old_azure_cli feature from azure_identity #2327
Labels
Azure.Identity
The azure_identity crate
Client
This issue points to a problem in the data-plane of the library.
Milestone
Because the caller of
azure_identity
can't know what version of the Azure CLI is installed, we should remove theold_azure_cli
feature and support bothexpiresOn
andexpires_on
as does Go: https://github.com/Azure/azure-sdk-for-go/blob/d34a8dd747cbaaac577a8b53ec56b970bff09eaa/sdk/azidentity/azure_cli_credential.go#L179-L185This does mean more dependencies but I don't think is something we can avoid.
The text was updated successfully, but these errors were encountered: