@azure/arm-security 6.0.0-alpha.20230321.3 → 6.0.0-alpha.20230322.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
+ ## 6.0.0-beta.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 6.0.0-beta.3 (2023-03-21)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -26409,7 +26409,7 @@ class SecurityCenter extends coreClient__namespace.ServiceClient {
26409
26409
  requestContentType: "application/json; charset=utf-8",
26410
26410
  credential: credentials
26411
26411
  };
26412
- const packageDetails = `azsdk-js-arm-security/6.0.0-beta.3`;
26412
+ const packageDetails = `azsdk-js-arm-security/6.0.0-beta.4`;
26413
26413
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
26414
26414
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
26415
26415
  : `${packageDetails}`;