Skip to content

Commit c4bc579

Browse files
committed
Update docs metadata
1 parent 78b1528 commit c4bc579

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed

api/overview/azure/preview/resourcemanager.applicationinsights-readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.ApplicationInsights, azure-monitor
4-
ms.date: 03/23/2024
4+
ms.date: 08/04/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: azure-monitor
@@ -20,14 +20,14 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
2020
- Better error-handling.
2121
- Support uniform telemetry across all languages.
2222

23-
## Getting started
23+
## Getting started
2424

2525
### Install the package
2626

2727
Install the Microsoft Azure Application Insights management library for .NET with [NuGet](https://www.nuget.org/):
2828

2929
```dotnetcli
30-
dotnet add package Azure.ResourceManager.ApplicationInsights --prerelease
30+
dotnet add package Azure.ResourceManager.ApplicationInsights
3131
```
3232

3333
### Prerequisites
@@ -36,7 +36,7 @@ dotnet add package Azure.ResourceManager.ApplicationInsights --prerelease
3636

3737
### Authenticate the Client
3838

39-
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.0.0-beta.5/doc/dev/mgmt_quickstart.md).
39+
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.1.0-beta.1/doc/dev/mgmt_quickstart.md).
4040

4141
## Key concepts
4242

@@ -46,9 +46,9 @@ Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azu
4646

4747
Documentation is available to help you learn how to use this package:
4848

49-
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.0.0-beta.5/doc/dev/mgmt_quickstart.md).
50-
- [API References](/dotnet/api/?view=azure-dotnet).
51-
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.0.0-beta.5/sdk/identity/Azure.Identity/README.md).
49+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.1.0-beta.1/doc/dev/mgmt_quickstart.md).
50+
- [API References](https://learn.microsoft.com/dotnet/api/?view=azure-dotnet).
51+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.1.0-beta.1/sdk/identity/Azure.Identity/README.md).
5252

5353
## Examples
5454

@@ -85,6 +85,7 @@ more information, see the [Code of Conduct FAQ][coc_faq] or contact
8585
<[email protected]> with any other questions or comments.
8686

8787
<!-- LINKS -->
88-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.0.0-beta.5/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
88+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.ApplicationInsights_1.1.0-beta.1/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
8989
[coc]: https://opensource.microsoft.com/codeofconduct/
9090
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
91+

metadata/preview/Azure.ResourceManager.ApplicationInsights.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.ApplicationInsights",
3-
"Version": "1.0.0-beta.5",
3+
"Version": "1.1.0-beta.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights",
66
"ServiceDirectory": "applicationinsights",
@@ -10,7 +10,25 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.ApplicationInsights",
13-
"ReleaseStatus": "2024-03-23",
13+
"ReleaseStatus": "2025-08-04",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": null,
16+
"ArtifactDetails": {
17+
"triggeringPaths": [
18+
"/sdk/applicationinsights/ci.mgmt.yml"
19+
],
20+
"safeName": "AzureResourceManagerApplicationInsights",
21+
"name": "Azure.ResourceManager.ApplicationInsights"
22+
},
23+
"CIParameters": {
24+
"CIMatrixConfigs": [],
25+
"BuildSnippets": true,
26+
"CheckAOTCompat": true,
27+
"AOTTestInputs": {
28+
"ArtifactName": "Azure.ResourceManager.ApplicationInsights",
29+
"ExpectedWarningsFilepath": "None"
30+
}
31+
},
1432
"Namespaces": [
1533
"Azure.ResourceManager.ApplicationInsights",
1634
"Azure.ResourceManager.ApplicationInsights.Mocking",

0 commit comments

Comments
 (0)