Skip to content

Commit eff883a

Browse files
authored
Post release automated changes for app releases (Azure#23368)
Post release automated changes for azure-arm-app
1 parent 617e163 commit eff883a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/app/arm-app/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+
## 1.0.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.2 (2022-09-30)
414

515
**Bugs Fixed**

sdk/app/arm-app/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 ContainerAppsAPIClient.",
6-
"version": "1.0.0-beta.2",
6+
"version": "1.0.0-beta.3",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/app/arm-app/src/containerAppsAPIClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
6666
credential: credentials
6767
};
6868

69-
const packageDetails = `azsdk-js-arm-app/1.0.0-beta.2`;
69+
const packageDetails = `azsdk-js-arm-app/1.0.0-beta.3`;
7070
const userAgentPrefix =
7171
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7272
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)