1.14.0 (2025-05-13)
Other Changes
- Removed references to
Username
,Password
,AZURE_USERNAME
, andAZURE_PASSWORD
in XML comments fromEnvironmentCredentialOptions
andEnvironmentCredential
due to lack of MFA support. See MFA enforcement details. - Marked
AZURE_USERNAME
andAZURE_PASSWORD
as obsolete due to lack of MFA support. See MFA enforcement details. - Added support for the
AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.