Skip to content

Commit f1af5a6

Browse files
authored
Post release automated changes for azure-arm-batch (Azure#18765)
1 parent 6918e9d commit f1af5a6

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

sdk/batch/arm-batch/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## 7.0.0-beta.1 (2021-11-18)
1+
## Release History
2+
3+
### 7.0.0-beta.2 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
13+
### 7.0.0-beta.1 (2021-11-18)
214

315
This is the first preview for the new version of the `@azure/arm-batch` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
416

sdk/batch/arm-batch/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for BatchManagementClient.",
6-
"version": "7.0.0-beta.1",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "7.0.0-beta.2",
7+
"engines": {
8+
"node": ">=12.0.0"
9+
},
810
"dependencies": {
911
"@azure/core-lro": "^2.2.0",
1012
"@azure/abort-controller": "^1.0.0",
@@ -15,7 +17,13 @@
1517
"tslib": "^2.2.0",
1618
"@azure/arm-storage": "^17.0.0-beta.1"
1719
},
18-
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
20+
"keywords": [
21+
"node",
22+
"azure",
23+
"typescript",
24+
"browser",
25+
"isomorphic"
26+
],
1927
"license": "MIT",
2028
"main": "./dist/index.js",
2129
"module": "./dist-esm/src/index.js",
@@ -42,7 +50,9 @@
4250
"type": "git",
4351
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4452
},
45-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
53+
"bugs": {
54+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
55+
},
4656
"files": [
4757
"dist/**/*.js",
4858
"dist/**/*.js.map",

0 commit comments

Comments
 (0)