Skip to content

Commit daf7f22

Browse files
authored
[Identity] Prepare release (#43858)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent be8202a commit daf7f22

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.26.0b1 (Unreleased)
3+
## 1.26.0b1 (2025-11-07)
44

55
### Features Added
66

77
- Added support for `WorkloadIdentityCredential` identity binding mode in AKS environments. This feature addresses Entra's limitation on the number of federated identity credentials (FICs) per managed identity by utilizing an AKS proxy that handles FIC exchanges on behalf of pods. ([#43287](https://github.com/Azure/azure-sdk-for-python/pull/43287))
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.25.1 (2025-10-06)
1610

1711
### Other Changes

sdk/identity/azure-identity/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
]
2526
dependencies = [
2627
"azure-core>=1.31.0",

0 commit comments

Comments
 (0)