Skip to content

Commit a276a68

Browse files
committed
Update docs metadata
1 parent 70b7a8c commit a276a68

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

api/overview/azure/latest/resourcemanager.network-readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.Network, network
4-
ms.date: 07/01/2025
4+
ms.date: 08/11/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: network
@@ -41,7 +41,7 @@ dotnet add package Azure.ResourceManager.Network
4141

4242
### Authenticate the Client
4343

44-
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.Network_1.11.1/doc/dev/mgmt_quickstart.md).
44+
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.Network_1.11.2/doc/dev/mgmt_quickstart.md).
4545

4646
## Key concepts
4747

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

5252
Documentation is available to help you learn how to use this package:
5353

54-
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.1/doc/dev/mgmt_quickstart.md).
54+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.2/doc/dev/mgmt_quickstart.md).
5555
- [API References](https://learn.microsoft.com/dotnet/api/?view=azure-dotnet).
56-
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.1/sdk/identity/Azure.Identity/README.md).
56+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.2/sdk/identity/Azure.Identity/README.md).
5757

5858
## Examples
5959

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

9292
<!-- LINKS -->
93-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.1/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
93+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.Network_1.11.2/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
9494
[coc]: https://opensource.microsoft.com/codeofconduct/
9595
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/latest/Azure.ResourceManager.Network.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.Network",
3-
"Version": "1.11.1",
3+
"Version": "1.11.2",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/network/Azure.ResourceManager.Network",
66
"ServiceDirectory": "network",
@@ -10,21 +10,24 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.Network",
13-
"ReleaseStatus": "2025-07-01",
13+
"ReleaseStatus": "2025-08-11",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17+
"name": "Azure.ResourceManager.Network",
1718
"safeName": "AzureResourceManagerNetwork",
1819
"triggeringPaths": [
1920
"/sdk/network/ci.mgmt.yml"
20-
],
21-
"name": "Azure.ResourceManager.Network"
21+
]
2222
},
2323
"CIParameters": {
24-
"BuildSnippets": false,
25-
"AOTTestInputs": [],
24+
"AOTTestInputs": {
25+
"ArtifactName": "Azure.ResourceManager.Network",
26+
"ExpectedWarningsFilepath": "None"
27+
},
2628
"CIMatrixConfigs": [],
27-
"CheckAOTCompat": false
29+
"CheckAOTCompat": true,
30+
"BuildSnippets": false
2831
},
2932
"Namespaces": [
3033
"Azure.ResourceManager.Network",

0 commit comments

Comments
 (0)