From 3cc787742342f16f11b75dd06714d771d08fdc87 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Fri, 11 Mar 2022 05:40:36 +0000 Subject: [PATCH] Post release automated changes for azure-arm-iothub-profile-2020-09-01-hybrid --- .../CHANGELOG.md | 12 +++++++++++- .../package.json | 2 +- .../src/iotHubClient.ts | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md index 40b152198767..35e5db9b8f06 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 2.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.0.0 (2022-03-11) The package of @azure/arm-iothub-profile-2020-09-01-hybrid is using our next generation design principles since version 2.0.0-beta.1, which contains breaking changes. diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/package.json b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/package.json index 70b9bd23d825..c659841fd199 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/package.json +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for IotHubClient.", - "version": "2.0.0", + "version": "2.0.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/src/iotHubClient.ts b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/src/iotHubClient.ts index 5d0b8e9ee227..85b88eb2b3cc 100644 --- a/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/src/iotHubClient.ts +++ b/sdk/iothub/arm-iothub-profile-2020-09-01-hybrid/src/iotHubClient.ts @@ -56,7 +56,7 @@ export class IotHubClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-iothub-profile-2020-09-01-hybrid/2.0.0`; + const packageDetails = `azsdk-js-arm-iothub-profile-2020-09-01-hybrid/2.0.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`