Skip to content

Commit 617e163

Browse files
authored
Post release automated changes for appcontainers releases (Azure#23370)
Post release automated changes for azure-arm-appcontainers
1 parent dabba11 commit 617e163

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/appcontainers/arm-appcontainers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.1.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.1 (2022-09-30)
414

515
**Bugs Fixed**

sdk/appcontainers/arm-appcontainers/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.1.1",
6+
"version": "1.1.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
7474
credential: credentials
7575
};
7676

77-
const packageDetails = `azsdk-js-arm-appcontainers/1.1.1`;
77+
const packageDetails = `azsdk-js-arm-appcontainers/1.1.2`;
7878
const userAgentPrefix =
7979
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8080
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)