@azure/arm-resourcehealth 3.0.0-alpha.20211124.1 → 3.0.0-alpha.20211215.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -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)
2
14
 
3
15
  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.
4
16
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MicrosoftResourceHealth.",
6
- "version": "3.0.0-alpha.20211124.1",
6
+ "version": "3.0.0-alpha.20211215.1",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },