Skip to content

Commit e672501

Browse files
jsquireCopilot
andauthored
[Identity] Broker release prep (Azure#51212)
* [Identity] Broker release prep The focus of these changes is to prepare the Azure.Identity.Broker package for a new beta release, needed to apply a security fix from the transitive MSAL dependency. * Update sdk/identity/Azure.Identity.Broker/CHANGELOG.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 305808a commit e672501

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/identity/Azure.Identity.Broker/CHANGELOG.md

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

3-
## 1.3.0-beta.4 (Unreleased)
3+
## 1.3.0-beta.4 (2025-07-11)
44

55
### Features Added
66

77
- Support Microsoft Broker on macOS.
88

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

11+
- Updated `Azure.Identity` to 1.14.2 to apply a security fix in the updated `Microsoft.Identity.Client` dependency.
12+
1513
## 1.3.0-beta.3 (2025-06-10)
1614

1715
### Features Added

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.15.0-beta.1
44

55
### Features Added
6+
67
- Expanded the set of acceptable values for environment variable `AZURE_TOKEN_CREDENTIALS` to allow for selection of a specific credential in the `DefaultAzureCredential` chain. The valid values now include any of the credential names available in the default chain (`VisualStudioCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`, `AzureDeveloperCliCredential`, `EnvironmentCredential`, `WorkloadIdentityCredential`, `ManagedIdentityCredential`, `InteractiveBrowserCredential`, or `BrokerAuthenticationCredential`.) **Note:** `BrokerAuthenticationCredential` requires that the project include a reference to package Azure.Identity.Broker.
78

89
### Breaking Changes
@@ -20,7 +21,8 @@
2021
## 1.14.2 (2025-07-10)
2122

2223
### Other changes
23-
- Updated `Microsoft.Identity.Client` dependency to version 4.73.1
24+
25+
- Updated `Microsoft.Identity.Client` dependency to version 4.73.1 to take a security fix.
2426

2527
## 1.14.1 (2025-06-24)
2628

0 commit comments

Comments
 (0)