diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 20f759a0ff97..c3ec4435e5b7 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -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)) diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 2b4548d718f0..220f7f4a4664 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -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