Skip to content

Commit 78b1528

Browse files
committed
Update docs metadata
1 parent 5f0779d commit 78b1528

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

api/overview/azure/preview/resourcemanager.cosmosdb-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.CosmosDB, cosmosdb
4-
ms.date: 12/26/2024
4+
ms.date: 08/04/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: cosmosdb
@@ -36,7 +36,7 @@ dotnet add package Azure.ResourceManager.CosmosDB
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.CosmosDB_1.4.0-beta.12/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.CosmosDB_1.4.0-beta.13/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.CosmosDB_1.4.0-beta.12/doc/dev/mgmt_quickstart.md).
49+
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.CosmosDB_1.4.0-beta.13/doc/dev/mgmt_quickstart.md).
5050
- [API References](https://learn.microsoft.com/dotnet/api/?view=azure-dotnet).
51-
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.CosmosDB_1.4.0-beta.12/sdk/identity/Azure.Identity/README.md).
51+
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/Azure.ResourceManager.CosmosDB_1.4.0-beta.13/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
<[email protected]> with any other questions or comments.
8686

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

metadata/preview/Azure.ResourceManager.CosmosDB.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.ResourceManager.CosmosDB",
3-
"Version": "1.4.0-beta.12",
3+
"Version": "1.4.0-beta.13",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cosmosdb/Azure.ResourceManager.CosmosDB",
66
"ServiceDirectory": "cosmosdb",
@@ -10,19 +10,31 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.ResourceManager.CosmosDB",
13-
"ReleaseStatus": "2024-12-20",
13+
"ReleaseStatus": "2025-08-04",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"name": "Azure.ResourceManager.CosmosDB",
18-
"safeName": "AzureResourceManagerCosmosDB"
17+
"safeName": "AzureResourceManagerCosmosDB",
18+
"triggeringPaths": [
19+
"/sdk/cosmosdb/ci.mgmt.yml"
20+
],
21+
"name": "Azure.ResourceManager.CosmosDB"
22+
},
23+
"CIParameters": {
24+
"BuildSnippets": true,
25+
"CIMatrixConfigs": [],
26+
"AOTTestInputs": {
27+
"ArtifactName": "Azure.ResourceManager.CosmosDB",
28+
"ExpectedWarningsFilepath": "None"
29+
},
30+
"CheckAOTCompat": true
1931
},
20-
"CIMatrixConfigs": [],
2132
"Namespaces": [
2233
"Azure.ResourceManager.CosmosDB",
2334
"Azure.ResourceManager.CosmosDB.Mocking",
2435
"Azure.ResourceManager.CosmosDB.Models"
2536
],
37+
"CIMatrixConfigs": [],
2638
"DocsCiConfigProperties": {
2739
"isPrerelease": "true",
2840
"tfm": "netstandard2.0"

0 commit comments

Comments
 (0)