@azure/arm-automation 11.0.0-beta.1 → 11.0.0-beta.3

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,5 +1,17 @@
1
1
  # Release History
2
-
2
+
3
+ ## 11.0.0-beta.3 (2022-10-08)
4
+
5
+ **Bugs Fixed**
6
+
7
+ - revert credential scopes
8
+
9
+ ## 11.0.0-beta.2 (2022-09-30)
10
+
11
+ **Bugs Fixed**
12
+
13
+ - fix better user experience of credential scopes in government cloud
14
+
3
15
  ## 11.0.0-beta.1 (2022-07-25)
4
16
 
5
17
  The package of @azure/arm-automation is using our next generation design principles since version 11.0.0-beta.1, which contains breaking changes.
package/README.md CHANGED
@@ -13,7 +13,7 @@ Automation Client
13
13
 
14
14
  ### Currently supported environments
15
15
 
16
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
16
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
17
17
  - Latest versions of Safari, Chrome, Edge and Firefox.
18
18
 
19
19
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
package/dist/index.js CHANGED
@@ -17756,7 +17756,7 @@ class AutomationClient extends coreClient__namespace.ServiceClient {
17756
17756
  requestContentType: "application/json; charset=utf-8",
17757
17757
  credential: credentials
17758
17758
  };
17759
- const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.1`;
17759
+ const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.3`;
17760
17760
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
17761
17761
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
17762
17762
  : `${packageDetails}`;