Skip to content

Commit 5fc1f5a

Browse files
authored
[Identity] Prep identity beta releases (#42083)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 6291070 commit 5fc1f5a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

sdk/identity/azure-identity-broker/CHANGELOG.md

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

3-
## 1.3.0b2 (Unreleased)
3+
## 1.3.0b2 (2025-07-17)
44

55
### Features Added
66

77
- Added broker support for Linux and WSL.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.24.0b1 (Unreleased)
3+
## 1.24.0b1 (2025-07-17)
44

55
### Features Added
66

@@ -10,15 +10,13 @@
1010
- `VisualStudioCodeCredential` is now included in the `DefaultAzureCredential` token chain by default.
1111
- `DefaultAzureCredential` now supports authentication with the currently signed-in Windows account, provided the `azure-identity-broker` package is installed. This auth mechanism is added at the end of the `DefaultAzureCredential` credential chain. ([#40335](https://github.com/Azure/azure-sdk-for-python/pull/40335))
1212

13-
### Breaking Changes
13+
## 1.23.1 (2025-07-15)
1414

1515
### Bugs Fixed
1616

1717
- Fixed an issue with `AzurePowerShellCredential` not working correctly for users still using older versions of PowerShell (e.g., Windows PowerShell 5.1) where `-AsPlainText` is not supported in the `ConvertFrom-SecureString` cmdlet. ([#41675](https://github.com/Azure/azure-sdk-for-python/pull/41675))
1818
- Fixed an issue with `AzureCliCredential` being unable to find the correct `az` executable for certain Python versions on Windows. ([#41806](https://github.com/Azure/azure-sdk-for-python/pull/41806))
1919

20-
### Other Changes
21-
2220
## 1.23.0 (2025-05-13)
2321

2422
### Features Added

0 commit comments

Comments
 (0)