Skip to content

Commit

Permalink
Update release dates (Azure#31994)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Sep 8, 2023
1 parent a05c2c4 commit c8102d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.15.0b1 (Unreleased)
## 1.15.0b1 (2023-09-12)

### Features Added

- Added Windows Web Account Manager (WAM) Brokered Authentication support.
- Added `enable_msa_passthrough` suppport for `InteractiveBrowserCredential`. By default `InteractiveBrowserCredential` only lists AAD accounts. If you set `enable_msa_passthrough` to `True`, it lists both AAD accounts and MSA outlook.com accounts that are logged in to Windows.

### Breaking Changes

### Bugs Fixed

- Ensure `AzurePowershellCredential` calls PowerShell with the `-NoProfile` flag to avoid loading user profiles for more consistent behavior. ([#31682](https://github.com/Azure/azure-sdk-for-python/pull/31682))
Expand Down
8 changes: 1 addition & 7 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 11.4.0b9 (Unreleased)

### Features Added

### Breaking Changes
## 11.4.0b9 (2023-09-12)

### Bugs Fixed

- Fixed the bug that list type of `order_by` was not correctly handled. #31837

### Other Changes

## 11.4.0b8 (2023-08-08)

### Features Added
Expand Down

0 comments on commit c8102d0

Please sign in to comment.