1.14.0-beta.3 (2025-04-08)
Features Added
DefaultAzureCredentialnow includes silent authentication via the authentication broker on Windows if theAzure.Identity.BrokerNuGet package is referenced. This allows for a more seamless authentication experience when using theDefaultAzureCredentialin Windows environments. Setting theExcludeBrokerCredentialproperty onDefaultAzureCredentialOptionsdisables this feature.
Bugs Fixed
DefaultAzureCredentialno longer sends a probe request on each call toGetToken. It now only happens on the first call.
Other Changes
- Marked
VisualStudioCodeCredentialas obsolete because the VS Code Azure Account extension on which this credential relies has been deprecated. See the Azure Account extension deprecation notice here.