Update docs metadata and targeting for release of azure-core-http-okhttp

This commit is contained in:
azure-sdk 2020-10-02 01:25:13 +00:00
Родитель 1e33ffd4fc
Коммит a177f04148
2 изменённых файлов: 14 добавлений и 8 удалений

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

@ -3,7 +3,7 @@ title: Azure Core OkHttp HTTP plugin library for Java
keywords: Azure, java, SDK, API, azure-core-http-okhttp, core
author: maggiepint
ms.author: magpint
ms.date: 09/08/2020
ms.date: 10/02/2020
ms.topic: article
ms.prod: azure
ms.technology: azure
@ -11,7 +11,7 @@ ms.devlang: java
ms.service: core
---
# Azure Core OkHttp HTTP plugin library for Java - Version 1.3.1
# Azure Core OkHttp HTTP plugin library for Java - Version 1.3.2
Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
@ -20,7 +20,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
### Prerequisites
- Java Development Kit (JDK) with version 8 or above
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
### Include the package
@ -29,7 +29,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -63,16 +63,21 @@ HttpClient client = new OkHttpAsyncHttpClientBuilder()
.build();
```
## Next steps
Get started with Azure libraries that are [built using Azure Core](https://azure.github.io/azure-sdk/releases/latest/#java).
## Troubleshooting
If you encounter any bugs, please file issues via [GitHub Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose)
or checkout [StackOverflow for Azure Java SDK](http://stackoverflow.com/questions/tagged/azure-java-sdk).
### Enabling Logging
Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite
Azure SDKs for Java provide a consistent logging story to help aid in troubleshooting application errors and expedite
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.
## Next steps
## Contributing
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft
@ -86,6 +91,7 @@ Azure Projects Contribution Guidelines](http://azure.github.io/guidelines.html).
<!-- Links -->
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-http-okhttp%2FREADME.png)

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

@ -604,7 +604,7 @@
"packageDownloadUrl": "https://repo1.maven.org/maven2",
"packageGroupId": "com.azure",
"packageArtifactId": "azure-core-http-okhttp",
"packageVersion": "1.3.1",
"packageVersion": "1.3.2",
"inputPath": [],
"excludePath": [],
"excludepackages": "com.azure.core.http.okhttp.implementation"