Skip to content

Commit 1c4749f

Browse files
committed
Update docs metadata
1 parent c500a55 commit 1c4749f

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, dotnet, SDK, API, Azure.ResourceManager.PostgreSql, postgresql
4-
ms.date: 11/04/2024
4+
ms.date: 06/25/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: postgresql
@@ -36,7 +36,7 @@ dotnet add package Azure.ResourceManager.PostgreSql
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.PostgreSql_1.2.0/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.PostgreSql_1.3.0/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.PostgreSql_1.2.0/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.PostgreSql_1.2.0/sdk/identity/Azure.Identity/README.md).
49+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.PostgreSql_1.3.0/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.PostgreSql_1.3.0/sdk/identity/Azure.Identity/README.md).
5252

5353
## Examples
5454

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

8787
<!-- LINKS -->
88-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.PostgreSql_1.2.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
88+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.PostgreSql_1.3.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
8989
[coc]: https://opensource.microsoft.com/codeofconduct/
9090
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/latest/Azure.ResourceManager.PostgreSql.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.PostgreSql",
3-
"Version": "1.2.0",
3+
"Version": "1.3.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/postgresql/Azure.ResourceManager.PostgreSql",
66
"ServiceDirectory": "postgresql",
@@ -10,14 +10,22 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.PostgreSql",
13-
"ReleaseStatus": "2024-11-05",
13+
"ReleaseStatus": "2025-06-25",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17+
"triggeringPaths": [
18+
"/sdk/postgresql/ci.mgmt.yml"
19+
],
1720
"name": "Azure.ResourceManager.PostgreSql",
1821
"safeName": "AzureResourceManagerPostgreSql"
1922
},
20-
"CIMatrixConfigs": [],
23+
"CIParameters": {
24+
"AOTTestInputs": [],
25+
"CheckAOTCompat": false,
26+
"CIMatrixConfigs": [],
27+
"BuildSnippets": true
28+
},
2129
"Namespaces": [
2230
"Azure.ResourceManager.PostgreSql",
2331
"Azure.ResourceManager.PostgreSql.FlexibleServers",
@@ -26,6 +34,7 @@
2634
"Azure.ResourceManager.PostgreSql.Mocking",
2735
"Azure.ResourceManager.PostgreSql.Models"
2836
],
37+
"CIMatrixConfigs": [],
2938
"DocsCiConfigProperties": {
3039
"tfm": "netstandard2.0"
3140
},

0 commit comments

Comments
 (0)