@azure/arm-monitor 8.0.0-alpha.20230202.2 → 8.0.0-alpha.20230206.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 8.0.0-beta.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 8.0.0-beta.3 (2023-01-29)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -15085,7 +15085,7 @@ class MonitorClient extends coreClient__namespace.ServiceClient {
15085
15085
  requestContentType: "application/json; charset=utf-8",
15086
15086
  credential: credentials
15087
15087
  };
15088
- const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.3`;
15088
+ const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.4`;
15089
15089
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
15090
15090
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
15091
15091
  : `${packageDetails}`;