This commit is contained in:
azure-sdk 2024-07-15 20:56:50 +00:00
Родитель 65b583ccdf
Коммит 35dedb8662
16 изменённых файлов: 75 добавлений и 60 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Core AMQP shared library for Java
keywords: Azure, java, SDK, API, azure-core-amqp, core
ms.date: 06/08/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core AMQP shared library for Java - version 2.9.6
# Azure Core AMQP shared library for Java - version 2.9.7
Azure Core AMQP client library is a collection of classes common to the AMQP protocol. It help developers create their
@ -17,12 +17,13 @@ own AMQP client library that abstracts from the underlying transport library's i
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core-amqp_2.9.6/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-core-amqp_2.9.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -81,7 +82,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.6/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-amqp_2.9.7/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -92,6 +93,7 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-amqp%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Netty HTTP plugin library for Java
keywords: Azure, java, SDK, API, azure-core-http-netty, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Netty HTTP plugin library for Java - version 1.15.1
# Azure Core Netty HTTP plugin library for Java - version 1.15.2
Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
@ -16,12 +16,13 @@ Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core-http-netty_1.15.1/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-core-http-netty_1.15.2/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -143,7 +144,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-http-netty_1.15.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-http-netty_1.15.2/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -154,6 +155,7 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-http-netty%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core OkHttp HTTP plugin library for Java
keywords: Azure, java, SDK, API, azure-core-http-okhttp, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core OkHttp HTTP plugin library for Java - version 1.12.0
# Azure Core OkHttp HTTP plugin library for Java - version 1.12.1
Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
@ -16,12 +16,13 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core-http-okhttp_1.12.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-core-http-okhttp_1.12.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -128,7 +129,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-http-okhttp_1.12.0/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-http-okhttp_1.12.1/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -139,6 +140,7 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-http-okhttp%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Management client library for Java
keywords: Azure, java, SDK, API, azure-core-management, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Management client library for Java - version 1.15.0
# Azure Core Management client library for Java - version 1.15.1
Azure Core Management library is a collection of classes common to the [Azure Resource Manager (ARM)][arm] client libraries.
@ -16,6 +16,7 @@ Azure Core Management library is a collection of classes common to the [Azure Re
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Adding the package to your product
@ -55,7 +56,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-management_1.15.0/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-management_1.15.1/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -67,4 +68,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[arm]: /azure/azure-resource-manager/management/
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-management%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core shared library for Java
keywords: Azure, java, SDK, API, azure-core, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core shared library for Java - version 1.49.1
# Azure Core shared library for Java - version 1.50.0
[![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azure.github.io/azure-sdk-for-java)
@ -27,6 +27,7 @@ APIs in one client library, you will know how to use them in other client librar
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
@ -35,7 +36,7 @@ APIs in one client library, you will know how to use them in other client librar
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core_1.49.1/sdk/boms/azure-sdk-bom/README.md).
the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.50.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -258,7 +259,7 @@ logging to be enabled. The following table explains what logging is enabled for
## Contributing
For details on contributing to this repository, see
the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.49.1/CONTRIBUTING.md).
the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.50.0/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@ -269,8 +270,8 @@ the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-
<!-- links -->
[logging]: https://learn.microsoft.com/azure/developer/java/sdk/logging-overview
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Gson JSON Serializer plugin library for Java
keywords: Azure, java, SDK, API, azure-core-serializer-json-gson, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Gson JSON Serializer plugin library for Java - version 1.2.13
# Azure Core Gson JSON Serializer plugin library for Java - version 1.2.14
Azure Core Gson JSON Serializer is a plugin for the `azure-core` `JsonSerializer` API.
@ -16,12 +16,13 @@ Azure Core Gson JSON Serializer is a plugin for the `azure-core` `JsonSerializer
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core-serializer-json-gson_1.2.13/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-core-serializer-json-gson_1.2.14/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -82,7 +83,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-serializer-json-gson_1.2.13/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-serializer-json-gson_1.2.14/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@ -93,6 +94,7 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-serializer-json-gson%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Jackson JSON Serializer plugin library for Java
keywords: Azure, java, SDK, API, azure-core-serializer-json-jackson, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Jackson JSON Serializer plugin library for Java - version 1.4.13
# Azure Core Jackson JSON Serializer plugin library for Java - version 1.4.14
Azure Core Jackson JSON Serializer is a plugin for the `azure-core` `JsonSerializer` API.
@ -16,12 +16,13 @@ Azure Core Jackson JSON Serializer is a plugin for the `azure-core` `JsonSeriali
### Prerequisites
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
- Here are details about [Java 8 client compatibility with Azure Certificate Authority][java8_client_compatibility].
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (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-core-serializer-json-jackson_1.4.13/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-core-serializer-json-jackson_1.4.14/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -82,7 +83,7 @@ locate the root issue. View the [logging][logging] wiki for guidance about enabl
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-serializer-json-jackson_1.4.13/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-serializer-json-jackson_1.4.14/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@ -93,6 +94,7 @@ For details on contributing to this repository, see the [contributing guide](htt
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[java8_client_compatibility]: https://learn.microsoft.com/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#client-compatibility-for-public-pkis
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-serializer-json-jackson%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Test shared library for Java
keywords: Azure, java, SDK, API, azure-core-test, core
ms.date: 06/06/2024
ms.date: 07/15/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Test shared library for Java - version 1.26.0
# Azure Core Test shared library for Java - version 1.26.1
This library contains core classes used to test Azure SDK client libraries.
@ -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.26.0/sdk/core/azure-core): Contains core classes and
* [azure-core](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.1/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.26.0/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.26.1/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.26.0/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.26.1/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.26.0/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.26.0/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.26.0/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.26.0/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.26.0/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.26.0/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.26.0/sdk/tables/test-resources.json
[tables-test-resources-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.0/sdk/tables/test-resources.json#L42
[tables-test-resources-outputs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.0/sdk/tables/test-resources.json#L115
[test-resources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-core-test_1.26.0/eng/common/TestResources#readme
[test_proxy_sanitizer]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.0/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.26.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.26.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.26.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.26.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.26.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.26.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.26.1/sdk/tables/test-resources.json
[tables-test-resources-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.1/sdk/tables/test-resources.json#L42
[tables-test-resources-outputs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.1/sdk/tables/test-resources.json#L115
[test-resources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-core-test_1.26.1/eng/common/TestResources#readme
[test_proxy_sanitizer]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.26.1/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-amqp",
"Version": "2.9.6",
"Version": "2.9.7",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-amqp",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-amqp",
"ReleaseStatus": "2024-06-11",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.amqp",
"com.azure.core.amqp.client.traits",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-netty",
"Version": "1.15.1",
"Version": "1.15.2",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-http-netty",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-http-netty",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.http.netty"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-okhttp",
"Version": "1.12.0",
"Version": "1.12.1",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-http-okhttp",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-http-okhttp",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.http.okhttp"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-management",
"Version": "1.15.0",
"Version": "1.15.1",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-management",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-management",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.management",
"com.azure.core.management.exception",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-serializer-json-gson",
"Version": "1.2.13",
"Version": "1.2.14",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-serializer-json-gson",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-serializer-json-gson",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.serializer.json.gson"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-serializer-json-jackson",
"Version": "1.4.13",
"Version": "1.4.14",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-serializer-json-jackson",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-serializer-json-jackson",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.serializer.json.jackson"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-test",
"Version": "1.26.0",
"Version": "1.26.1",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-test",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-test",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.test"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core",
"Version": "1.49.1",
"Version": "1.50.0",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core",
"ReleaseStatus": "2024-06-06",
"ReleaseStatus": "2024-07-12",
"Namespaces": [
"com.azure.core.annotation",
"com.azure.core.client.traits",