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 thetenentId
,clientId
, and newly addedtokenFilePath
keys in the configuration, or they must set the environment variablesAZURE_TENANT_ID
,AZURE_CLIENT_ID
, andAZURE_FEDERATED_TOKEN_FILE
.
Other Changes
- Updated dependency
Azure.Identity
to version1.9.0
.