@azure/arm-appconfiguration 3.0.1-alpha.20220923.1 → 3.0.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 -7
- 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/appConfigurationManagementClient.d.ts.map +1 -1
- package/dist-esm/src/appConfigurationManagementClient.js +0 -3
- package/dist-esm/src/appConfigurationManagementClient.js.map +1 -1
- package/package.json +3 -3
- package/src/appConfigurationManagementClient.ts +0 -3
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 3.0.1 (
|
|
3
|
+
## 3.0.1 (2022-09-30)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**Bugs Fixed**
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bugs Fixed
|
|
10
|
-
|
|
11
|
-
### Other Changes
|
|
7
|
+
- fix better user experience of credential scopes in government cloud
|
|
12
8
|
|
|
13
9
|
## 3.0.0 (2022-06-10)
|
|
14
10
|
|
package/dist/index.js
CHANGED
|
@@ -3499,9 +3499,6 @@ class AppConfigurationManagementClient extends coreClient__namespace.ServiceClie
|
|
|
3499
3499
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
3500
3500
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
3501
3501
|
: `${packageDetails}`;
|
|
3502
|
-
if (!options.credentialScopes) {
|
|
3503
|
-
options.credentialScopes = ["https://management.azure.com/.default"];
|
|
3504
|
-
}
|
|
3505
3502
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
3506
3503
|
userAgentPrefix
|
|
3507
3504
|
}, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|