Skip to content

Commit 459ab75

Browse files
authored
Identity update changelogs for 1.7.0-beta.1 release (Azure#30437)
* Identity update changelogs for 1.7.0-beta.1 release * fix
1 parent b415de2 commit 459ab75

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

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

3-
## 1.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.3 (2022-08-09)
64

75
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added required constructor parameter `parentWindowHandle` to `InteractiveBrowserCredentialBrokerOptions`, to require setting the parent window for the authentication broker.
127

138
## 1.0.0-beta.2 (2022-04-05)
149

sdk/identity/Azure.Identity/CHANGELOG.md

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

3-
## 1.7.0-beta.1 (Unreleased)
3+
## 1.7.0-beta.1 (2022-08-09)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- `ManagedIdentityCredential` will now internally cache tokens, so applications can call `GetToken` and `GetTokenAsync` directly without needing to cache to avoid throttleling.
127

138
## 1.6.1 (2022-08-08)
149

0 commit comments

Comments
 (0)