diff --git a/sdk/communication/azure-communication-administration/CHANGELOG.md b/sdk/communication/azure-communication-administration/CHANGELOG.md index d4c2bffbf9c0c..237d2b63b0354 100644 --- a/sdk/communication/azure-communication-administration/CHANGELOG.md +++ b/sdk/communication/azure-communication-administration/CHANGELOG.md @@ -1,12 +1,37 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.3 (2020-11-16) ### Added -- Support directly passing connection string to the CommunicationIdentityClientBuilder +- Support directly passing connection string to the CommunicationIdentityClientBuilder. +- Added support for sync and async long-running operations + - beginCreateReservation + - beginPurchaseReservation + - beginReleasePhoneNumber -### Breaking Change +### Breaking Changes - Removed credential(CommunicationClientCredential credential) and replaced with -accessKey(String accessKey) within CommunicationIdentityClientBuilder +accessKey(String accessKey) within CommunicationIdentityClientBuilder. +- `PhoneNumberSearch` renamed to `PhoneNumberReservation`. +- `SearchStatus` renamed to `ReservationStatus`. +- `CreateSearchOptions` reanamed to `CreateReservationOptions`. +- `CreateSearchResponse` renamed to `CreateReservationResponse`. + +#### PhoneNumberReservation +- `searchId` renamed to `reservationId`. +- `getSearchId` renamed to `getReservationId`. +- `setSearchId` renamed to `setReservationId`. + +#### Phone Number Clients +- `getSearchId`renamed to `getReservationId` +- `getSearchByIdWithResponse`renamed to `getReservationByIdWithResponse`. +- `createSearchWithResponse`renamed to `createReservationWithResponse`. +- `listAllSearches`renamed to `listAllReservations`. +- `cancelSearch`renamed to `cancelReservation`. +- `cancelSearchWithResponse`renamed to `cancelReservationWithResponse`. +- Replaced`createSearch`with to `beginCreateReservation` which returns a poller for the long-running operation. +- Replaced `purchaseSearch`renamed to `beginPurchaseReservation` which returns a poller for the long-running operation. +- Replaced `releasePhoneNumber`renamed to `beginReleasePhoneNumber` which returns a poller for the long-running operation. + ## 1.0.0-beta.2 (2020-10-06) Added phone number administration. For more information, please see the [README][read_me] and [documentation][documentation]. diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index 1674857dc35ef..2c9b04f55f13c 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - +## 1.0.0-beta.3 (2020-11-16) +Updated `azure-communication-chat` version ## 1.0.0-beta.2 (2020-10-06) Updated `azure-communication-chat` version diff --git a/sdk/communication/azure-communication-chat/README.md b/sdk/communication/azure-communication-chat/README.md index c3192de4c545f..e1d24c13d2bc3 100644 --- a/sdk/communication/azure-communication-chat/README.md +++ b/sdk/communication/azure-communication-chat/README.md @@ -20,7 +20,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C com.azure azure-communication-chat - 1.0.0-beta.2 + 1.0.0-beta.3 ``` diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index efedc38ae246f..797d12304abdb 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - +## 1.0.0-beta.3 (2020-11-16) +Updated `azure-communication-common` version ## 1.0.0-beta.2 (2020-10-06) Updated `azure-communication-common` version diff --git a/sdk/communication/azure-communication-common/README.md b/sdk/communication/azure-communication-common/README.md index 17d1634e1760c..3b7bb70a5a745 100644 --- a/sdk/communication/azure-communication-common/README.md +++ b/sdk/communication/azure-communication-common/README.md @@ -19,7 +19,7 @@ It is intended to provide cross cutting concerns, e.g. authentication. com.azure azure-communication-common - 1.0.0-beta.2 + 1.0.0-beta.3 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index dfb123e9a934a..9350f15c77452 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.3 (2020-11-16) ### Added - Support directly passing connection string to the SmsClientBuilder using connectionString(). diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 53a5aa7be4f67..d9d1d58870da7 100644 --- a/sdk/communication/azure-communication-sms/README.md +++ b/sdk/communication/azure-communication-sms/README.md @@ -21,7 +21,7 @@ Azure Communication SMS is used to send simple text messages. com.azure azure-communication-sms - 1.0.0-beta.2 + 1.0.0-beta.3 ```