Skip to content

Commit 1620c02

Browse files
authored
Post release automated changes for appplatform releases (#20846)
Post release automated changes for azure-arm-appplatform
1 parent c68ef84 commit 1620c02

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/appplatform/arm-appplatform/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 2.0.0-beta.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.0.0-beta.4 (2022-03-09)
414

515
The package of @azure/arm-appplatform is using our next generation design principles since version 2.0.0-beta.4, which contains breaking changes.

sdk/appplatform/arm-appplatform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AppPlatformManagementClient.",
6-
"version": "2.0.0-beta.4",
6+
"version": "2.0.0-beta.5",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/appplatform/arm-appplatform/src/appPlatformManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class AppPlatformManagementClient extends coreClient.ServiceClient {
9393
credential: credentials
9494
};
9595

96-
const packageDetails = `azsdk-js-arm-appplatform/2.0.0-beta.4`;
96+
const packageDetails = `azsdk-js-arm-appplatform/2.0.0-beta.5`;
9797
const userAgentPrefix =
9898
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
9999
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)