From ca79b29fa82dbe3f93226ffd90d29570c2252ff0 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:42:30 -0800 Subject: [PATCH] Post release automated changes for databoxedge releases (#24308) Post release automated changes for azure-arm-databoxedge-profile-2020-09-01-hybrid --- .../CHANGELOG.md | 12 +++++++++++- .../package.json | 2 +- .../src/dataBoxEdgeManagementClient.ts | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md index 26b0822de383..7f745bd2b461 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 2.1.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.1.0 (2022-12-20) **Features** diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/package.json b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/package.json index ccbdf4a020c9..062c4c78f749 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/package.json +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for DataBoxEdgeManagementClient.", - "version": "2.1.0", + "version": "2.1.1", "engines": { "node": ">=14.0.0" }, diff --git a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/src/dataBoxEdgeManagementClient.ts b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/src/dataBoxEdgeManagementClient.ts index baedf0d83ec0..5b6f1bbc27fb 100644 --- a/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/src/dataBoxEdgeManagementClient.ts +++ b/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/src/dataBoxEdgeManagementClient.ts @@ -84,7 +84,7 @@ export class DataBoxEdgeManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-databoxedge-profile-2020-09-01-hybrid/2.1.0`; + const packageDetails = `azsdk-js-arm-databoxedge-profile-2020-09-01-hybrid/2.1.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`