From 17923ab5413955a6f06a82b6a73aba716c2a2dcf Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:04:30 -0400 Subject: [PATCH] Post release automated changes for communication releases (#29001) Post release automated changes for azure-arm-communication --- sdk/communication/arm-communication/CHANGELOG.md | 12 +++++++++++- sdk/communication/arm-communication/package.json | 4 ++-- .../src/communicationServiceManagementClient.ts | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sdk/communication/arm-communication/CHANGELOG.md b/sdk/communication/arm-communication/CHANGELOG.md index 3d9a5e2b5965..6f0f3a49a883 100644 --- a/sdk/communication/arm-communication/CHANGELOG.md +++ b/sdk/communication/arm-communication/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 4.1.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 4.1.0 (2024-03-08) **Features** diff --git a/sdk/communication/arm-communication/package.json b/sdk/communication/arm-communication/package.json index acf0e7b87be0..21fff466227c 100644 --- a/sdk/communication/arm-communication/package.json +++ b/sdk/communication/arm-communication/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for CommunicationServiceManagementClient.", - "version": "4.1.0", + "version": "4.1.1", "engines": { "node": ">=18.0.0" }, @@ -115,4 +115,4 @@ "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-communication?view=azure-node-preview" } -} \ No newline at end of file +} diff --git a/sdk/communication/arm-communication/src/communicationServiceManagementClient.ts b/sdk/communication/arm-communication/src/communicationServiceManagementClient.ts index 9bf3f8d8d303..cf6918db0320 100644 --- a/sdk/communication/arm-communication/src/communicationServiceManagementClient.ts +++ b/sdk/communication/arm-communication/src/communicationServiceManagementClient.ts @@ -62,7 +62,7 @@ export class CommunicationServiceManagementClient extends coreClient.ServiceClie credential: credentials, }; - const packageDetails = `azsdk-js-arm-communication/4.1.0`; + const packageDetails = `azsdk-js-arm-communication/4.1.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`