File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.2 (Unreleased )
3+ ## 1.2.0-beta.1 (2022-06-07 )
44
55### Features Added
6+ * ` EnvironmentCredential ` reads certificate passwords from ` AZURE_CLIENT_CERTIFICATE_PASSWORD `
7+ ([ #17099 ] ( https://github.com/Azure/azure-sdk-for-go/pull/17099 ) )
68
7- ### Breaking Changes
8-
9- ### Bugs Fixed
9+ ## 1.1.0 (2022-06-07)
1010
11- ### Other Changes
11+ ### Features Added
12+ * ` ClientCertificateCredential ` and ` ClientSecretCredential ` support ESTS-R. First-party
13+ applications can set environment variable ` AZURE_REGIONAL_AUTHORITY_NAME ` with a
14+ region name.
15+ ([ #15605 ] ( https://github.com/Azure/azure-sdk-for-go/issues/15605 ) )
1216
1317## 1.0.1 (2022-06-07)
1418
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ const (
1111 component = "azidentity"
1212
1313 // Version is the semantic version (see http://semver.org) of this module.
14- version = "v1.0.2 "
14+ version = "v1.2.0-beta.1 "
1515)
You can’t perform that action at this time.
0 commit comments