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.
The key has expired.
1.7.0 (2023-08-08)
Features Added
Added support for creating WorkloadIdentityCredential objects from the configuration using the "credential": "workloadidentity". Users must provide values for the tenentId, clientId, and newly added tokenFilePath keys in the configuration, or they must set the environment variables AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_FEDERATED_TOKEN_FILE.
Other Changes
Updated dependency Azure.Identity to version 1.9.0.