@azure/arm-automation 11.0.0-alpha.20220927.1 → 11.0.0-beta.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,14 +1,10 @@
1
1
  # Release History
2
2
 
3
- ## 11.0.0-beta.2 (Unreleased)
3
+ ## 11.0.0-beta.2 (2022-09-30)
4
4
 
5
- ### Features Added
5
+ **Bugs Fixed**
6
6
 
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ - fix better user experience of credential scopes in government cloud
12
8
 
13
9
  ## 11.0.0-beta.1 (2022-07-25)
14
10
 
package/dist/index.js CHANGED
@@ -17760,9 +17760,6 @@ class AutomationClient extends coreClient__namespace.ServiceClient {
17760
17760
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
17761
17761
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
17762
17762
  : `${packageDetails}`;
17763
- if (!options.credentialScopes) {
17764
- options.credentialScopes = ["https://management.azure.com/.default"];
17765
- }
17766
17763
  const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
17767
17764
  userAgentPrefix
17768
17765
  }, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });