Skip to content

Commit 4386511

Browse files
authored
Post release automated changes for containerservice releases (#18393)
Post release automated changes for azure-arm-containerservice
1 parent 005e39c commit 4386511

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

sdk/containerservice/arm-containerservice/CHANGELOG.md

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

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

sdk/containerservice/arm-containerservice/package.json

+14-4
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 ContainerServiceClient.",
6-
"version": "15.0.0-beta.1",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "15.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",
@@ -14,7 +16,13 @@
1416
"@azure/core-rest-pipeline": "^1.1.0",
1517
"tslib": "^2.2.0"
1618
},
17-
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
19+
"keywords": [
20+
"node",
21+
"azure",
22+
"typescript",
23+
"browser",
24+
"isomorphic"
25+
],
1826
"license": "MIT",
1927
"main": "./dist/index.js",
2028
"module": "./dist-esm/src/index.js",
@@ -40,7 +48,9 @@
4048
"type": "git",
4149
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4250
},
43-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
51+
"bugs": {
52+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
53+
},
4454
"files": [
4555
"dist/**/*.js",
4656
"dist/**/*.js.map",

0 commit comments

Comments
 (0)