From 2c47db9dc64ae7e1a29041d937af0901e1ab3fe7 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:11:38 -0800 Subject: [PATCH] Post release automated changes for communication releases (#27947) Post release automated changes for azure-communication-identity --- sdk/communication/communication-identity/CHANGELOG.md | 10 ++++++++++ sdk/communication/communication-identity/package.json | 2 +- .../communication-identity/src/constants.ts | 2 +- .../src/generated/src/identityRestClient.ts | 2 +- .../src/generated/src/tracing.ts | 2 +- .../communication-identity/swagger/README.md | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/sdk/communication/communication-identity/CHANGELOG.md b/sdk/communication/communication-identity/CHANGELOG.md index 369defcac7a8..d1bfe2a2e009 100644 --- a/sdk/communication/communication-identity/CHANGELOG.md +++ b/sdk/communication/communication-identity/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.3.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.3.0 (2023-11-30) ### Features Added diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index 1cde3639aced..927b1110508c 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-identity", - "version": "1.3.0", + "version": "1.3.1", "description": "SDK for Azure Communication service which facilitates user token administration.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/communication/communication-identity/src/constants.ts b/sdk/communication/communication-identity/src/constants.ts index 333a662b4702..771dba52fb37 100644 --- a/sdk/communication/communication-identity/src/constants.ts +++ b/sdk/communication/communication-identity/src/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.3.0"; +export const SDK_VERSION: string = "1.3.1"; diff --git a/sdk/communication/communication-identity/src/generated/src/identityRestClient.ts b/sdk/communication/communication-identity/src/generated/src/identityRestClient.ts index fd670a93a45e..b74afcd2ba5c 100644 --- a/sdk/communication/communication-identity/src/generated/src/identityRestClient.ts +++ b/sdk/communication/communication-identity/src/generated/src/identityRestClient.ts @@ -38,7 +38,7 @@ export class IdentityRestClient extends coreClient.ServiceClient { requestContentType: "application/json; charset=utf-8" }; - const packageDetails = `azsdk-js-communication-identity/1.3.0`; + const packageDetails = `azsdk-js-communication-identity/1.3.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/communication/communication-identity/src/generated/src/tracing.ts b/sdk/communication/communication-identity/src/generated/src/tracing.ts index c06b17500f83..aec1d4ba6909 100644 --- a/sdk/communication/communication-identity/src/generated/src/tracing.ts +++ b/sdk/communication/communication-identity/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-identity", - packageVersion: "1.3.0" + packageVersion: "1.3.1" }); diff --git a/sdk/communication/communication-identity/swagger/README.md b/sdk/communication/communication-identity/swagger/README.md index b59a288f4af2..0295506f4c96 100644 --- a/sdk/communication/communication-identity/swagger/README.md +++ b/sdk/communication/communication-identity/swagger/README.md @@ -8,7 +8,7 @@ package-name: "@azure/communication-identity" override-client-name: IdentityRestClient description: Communication identity client -package-version: 1.3.0 +package-version: 1.3.1 license-header: MICROSOFT_MIT_NO_VERSION output-folder: ../src/generated tag: package-2023-10