Update docs metadata
This commit is contained in:
Родитель
ac1626f68a
Коммит
c6ace09d0b
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Cosmos DB Client Library for Java
|
||||
keywords: Azure, java, SDK, API, azure-cosmos, cosmos
|
||||
ms.date: 07/28/2024
|
||||
ms.date: 08/12/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: cosmos
|
||||
---
|
||||
# Azure Cosmos DB Client Library for Java - version 4.63.0
|
||||
# Azure Cosmos DB Client Library for Java - version 4.63.1
|
||||
|
||||
|
||||
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
|
|||
#### Include the BOM file
|
||||
|
||||
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.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.63.0/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.63.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -293,7 +293,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.63.0/sdk/cosmos/azure-cosmos/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.63.1/sdk/cosmos/azure-cosmos/src
|
||||
[cosmos_introduction]: /azure/cosmos-db/
|
||||
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
|
||||
[cosmos_docs]: /azure/cosmos-db/introduction
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-cosmos",
|
||||
"Version": "4.63.0",
|
||||
"Version": "4.63.1",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/cosmos/azure-cosmos",
|
||||
"ServiceDirectory": "cosmos",
|
||||
|
@ -10,7 +10,8 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-cosmos",
|
||||
"ReleaseStatus": "2024-07-26",
|
||||
"ReleaseStatus": "2024-08-12",
|
||||
"DependentPackages": null,
|
||||
"Namespaces": [
|
||||
"com.azure.cosmos",
|
||||
"com.azure.cosmos.models",
|
||||
|
|
Загрузка…
Ссылка в новой задаче