From 3e3a8fc1db3fc2961711777ed85d4a5fd79213f1 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 15 Jun 2022 19:06:03 -0700 Subject: [PATCH] Post release automated changes for azure-arm-appconfiguration (#22256) --- .../arm-appconfiguration/CHANGELOG.md | 12 +++++++++++- .../arm-appconfiguration/package.json | 4 ++-- .../src/appConfigurationManagementClient.ts | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md b/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md index 80e411450f5e..21be22ad5004 100644 --- a/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md +++ b/sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 3.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.0.0 (2022-06-10) The package of @azure/arm-appconfiguration is using our next generation design principles since version 3.0.0, which contains breaking changes. diff --git a/sdk/appconfiguration/arm-appconfiguration/package.json b/sdk/appconfiguration/arm-appconfiguration/package.json index 2ab49245a44b..a2314fbbc6fd 100644 --- a/sdk/appconfiguration/arm-appconfiguration/package.json +++ b/sdk/appconfiguration/arm-appconfiguration/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for AppConfigurationManagementClient.", - "version": "3.0.0", + "version": "3.0.1", "engines": { "node": ">=12.0.0" }, @@ -119,4 +119,4 @@ "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appconfiguration?view=azure-node-preview" } -} \ No newline at end of file +} diff --git a/sdk/appconfiguration/arm-appconfiguration/src/appConfigurationManagementClient.ts b/sdk/appconfiguration/arm-appconfiguration/src/appConfigurationManagementClient.ts index 87a022bc3437..833252b6aca3 100644 --- a/sdk/appconfiguration/arm-appconfiguration/src/appConfigurationManagementClient.ts +++ b/sdk/appconfiguration/arm-appconfiguration/src/appConfigurationManagementClient.ts @@ -62,7 +62,7 @@ export class AppConfigurationManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-appconfiguration/3.0.0`; + const packageDetails = `azsdk-js-arm-appconfiguration/3.0.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`