@azure/arm-appinsights 5.0.0-beta.4 → 5.0.0-beta.6

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
+ ## 5.0.0-beta.6 (2022-10-08)
4
+
5
+ **Bugs Fixed**
6
+
7
+ - revert credential scopes
8
+
9
+ ## 5.0.0-beta.5 (2022-09-30)
10
+
11
+ **Bugs Fixed**
12
+
13
+ - fix better user experience of credential scopes in government cloud
14
+
3
15
  ## 5.0.0-beta.4 (2022-06-01)
4
16
 
5
17
  The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.4, which contains breaking changes.
package/README.md CHANGED
@@ -13,7 +13,7 @@ Composite Swagger for Application Insights Management 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
@@ -7688,7 +7688,7 @@ class ApplicationInsightsManagementClient extends coreClient__namespace.ServiceC
7688
7688
  requestContentType: "application/json; charset=utf-8",
7689
7689
  credential: credentials
7690
7690
  };
7691
- const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.4`;
7691
+ const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.6`;
7692
7692
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7693
7693
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
7694
7694
  : `${packageDetails}`;