@azure/arm-scvmm 1.0.0-alpha.20220428.4 → 1.0.0-beta.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,15 +1,5 @@
1
1
  # Release History
2
-
3
- ## 1.0.0-beta.2 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
2
+
13
3
  ## 1.0.0-beta.1 (2022-04-27)
14
4
 
15
5
  The package of @azure/arm-scvmm is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
package/dist/index.js CHANGED
@@ -6488,7 +6488,7 @@ class Scvmm extends coreClient__namespace.ServiceClient {
6488
6488
  requestContentType: "application/json; charset=utf-8",
6489
6489
  credential: credentials
6490
6490
  };
6491
- const packageDetails = `azsdk-js-arm-scvmm/1.0.0-beta.2`;
6491
+ const packageDetails = `azsdk-js-arm-scvmm/1.0.0-beta.1`;
6492
6492
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6493
6493
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
6494
6494
  : `${packageDetails}`;