From a753dec93e529939f4d071fc07afb6566c000111 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:53:57 -0700 Subject: [PATCH] Post release automated changes for communication releases (#21293) Post release automated changes for azure-communication-phone-numbers --- .../communication-phone-numbers/CHANGELOG.md | 10 ++++++++++ .../communication-phone-numbers/package.json | 2 +- .../src/generated/src/phoneNumbersClientContext.ts | 2 +- .../communication-phone-numbers/src/utils/constants.ts | 2 +- .../communication-phone-numbers/swagger/README.md | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sdk/communication/communication-phone-numbers/CHANGELOG.md b/sdk/communication/communication-phone-numbers/CHANGELOG.md index 30f890be8a9b..3f5ad1547dc3 100644 --- a/sdk/communication/communication-phone-numbers/CHANGELOG.md +++ b/sdk/communication/communication-phone-numbers/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.2.0-beta.4 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.2.0-alpha.20220517.1 (2022-05-17) - Added support for the API version `2022-06-01-preview` diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index 048dba88e449..ed3a61b93a70 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-phone-numbers", - "version": "1.2.0-alpha.20220517.1", + "version": "1.2.0-beta.4", "description": "SDK for Azure Communication service which facilitates phone number management.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClientContext.ts b/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClientContext.ts index b80c335adbf0..4949d6856cd9 100644 --- a/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClientContext.ts +++ b/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClientContext.ts @@ -31,7 +31,7 @@ export class PhoneNumbersClientContext extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-communication-phone-numbers/1.2.0-alpha.20220517.1`; + const packageDetails = `azsdk-js-communication-phone-numbers/1.2.0-beta.4`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-phone-numbers/src/utils/constants.ts b/sdk/communication/communication-phone-numbers/src/utils/constants.ts index 8bfade661ce2..0d7af2cb53d7 100644 --- a/sdk/communication/communication-phone-numbers/src/utils/constants.ts +++ b/sdk/communication/communication-phone-numbers/src/utils/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.2.0-alpha.20220517.1"; +export const SDK_VERSION: string = "1.2.0-beta.4"; diff --git a/sdk/communication/communication-phone-numbers/swagger/README.md b/sdk/communication/communication-phone-numbers/swagger/README.md index c64ab33e06bc..7c429e949f24 100644 --- a/sdk/communication/communication-phone-numbers/swagger/README.md +++ b/sdk/communication/communication-phone-numbers/swagger/README.md @@ -7,7 +7,7 @@ ```yaml package-name: "@azure/communication-phone-numbers" description: Phone number configuration client -package-version: 1.2.0-alpha.20220517.1 +package-version: 1.2.0-beta.4 generate-metadata: false license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated