This commit is contained in:
azure-sdk 2024-05-02 14:46:11 +00:00
Родитель 7b4be97550
Коммит fc932efb14
28 изменённых файлов: 112 добавлений и 112 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Core AMQP shared library for Java
keywords: Azure, java, SDK, API, azure-core-amqp, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core AMQP shared library for Java - version 2.9.3
# Azure Core AMQP shared library for Java - version 2.9.4
Azure Core AMQP client library is a collection of classes common to the AMQP protocol. It help developers create their
@ -22,7 +22,7 @@ own AMQP client library that abstracts from the underlying transport library's i
#### 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.3/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.4/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.3</version>
<version>2.9.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -81,7 +81,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.3/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.4/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -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: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Netty HTTP plugin library for Java - version 1.14.2
# Azure Core Netty HTTP plugin library for Java - version 1.15.0
Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
@ -21,7 +21,7 @@ Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
#### 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.14.2/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.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.2</version>
<version>1.15.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -143,7 +143,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.14.2/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.0/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -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: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core OkHttp HTTP plugin library for Java - version 1.11.20
# Azure Core OkHttp HTTP plugin library for Java - version 1.11.21
Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
@ -21,7 +21,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
#### 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.11.20/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.11.21/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.20</version>
<version>1.11.21</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -128,7 +128,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.11.20/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.11.21/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure Core Management client library for Java
keywords: Azure, java, SDK, API, azure-core-management, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Management client library for Java - version 1.13.0
# Azure Core Management client library for Java - version 1.14.0
Azure Core Management library is a collection of classes common to the [Azure Resource Manager (ARM)][arm] client libraries.
@ -24,7 +24,7 @@ Azure Core Management library is a collection of classes common to the [Azure Re
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -55,7 +55,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.13.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.14.0/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure Core shared library for Java
keywords: Azure, java, SDK, API, azure-core, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core shared library for Java - version 1.48.0
# Azure Core shared library for Java - version 1.49.0
[![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azure.github.io/azure-sdk-for-java)
@ -35,7 +35,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.48.0/sdk/boms/azure-sdk-bom/README.md).
the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.49.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -74,7 +74,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0</version>
<version>1.49.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -258,7 +258,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.48.0/CONTRIBUTING.md).
the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core_1.49.0/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -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: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Gson JSON Serializer plugin library for Java - version 1.2.11
# Azure Core Gson JSON Serializer plugin library for Java - version 1.2.12
Azure Core Gson JSON Serializer is a plugin for the `azure-core` `JsonSerializer` API.
@ -21,7 +21,7 @@ Azure Core Gson JSON Serializer is a plugin for the `azure-core` `JsonSerializer
#### 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.11/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.12/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -82,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-serializer-json-gson_1.2.11/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.12/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -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: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Jackson JSON Serializer plugin library for Java - version 1.4.11
# Azure Core Jackson JSON Serializer plugin library for Java - version 1.4.12
Azure Core Jackson JSON Serializer is a plugin for the `azure-core` `JsonSerializer` API.
@ -21,7 +21,7 @@ Azure Core Jackson JSON Serializer is a plugin for the `azure-core` `JsonSeriali
#### 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.11/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.12/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<version>1.4.11</version>
<version>1.4.12</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -82,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-serializer-json-jackson_1.4.11/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.12/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure Core Test shared library for Java
keywords: Azure, java, SDK, API, azure-core-test, core
ms.date: 04/23/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Test shared library for Java - version 1.24.2
# Azure Core Test shared library for Java - version 1.25.0
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.2</version>
<version>1.25.0</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.2/sdk/core/azure-core): Contains core classes and
* [azure-core](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.25.0/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.2/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.25.0/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.2/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.25.0/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.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
[InterceptorManager.java]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.25.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.25.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.25.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.25.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.25.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.25.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.25.0/sdk/tables/test-resources.json
[tables-test-resources-resources]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.25.0/sdk/tables/test-resources.json#L42
[tables-test-resources-outputs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.25.0/sdk/tables/test-resources.json#L115
[test-resources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-core-test_1.25.0/eng/common/TestResources#readme
[test_proxy_sanitizer]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-test_1.25.0/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,12 +1,12 @@
---
title: Azure Core Experimental shared library for Java
keywords: Azure, java, SDK, API, azure-core-experimental, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Experimental shared library for Java - version 1.0.0-beta.49
# Azure Core Experimental shared library for Java - version 1.0.0-beta.50
[![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azure.github.io/azure-sdk-for-java)
@ -26,7 +26,7 @@ Azure Core Experimental contains types that are being evaluated and might eventu
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-experimental</artifactId>
<version>1.0.0-beta.49</version>
<version>1.0.0-beta.50</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -50,7 +50,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-experimental_1.0.0-beta.49/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-experimental_1.0.0-beta.50/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure Core JDK HTTP plugin library for Java
keywords: Azure, java, SDK, API, azure-core-http-jdk-httpclient, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core JDK HTTP plugin library for Java - version 1.0.0-beta.12
# Azure Core JDK HTTP plugin library for Java - version 1.0.0-beta.13
This is an azure-core HTTP client that makes use of the asynchronous HttpClient that was made generally available as
@ -25,7 +25,7 @@ part of JDK 11.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-jdk-httpclient</artifactId>
<version>1.0.0-beta.12</version>
<version>1.0.0-beta.13</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -80,7 +80,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-jdk-httpclient_1.0.0-beta.12/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-jdk-httpclient_1.0.0-beta.13/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure Core Vert.x HTTP plugin library for Java
keywords: Azure, java, SDK, API, azure-core-http-vertx, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Vert.x HTTP plugin library for Java - version 1.0.0-beta.17
# Azure Core Vert.x HTTP plugin library for Java - version 1.0.0-beta.18
Azure Core Vert.x HTTP client is a plugin for the `azure-core` HTTP client API.
@ -25,7 +25,7 @@ Azure Core Vert.x HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-vertx</artifactId>
<version>1.0.0-beta.17</version>
<version>1.0.0-beta.18</version>
</dependency>
</dependencies>
```
@ -81,7 +81,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-vertx_1.0.0-beta.17/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-vertx_1.0.0-beta.18/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure OpenTelemetry Metrics plugin library for Java
keywords: Azure, java, SDK, API, azure-core-metrics-opentelemetry, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure OpenTelemetry Metrics plugin library for Java - version 1.0.0-beta.18
# Azure OpenTelemetry Metrics plugin library for Java - version 1.0.0-beta.19
This package enables metrics from Azure SDK Java libraries through [OpenTelemetry][OpenTelemetry]. OpenTelemetry is an open source, vendor-agnostic, single distribution of libraries to provide metrics collection and distributed tracing for services.
@ -44,7 +44,7 @@ The following sections provide several code snippets covering some of the most c
- [Default configuration: Opentelemtery SDK](#default-configuration-agent)
- [Custom configuration](#custom-configuration)
You can find more samples [here](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.18/sdk/core/azure-core-metrics-opentelemetry/src/samples/).
You can find more samples [here](https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.19/sdk/core/azure-core-metrics-opentelemetry/src/samples/).
### Default configuration: agent
@ -133,10 +133,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
<!-- Links -->
[api_documentation]: https://aka.ms/java-docs
[context]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.18/sdk/core/azure-core/src/main/java/com/azure/core/util/Context.java
[context]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.19/sdk/core/azure-core/src/main/java/com/azure/core/util/Context.java
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.18/sdk/core/azure-core-metrics-opentelemetry/src/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-metrics-opentelemetry_1.0.0-beta.19/sdk/core/azure-core-metrics-opentelemetry/src/
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-metrics-opentelemetry%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Core Apache Avro Serializer plugin library for Java
keywords: Azure, java, SDK, API, azure-core-serializer-avro-apache, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure Core Apache Avro Serializer plugin library for Java - version 1.0.0-beta.45
# Azure Core Apache Avro Serializer plugin library for Java - version 1.0.0-beta.46
Azure Core Apache Avro Serializer is a plugin for the `azure-core` `AvroSerializer` API.
@ -24,7 +24,7 @@ Azure Core Apache Avro Serializer is a plugin for the `azure-core` `AvroSerializ
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-apache</artifactId>
<version>1.0.0-beta.45</version>
<version>1.0.0-beta.46</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -50,7 +50,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-avro-apache_1.0.0-beta.45/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-avro-apache_1.0.0-beta.46/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)

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

@ -1,12 +1,12 @@
---
title: Azure OpenTelemetry Tracing plugin library for Java
keywords: Azure, java, SDK, API, azure-core-tracing-opentelemetry, core
ms.date: 04/05/2024
ms.date: 05/02/2024
ms.topic: reference
ms.devlang: java
ms.service: core
---
# Azure OpenTelemetry Tracing plugin library for Java - version 1.0.0-beta.45
# Azure OpenTelemetry Tracing plugin library for Java - version 1.0.0-beta.46
This package enables distributed tracing across Azure SDK Java libraries through [OpenTelemetry][OpenTelemetry]. OpenTelemetry is an open source, vendor-agnostic, single distribution of libraries to provide metrics collection and distributed tracing for services.
@ -60,7 +60,7 @@ To enable Azure SDK tracing, add the latest `com.azure:azure-core-tracing-opente
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-tracing-opentelemetry</artifactId>
<version>1.0.0-beta.45</version>
<version>1.0.0-beta.46</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -153,7 +153,7 @@ Tracer tracer = tracerProvider.get("test");
Span parent = tracer.spanBuilder("parent").startSpan();
io.opentelemetry.context.Context traceContext = io.opentelemetry.context.Context.current().with(parent);
// do some work
// do some work
// You can pass parent explicitly using PARENT_TRACE_CONTEXT_KEY in the com.azure.core.util.Context.
// Or, when using async clients, pass it in reactor.util.context.Context under the same key.
@ -253,7 +253,7 @@ These following samples provide example code for additional scenarios commonly e
- [Set Configuration Setting][sample_app_config] - Tracing enabled Sample for setting a configuration setting using [azure-data-app-configuration][azure_data_app_configuration].
- [List Key Vault Secrets][sample_key_vault] - Tracing enabled sample for creating and listing secrets of a Key Vault using [azure-security-keyvault-secrets][azure_keyvault_secrets].
- [Publish Events][sample_eventhubs] - Tracing enabled sample for publishing multiple events using [azure-messaging-eventhubs][azure_messaging_eventhubs_mvn].
- [Publish Events][event_hubs_samples] - Tracing enabled sample for publishing multiple events using [azure-messaging-eventhubs][azure_messaging_eventhubs_mvn].
- [Async List Key Vault Secrets][sample_async_key_vault] - Tracing enabled sample for asynchronously creating and listing secrets of a Key Vault using [azure-security-keyvault-secrets][azure_keyvault_secrets].
### Additional Documentation
@ -273,19 +273,19 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[azure_data_app_configuration]: https://central.sonatype.com/artifact/com.azure/azure-data-appconfiguration/
[azure_keyvault_secrets]: https://central.sonatype.com/artifact/com.azure/azure-security-keyvault-secrets
[azure_messaging_eventhubs_mvn]: https://central.sonatype.com/artifact/com.azure/azure-messaging-eventhubs/
[azure-messaging-eventhubs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/eventhubs/azure-messaging-eventhubs
[azure-security-keyvault-secrets]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/keyvault/azure-security-keyvault-secrets
[context]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/core/azure-core/src/main/java/com/azure/core/util/Context.java
[azure-messaging-eventhubs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/eventhubs/azure-messaging-eventhubs
[azure-security-keyvault-secrets]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/keyvault/azure-security-keyvault-secrets
[context]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/core/azure-core/src/main/java/com/azure/core/util/Context.java
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[OpenTelemetry-quickstart]: https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md
[OpenTelemetry]: https://github.com/open-telemetry/opentelemetry-java#opentelemetry-for-java
[sample_app_config]: https://github.com/Azure/azure-sdk-for-java/blob/340efc149a29df01358e1a4d580a4b1d045494b3/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/java/com/azure/core/tracing/opentelemetry/samples/CreateConfigurationSettingLoggingExporterSample.java
[sample_async_key_vault]: https://github.com/Azure/azure-sdk-for-java/blob/340efc149a29df01358e1a4d580a4b1d045494b3/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/java/com/azure/core/tracing/opentelemetry/samples/ListKeyVaultSecretsAutoConfigurationSample.java
[sample_key_vault]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/java/com/azure/core/tracing/opentelemetry/samples/ListKeyVaultSecretsAutoConfigurationSample.java
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.45/sdk/core/azure-core-tracing-opentelemetry/src
[event_hubs_samples](https://github.com/Azure/azure-sdk-for-java/blob/10a18ccc2f20cad6004ae90d64f22009d65e9ef7/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/PublishEventsTracingWithCustomContextSample.java)
[sample_key_vault]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/java/com/azure/core/tracing/opentelemetry/samples/ListKeyVaultSecretsAutoConfigurationSample.java
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/core/azure-core-tracing-opentelemetry-samples/src/samples/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/core/azure-core-tracing-opentelemetry/src
[event_hubs_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-core-tracing-opentelemetry_1.0.0-beta.46/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/PublishEventsTracingWithCustomContextSample.java
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-tracing-opentelemetry%2FREADME.png)

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-amqp",
"Version": "2.9.3",
"Version": "2.9.4",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-amqp",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-amqp",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.amqp",
"com.azure.core.amqp.client.traits",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-netty",
"Version": "1.14.2",
"Version": "1.15.0",
"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-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.http.netty"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-okhttp",
"Version": "1.11.20",
"Version": "1.11.21",
"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-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.http.okhttp"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-management",
"Version": "1.13.0",
"Version": "1.14.0",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-management",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-management",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.management",
"com.azure.core.management.exception",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-serializer-json-gson",
"Version": "1.2.11",
"Version": "1.2.12",
"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-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.serializer.json.gson"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-serializer-json-jackson",
"Version": "1.4.11",
"Version": "1.4.12",
"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-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.serializer.json.jackson"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-test",
"Version": "1.24.2",
"Version": "1.25.0",
"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-22",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.test"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core",
"Version": "1.48.0",
"Version": "1.49.0",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.annotation",
"com.azure.core.client.traits",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-experimental",
"Version": "1.0.0-beta.49",
"Version": "1.0.0-beta.50",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-experimental",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-experimental",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.experimental.http",
"com.azure.core.experimental.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-jdk-httpclient",
"Version": "1.0.0-beta.12",
"Version": "1.0.0-beta.13",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-http-jdk-httpclient",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-http-jdk-httpclient",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.http.jdk.httpclient"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-http-vertx",
"Version": "1.0.0-beta.17",
"Version": "1.0.0-beta.18",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-http-vertx",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-http-vertx",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.http.vertx"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-metrics-opentelemetry",
"Version": "1.0.0-beta.18",
"Version": "1.0.0-beta.19",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-metrics-opentelemetry",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-metrics-opentelemetry",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.metrics.opentelemetry"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-serializer-avro-apache",
"Version": "1.0.0-beta.45",
"Version": "1.0.0-beta.46",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-serializer-avro-apache",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-serializer-avro-apache",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.serializer.avro.apache"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-core-tracing-opentelemetry",
"Version": "1.0.0-beta.45",
"Version": "1.0.0-beta.46",
"DevVersion": null,
"DirectoryPath": "sdk/core/azure-core-tracing-opentelemetry",
"ServiceDirectory": "core",
@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-core-tracing-opentelemetry",
"ReleaseStatus": "2024-04-05",
"ReleaseStatus": "2024-05-01",
"Namespaces": [
"com.azure.core.tracing.opentelemetry"
]