Skip to content

Commit

Permalink
Post release automated changes for appplatform releases (Azure#21940)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-appplatform
  • Loading branch information
azure-sdk authored May 20, 2022
1 parent 6219b9c commit 301b05a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/appplatform/arm-appplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0 (2022-05-19)

The package of @azure/arm-appplatform is using our next generation design principles since version 2.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/appplatform/arm-appplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AppPlatformManagementClient.",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class AppPlatformManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-appplatform/2.0.0`;
const packageDetails = `azsdk-js-arm-appplatform/2.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 301b05a

Please sign in to comment.