diff --git a/sdk/communication/communication-alpha-ids/CHANGELOG.md b/sdk/communication/communication-alpha-ids/CHANGELOG.md index df1107ed7277..47c79ea22c45 100644 --- a/sdk/communication/communication-alpha-ids/CHANGELOG.md +++ b/sdk/communication/communication-alpha-ids/CHANGELOG.md @@ -1,24 +1,6 @@ # Release History -## 1.0.0-beta.2 (Unreleased) - -### Features Added - -- Updated to `@azure/core-tracing` 1.0. - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2022-09-22) ### Features Added - APIs for querying and managing the usage of Alpha IDs - -### Breaking Changes - -### Bugs Fixed - -### Other Changes diff --git a/sdk/communication/communication-alpha-ids/package.json b/sdk/communication/communication-alpha-ids/package.json index b61bd9d09d2a..1b5da6e4bac3 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.2", + "version": "1.0.0-beta.1", "description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.", "sdk-type": "client", "main": "dist/index.js", @@ -108,7 +108,7 @@ "//metadata": { "constantPaths": [ { - "path": "src/generated/src/alphaIdsClientContext.ts", + "path": "src/generated/src/alphaIDsClient.ts", "prefix": "packageDetails" }, { 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 60d6749895f1..6a702032415b 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.2`; + const packageDetails = `azsdk-js-communication-alpha-ids/1.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-alpha-ids/src/generated/src/tracing.ts b/sdk/communication/communication-alpha-ids/src/generated/src/tracing.ts index 34ff4b44c7a2..38967b143560 100644 --- a/sdk/communication/communication-alpha-ids/src/generated/src/tracing.ts +++ b/sdk/communication/communication-alpha-ids/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-alpha-ids", - packageVersion: "1.0.0-beta.2" + packageVersion: "1.0.0-beta.1" }); diff --git a/sdk/communication/communication-alpha-ids/src/utils/constants.ts b/sdk/communication/communication-alpha-ids/src/utils/constants.ts index 328eef7797c9..47dc16dd0f7c 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.2"; +export const SDK_VERSION: string = "1.0.0-beta.1"; diff --git a/sdk/communication/communication-alpha-ids/swagger/README.md b/sdk/communication/communication-alpha-ids/swagger/README.md index c334f91fc4e7..7dd06d2ed1d2 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.2 +package-version: 1.0.0-beta.1 license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated input-file: ./alphaids.json