You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.24.0 (2025-05-06)
Features Added
AzureDeveloperCliCredential authenticates the identity logged in to the Azure Developer CLI.
Added the AzureDeveloperCliCredential to the DefaultAzureCredential.
Breaking Changes
Moved WorkloadIdentityCredential::new arguments into WorkloadIdentityCredentialOptions except token, which has been removed (the credential now reads service account tokens only from a file).
Removed ClientAssertionCredential::from_env and ClientCertificateCredential::from_env.
Removed WorkloadIdentityCredential::from_env. ::new now reads the same environment variables except for AZURE_FEDERATED_TOKEN (the Workload Identity webhook doesn't set that variable). WorkloadIdentityCredentialOptions overrides environment variable values.