1.6.0 (2022-10-12)
Features Added
- Support passing a semi-colon delimited list of additional tenants via the
additionallyAllowedTenants
config. See the Azure.Identity Breaking Changes log for more information about this setting.
Bugs Fixed
- The
tenantId
,clientId
,managedIdentityResourceId
, and the newly addedadditionallyAllowedTenants
will be passed onto the createdDefaultAzureCredential
if noclientSecret
orclientCertificate
is provided. Previously, these values would be ignored when falling back to theDefaultAzureCredential
or the user-provided credential specified viaAzureClientFactoryBuilder.UseCredential
.