Skip to content

Commit 3c51b21

Browse files
authored
Post release automated changes for azure-arm-servicefabric (Azure#18547)
1 parent f1af5a6 commit 3c51b21

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

sdk/servicefabric/arm-servicefabric/CHANGELOG.md

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

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

sdk/servicefabric/arm-servicefabric/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 ServiceFabricManagementClient.",
6-
"version": "2.0.0-beta.1",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "2.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)