This commit is contained in:
azure-sdk 2024-02-21 23:48:41 +00:00
Родитель 810e3af0c9
Коммит 07678640d6
42 изменённых файлов: 249 добавлений и 249 удалений

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

@ -1,12 +1,12 @@
---
title: Azure Document Intelligence client library for Java
keywords: Azure, java, SDK, API, azure-ai-formrecognizer, formrecognizer
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: formrecognizer
---
# Azure Document Intelligence client library for Java - version 4.1.4
# Azure Document Intelligence client library for Java - version 4.1.5
Azure Document Intelligence ([previously known as Form Recognizer][service-rename]) is a cloud service that uses machine
learning to analyze text and structured data from your documents.
@ -33,7 +33,7 @@ It includes the following main features:
#### Include the BOM file
Do include the azure-sdk-bom to your project to take dependency on 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-ai-formrecognizer_4.1.4/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-ai-formrecognizer_4.1.5/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -68,7 +68,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.4</version>
<version>4.1.5</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -673,14 +673,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[key]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java
[form_recognizer_doc]: https://aka.ms/azsdk-java-formrecognizer-ref-doc
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.4/sdk/identity/azure-identity#credentials
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.5/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.4/sdk/identity/azure-identity#credentials
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.5/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -691,7 +691,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[form_recognizer_account]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[http_clients_wiki]: https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients
[http_response_exception]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[http_response_exception]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[package]: https://central.sonatype.com/artifact/com.azure/azure-ai-formrecognizer
@ -699,42 +699,42 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[fr-studio]: https://aka.ms/azsdk/formrecognizer/formrecognizerstudio
[fr_build_training_set]: https://aka.ms/azsdk/formrecognizer/buildcustommodel
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#examples
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#readme
[migration_guide]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/migration-guide.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#examples
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#readme
[migration_guide]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/migration-guide.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/
[document_analysis_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/DocumentAnalysisAsyncClient.java
[document_analysis_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/DocumentAnalysisClient.java
[document_model_admin_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/administration/DocumentModelAdministrationAsyncClient.java
[document_model_admin_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/administration/DocumentModelAdministrationClient.java
[manage_custom_models]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModels.java
[manage_custom_models_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModelsAsync.java
[build_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentModel.java
[build_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentModelAsync.java
[build_document_classifier]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentClassifier.java
[build_document_classifier_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentClassifierAsync.java
[compose_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ComposeDocumentModel.java
[compose_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ComposeDocumentModelAsync.java
[copy_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/CopyDocumentModel.java
[copy_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/CopyDocumentModelAsync.java
[analyze_business_cards_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeBusinessCardFromUrl.java
[analyze_business_cards_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeBusinessCardFromUrlAsync.java
[analyze_identity_documents_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeIdentityDocumentsFromUrl.java
[analyze_identity_documents_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeIdentityDocumentsFromUrlAsync.java
[analyze_invoices_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeInvoicesAsync.java
[analyze_invoices_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeInvoicesFromUrl.java
[analyze_layout]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeLayout.java
[analyze_layout_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeLayoutFromUrlAsync.java
[analyze_receipts]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceipts.java
[analyze_receipts_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsAsync.java
[analyze_receipts_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsFromUrl.java
[analyze_receipts_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsFromUrlAsync.java
[analyze_custom_documents]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeCustomDocumentFromUrl.java
[analyze_custom_documents_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeCustomDocumentAsync.java
[get_operation]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummary.java
[get_operation_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummaryAsync.java
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/
[document_analysis_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/DocumentAnalysisAsyncClient.java
[document_analysis_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/DocumentAnalysisClient.java
[document_model_admin_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/administration/DocumentModelAdministrationAsyncClient.java
[document_model_admin_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/documentanalysis/administration/DocumentModelAdministrationClient.java
[manage_custom_models]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModels.java
[manage_custom_models_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModelsAsync.java
[build_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentModel.java
[build_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentModelAsync.java
[build_document_classifier]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentClassifier.java
[build_document_classifier_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/BuildDocumentClassifierAsync.java
[compose_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ComposeDocumentModel.java
[compose_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ComposeDocumentModelAsync.java
[copy_model]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/CopyDocumentModel.java
[copy_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/CopyDocumentModelAsync.java
[analyze_business_cards_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeBusinessCardFromUrl.java
[analyze_business_cards_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeBusinessCardFromUrlAsync.java
[analyze_identity_documents_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeIdentityDocumentsFromUrl.java
[analyze_identity_documents_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeIdentityDocumentsFromUrlAsync.java
[analyze_invoices_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeInvoicesAsync.java
[analyze_invoices_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeInvoicesFromUrl.java
[analyze_layout]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeLayout.java
[analyze_layout_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeLayoutFromUrlAsync.java
[analyze_receipts]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceipts.java
[analyze_receipts_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsAsync.java
[analyze_receipts_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsFromUrl.java
[analyze_receipts_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeReceiptsFromUrlAsync.java
[analyze_custom_documents]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeCustomDocumentFromUrl.java
[analyze_custom_documents_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/AnalyzeCustomDocumentAsync.java
[get_operation]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummary.java
[get_operation_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummaryAsync.java
[fr_models]: https://aka.ms/azsdk/formrecognizer/models
[service_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
@ -744,7 +744,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[service_analyze_receipt_fields]: https://aka.ms/azsdk/formrecognizer/receiptfieldschema
[service_analyze_w2_documents_fields]: https://aka.ms/azsdk/formrecognizer/taxusw2fieldschema
[service-rename]: https://techcommunity.microsoft.com/t5/azure-ai-services-blog/azure-form-recognizer-is-now-azure-ai-document-intelligence-with/ba-p/3875765
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.4/sdk/formrecognizer/azure-ai-formrecognizer/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src
[quickstart_training]: https://learn.microsoft.com/azure/applied-ai-services/form-recognizer/quickstarts/get-started-sdks-rest-api?view=form-recog-3.0.0&pivots=programming-language-java
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication

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

@ -1,12 +1,12 @@
---
title: Azure Metrics Advisor client library for Java
keywords: Azure, java, SDK, API, azure-ai-metricsadvisor, metricsadvisor
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: metricsadvisor
---
# Azure Metrics Advisor client library for Java - version 1.1.21
# Azure Metrics Advisor client library for Java - version 1.1.22
Azure Metrics Advisor is a new Cognitive Service that uses time series based decision AI to identify and assist
troubleshooting the incidents of online services, and monitor the business health by automating the slice and dice
@ -26,7 +26,7 @@ of business dataFeedMetrics.
#### 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-ai-metricsadvisor_1.1.21/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-ai-metricsadvisor_1.1.22/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.1.21</version>
<version>1.1.22</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -427,10 +427,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
[api_reference_doc]: /java/api/com.azure.ai.metricsadvisor?view=azure-java-preview
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.21/sdk/identity/azure-identity#credentials
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.22/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.21/sdk/identity/azure-identity#credentials
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.22/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -448,9 +448,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[mvn_package]: https://central.sonatype.com/artifact/com.azure/azure-ai-metricsadvisor
[product_documentation]: /azure/cognitive-services/metrics-advisor/overview
[register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.21/sdk/metricsadvisor/azure-ai-metricsadvisor/src
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.21/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.1.21/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.22/sdk/metricsadvisor/azure-ai-metricsadvisor/src
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.22/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.1.22/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples/README.md
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%metricsadvisor%2Fazure-ai-metricsadvisor%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Text Analytics client library for Java
keywords: Azure, java, SDK, API, azure-ai-textanalytics, textanalytics
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: textanalytics
---
# Azure Text Analytics client library for Java - version 5.4.2
# Azure Text Analytics client library for Java - version 5.4.3
The Azure Cognitive Service for Language is a cloud-based service that provides Natural Language Processing (NLP)
features for understanding and analyzing text, and includes the following main features:
@ -36,7 +36,7 @@ features for understanding and analyzing text, and includes the following main f
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on 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-ai-textanalytics_5.4.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-ai-textanalytics_5.4.3/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -71,7 +71,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.4.2</version>
<version>5.4.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -442,9 +442,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[authentication]: /azure/cognitive-services/authentication
[azure_cli_doc]: https://learn.microsoft.com/cli/azure/
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.2/sdk/identity/azure-identity
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.2/sdk/identity/azure-identity#credentials
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.3/sdk/identity/azure-identity
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.3/sdk/identity/azure-identity#credentials
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -474,28 +474,28 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[service_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[service_input_limitation]: /azure/cognitive-services/language-service/overview#data-limits
[sentiment_analysis]: /azure/cognitive-services/language-service/sentiment-opinion-mining/overview
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src
[language_service_account]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[text_analytics_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsAsyncClient.java
[text_analytics_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsClient.java
[text_analytics_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsAsyncClient.java
[text_analytics_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsClient.java
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/README.md
[abstractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AbstractiveSummarization.java
[analyze_sentiment_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/AnalyzeSentimentBatchDocuments.java
[analyze_sentiment_with_opinion_mining_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/AnalyzeSentimentWithOpinionMining.java
[detect_language_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/DetectLanguageBatchDocuments.java
[extract_key_phrases_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/ExtractKeyPhrasesBatchDocuments.java
[extractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/ExtractiveSummarization.java
[multi_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/MultiLabelClassifyDocument.java
[multiple_actions_analysis_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AnalyzeActions.java
[recognize_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizeEntitiesBatchDocuments.java
[recognize_pii_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizePiiEntitiesBatchDocuments.java
[recognize_linked_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizeLinkedEntitiesBatchDocuments.java
[recognize_healthcare_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AnalyzeHealthcareEntities.java
[recognize_custom_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/RecognizeCustomEntities.java
[single_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.2/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/SingleLabelClassifyDocument.java
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/README.md
[abstractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AbstractiveSummarization.java
[analyze_sentiment_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/AnalyzeSentimentBatchDocuments.java
[analyze_sentiment_with_opinion_mining_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/AnalyzeSentimentWithOpinionMining.java
[detect_language_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/DetectLanguageBatchDocuments.java
[extract_key_phrases_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/ExtractKeyPhrasesBatchDocuments.java
[extractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/ExtractiveSummarization.java
[multi_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/MultiLabelClassifyDocument.java
[multiple_actions_analysis_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AnalyzeActions.java
[recognize_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizeEntitiesBatchDocuments.java
[recognize_pii_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizePiiEntitiesBatchDocuments.java
[recognize_linked_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/batch/RecognizeLinkedEntitiesBatchDocuments.java
[recognize_healthcare_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/AnalyzeHealthcareEntities.java
[recognize_custom_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/RecognizeCustomEntities.java
[single_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/SingleLabelClassifyDocument.java
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Ftextanalytics%2Fazure-ai-textanalytics%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Communication Call Automation Service client library for Java
keywords: Azure, java, SDK, API, azure-communication-callautomation, communication
ms.date: 12/06/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Call Automation Service client library for Java - version 1.1.1
# Azure Communication Call Automation Service client library for Java - version 1.1.2
This package contains a Java SDK for Azure Communication Call Automation Service.
@ -30,7 +30,7 @@ This package contains a Java SDK for Azure Communication Call Automation Service
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callautomation</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -87,7 +87,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[product_docs]: /azure/communication-services/
[package]: https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java-communication-interaction
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-callautomation_1.1.1/sdk/communication/azure-communication-callautomation/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-callautomation_1.1.2/sdk/communication/azure-communication-callautomation/src
[overview]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation
[incomingcall]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/incoming-call-notification
[build1]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-java

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

@ -1,12 +1,12 @@
---
title: Azure Communication Chat client library for Java
keywords: Azure, java, SDK, API, azure-communication-chat, communication
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Chat client library for Java - version 1.4.0
# Azure Communication Chat client library for Java - version 1.4.1
Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services.
@ -26,7 +26,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
#### 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-communication-chat_1.4.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-communication-chat_1.4.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```
@ -401,5 +401,5 @@ Check out other client libraries for Azure communication service
[product_docs]: /azure/communication-services/
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-chat
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.4.0/sdk/communication/azure-communication-chat/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.4.1/sdk/communication/azure-communication-chat/src

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

@ -1,12 +1,12 @@
---
title: Azure Communication Email client library for Java
keywords: Azure, java, SDK, API, azure-communication-email, communication
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Email client library for Java - version 1.0.9
# Azure Communication Email client library for Java - version 1.0.10
This package contains the Java SDK for Azure Communication Services for Email.
@ -27,7 +27,7 @@ To create these resources, you can use the [Azure Portal][communication_resource
#### 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-communication-email_1.0.9/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-communication-email_1.0.10/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-email</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>
```
[//]: # ({x-version-update-end})

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

@ -1,12 +1,12 @@
---
title: Azure Communication Identity client library for Java
keywords: Azure, java, SDK, API, azure-communication-identity, communication
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Identity client library for Java - version 1.5.1
# Azure Communication Identity client library for Java - version 1.5.2
The identity package is used for managing users and tokens for Azure Communication Services.
@ -28,7 +28,7 @@ The identity package is used for managing users and tokens for Azure Communicati
#### 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-communication-identity_1.5.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-communication-identity_1.5.2/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```
@ -245,8 +245,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[product_docs]: /azure/communication-services/
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-identity
[api_documentation]: https://aka.ms/java-docs
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.1/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.1/sdk/communication/azure-communication-identity/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.2/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.2/sdk/communication/azure-communication-identity/src
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcommunication%2Fazure-communication-identity%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Communications Rooms Service client library for Java
keywords: Azure, java, SDK, API, azure-communication-rooms, communication
ms.date: 12/06/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communications Rooms Service client library for Java - version 1.0.7
# Azure Communications Rooms Service client library for Java - version 1.0.8
Azure Communication Rooms is used to operate on rooms.
@ -34,7 +34,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-rooms</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -223,7 +223,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.0.7/sdk/communication/azure-communication-rooms/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-rooms_1.0.8/sdk/communication/azure-communication-rooms/src
[package]: https://search.maven.org/artifact/com.azure/azure-communication-rooms
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
---
title: Azure Communications SMS Service client library for Java
keywords: Azure, java, SDK, API, azure-communication-sms, communication
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communications SMS Service client library for Java - version 1.1.20
# Azure Communications SMS Service client library for Java - version 1.1.21
Azure Communication SMS is used to send simple text messages.
@ -27,7 +27,7 @@ Azure Communication SMS is used to send simple text messages.
#### 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-communication-sms_1.1.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-communication-sms_1.1.21/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.1.20</version>
<version>1.1.21</version>
</dependency>
```
@ -197,7 +197,7 @@ try {
[product_docs]: /azure/communication-services/
[package]: https://search.maven.org/artifact/com.azure/azure-communication-sms
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.20/sdk/communication/azure-communication-sms/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.21/sdk/communication/azure-communication-sms/src
[handle_sms_events]: /azure/communication-services/quickstarts/telephony-sms/handle-sms-events
[next_steps]:/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java

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

@ -1,12 +1,12 @@
---
title: Azure App Configuration client library for Java
keywords: Azure, java, SDK, API, azure-data-appconfiguration, appconfiguration
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: appconfiguration
---
# Azure App Configuration client library for Java - version 1.5.1
# Azure App Configuration client library for Java - version 1.5.2
Azure App Configuration is a managed service that helps developers centralize their application configurations simply and securely.
@ -29,7 +29,7 @@ Use the client library for App Configuration to create and manage application co
#### 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-data-appconfiguration_1.5.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-data-appconfiguration_1.5.2/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -590,13 +590,13 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS -->
[add_headers_from_context_policy]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.1/sdk/core/azure-core/src/main/java/com/azure/core/http/policy/AddHeadersFromContextPolicy.java
[add_headers_from_context_policy]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.2/sdk/core/azure-core/src/main/java/com/azure/core/http/policy/AddHeadersFromContextPolicy.java
[api_documentation]: https://aka.ms/java-docs
[app_config_store]: /azure/azure-app-configuration/quickstart-dotnet-core-app#create-an-app-configuration-store
[app_config_role]: /azure/azure-app-configuration/rest-api-authorization-azure-ad#roles
[azconfig_docs]: /azure/azure-app-configuration
[azure_cli]: /cli/azure
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-appconfiguration_1.5.1/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-appconfiguration_1.5.2/sdk/identity/azure-identity
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
@ -608,10 +608,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[package]: https://central.sonatype.com/artifact/com.azure/azure-data-appconfiguration
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[rest_api]: https://github.com/Azure/AppConfiguration#rest-api-reference
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.1/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.1/sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.1/sdk/appconfiguration/azure-data-appconfiguration/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.2/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.2/sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.2/sdk/appconfiguration/azure-data-appconfiguration/src
[spring_quickstart]: /azure/azure-app-configuration/quickstart-java-spring-app
[troubleshooting]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.1/sdk/appconfiguration/azure-data-appconfiguration/TROUBLESHOOTING.md
[troubleshooting]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.5.2/sdk/appconfiguration/azure-data-appconfiguration/TROUBLESHOOTING.md
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fappconfiguration%2Fazure-data-appconfiguration%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Tables client library for Java
keywords: Azure, java, SDK, API, azure-data-tables, tables
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: tables
---
# Azure Tables client library for Java - version 12.3.18
# Azure Tables client library for Java - version 12.3.19
Azure Tables is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design. Azure Tables gives developers flexibility and scalability with all the best parts of Azure cloud.
@ -20,7 +20,7 @@ Azure Tables is a service that stores structured NoSQL data in the cloud, provid
#### 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-data-tables_12.3.18/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-data-tables_12.3.19/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.3.18</version>
<version>12.3.19</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -156,7 +156,7 @@ Azure Tables provides integration with Azure Active Directory (AAD) for identity
To access a table resource with a `TokenCredential`, the authenticated identity should have either the "Storage Table Data Contributor" or "Storage Table Data Reader" role.
With the `azure-identity` package, you can seamlessly authorize requests in both development and production environments.
To learn more about Azure AD integration in Azure Storage, see the [Azure Identity README](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.18/sdk/identity/azure-identity/README.md).
To learn more about Azure AD integration in Azure Storage, see the [Azure Identity README](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.19/sdk/identity/azure-identity/README.md).
## Key concepts
@ -377,13 +377,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cosmosdb_create_cli]: /azure/cosmos-db/scripts/cli/table/create
[cosmosdb_create_portal]: /azure/cosmos-db/create-table-java#create-a-database-account
[jdk]: /java/azure/jdk/
[log_level]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.18/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/LogLevel.java
[log_level]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.19/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/LogLevel.java
[package]: https://central.sonatype.com/artifact/com.azure/azure-data-tables
[product_documentation]: /azure/cosmos-db/table-storage-overview
[query_options]: /rest/api/storageservices/querying-tables-and-entities#supported-query-options
[rest_api]: /rest/api/storageservices/table-service-rest-api
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.18/sdk/tables/azure-data-tables/src/samples/java/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.18/sdk/tables/azure-data-tables/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.19/sdk/tables/azure-data-tables/src/samples/java/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-tables_12.3.19/sdk/tables/azure-data-tables/src
[storage_account_create_cli]: /azure/storage/common/storage-account-create?tabs=azure-cli
[storage_account_create_portal]: /azure/storage/common/storage-account-create?tabs=azure-portal

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

@ -1,12 +1,12 @@
---
title: Azure Load Testing client library for Java
keywords: Azure, java, SDK, API, azure-developer-loadtesting, load-testing
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: load-testing
---
# Azure Load Testing client library for Java - version 1.0.9
# Azure Load Testing client library for Java - version 1.0.10
Azure Load Testing provides client library in Java to the user by which they can interact natively with Azure Load Testing service. Azure Load Testing is a fully managed load-testing service that enables you to generate high-scale load. The service simulates traffic for your applications, regardless of where they're hosted. Developers, testers, and quality assurance (QA) engineers can use it to optimize application performance, scalability, or capacity
@ -36,7 +36,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-developer-loadtesting</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -310,7 +310,7 @@ See [Azure Load Testing samples][sample_code].
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.9/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -319,12 +319,12 @@ For details on contributing to this repository, see the [contributing guide](htt
1. Create new Pull Request
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.9/sdk/loadtesting/azure-developer-loadtesting/src
[sample_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.9/sdk/loadtesting/azure-developer-loadtesting/src/samples
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/sdk/loadtesting/azure-developer-loadtesting/src
[sample_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/sdk/loadtesting/azure-developer-loadtesting/src/samples
[api_reference_doc]: /rest/api/loadtesting/
[product_documentation]: https://azure.microsoft.com/services/load-testing/
[jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.9/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/sdk/identity/azure-identity
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-in-Azure-SDK

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

@ -1,12 +1,12 @@
---
title: Azure IoT Digital Twins client library for Java
keywords: Azure, java, SDK, API, azure-digitaltwins-core, digital-twins
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: digital-twins
---
# Azure IoT Digital Twins client library for Java - version 1.3.16
# Azure IoT Digital Twins client library for Java - version 1.3.17
This library provides access to the Azure Digital Twins service for managing twins, models, relationships, etc.
@ -23,7 +23,7 @@ For the best development experience, developers should use the official Microsof
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on 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-digitaltwins-core_1.3.16/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-digitaltwins-core_1.3.17/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.3.16</version>
<version>1.3.17</version>
</dependency>
```
@ -80,7 +80,7 @@ add the direct dependency to your project as follows.
### Authenticate the Client
In order to interact with the Azure Digital Twins service, you will need to create an instance of a [TokenCredential class][token_credential] and pass it to the constructor of your [DigitalTwinsClientBuilder](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java).
In order to interact with the Azure Digital Twins service, you will need to create an instance of a [TokenCredential class][token_credential] and pass it to the constructor of your [DigitalTwinsClientBuilder](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java).
## Key concepts
@ -91,24 +91,24 @@ You can learn more about Azure Digital Twins by visiting [Azure Digital Twins Do
## Examples
You can familiarize yourself with different APIs using [samples for Digital Twins](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
You can familiarize yourself with different APIs using [samples for Digital Twins](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
## Source code folder structure
### /src/main/java/com/azure/digitaltwins/core
- The Digital Twins client builder [`DigitalTwinsClientBuilder`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java)
- The Digital Twins public sync and async clients [`DigitalTwinsClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClient.java), [`DigitalTwinsAsyncClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java)
- [`models` package](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/models)
- The Digital Twins client builder [`DigitalTwinsClientBuilder`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java)
- The Digital Twins public sync and async clients [`DigitalTwinsClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClient.java), [`DigitalTwinsAsyncClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsAsyncClient.java)
- [`models` package](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/models)
Portions of the client library are generated through Autorest, and the swagger file used is defined in the Autorest config file.
To regenerate the code, run the Powershell script [generate.ps1](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).
To regenerate the code, run the Powershell script [generate.ps1](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).
### /src/samples
This directory contains sample code that demonstrates basic usage of this client library. For additional information,
see the [sample readme](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/samples/README.md)
see the [sample readme](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/samples/README.md)
## Troubleshooting
@ -132,7 +132,7 @@ catch (ErrorResponseException ex) {
## Next steps
See implementation examples with our [code samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
See implementation examples with our [code samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
## Contributing
@ -151,12 +151,12 @@ For more information see the Code of Conduct FAQ or contact opencode@microsoft.c
[microsoft_sdk_download]: https://azure.microsoft.com/downloads/?sdk=java
[azure_cli]: /cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.16/sdk/digitaltwins/azure-digitaltwins-core
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
[nuget]: https://www.nuget.org/
[azure_portal]: https://portal.azure.com/
[azure_rest_api]: /rest/api/azure/
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.16/sdk/core/azure-core
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/core/azure-core
[token_credential]: /java/api/com.azure.core.credential.tokencredential?view=azure-java-stable
[digital_twins_documentation]: /azure/digital-twins/
[azure_cli]: /cli/azure/install-azure-cli?view=azure-cli-latest

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

@ -1,17 +1,17 @@
---
title: Azure Device Update for IoT Hub client library for Java
keywords: Azure, java, SDK, API, azure-iot-deviceupdate, deviceupdate
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: deviceupdate
---
# Azure Device Update for IoT Hub client library for Java - version 1.0.14
# Azure Device Update for IoT Hub client library for Java - version 1.0.15
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
[Source code](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.14/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
[Source code](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.15/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
## Getting started
@ -33,7 +33,7 @@ For the best development experience, developers should use the official Microsof
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -55,7 +55,7 @@ You can learn more about Device Update for IoT Hub by visiting [Device Update fo
## Examples
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.14/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.15/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
## Troubleshooting
@ -78,7 +78,7 @@ try {
## Next steps
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.14/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.15/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
## Contributing

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

@ -1,12 +1,12 @@
---
title: Azure Web PubSub service client library for Java
keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: webpubsub
---
# Azure Web PubSub service client library for Java - version 1.2.11
# Azure Web PubSub service client library for Java - version 1.2.12
[Azure Web PubSub service](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe pattern. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Azure Web PubSub service. Traditional real-time features that often require polling from server or submitting HTTP requests can also use Azure Web PubSub service.
@ -38,7 +38,7 @@ Details about the terms used here are described in [Key concepts](#key-concepts)
#### 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-messaging-webpubsub_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-messaging-webpubsub_1.2.12/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-messaging-webpubsub</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```
@ -212,10 +212,10 @@ comments.
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.2.11/sdk/webpubsub/azure-messaging-webpubsub/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.2.12/sdk/webpubsub/azure-messaging-webpubsub/src
[product_documentation]: https://aka.ms/awps/doc
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.11/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.11/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.12/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.12/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
---
title: Azure Mixed Reality client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-authentication, mixedreality
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: mixedreality
---
# Azure Mixed Reality client library for Java - version 1.2.20
# Azure Mixed Reality client library for Java - version 1.2.21
Mixed Reality services, like Azure Spatial Anchors, Azure Remote Rendering, and others, use the Mixed Reality security
@ -28,14 +28,14 @@ token from the STS that can be used to access Mixed Reality services.
- [Azure Spatial Anchors](/azure/spatial-anchors/)
- [Java Development Kit (JDK)](/java/azure/jdk/?view=azure-java-stable) version 8 or above.
- [Apache Maven](https://maven.apache.org/download.cgi).
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.20/sdk/identity/azure-identity).
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.21/sdk/identity/azure-identity).
### 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-mixedreality-authentication_1.2.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-mixedreality-authentication_1.2.21/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.20</version>
<version>1.2.21</version>
</dependency>
```
@ -194,7 +194,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[product_docs]: https://azure.microsoft.com/topic/mixed-reality/
[package]: https://search.maven.org/artifact/com.azure/azure-mixedreality-authentication
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.20/sdk/mixedreality/azure-mixedreality-authentication
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.21/sdk/mixedreality/azure-mixedreality-authentication
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmixedreality%2Fazure-mixedreality-authentication%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Remote Rendering client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-remoterendering, remoterendering
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: remoterendering
---
# Azure Remote Rendering client library for Java - version 1.1.25
# Azure Remote Rendering client library for Java - version 1.1.26
Azure Remote Rendering (ARR) is a service that enables you to render high-quality, interactive 3D content in the cloud and stream it in real time to devices, such as the HoloLens 2.
@ -32,7 +32,7 @@ the lifetime of remote rendering sessions.
#### 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-mixedreality-remoterendering_1.1.25/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-mixedreality-remoterendering_1.1.26/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -69,7 +69,7 @@ Add the following Maven dependency:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.25</version>
<version>1.1.26</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -401,14 +401,14 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.25/sdk/remoterendering/azure-mixedreality-remoterendering/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.26/sdk/remoterendering/azure-mixedreality-remoterendering/src
[remote_rendering_account]: /azure/remote-rendering/how-tos/create-an-account
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.25/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.26/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[product_documentation]: /azure/remote-rendering/
[cpp_api]: /cpp/api/remote-rendering/
[dotnet_api]: /dotnet/api/microsoft.azure.remoterendering
[how_to_authenticate]: /azure/remote-rendering/how-tos/authentication
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.25/sdk/mixedreality/azure-mixedreality-authentication
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.26/sdk/mixedreality/azure-mixedreality-authentication
[troubleshoot]: /azure/remote-rendering/resources/troubleshoot
[api_reference_doc]: /rest/api/mixedreality/

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

@ -1,12 +1,12 @@
---
title: Azure Monitor Ingestion client library for Java
keywords: Azure, java, SDK, API, azure-monitor-ingestion, monitor
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: monitor
---
# Azure Monitor Ingestion client library for Java - version 1.1.3
# Azure Monitor Ingestion client library for Java - version 1.1.4
The Azure Monitor Ingestion client library is used to send custom logs to [Azure Monitor][azure_monitor_overview] using
@ -30,7 +30,7 @@ that you create in Log Analytics workspace. You can even extend the schema of bu
Please include the `azure-sdk-bom` to your project to take a dependency on the latest stable 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-monitor-ingestion_1.1.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-monitor-ingestion_1.1.4/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -146,7 +146,7 @@ workspace. The target table must exist before you can send data to it. The follo
### Logs retrieval
The logs that were uploaded using this library can be queried using the
[Azure Monitor Query](https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-ingestion_1.1.3/sdk/monitor/azure-monitor-query#readme)
[Azure Monitor Query](https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-ingestion_1.1.4/sdk/monitor/azure-monitor-query#readme)
client library.
## Examples
@ -222,7 +222,7 @@ client.upload("<data-collection-rule-id>", "<stream-name>", logs, logsUploadOpti
```
## Troubleshooting
For details on diagnosing various failure scenarios, see our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.3/sdk/monitor/azure-monitor-ingestion/TROUBLESHOOTING.md).
For details on diagnosing various failure scenarios, see our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.4/sdk/monitor/azure-monitor-ingestion/TROUBLESHOOTING.md).
## Next steps
More samples can be found [here][samples].
@ -242,7 +242,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
<!-- LINKS -->
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-ingestion_1.1.3/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-ingestion_1.1.4/sdk/identity/azure-identity
[azure_monitor_overview]: https://learn.microsoft.com/azure/azure-monitor/overview
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -252,11 +252,11 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[data_collection_endpoint]: https://learn.microsoft.com//azure/azure-monitor/essentials/data-collection-endpoint-overview
[data_collection_rule]: https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview
[data_collection_rule_tutorial]: https://learn.microsoft.com/azure/azure-monitor/logs/tutorial-logs-ingestion-portal#collect-information-from-the-dcr
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.3/sdk/identity/azure-identity/README.md#defaultazurecredential
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.4/sdk/identity/azure-identity/README.md#defaultazurecredential
[ingestion_overview]: https://learn.microsoft.com/azure/azure-monitor/logs/logs-ingestion-api-overview
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
[log_analytics_workspace]: https://learn.microsoft.com//azure/azure-monitor/logs/log-analytics-workspace-overview
[logging]: https://learn.microsoft.com//azure/developer/java/sdk/logging-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.3/sdk/monitor/azure-monitor-ingestion/src/samples/java/com/azure/monitor/ingestion
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-ingestion_1.1.4/sdk/monitor/azure-monitor-ingestion/src/samples/java/com/azure/monitor/ingestion
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmonitor%2Fazure-monitor-ingestion%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Monitor Query client library for Java
keywords: Azure, java, SDK, API, azure-monitor-query, monitor
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: monitor
---
# Azure Monitor Query client library for Java - version 1.2.8
# Azure Monitor Query client library for Java - version 1.2.9
The Azure Monitor Query client library is used to execute read-only queries against [Azure Monitor][azure_monitor_overview]'s two data platforms:
@ -38,7 +38,7 @@ The Azure Monitor Query client library is used to execute read-only queries agai
#### 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-monitor-query_1.2.8/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-monitor-query_1.2.9/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -75,7 +75,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
</dependency>
```
@ -521,7 +521,7 @@ for (MetricResult metric : metricsQueryResult.getMetrics()) {
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md)
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md)
for details on how to diagnose various failure scenarios.
## Next steps
@ -542,20 +542,20 @@ comments.
<!-- LINKS -->
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/identity/azure-identity/README.md
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/identity/azure-identity/README.md
[azure_monitor_create_using_portal]: https://learn.microsoft.com/azure/azure-monitor/logs/quick-create-workspace
[azure_monitor_overview]: https://learn.microsoft.com/azure/azure-monitor/overview
[azure_subscription]: https://azure.microsoft.com/free/java
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/monitor/azure-monitor-query/CHANGELOG.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/monitor/azure-monitor-query/CHANGELOG.md
[custom_subdomain]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#create-a-resource-with-a-custom-subdomain
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/identity/azure-identity/README.md#defaultazurecredential
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/identity/azure-identity/README.md#defaultazurecredential
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
[kusto_query_language]: https://learn.microsoft.com/azure/data-explorer/kusto/query/
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[msdocs_apiref]: https://learn.microsoft.com/java/api/com.azure.monitor.query?view=azure-java-stable
[package]: https://search.maven.org/artifact/com.azure/azure-monitor-query
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.8/sdk/monitor/azure-monitor-query/src/samples/java/README.md
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-query_1.2.8/sdk/monitor/azure-monitor-query/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.2.9/sdk/monitor/azure-monitor-query/src/samples/java/README.md
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-query_1.2.9/sdk/monitor/azure-monitor-query/src
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[cla]: https://cla.microsoft.com

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

@ -1,12 +1,12 @@
---
title: Azure Attestation client library for Java
keywords: Azure, java, SDK, API, azure-security-attestation, attestation
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: attestation
---
# Azure Attestation client library for Java - version 1.1.20
# Azure Attestation client library for Java - version 1.1.21
Microsoft Azure Attestation (preview) is a unified solution for remotely verifying the trustworthiness of a platform and integrity of the binaries running inside it. The service supports attestation of the platforms backed by Trusted Platform Modules (TPMs) alongside the ability to attest to the state of Trusted Execution Environments (TEEs) such as Intel® Software Guard Extensions (SGX) enclaves and Virtualization-based Security (VBS) enclaves.
@ -26,7 +26,7 @@ Azure Attestation receives evidence from compute entities, turns them into a set
#### 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-security-attestation_1.1.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-security-attestation_1.1.21/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.20</version>
<version>1.1.21</version>
</dependency>
```
@ -331,7 +331,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[style-guide-msft]: /style-guide/capitalization
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azure_attestation]: /azure/attestation
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.20/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.21/sdk/identity/azure-identity
[maven]: https://maven.apache.org/
[azure_subscription]: https://azure.microsoft.com/
[azure_cli]: /cli/azure

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

@ -1,12 +1,12 @@
---
title: Azure Confidential Ledger client library for Java
keywords: Azure, java, SDK, API, azure-security-confidentialledger, confidentialledger
ms.date: 12/05/2023
ms.date: 02/21/2024
ms.topic: reference
ms.devlang: java
ms.service: confidentialledger
---
# Azure Confidential Ledger client library for Java - version 1.0.16
# Azure Confidential Ledger client library for Java - version 1.0.17
Azure Confidential Ledger provides a service for logging to an immutable, tamper-proof ledger. As part of the [Azure Confidential Computing][azure_confidential_computing]
@ -30,7 +30,7 @@ portfolio, Azure Confidential Ledger runs in SGX enclaves. It is built on Micros
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-confidentialledger</artifactId>
<version>1.0.16</version>
<version>1.0.17</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -117,19 +117,19 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[ccf]: https://github.com/Microsoft/CCF
[azure_confidential_computing]: https://azure.microsoft.com/solutions/confidential-compute
[confidential_ledger_docs]: https://aka.ms/confidentialledger-servicedocs
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.16/sdk/confidentialledger/azure-security-confidentialledger/src/samples/java/com/azure/security/confidentialledger/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.16/sdk/confidentialledger/azure-security-confidentialledger/src
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.16/sdk/confidentialledger/azure-security-confidentialledger/src/samples/
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.17/sdk/confidentialledger/azure-security-confidentialledger/src/samples/java/com/azure/security/confidentialledger/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.17/sdk/confidentialledger/azure-security-confidentialledger/src
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.17/sdk/confidentialledger/azure-security-confidentialledger/src/samples/
[azure_subscription]: https://azure.microsoft.com/free/
[product_documentation]: https://aka.ms/confidentialledger-servicedocs
[ledger_base_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.16/sdk/confidentialledger/azure-security-confidentialledger/src/main/java/com/azure/security/confidentialledger/LedgerBaseClient.java
[ledger_base_client_class]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.17/sdk/confidentialledger/azure-security-confidentialledger/src/main/java/com/azure/security/confidentialledger/LedgerBaseClient.java
[azure_portal]: https://portal.azure.com
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[package]: https://mvnrepository.com/artifact/com.azure/azure-security-confidentialledger
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.16/sdk/confidentialledger/azure-security-confidentialledger/src/samples/README.md
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.17/sdk/confidentialledger/azure-security-confidentialledger/src/samples/README.md
[azure_resource_manager]: /azure/azure-resource-manager/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.16/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.16/sdk/identity/azure-identity/README.md#defaultazurecredential
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.17/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.17/sdk/identity/azure-identity/README.md#defaultazurecredential
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[cla]: https://cla.opensource.microsoft.com/
[coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-formrecognizer",
"Version": "4.1.4",
"Version": "4.1.5",
"DevVersion": null,
"DirectoryPath": "sdk/formrecognizer/azure-ai-formrecognizer",
"ServiceDirectory": "formrecognizer",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-formrecognizer",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-metricsadvisor",
"Version": "1.1.21",
"Version": "1.1.22",
"DevVersion": null,
"DirectoryPath": "sdk/metricsadvisor/azure-ai-metricsadvisor",
"ServiceDirectory": "metricsadvisor",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-metricsadvisor",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-textanalytics",
"Version": "5.4.2",
"Version": "5.4.3",
"DevVersion": null,
"DirectoryPath": "sdk/textanalytics/azure-ai-textanalytics",
"ServiceDirectory": "textanalytics",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-textanalytics",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-callautomation",
"Version": "1.1.1",
"Version": "1.1.2",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-callautomation",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-callautomation",
"ReleaseStatus": "2023-12-06"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-chat",
"Version": "1.4.0",
"Version": "1.4.1",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-chat",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-chat",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-email",
"Version": "1.0.9",
"Version": "1.0.10",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-email",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-email",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-identity",
"Version": "1.5.1",
"Version": "1.5.2",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-identity",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-identity",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-rooms",
"Version": "1.0.7",
"Version": "1.0.8",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-rooms",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-rooms",
"ReleaseStatus": "2023-12-06"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-sms",
"Version": "1.1.20",
"Version": "1.1.21",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-sms",
"ServiceDirectory": "communication",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-sms",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-data-appconfiguration",
"Version": "1.5.1",
"Version": "1.5.2",
"DevVersion": null,
"DirectoryPath": "sdk/appconfiguration/azure-data-appconfiguration",
"ServiceDirectory": "appconfiguration",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-data-appconfiguration",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-data-tables",
"Version": "12.3.18",
"Version": "12.3.19",
"DevVersion": null,
"DirectoryPath": "sdk/tables/azure-data-tables",
"ServiceDirectory": "tables",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-data-tables",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-developer-loadtesting",
"Version": "1.0.9",
"Version": "1.0.10",
"DevVersion": null,
"DirectoryPath": "sdk/loadtesting/azure-developer-loadtesting",
"ServiceDirectory": "loadtesting",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-developer-loadtesting",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-digitaltwins-core",
"Version": "1.3.16",
"Version": "1.3.17",
"DevVersion": null,
"DirectoryPath": "sdk/digitaltwins/azure-digitaltwins-core",
"ServiceDirectory": "digitaltwins",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-digitaltwins-core",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-iot-deviceupdate",
"Version": "1.0.14",
"Version": "1.0.15",
"DevVersion": null,
"DirectoryPath": "sdk/deviceupdate/azure-iot-deviceupdate",
"ServiceDirectory": "deviceupdate",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-iot-deviceupdate",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-webpubsub",
"Version": "1.2.11",
"Version": "1.2.12",
"DevVersion": null,
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub",
"ServiceDirectory": "webpubsub",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-webpubsub",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-mixedreality-authentication",
"Version": "1.2.20",
"Version": "1.2.21",
"DevVersion": null,
"DirectoryPath": "sdk/mixedreality/azure-mixedreality-authentication",
"ServiceDirectory": "mixedreality",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-mixedreality-authentication",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-mixedreality-remoterendering",
"Version": "1.1.25",
"Version": "1.1.26",
"DevVersion": null,
"DirectoryPath": "sdk/remoterendering/azure-mixedreality-remoterendering",
"ServiceDirectory": "remoterendering",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-mixedreality-remoterendering",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-monitor-ingestion",
"Version": "1.1.3",
"Version": "1.1.4",
"DevVersion": null,
"DirectoryPath": "sdk/monitor/azure-monitor-ingestion",
"ServiceDirectory": "monitor",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-monitor-ingestion",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-monitor-query",
"Version": "1.2.8",
"Version": "1.2.9",
"DevVersion": null,
"DirectoryPath": "sdk/monitor/azure-monitor-query",
"ServiceDirectory": "monitor",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-monitor-query",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-attestation",
"Version": "1.1.20",
"Version": "1.1.21",
"DevVersion": null,
"DirectoryPath": "sdk/attestation/azure-security-attestation",
"ServiceDirectory": "attestation",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-attestation",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-confidentialledger",
"Version": "1.0.16",
"Version": "1.0.17",
"DevVersion": null,
"DirectoryPath": "sdk/confidentialledger/azure-security-confidentialledger",
"ServiceDirectory": "confidentialledger",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-confidentialledger",
"ReleaseStatus": "2023-12-04"
"ReleaseStatus": "2024-02-20"
}