diff --git a/sdk/communication/communication-alpha-ids/CHANGELOG.md b/sdk/communication/communication-alpha-ids/CHANGELOG.md index 47c79ea22c45..c7791df299ff 100644 --- a/sdk/communication/communication-alpha-ids/CHANGELOG.md +++ b/sdk/communication/communication-alpha-ids/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0-beta.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.1 (2022-09-22) ### Features Added diff --git a/sdk/communication/communication-alpha-ids/package.json b/sdk/communication/communication-alpha-ids/package.json index 1b5da6e4bac3..111a56b98ec0 100644 --- a/sdk/communication/communication-alpha-ids/package.json +++ b/sdk/communication/communication-alpha-ids/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/communication-alpha-ids", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/communication/communication-alpha-ids/src/generated/src/alphaIDsClient.ts b/sdk/communication/communication-alpha-ids/src/generated/src/alphaIDsClient.ts index 6a702032415b..60d6749895f1 100644 --- a/sdk/communication/communication-alpha-ids/src/generated/src/alphaIDsClient.ts +++ b/sdk/communication/communication-alpha-ids/src/generated/src/alphaIDsClient.ts @@ -39,7 +39,7 @@ export class AlphaIDsClient extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-communication-alpha-ids/1.0.0-beta.1`; + const packageDetails = `azsdk-js-communication-alpha-ids/1.0.0-beta.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-alpha-ids/src/utils/constants.ts b/sdk/communication/communication-alpha-ids/src/utils/constants.ts index 47dc16dd0f7c..328eef7797c9 100644 --- a/sdk/communication/communication-alpha-ids/src/utils/constants.ts +++ b/sdk/communication/communication-alpha-ids/src/utils/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.0.0-beta.1"; +export const SDK_VERSION: string = "1.0.0-beta.2"; diff --git a/sdk/communication/communication-alpha-ids/swagger/README.md b/sdk/communication/communication-alpha-ids/swagger/README.md index 7dd06d2ed1d2..c334f91fc4e7 100644 --- a/sdk/communication/communication-alpha-ids/swagger/README.md +++ b/sdk/communication/communication-alpha-ids/swagger/README.md @@ -7,7 +7,7 @@ ```yaml package-name: "@azure/communication-alpha-ids" description: Alpha IDs administration client -package-version: 1.0.0-beta.1 +package-version: 1.0.0-beta.2 license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated input-file: ./alphaids.json