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 1
1
# Release History
2
2
3
- ## 1.0.2 (Unreleased )
3
+ ## 1.2.0-beta.1 (2022-06-07 )
4
4
5
5
### Features Added
6
+ * ` EnvironmentCredential ` reads certificate passwords from ` AZURE_CLIENT_CERTIFICATE_PASSWORD `
7
+ ([ #17099 ] ( https://github.com/Azure/azure-sdk-for-go/pull/17099 ) )
6
8
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
9
+ ## 1.1.0 (2022-06-07)
10
10
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 ) )
12
16
13
17
## 1.0.1 (2022-06-07)
14
18
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ const (
11
11
component = "azidentity"
12
12
13
13
// Version is the semantic version (see http://semver.org) of this module.
14
- version = "v1.0.2 "
14
+ version = "v1.2.0-beta.1 "
15
15
)
You can’t perform that action at this time.
0 commit comments