This commit is contained in:
azure-sdk 2024-04-23 17:54:34 +00:00
Родитель b156baa3ba
Коммит 25345fbd97
2 изменённых файлов: 19 добавлений и 19 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Core Test shared library for Java
keywords: Azure, java, SDK, API, azure-core-test, core
ms.date: 04/05/2024
ms.date: 04/23/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Test shared library for Java - version 1.24.1
# Azure Core Test shared library for Java - version 1.24.2
This library contains core classes used to test Azure SDK client libraries.
@ -44,7 +44,7 @@ To use this package, add the following to your _pom.xml_.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.24.1</version>
<version>1.24.2</version>
</dependency>
```
@ -325,12 +325,12 @@ If you encounter any bugs with these SDKs, please file issues via
Other useful packages are:
* [azure-core](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core): Contains core classes and
* [azure-core](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core): Contains core classes and
functionality used by all client libraries.
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/CONTRIBUTING.md).
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
@ -340,7 +340,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[azure_portal]: https://portal.azure.com/
[azure_cli_service_principal]: /cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac
[default_sanitizers]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/utils/TestProxyUtils.java#L259
[default_sanitizers]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/utils/TestProxyUtils.java#L259
[git_setup]: https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
[git_token]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
[powershell]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-latest
@ -348,17 +348,17 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[sanitize-secrets]: https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md#session-and-test-level-transforms-sanitizers-and-matchers
[test-proxy-readme]: https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md
[test-proxy-migration-guide]: https://github.com/Azure/azure-sdk-for-java/blob/64de460d8080127a1e0c58fbfc7ab9e95f70a2c7/sdk/core/azure-core-test/TestProxyMigrationGuide.md
[InterceptorManager.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/InterceptorManager.java
[TestProxyPlaybackClient.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/http/TestProxyPlaybackClient.java
[TestProxyRecordPolicy.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/policy/TestProxyRecordPolicy.java
[TestBase.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/TestProxyTestBase.java
[TestProxyTestBase.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/TestProxyTestBase.java
[TableClientTestBase]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/tables/azure-data-tables/src/test/java/com/azure/data/tables/TableClientTestBase.java#L61
[tables-test-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/tables/test-resources.json
[tables-test-resources-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/tables/test-resources.json#L42
[tables-test-resources-outputs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/tables/test-resources.json#L115
[test-resources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-core-test_1.24.1/eng/common/TestResources#readme
[test_proxy_sanitizer]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.1/sdk/core/azure-core-test/src/main/java/com/azure/core/test/models/TestProxySanitizer.java
[InterceptorManager.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/InterceptorManager.java
[TestProxyPlaybackClient.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/http/TestProxyPlaybackClient.java
[TestProxyRecordPolicy.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/policy/TestProxyRecordPolicy.java
[TestBase.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/TestProxyTestBase.java
[TestProxyTestBase.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/TestProxyTestBase.java
[TableClientTestBase]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/tables/azure-data-tables/src/test/java/com/azure/data/tables/TableClientTestBase.java#L61
[tables-test-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/tables/test-resources.json
[tables-test-resources-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/tables/test-resources.json#L42
[tables-test-resources-outputs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/tables/test-resources.json#L115
[test-resources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-core-test_1.24.2/eng/common/TestResources#readme
[test_proxy_sanitizer]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.24.2/sdk/core/azure-core-test/src/main/java/com/azure/core/test/models/TestProxySanitizer.java
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-test",
"Version": "1.24.1",
"Version": "1.24.2",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-test",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-test",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-04-22",
"Namespaces": [
"com.azure.core.test"
]