@azure/arm-resourcehealth 4.0.0 → 4.0.1-alpha.20230530.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 4.0.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.0.0 (2023-05-12)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -4139,7 +4139,7 @@ class MicrosoftResourceHealth extends coreClient__namespace.ServiceClient {
4139
4139
  requestContentType: "application/json; charset=utf-8",
4140
4140
  credential: credentials
4141
4141
  };
4142
- const packageDetails = `azsdk-js-arm-resourcehealth/4.0.0`;
4142
+ const packageDetails = `azsdk-js-arm-resourcehealth/4.0.1`;
4143
4143
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4144
4144
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4145
4145
  : `${packageDetails}`;