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}`