Skip to content

Commit e5d1cd4

Browse files
authored
Post release automated changes for azure-arm-resourcehealth (Azure#18808)
1 parent 5d76f35 commit e5d1cd4

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

sdk/resourcehealth/arm-resourcehealth/CHANGELOG.md

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

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

sdk/resourcehealth/arm-resourcehealth/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for MicrosoftResourceHealth.",
6-
"version": "3.0.0-beta.1",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "3.0.0-beta.2",
7+
"engines": {
8+
"node": ">=12.0.0"
9+
},
810
"dependencies": {
911
"@azure/core-paging": "^1.2.0",
1012
"@azure/core-client": "^1.0.0",
1113
"@azure/core-auth": "^1.3.0",
1214
"@azure/core-rest-pipeline": "^1.1.0",
1315
"tslib": "^2.2.0"
1416
},
15-
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
17+
"keywords": [
18+
"node",
19+
"azure",
20+
"typescript",
21+
"browser",
22+
"isomorphic"
23+
],
1624
"license": "MIT",
1725
"main": "./dist/index.js",
1826
"module": "./dist-esm/src/index.js",
@@ -39,7 +47,9 @@
3947
"type": "git",
4048
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4149
},
42-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
50+
"bugs": {
51+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
52+
},
4353
"files": [
4454
"dist/**/*.js",
4555
"dist/**/*.js.map",

0 commit comments

Comments
 (0)