Skip to content

Commit 9566fa6

Browse files
authored
Post release automated changes for compute releases (Azure#23302)
Post release automated changes for azure-arm-compute
1 parent d47cf4f commit 9566fa6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/compute/arm-compute/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+
## 19.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 19.2.0 (2022-09-21)
414

515
**Features**

sdk/compute/arm-compute/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 ComputeManagementClient.",
6-
"version": "19.2.0",
6+
"version": "19.2.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/compute/arm-compute/src/computeManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class ComputeManagementClient extends coreClient.ServiceClient {
145145
credential: credentials
146146
};
147147

148-
const packageDetails = `azsdk-js-arm-compute/19.2.0`;
148+
const packageDetails = `azsdk-js-arm-compute/19.2.1`;
149149
const userAgentPrefix =
150150
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
151151
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)