Skip to content

Commit 6078ee2

Browse files
authored
Post release automated changes for batch releases (Azure#22658)
Post release automated changes for azure-arm-batch
1 parent ef1e63c commit 6078ee2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/batch/arm-batch/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+
## 7.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 7.2.0 (2022-07-19)
414

515
**Features**

sdk/batch/arm-batch/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 BatchManagementClient.",
6-
"version": "7.2.0",
6+
"version": "7.2.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/batch/arm-batch/src/batchManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class BatchManagementClient extends coreClient.ServiceClient {
7171
credential: credentials
7272
};
7373

74-
const packageDetails = `azsdk-js-arm-batch/7.2.0`;
74+
const packageDetails = `azsdk-js-arm-batch/7.2.1`;
7575
const userAgentPrefix =
7676
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7777
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)