1.18.0-beta.1 (2025-11-14)
Features Added
- Added Kubernetes token proxy support (identity binding mode) to
WorkloadIdentityCredential. When enabled via theIsAzureKubernetesTokenProxyEnabledoption, the credential redirects token requests to an AKS-provided proxy to support scenarios exceeding the 20 federated identity credential limit per Entra ID application. This feature is opt-in and only available when usingWorkloadIdentityCredentialdirectly (not supported byDefaultAzureCredentialorManagedIdentityCredential).
Other Changes
- Deprecated legacy
ManagedIdentityCredentialconstructors. UseManagedIdentityCredential(ManagedIdentityId id)orManagedIdentityCredential(ManagedIdentityCredentialOptions options)instead for clearer intent when specifying system-assigned or user-assigned managed identity. (#53800)