Skip to content

Commit 22f5860

Browse files
JonathanCrdCopilot
andauthored
[Identity] Prepare 1.18.0-beta.1 release for Azure.Identity (#53948)
* Ran the prepare release script * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 7aaba60 commit 22f5860

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.18.0-beta.1 (Unreleased)
3+
## 1.18.0-beta.1 (2025-11-14)
44

55
### Features Added
66

7-
- Added Kubernetes token proxy support (identity binding mode) to `WorkloadIdentityCredential`. When enabled via the `IsAzureKubernetesTokenProxyEnabled ` option, the credential redirects token requests to an AKS-provided proxy to work around Entra ID's limit on federated identity credentials per managed identity. This feature is opt-in and only available when using `WorkloadIdentityCredential` directly (not supported by `DefaultAzureCredential` or `ManagedIdentityCredential`).
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
7+
- Added Kubernetes token proxy support (identity binding mode) to `WorkloadIdentityCredential`. When enabled via the `IsAzureKubernetesTokenProxyEnabled` option, the credential redirects token requests to an AKS-provided proxy to support scenarios exceeding the [20 federated identity credential limit](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview#use-managed-identity-as-a-federated-identity-credential-fic-on-an-entra-id-app) per Entra ID application. This feature is opt-in and only available when using `WorkloadIdentityCredential` directly (not supported by `DefaultAzureCredential` or `ManagedIdentityCredential`).
128

139
### Other Changes
1410

0 commit comments

Comments
 (0)