1.14.0-beta.3 (2025-04-08)
Features Added
DefaultAzureCredential
now includes silent authentication via the authentication broker on Windows if theAzure.Identity.Broker
NuGet package is referenced. This allows for a more seamless authentication experience when using theDefaultAzureCredential
in Windows environments. Setting theExcludeBrokerCredential
property onDefaultAzureCredentialOptions
disables this feature.
Bugs Fixed
DefaultAzureCredential
no longer sends a probe request on each call toGetToken
. It now only happens on the first call.
Other Changes
- Marked
VisualStudioCodeCredential
as obsolete because the VS Code Azure Account extension on which this credential relies has been deprecated. See the Azure Account extension deprecation notice here.