@azure/arm-connectedvmware 1.0.0-alpha.20220930.1 → 1.0.0-alpha.20221010.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,10 +1,15 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.2 (2022-09-30)
3
+ ## 1.0.0-beta.2 (Unreleased)
4
4
 
5
- **Bugs Fixed**
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
6
12
 
7
- - fix better user experience of credential scopes in government cloud
8
13
  ## 1.0.0-beta.1 (2022-08-15)
9
14
 
10
15
  The package of @azure/arm-connectedvmware 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
@@ -10112,6 +10112,9 @@ class AzureArcVMwareManagementServiceAPI extends coreClient__namespace.ServiceCl
10112
10112
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
10113
10113
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
10114
10114
  : `${packageDetails}`;
10115
+ if (!options.credentialScopes) {
10116
+ options.credentialScopes = ["https://management.azure.com/.default"];
10117
+ }
10115
10118
  const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
10116
10119
  userAgentPrefix
10117
10120
  }, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });