@azure/arm-monitor 8.0.0-alpha.20230308.1 → 8.0.0-alpha.20230320.2

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.5 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 8.0.0-beta.4 (2023-02-13)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -16460,7 +16460,7 @@ class MonitorClient extends coreClient__namespace.ServiceClient {
16460
16460
  requestContentType: "application/json; charset=utf-8",
16461
16461
  credential: credentials
16462
16462
  };
16463
- const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.4`;
16463
+ const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.5`;
16464
16464
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
16465
16465
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
16466
16466
  : `${packageDetails}`;