From d7d4ae7641b47c7026fd0cc0401dd3bce53ea96b Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Sat, 8 Oct 2022 21:46:44 -0400 Subject: [PATCH] Post release automated changes for automation releases (#23450) Post release automated changes for azure-arm-automation --- sdk/automation/arm-automation/CHANGELOG.md | 10 ++++++++++ sdk/automation/arm-automation/package.json | 2 +- sdk/automation/arm-automation/src/automationClient.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/automation/arm-automation/CHANGELOG.md b/sdk/automation/arm-automation/CHANGELOG.md index 30b0e3f8ecad..ef4be05037b9 100644 --- a/sdk/automation/arm-automation/CHANGELOG.md +++ b/sdk/automation/arm-automation/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 11.0.0-beta.4 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 11.0.0-beta.3 (2022-10-08) **Bugs Fixed** diff --git a/sdk/automation/arm-automation/package.json b/sdk/automation/arm-automation/package.json index 190b608e1e6a..24cec284aa7a 100644 --- a/sdk/automation/arm-automation/package.json +++ b/sdk/automation/arm-automation/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for AutomationClient.", - "version": "11.0.0-beta.3", + "version": "11.0.0-beta.4", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/automation/arm-automation/src/automationClient.ts b/sdk/automation/arm-automation/src/automationClient.ts index c1450fcda3f3..e564b7f16b06 100644 --- a/sdk/automation/arm-automation/src/automationClient.ts +++ b/sdk/automation/arm-automation/src/automationClient.ts @@ -144,7 +144,7 @@ export class AutomationClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.3`; + const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.4`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`