From 10fc8da28a6c2f6d748dfde9374dac47083e5c28 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 14 Sep 2023 10:02:16 +0000 Subject: [PATCH] Post release automated changes for azure-arm-iothub --- sdk/iothub/arm-iothub/CHANGELOG.md | 10 ++++++++++ sdk/iothub/arm-iothub/package.json | 4 ++-- sdk/iothub/arm-iothub/src/iotHubClient.ts | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/iothub/arm-iothub/CHANGELOG.md b/sdk/iothub/arm-iothub/CHANGELOG.md index 2e73f45fb6ec..62ff9ca012d2 100644 --- a/sdk/iothub/arm-iothub/CHANGELOG.md +++ b/sdk/iothub/arm-iothub/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 6.3.0-beta.4 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 6.3.0-beta.3 (2023-09-13) **Features** diff --git a/sdk/iothub/arm-iothub/package.json b/sdk/iothub/arm-iothub/package.json index fbff62445e31..f4f092385a56 100644 --- a/sdk/iothub/arm-iothub/package.json +++ b/sdk/iothub/arm-iothub/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for IotHubClient.", - "version": "6.3.0-beta.3", + "version": "6.3.0-beta.4", "engines": { "node": ">=14.0.0" }, @@ -121,4 +121,4 @@ "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-iothub?view=azure-node-preview" } -} \ No newline at end of file +} diff --git a/sdk/iothub/arm-iothub/src/iotHubClient.ts b/sdk/iothub/arm-iothub/src/iotHubClient.ts index 7fa3eae9617c..cbdc422d9f2c 100644 --- a/sdk/iothub/arm-iothub/src/iotHubClient.ts +++ b/sdk/iothub/arm-iothub/src/iotHubClient.ts @@ -66,7 +66,7 @@ export class IotHubClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-iothub/6.3.0-beta.3`; + const packageDetails = `azsdk-js-arm-iothub/6.3.0-beta.4`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`