From 579d065098023917f86d6769c5d585a54803e618 Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 25 Jan 2021 16:51:08 -0800 Subject: [PATCH] [communication] Prepare common and administration for beta.4 release (#13389) --- .../communication-administration/CHANGELOG.md | 12 ++++++------ .../src/communicationIdentity/constants.ts | 2 +- .../src/phoneNumber/constants.ts | 2 +- sdk/communication/communication-common/CHANGELOG.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/communication/communication-administration/CHANGELOG.md b/sdk/communication/communication-administration/CHANGELOG.md index e1d6fc30a0b9..31c32eb014b0 100644 --- a/sdk/communication/communication-administration/CHANGELOG.md +++ b/sdk/communication/communication-administration/CHANGELOG.md @@ -1,6 +1,11 @@ # Release History -## 1.0.0-beta.4 (Unreleased) +## 1.0.0-beta.4 (2021-01-25) + +### Added + +- `CommunicationIdentityClient` added a constructor that supports `TokenCredential`. +- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`. ### Breaking Changes @@ -11,11 +16,6 @@ - Fixed a bug where poller options were ignored for `beginReleasePhoneNumbers`, `beginReservePhoneNumbers` and `beginPurchaseReservation`. - Fixed paging for `listPhoneNumbers`, `listPhonePlanGroups`, `listPhonePlans`, `listReleases`, `listSearches`, `listSupportedCountries`. -### Added - -- `CommunicationIdentityClient` added a constructor that supports `TokenCredential`. -- `PhoneNumberAdministrationClient` added a constructor that supports `TokenCredential`. - ## 1.0.0-beta.3 (2020-11-16) ### Added diff --git a/sdk/communication/communication-administration/src/communicationIdentity/constants.ts b/sdk/communication/communication-administration/src/communicationIdentity/constants.ts index 59f5aec833e1..3ec689ed2107 100644 --- a/sdk/communication/communication-administration/src/communicationIdentity/constants.ts +++ b/sdk/communication/communication-administration/src/communicationIdentity/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.0.0-beta.3"; +export const SDK_VERSION: string = "1.0.0-beta.4"; diff --git a/sdk/communication/communication-administration/src/phoneNumber/constants.ts b/sdk/communication/communication-administration/src/phoneNumber/constants.ts index 59f5aec833e1..3ec689ed2107 100644 --- a/sdk/communication/communication-administration/src/phoneNumber/constants.ts +++ b/sdk/communication/communication-administration/src/phoneNumber/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.0.0-beta.3"; +export const SDK_VERSION: string = "1.0.0-beta.4"; diff --git a/sdk/communication/communication-common/CHANGELOG.md b/sdk/communication/communication-common/CHANGELOG.md index fb15d03103f3..c5f322f0473e 100644 --- a/sdk/communication/communication-common/CHANGELOG.md +++ b/sdk/communication/communication-common/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-beta.4 (Unreleased) +## 1.0.0-beta.4 (2021-01-25) ### Added