Skip to content

Commit dda84b8

Browse files
committed
Update docs metadata
1 parent 1789b7b commit dda84b8

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs-ref-services/latest/cosmos-encryption-readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, java, SDK, API, azure-cosmos-encryption, cosmos
4-
ms.date: 05/15/2025
4+
ms.date: 06/26/2025
55
ms.topic: reference
66
ms.devlang: java
77
ms.service: cosmos
@@ -20,7 +20,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
2020
<dependency>
2121
<groupId>com.azure</groupId>
2222
<artifactId>azure-cosmos-encryption</artifactId>
23-
<version>2.20.0</version>
23+
<version>2.21.0</version>
2424
</dependency>
2525
```
2626
[//]: # ({x-version-update-end})
@@ -215,7 +215,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
215215
or contact [[email protected]][coc_contact] with any additional questions or comments.
216216

217217
<!-- LINKS -->
218-
[encryption_source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos-encryption_2.20.0/sdk/cosmos/azure-cosmos-encryption/src
218+
[encryption_source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos-encryption_2.21.0/sdk/cosmos/azure-cosmos-encryption/src
219219
[cosmos_introduction]: https://learn.microsoft.com/azure/cosmos-db/
220220
[api_documentation]: https://azuresdkdocs.z19.web.core.windows.net/java/azure-cosmos/latest/index.html
221221
[encryption_api_documentation]: https://azuresdkdocs.z19.web.core.windows.net/java/azure-cosmos-encryption/latest/index.html
@@ -231,7 +231,7 @@ or contact [[email protected]][coc_contact] with any additional questions o
231231
[troubleshooting]: https://learn.microsoft.com/azure/cosmos-db/troubleshoot-java-sdk-v4-sql
232232
[perf_guide]: https://learn.microsoft.com/azure/cosmos-db/performance-tips-java-sdk-v4-sql?tabs=api-async
233233
[sql_api_query]: https://learn.microsoft.com/azure/cosmos-db/sql-api-sql-query
234-
[getting_started_encryption]: https://github.com/Azure/azure-sdk-for-java/tree/azure-cosmos-encryption_2.20.0/sdk/cosmos/azure-cosmos-encryption/src/samples/java/com/azure/cosmos/encryption/
234+
[getting_started_encryption]: https://github.com/Azure/azure-sdk-for-java/tree/azure-cosmos-encryption_2.21.0/sdk/cosmos/azure-cosmos-encryption/src/samples/java/com/azure/cosmos/encryption/
235235
[quickstart]: https://learn.microsoft.com/azure/cosmos-db/create-sql-api-java?tabs=sync
236236

237237

docs-ref-services/latest/cosmos-readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Cosmos DB Client Library for Java
33
keywords: Azure, java, SDK, API, azure-cosmos, cosmos
4-
ms.date: 06/05/2025
4+
ms.date: 06/26/2025
55
ms.topic: reference
66
ms.devlang: java
77
ms.service: cosmos
88
---
9-
# Azure Cosmos DB Client Library for Java - version 4.71.0
9+
# Azure Cosmos DB Client Library for Java - version 4.72.0
1010

1111

1212
Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage.
@@ -20,7 +20,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
2020
#### Include the BOM file
2121

2222
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
23-
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.71.0/sdk/boms/azure-sdk-bom/README.md).
23+
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.72.0/sdk/boms/azure-sdk-bom/README.md).
2424

2525
```xml
2626
<dependencyManagement>
@@ -293,7 +293,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
293293
or contact [[email protected]][coc_contact] with any additional questions or comments.
294294

295295
<!-- LINKS -->
296-
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.71.0/sdk/cosmos/azure-cosmos/src
296+
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.72.0/sdk/cosmos/azure-cosmos/src
297297
[cosmos_introduction]: https://learn.microsoft.com/azure/cosmos-db/
298298
[api_documentation]: https://azuresdkdocs.z19.web.core.windows.net/java/azure-cosmos/latest/index.html
299299
[cosmos_docs]: https://learn.microsoft.com/azure/cosmos-db/introduction

metadata/latest/azure-cosmos-encryption.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-cosmos-encryption",
3-
"Version": "2.20.0",
3+
"Version": "2.21.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cosmos/azure-cosmos-encryption",
66
"ServiceDirectory": "cosmos",
@@ -10,21 +10,21 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-cosmos-encryption",
13-
"ReleaseStatus": "2025-05-14",
13+
"ReleaseStatus": "2025-06-24",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": [
1616
"com.azure:azure-cosmos-tests",
1717
"com.azure:azure-cosmos-benchmark",
1818
"com.azure.cosmos.spark:azure-cosmos-spark_3_2-12"
1919
],
2020
"ArtifactDetails": {
21-
"safeName": "azurecosmosencryption",
2221
"groupId": "com.azure",
23-
"releaseInBatch": "${{ parameters.release_azurecosmosencryption }}",
24-
"name": "azure-cosmos-encryption",
2522
"triggeringPaths": [
2623
"/sdk/cosmos/ci.yml"
27-
]
24+
],
25+
"safeName": "azurecosmosencryption",
26+
"releaseInBatch": "${{ parameters.release_azurecosmosencryption }}",
27+
"name": "azure-cosmos-encryption"
2828
},
2929
"CIParameters": {
3030
"CIMatrixConfigs": []

metadata/latest/azure-cosmos.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-cosmos",
3-
"Version": "4.71.0",
3+
"Version": "4.72.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cosmos/azure-cosmos",
66
"ServiceDirectory": "cosmos",
@@ -10,21 +10,21 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-cosmos",
13-
"ReleaseStatus": "2025-06-04",
13+
"ReleaseStatus": "2025-06-24",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": [
1616
"com.azure:azure-cosmos-tests",
1717
"com.azure:azure-cosmos-benchmark",
1818
"com.azure.cosmos.spark:azure-cosmos-spark_3_2-12"
1919
],
2020
"ArtifactDetails": {
21+
"groupId": "com.azure",
2122
"triggeringPaths": [
2223
"/sdk/cosmos/ci.yml"
2324
],
2425
"safeName": "azurecosmos",
25-
"name": "azure-cosmos",
2626
"releaseInBatch": "${{ parameters.release_azurecosmos }}",
27-
"groupId": "com.azure"
27+
"name": "azure-cosmos"
2828
},
2929
"CIParameters": {
3030
"CIMatrixConfigs": []

0 commit comments

Comments
 (0)