@azure/arm-connectedvmware 1.0.0-alpha.20220922.1 → 1.0.0-alpha.20220930.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 +3 -8
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +1 -1
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +0 -3
- package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +1 -1
- package/package.json +1 -1
- package/src/azureArcVMwareManagementServiceAPI.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 1.0.0-beta.2 (
|
|
3
|
+
## 1.0.0-beta.2 (2022-09-30)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
8
|
-
|
|
9
|
-
### Bugs Fixed
|
|
10
|
-
|
|
11
|
-
### Other Changes
|
|
5
|
+
**Bugs Fixed**
|
|
12
6
|
|
|
7
|
+
- fix better user experience of credential scopes in government cloud
|
|
13
8
|
## 1.0.0-beta.1 (2022-08-15)
|
|
14
9
|
|
|
15
10
|
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,9 +10112,6 @@ 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
|
-
}
|
|
10118
10115
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
10119
10116
|
userAgentPrefix
|
|
10120
10117
|
}, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|