Skip to content

Microsoft.Extensions.Azure_1.7.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Aug 17:55
f3de59f

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.