File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.13.0-beta.2 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
13+ ## 1.13.0-beta.1 (2025-09-17)
14+
15+ ### Features Added
16+
17+ - Added ` AzurePowerShellCredential ` , which authenticates as the identity logged in to Azure PowerShell
18+ (thanks [ ArmaanMcleod] ( https://github.com/ArmaanMcleod ) )
19+ - ` WorkloadIdentityCredential ` supports identity binding mode ([ #25056 ] ( https://github.com/Azure/azure-sdk-for-go/issues/25056 ) )
20+
321## 1.12.0 (2025-09-16)
422
523### Features Added
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ const (
1414 module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
1515
1616 // Version is the semantic version (see http://semver.org) of this module.
17- version = "v1.12.0 "
17+ version = "v1.13.0-beta.2 "
1818)
You can’t perform that action at this time.
0 commit comments