This commit is contained in:
azure-sdk 2024-05-03 20:46:47 +00:00
Родитель 01df583477
Коммит 9e8497170e
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,12 +1,12 @@
---
title: Azure Cosmos Test client library for Java
keywords: Azure, java, SDK, API, azure-cosmos-test, cosmos
ms.date: 10/24/2023
ms.date: 05/03/2024
ms.topic: reference
ms.devlang: java
ms.service: cosmos
---
# Azure Cosmos Test client library for Java - version 1.0.0-beta.6
# Azure Cosmos Test client library for Java - version 1.0.0-beta.7
Library containing core fault injection classes used to test Azure Cosmos DB SDK libraries.
@ -18,7 +18,7 @@ Library containing core fault injection classes used to test Azure Cosmos DB SDK
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-test</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})

Просмотреть файл

@ -1,6 +1,6 @@
{
"Name": "azure-cosmos-test",
"Version": "1.0.0-beta.6",
"Version": "1.0.0-beta.7",
"DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos-test",
"ServiceDirectory": "cosmos",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-cosmos-test",
"ReleaseStatus": "2023-10-24",
"ReleaseStatus": "2024-05-03",
"Namespaces": [
"com.azure.cosmos.test.faultinjection"
]