1.18.0-beta.3 (2026-02-20)
Breaking Changes
- Renamed
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto follow .NET naming conventions for boolean properties.
Bugs Fixed
-
Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.
-
Disabled MSAL's internal retry logic for
ConfidentialClientApplicationandPublicClientApplicationto prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.