diff --git a/sdk/communication/communication-phone-numbers/CHANGELOG.md b/sdk/communication/communication-phone-numbers/CHANGELOG.md index b6a806608795..de652ff51753 100644 --- a/sdk/communication/communication-phone-numbers/CHANGELOG.md +++ b/sdk/communication/communication-phone-numbers/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.3.0-alpha.20230517.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.3.0-alpha.20230517.1 (2023-05-17) - Added support for the API version 2023-04-01-preview. - Renamed sip Patch operation to Update operation diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index ea1093cc3424..e03bd54fcf1f 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.3.0-alpha.20230517.1", + "version": "1.3.0-alpha.20230517.2", "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/phoneNumbersClient.ts b/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClient.ts index 7d91a0f64fff..8b4396694ee1 100644 --- a/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClient.ts +++ b/sdk/communication/communication-phone-numbers/src/generated/src/phoneNumbersClient.ts @@ -40,7 +40,7 @@ export class PhoneNumbersClient extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-communication-phone-numbers/1.3.0-alpha.20230517.1`; + const packageDetails = `azsdk-js-communication-phone-numbers/1.3.0-alpha.20230517.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-phone-numbers/src/generated/src/siprouting/sipRoutingClientContext.ts b/sdk/communication/communication-phone-numbers/src/generated/src/siprouting/sipRoutingClientContext.ts index 713930b8ea47..27ac92dcc2a8 100644 --- a/sdk/communication/communication-phone-numbers/src/generated/src/siprouting/sipRoutingClientContext.ts +++ b/sdk/communication/communication-phone-numbers/src/generated/src/siprouting/sipRoutingClientContext.ts @@ -31,7 +31,7 @@ export class SipRoutingClientContext extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-communication-phone-numbers/1.3.0-alpha.20230517.1`; + const packageDetails = `azsdk-js-communication-phone-numbers/1.3.0-alpha.20230517.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-phone-numbers/src/generated/src/tracing.ts b/sdk/communication/communication-phone-numbers/src/generated/src/tracing.ts index 2075dc24aefb..293b3ce1107b 100644 --- a/sdk/communication/communication-phone-numbers/src/generated/src/tracing.ts +++ b/sdk/communication/communication-phone-numbers/src/generated/src/tracing.ts @@ -11,5 +11,5 @@ import { createTracingClient } from "@azure/core-tracing"; export const tracingClient = createTracingClient({ namespace: "Microsoft.Communication", packageName: "@azure/communication-phone-numbers", - packageVersion: "1.3.0-alpha.20230517.1" + packageVersion: "1.3.0-alpha.20230517.2" }); diff --git a/sdk/communication/communication-phone-numbers/src/utils/constants.ts b/sdk/communication/communication-phone-numbers/src/utils/constants.ts index 0546c5538f75..a16a6ebb7455 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.3.0-alpha.20230517.1"; +export const SDK_VERSION: string = "1.3.0-alpha.20230517.2"; diff --git a/sdk/communication/communication-phone-numbers/swagger/README-SipRouting.md b/sdk/communication/communication-phone-numbers/swagger/README-SipRouting.md index b87cb188bc2e..395e837998bc 100644 --- a/sdk/communication/communication-phone-numbers/swagger/README-SipRouting.md +++ b/sdk/communication/communication-phone-numbers/swagger/README-SipRouting.md @@ -7,7 +7,7 @@ ```yaml package-name: "@azure/communication-phone-numbers" description: Azure Communication SIP Configuration Service -package-version: 1.3.0-alpha.20230517.1 +package-version: 1.3.0-alpha.20230517.2 generate-metadata: false license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated diff --git a/sdk/communication/communication-phone-numbers/swagger/README.md b/sdk/communication/communication-phone-numbers/swagger/README.md index 8b53a92427a9..c1c2197fea36 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.3.0-alpha.20230517.1 +package-version: 1.3.0-alpha.20230517.2 license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated tag: package-phonenumber-2022-12-01