From aef7ed0610356924cad745c8278d58e8a72a58d8 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:17:45 -0500 Subject: [PATCH] Post release automated changes for resources releases (#23824) Post release automated changes for azure-arm-resources --- sdk/resources/arm-resources/CHANGELOG.md | 12 +++++++++++- sdk/resources/arm-resources/package.json | 4 ++-- .../arm-resources/src/resourceManagementClient.ts | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sdk/resources/arm-resources/CHANGELOG.md b/sdk/resources/arm-resources/CHANGELOG.md index 9629d6a565e3..3151a1f12a31 100644 --- a/sdk/resources/arm-resources/CHANGELOG.md +++ b/sdk/resources/arm-resources/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 5.1.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 5.1.0 (2022-11-10) **Features** diff --git a/sdk/resources/arm-resources/package.json b/sdk/resources/arm-resources/package.json index 40aab7586b3a..61ada859ca30 100644 --- a/sdk/resources/arm-resources/package.json +++ b/sdk/resources/arm-resources/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ResourceManagementClient.", - "version": "5.1.0", + "version": "5.1.1", "engines": { "node": ">=14.0.0" }, @@ -119,4 +119,4 @@ "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-resources?view=azure-node-preview" } -} \ No newline at end of file +} diff --git a/sdk/resources/arm-resources/src/resourceManagementClient.ts b/sdk/resources/arm-resources/src/resourceManagementClient.ts index 988d5e9f4695..72943526c8b8 100644 --- a/sdk/resources/arm-resources/src/resourceManagementClient.ts +++ b/sdk/resources/arm-resources/src/resourceManagementClient.ts @@ -68,7 +68,7 @@ export class ResourceManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-resources/5.1.0`; + const packageDetails = `azsdk-js-arm-resources/5.1.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`