This commit is contained in:
azure-sdk 2024-04-24 01:08:41 +00:00
Родитель af6382f81d
Коммит 5088695018
62 изменённых файлов: 386 добавлений и 386 удалений

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

@ -1,12 +1,12 @@
--- ---
title: Azure Document Intelligence client library for Java title: Azure Document Intelligence client library for Java
keywords: Azure, java, SDK, API, azure-ai-formrecognizer, formrecognizer keywords: Azure, java, SDK, API, azure-ai-formrecognizer, formrecognizer
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: formrecognizer ms.service: formrecognizer
--- ---
# Azure Document Intelligence client library for Java - version 4.1.5 # Azure Document Intelligence client library for Java - version 4.1.7
Azure Document Intelligence ([previously known as Form Recognizer][service-rename]) is a cloud service that uses machine 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. learning to analyze text and structured data from your documents.
@ -33,7 +33,7 @@ It includes the following main features:
#### Include the BOM file #### 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. 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.5/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.7/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -68,7 +68,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId> <artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.5</version> <version>4.1.7</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -673,14 +673,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS --> <!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory [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.5/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.7/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 [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 [api_reference_doc]: https://azure.github.io/azure-sdk-for-java
[form_recognizer_doc]: https://aka.ms/azsdk-java-formrecognizer-ref-doc [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.5/sdk/identity/azure-identity#credentials [azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.7/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows [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_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.5/sdk/identity/azure-identity#credentials [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.7/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com [azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com [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 [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 [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_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.5/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.7/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK [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 [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 [register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[fr-studio]: https://aka.ms/azsdk/formrecognizer/formrecognizerstudio [fr-studio]: https://aka.ms/azsdk/formrecognizer/formrecognizerstudio
[fr_build_training_set]: https://aka.ms/azsdk/formrecognizer/buildcustommodel [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.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#examples [sample_examples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.7/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 [sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.7/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 [migration_guide]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.7/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 [changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.5/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/ [sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_analysis_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [document_model_admin_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [manage_custom_models_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [build_document_classifier_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [compose_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [copy_model_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_business_cards_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_identity_documents_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_invoices_from_url]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_layout_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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_receipts_from_url_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [analyze_custom_documents_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [get_operation_async]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummaryAsync.java
[fr_models]: https://aka.ms/azsdk/formrecognizer/models [fr_models]: https://aka.ms/azsdk/formrecognizer/models
[service_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows [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_receipt_fields]: https://aka.ms/azsdk/formrecognizer/receiptfieldschema
[service_analyze_w2_documents_fields]: https://aka.ms/azsdk/formrecognizer/taxusw2fieldschema [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 [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.5/sdk/formrecognizer/azure-ai-formrecognizer/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.7/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 [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 [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 title: Azure Metrics Advisor client library for Java
keywords: Azure, java, SDK, API, azure-ai-metricsadvisor, metricsadvisor keywords: Azure, java, SDK, API, azure-ai-metricsadvisor, metricsadvisor
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: metricsadvisor ms.service: metricsadvisor
--- ---
# Azure Metrics Advisor client library for Java - version 1.1.22 # Azure Metrics Advisor client library for Java - version 1.1.24
Azure Metrics Advisor is a new Cognitive Service that uses time series based decision AI to identify and assist 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 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 #### 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. 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.22/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.24/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId> <artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.1.22</version> <version>1.1.24</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -427,10 +427,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS --> <!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory [aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
[api_reference_doc]: /java/api/com.azure.ai.metricsadvisor?view=azure-java-preview [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.22/sdk/identity/azure-identity#credentials [azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.24/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows [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_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.22/sdk/identity/azure-identity#credentials [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.24/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com [azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com [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 [mvn_package]: https://central.sonatype.com/artifact/com.azure/azure-ai-metricsadvisor
[product_documentation]: /azure/cognitive-services/metrics-advisor/overview [product_documentation]: /azure/cognitive-services/metrics-advisor/overview
[register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal [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.22/sdk/metricsadvisor/azure-ai-metricsadvisor/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.24/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]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.1.24/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 [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.1.24/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples/README.md
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication [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) ![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 title: Azure Text Analytics client library for Java
keywords: Azure, java, SDK, API, azure-ai-textanalytics, textanalytics keywords: Azure, java, SDK, API, azure-ai-textanalytics, textanalytics
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: textanalytics ms.service: textanalytics
--- ---
# Azure Text Analytics client library for Java - version 5.4.3 # Azure Text Analytics client library for Java - version 5.4.5
The Azure Cognitive Service for Language is a cloud-based service that provides Natural Language Processing (NLP) 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: 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 #### 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. 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.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-ai-textanalytics_5.4.5/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -71,7 +71,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId> <artifactId>azure-ai-textanalytics</artifactId>
<version>5.4.3</version> <version>5.4.5</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({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 [authentication]: /azure/cognitive-services/authentication
[azure_cli_doc]: https://learn.microsoft.com/cli/azure/ [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_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.3/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.5/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_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.5/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_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_portal]: https://ms.portal.azure.com [azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com [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_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[service_input_limitation]: /azure/cognitive-services/language-service/overview#data-limits [service_input_limitation]: /azure/cognitive-services/language-service/overview#data-limits
[sentiment_analysis]: /azure/cognitive-services/language-service/sentiment-opinion-mining/overview [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.3/sdk/textanalytics/azure-ai-textanalytics/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.4.5/sdk/textanalytics/azure-ai-textanalytics/src
[language_service_account]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows [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.3/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsAsyncClient.java [text_analytics_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [text_analytics_sync_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [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.3/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.5/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.3/sdk/textanalytics/azure-ai-textanalytics/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [abstractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [analyze_sentiment_with_opinion_mining_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [detect_language_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [extract_key_phrases_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [extractive_summary_action_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [multi_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [multiple_actions_analysis_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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_pii_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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_linked_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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_healthcare_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [recognize_custom_entities_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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 [single_label_classification_sample]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.4.5/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) ![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 Container Registry client library for Java title: Azure Container Registry client library for Java
keywords: Azure, java, SDK, API, azure-containers-containerregistry, containerregistry keywords: Azure, java, SDK, API, azure-containers-containerregistry, containerregistry
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: containerregistry ms.service: containerregistry
--- ---
# Azure Container Registry client library for Java - version 1.2.5 # Azure Container Registry client library for Java - version 1.2.7
Azure Container Registry allows you to store and manage container images and artifacts in a private registry for all types of container deployments. Azure Container Registry allows you to store and manage container images and artifacts in a private registry for all types of container deployments.
@ -33,7 +33,7 @@ Use the client library for Azure Container Registry to:
#### Include the BOM file #### 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. 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-containers-containerregistry_1.2.5/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-containers-containerregistry_1.2.7/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -65,7 +65,7 @@ and then include the direct dependency in the dependencies section without the v
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId> <artifactId>azure-containers-containerregistry</artifactId>
<version>1.2.5</version> <version>1.2.7</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -346,7 +346,7 @@ contentClient.deleteManifest(manifestResult.getDigest());
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.7/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
## Next steps ## Next steps
@ -367,7 +367,7 @@ or contact [opencode@microsoft.com][coc_contact] with any
additional questions or comments. additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.5/sdk/containerregistry/azure-containers-containerregistry/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.7/sdk/containerregistry/azure-containers-containerregistry/src
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[package]: https://search.maven.org/artifact/com.azure/azure-containers-containerregisty [package]: https://search.maven.org/artifact/com.azure/azure-containers-containerregisty
@ -381,9 +381,9 @@ additional questions or comments.
[container_registry_concepts]: /azure/container-registry/container-registry-concepts [container_registry_concepts]: /azure/container-registry/container-registry-concepts
[azure_cli]: /cli/azure [azure_cli]: /cli/azure
[azure_sub]: https://azure.microsoft.com/free/ [azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/sdk/identity/azure-identity/README.md [identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.7/sdk/identity/azure-identity/README.md
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java [HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.7/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.5/sdk/containerregistry/azure-containers-containerregistry/src/samples/ [samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.7/sdk/containerregistry/azure-containers-containerregistry/src/samples/
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Schema Registry Apache Avro Serializer client library for Java title: Azure Schema Registry Apache Avro Serializer client library for Java
keywords: Azure, java, SDK, API, azure-data-schemaregistry-apacheavro, schemaregistry keywords: Azure, java, SDK, API, azure-data-schemaregistry-apacheavro, schemaregistry
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: schemaregistry ms.service: schemaregistry
--- ---
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.14 # Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.16
Azure Schema Registry Apache Avro is a serializer and deserializer library for Avro data format that is integrated with Azure Schema Registry Apache Avro is a serializer and deserializer library for Avro data format that is integrated with
@ -32,7 +32,7 @@ and deserialization.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId> <artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.14</version> <version>1.1.16</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -147,18 +147,18 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS --> <!-- LINKS -->
[package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry-avro [package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry-avro
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples [sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.16/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.16/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro
[generated_types]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/generatedtestsources [generated_types]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.16/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/generatedtestsources
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.16/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/ [samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.16/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[apache_avro]: https://avro.apache.org/ [apache_avro]: https://avro.apache.org/
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/ [api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
[azure_cli]: /cli/azure [azure_cli]: /cli/azure
[azure_portal]: https://portal.azure.com [azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.14/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.16/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/identity/azure-identity/README.md#defaultazurecredential [DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.16/sdk/identity/azure-identity/README.md#defaultazurecredential
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about [event_hubs_namespace]: /azure/event-hubs/event-hubs-about
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[product_documentation]: https://aka.ms/schemaregistry [product_documentation]: https://aka.ms/schemaregistry

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

@ -1,12 +1,12 @@
--- ---
title: Azure Schema Registry client library for Java title: Azure Schema Registry client library for Java
keywords: Azure, java, SDK, API, azure-data-schemaregistry, schema-registry keywords: Azure, java, SDK, API, azure-data-schemaregistry, schema-registry
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: schema-registry ms.service: schema-registry
--- ---
# Azure Schema Registry client library for Java - version 1.4.3 # Azure Schema Registry client library for Java - version 1.4.5
Azure Schema Registry is a schema repository service hosted by Azure Event Hubs, providing schema storage, versioning, Azure Schema Registry is a schema repository service hosted by Azure Event Hubs, providing schema storage, versioning,
@ -28,7 +28,7 @@ schema identifiers rather than full schemas.
#### Include the BOM file #### 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. 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-schemaregistry_1.4.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-data-schemaregistry_1.4.5/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId> <artifactId>azure-data-schemaregistry</artifactId>
<version>1.4.3</version> <version>1.4.5</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -204,23 +204,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS --> <!-- LINKS -->
[package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry [package_maven]: https://central.sonatype.com/artifact/com.azure/azure-data-schemaregistry
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src/samples [sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.5/sdk/schemaregistry/azure-data-schemaregistry/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src/samples/java/com/azure/data/schemaregistry [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.5/sdk/schemaregistry/azure-data-schemaregistry/src/samples/java/com/azure/data/schemaregistry
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.5/sdk/schemaregistry/azure-data-schemaregistry/src
[samples_code]: src/samples/ [samples_code]: src/samples/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/ [api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
[azure_cli]: /cli/azure [azure_cli]: /cli/azure
[azure_portal]: https://portal.azure.com [azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.3/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.5/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/identity/azure-identity/README.md#defaultazurecredential [DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.5/sdk/identity/azure-identity/README.md#defaultazurecredential
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about [event_hubs_namespace]: /azure/event-hubs/event-hubs-about
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[product_documentation]: https://aka.ms/schemaregistry [product_documentation]: https://aka.ms/schemaregistry
[custom_subdomain]: /azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain [custom_subdomain]: /azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
[register_aad_app]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal [register_aad_app]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[aad_grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal [aad_grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[schema_properties]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/models/SchemaProperties.java [schema_properties]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.5/sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/models/SchemaProperties.java
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK#use-logback-logging-framework-in-a-spring-boot-application
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Load Testing client library for Java title: Azure Load Testing client library for Java
keywords: Azure, java, SDK, API, azure-developer-loadtesting, load-testing keywords: Azure, java, SDK, API, azure-developer-loadtesting, load-testing
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: load-testing ms.service: load-testing
--- ---
# Azure Load Testing client library for Java - version 1.0.10 # Azure Load Testing client library for Java - version 1.0.12
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 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> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-developer-loadtesting</artifactId> <artifactId>azure-developer-loadtesting</artifactId>
<version>1.0.10</version> <version>1.0.12</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -310,7 +310,7 @@ See [Azure Load Testing samples][sample_code].
## Contributing ## 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.10/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.12/CONTRIBUTING.md).
1. Fork it 1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`) 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 1. Create new Pull Request
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/sdk/loadtesting/azure-developer-loadtesting/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.12/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 [sample_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.12/sdk/loadtesting/azure-developer-loadtesting/src/samples
[api_reference_doc]: /rest/api/loadtesting/ [api_reference_doc]: /rest/api/loadtesting/
[product_documentation]: https://azure.microsoft.com/services/load-testing/ [product_documentation]: https://azure.microsoft.com/services/load-testing/
[jdk]: /java/azure/jdk/ [jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.10/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-loadtesting_1.0.12/sdk/identity/azure-identity
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-in-Azure-SDK [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 title: Azure IoT Digital Twins client library for Java
keywords: Azure, java, SDK, API, azure-digitaltwins-core, digital-twins keywords: Azure, java, SDK, API, azure-digitaltwins-core, digital-twins
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: digital-twins ms.service: digital-twins
--- ---
# Azure IoT Digital Twins client library for Java - version 1.3.17 # Azure IoT Digital Twins client library for Java - version 1.3.19
This library provides access to the Azure Digital Twins service for managing twins, models, relationships, etc. 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 #### 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. 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.17/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.19/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId> <artifactId>azure-digitaltwins-core</artifactId>
<version>1.3.17</version> <version>1.3.19</version>
</dependency> </dependency>
``` ```
@ -80,7 +80,7 @@ add the direct dependency to your project as follows.
### Authenticate the Client ### 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.17/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.19/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java).
## Key concepts ## Key concepts
@ -91,24 +91,24 @@ You can learn more about Azure Digital Twins by visiting [Azure Digital Twins Do
## Examples ## 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.17/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.19/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
## Source code folder structure ## Source code folder structure
### /src/main/java/com/azure/digitaltwins/core ### /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.17/sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java) - The Digital Twins client builder [`DigitalTwinsClientBuilder`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.19/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) - The Digital Twins public sync and async clients [`DigitalTwinsClient`](https://github.com/Azure/azure-sdk-for-java/blob/azure-digitaltwins-core_1.3.19/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.19/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) - [`models` package](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.19/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. 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.17/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.19/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).
### /src/samples ### /src/samples
This directory contains sample code that demonstrates basic usage of this client library. For additional information, 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.17/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.19/sdk/digitaltwins/azure-digitaltwins-core/src/samples/README.md)
## Troubleshooting ## Troubleshooting
@ -132,7 +132,7 @@ catch (ErrorResponseException ex) {
## Next steps ## Next steps
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). See implementation examples with our [code samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.19/sdk/digitaltwins/azure-digitaltwins-core/src/samples).
## Contributing ## 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 [microsoft_sdk_download]: https://azure.microsoft.com/downloads/?sdk=java
[azure_cli]: /cli/azure [azure_cli]: /cli/azure
[azure_sub]: https://azure.microsoft.com/free/ [azure_sub]: https://azure.microsoft.com/free/
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/digitaltwins/azure-digitaltwins-core [source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.19/sdk/digitaltwins/azure-digitaltwins-core
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ [code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
[nuget]: https://www.nuget.org/ [nuget]: https://www.nuget.org/
[azure_portal]: https://portal.azure.com/ [azure_portal]: https://portal.azure.com/
[azure_rest_api]: /rest/api/azure/ [azure_rest_api]: /rest/api/azure/
[azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.17/sdk/core/azure-core [azure_core_library]: https://github.com/Azure/azure-sdk-for-java/tree/azure-digitaltwins-core_1.3.19/sdk/core/azure-core
[token_credential]: /java/api/com.azure.core.credential.tokencredential?view=azure-java-stable [token_credential]: /java/api/com.azure.core.credential.tokencredential?view=azure-java-stable
[digital_twins_documentation]: /azure/digital-twins/ [digital_twins_documentation]: /azure/digital-twins/
[azure_cli]: /cli/azure/install-azure-cli?view=azure-cli-latest [azure_cli]: /cli/azure/install-azure-cli?view=azure-cli-latest

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

@ -1,7 +1,7 @@
--- ---
title: Azure identity authentication extensions plugin library for Java title: Azure identity authentication extensions plugin library for Java
keywords: Azure, java, SDK, API, azure-identity-extensions, identity keywords: Azure, java, SDK, API, azure-identity-extensions, identity
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: identity ms.service: identity
@ -17,7 +17,7 @@ ms.service: identity
- [Next steps](#next-steps) - [Next steps](#next-steps)
- [Contributing](#contributing) - [Contributing](#contributing)
# Azure identity authentication extensions plugin library for Java - version 1.1.13 # Azure identity authentication extensions plugin library for Java - version 1.1.15
This package contains authentication extensions to get a token from Microsoft Entra ID for Azure services, like Azure Database for MySQL. This package contains authentication extensions to get a token from Microsoft Entra ID for Azure services, like Azure Database for MySQL.
@ -58,10 +58,10 @@ Other useful docs are:
## Contributing ## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-extensions_1.1.13/CONTRIBUTING.md). For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity-extensions_1.1.15/CONTRIBUTING.md).
<!-- LINKS --> <!-- LINKS -->
[jdk]: https://learn.microsoft.com/java/azure/jdk/ [jdk]: https://learn.microsoft.com/java/azure/jdk/
[azure-identity-extensions-jdbc-mysql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.13/sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md [azure-identity-extensions-jdbc-mysql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.15/sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md
[azure-identity-extensions-jdbc-postgresql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.13/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md [azure-identity-extensions-jdbc-postgresql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.15/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md

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

@ -1,17 +1,17 @@
--- ---
title: Azure Device Update for IoT Hub client library for Java title: Azure Device Update for IoT Hub client library for Java
keywords: Azure, java, SDK, API, azure-iot-deviceupdate, deviceupdate keywords: Azure, java, SDK, API, azure-iot-deviceupdate, deviceupdate
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: deviceupdate ms.service: deviceupdate
--- ---
# Azure Device Update for IoT Hub client library for Java - version 1.0.15 # Azure Device Update for IoT Hub client library for Java - version 1.0.17
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). 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.15/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.17/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
## Getting started ## Getting started
@ -33,7 +33,7 @@ For the best development experience, developers should use the official Microsof
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId> <artifactId>azure-iot-deviceupdate</artifactId>
<version>1.0.15</version> <version>1.0.17</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -55,7 +55,7 @@ You can learn more about Device Update for IoT Hub by visiting [Device Update fo
## Examples ## Examples
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). You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.17/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
## Troubleshooting ## Troubleshooting
@ -78,7 +78,7 @@ try {
## Next steps ## 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.15/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.17/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
## Contributing ## Contributing

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

@ -1,12 +1,12 @@
--- ---
title: Azure Event Grid client library for Java title: Azure Event Grid client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventgrid, event-grid keywords: Azure, java, SDK, API, azure-messaging-eventgrid, event-grid
ms.date: 02/13/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: event-grid ms.service: event-grid
--- ---
# Azure Event Grid client library for Java - version 4.21.0 # Azure Event Grid client library for Java - version 4.22.1
Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully
@ -55,7 +55,7 @@ az eventgrid domain create --location <location> --resource-group <your-resource
#### Include the BOM file #### 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. 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-messaging-eventgrid_4.21.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-messaging-eventgrid_4.22.1/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -90,7 +90,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId> <artifactId>azure-messaging-eventgrid</artifactId>
<version>4.21.0</version> <version>4.22.1</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -494,7 +494,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https
## Contributing ## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.21.0/CONTRIBUTING.md). For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.1/CONTRIBUTING.md).
1. Fork it 1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`) 2. Create your feature branch (`git checkout -b my-new-feature`)
@ -511,13 +511,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[javadocs]: https://azure.github.io/azure-sdk-for-java/eventgrid.html [javadocs]: https://azure.github.io/azure-sdk-for-java/eventgrid.html
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[maven]: https://maven.apache.org/ [maven]: https://maven.apache.org/
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.21.0/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java [HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.1/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.21.0/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.22.1/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid
[eventgrid]: https://azure.com/eventgrid [eventgrid]: https://azure.com/eventgrid
[portal]: https://ms.portal.azure.com/ [portal]: https://ms.portal.azure.com/
[cli]: /cli/azure [cli]: /cli/azure
[service_docs]: /azure/event-grid/ [service_docs]: /azure/event-grid/
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.21.0/sdk/eventgrid/azure-messaging-eventgrid/src [sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.22.1/sdk/eventgrid/azure-messaging-eventgrid/src
[EventGridEvent]: /azure/event-grid/event-schema [EventGridEvent]: /azure/event-grid/event-schema
[CloudEvent]: https://github.com/cloudevents/spec/blob/master/spec.md [CloudEvent]: https://github.com/cloudevents/spec/blob/master/spec.md

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

@ -1,12 +1,12 @@
--- ---
title: Azure Event Hubs Checkpoint Store client library for Java title: Azure Event Hubs Checkpoint Store client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventhubs-checkpointstore-blob, event-hubs keywords: Azure, java, SDK, API, azure-messaging-eventhubs-checkpointstore-blob, event-hubs
ms.date: 02/16/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: event-hubs ms.service: event-hubs
--- ---
# Azure Event Hubs Checkpoint Store client library for Java - version 1.19.1 # Azure Event Hubs Checkpoint Store client library for Java - version 1.19.3
using Storage Blobs using Storage Blobs
Azure Event Hubs Checkpoint Store can be used for storing checkpoints while processing events from Azure Event Hubs. Azure Event Hubs Checkpoint Store can be used for storing checkpoints while processing events from Azure Event Hubs.
@ -33,7 +33,7 @@ documentation][event_hubs_product_docs] | [Samples][sample_examples]
#### Include the BOM file #### 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. 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-eventhubs-checkpointstore-blob_1.19.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-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -68,7 +68,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId> <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.19.1</version> <version>1.19.3</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -185,7 +185,7 @@ Get started by exploring the samples [here][samples_readme].
## Contributing ## Contributing
If you would like to become an active contributor to this project please refer to our [Contribution If you would like to become an active contributor to this project please refer to our [Contribution
Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CONTRIBUTING.md) for more information. Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CONTRIBUTING.md) for more information.
<!-- Links --> <!-- Links -->
[api_documentation]: https://azure.github.io/azure-sdk-for-java [api_documentation]: https://azure.github.io/azure-sdk-for-java
@ -196,18 +196,18 @@ Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eve
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[maven]: https://maven.apache.org/ [maven]: https://maven.apache.org/
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/README.md
[sample_azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorWithAzureIdentity.java [sample_azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorWithAzureIdentity.java
[sample_container_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/BlobCheckpointStoreSample.java [sample_container_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/BlobCheckpointStoreSample.java
[sample_event_hubs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs [sample_event_hubs]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs
[sample_event_processor]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorBlobCheckpointStoreSample.java [sample_event_processor]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorBlobCheckpointStoreSample.java
[sample_checkpointstore_custom_storage_version]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorWithCustomStorageVersion.java [sample_checkpointstore_custom_storage_version]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob/EventProcessorWithCustomStorageVersion.java
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob [sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob
[sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1 [sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/ [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/
[source_eventprocessorclient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventProcessorClient.java [source_eventprocessorclient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventProcessorClient.java
[source_blobcheckpointstore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/main/java/com/azure/messaging/eventhubs/checkpointstore/blob/BlobCheckpointStore.java [source_blobcheckpointstore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/main/java/com/azure/messaging/eventhubs/checkpointstore/blob/BlobCheckpointStore.java
[source_loglevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/.https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java [source_loglevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/.https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fazure-messaging-eventhubs-checkpointstore-blob%2FREADME.png) ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fazure-messaging-eventhubs-checkpointstore-blob%2FREADME.png)

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

@ -1,12 +1,12 @@
--- ---
title: Azure Event Hubs client library for Java title: Azure Event Hubs client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventhubs, event-hubs keywords: Azure, java, SDK, API, azure-messaging-eventhubs, event-hubs
ms.date: 02/16/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: event-hubs ms.service: event-hubs
--- ---
# Azure Event Hubs client library for Java - version 5.18.1 # Azure Event Hubs client library for Java - version 5.18.3
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream
@ -68,7 +68,7 @@ documentation][event_hubs_product_docs] | [Samples][sample_examples] | [Troubles
#### Include the BOM file #### 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. 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-eventhubs_5.18.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-messaging-eventhubs_5.18.3/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -103,7 +103,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId> <artifactId>azure-messaging-eventhubs</artifactId>
<version>5.18.1</version> <version>5.18.3</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -436,32 +436,32 @@ advantage of the full feature set of the Azure Event Hubs service. To explore so
## Contributing ## Contributing
If you would like to become an active contributor to this project please refer to our [Contribution If you would like to become an active contributor to this project please refer to our [Contribution
Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/CONTRIBUTING.md) for more information. Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/CONTRIBUTING.md) for more information.
<!-- Links --> <!-- Links -->
[aad_authorization]: /azure/event-hubs/authorize-access-azure-active-directory [aad_authorization]: /azure/event-hubs/authorize-access-azure-active-directory
[amqp_transport_error]: https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-amqp-error [amqp_transport_error]: https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-amqp-error
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java [AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java
[AmqpErrorContext]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorContext.java [AmqpErrorContext]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorContext.java
[AmqpException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpException.java [AmqpException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpException.java
[AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java [AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[api_documentation]: https://aka.ms/java-docs [api_documentation]: https://aka.ms/java-docs
[app_registration_page]: /azure/active-directory/develop/howto-create-service-principal-portal#get-values-for-signing-in [app_registration_page]: /azure/active-directory/develop/howto-create-service-principal-portal#get-values-for-signing-in
[application_client_secret]: /azure/active-directory/develop/howto-create-service-principal-portal#create-a-new-application-secret [application_client_secret]: /azure/active-directory/develop/howto-create-service-principal-portal#create-a-new-application-secret
[BlobCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md [BlobCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md
[CreateBatchOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/CreateBatchOptions.java [CreateBatchOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/CreateBatchOptions.java
[event_hubs_connection_string]: /azure/event-hubs/event-hubs-get-connection-string [event_hubs_connection_string]: /azure/event-hubs/event-hubs-get-connection-string
[event_hubs_create]: /azure/event-hubs/event-hubs-create [event_hubs_create]: /azure/event-hubs/event-hubs-create
[event_hubs_features]: /azure/event-hubs/event-hubs-features [event_hubs_features]: /azure/event-hubs/event-hubs-features
[event_hubs_messaging_exceptions]: /azure/event-hubs/event-hubs-messaging-exceptions [event_hubs_messaging_exceptions]: /azure/event-hubs/event-hubs-messaging-exceptions
[event_hubs_product_docs]: /azure/event-hubs/ [event_hubs_product_docs]: /azure/event-hubs/
[event_hubs_quotas]: /azure/event-hubs/event-hubs-quotas [event_hubs_quotas]: /azure/event-hubs/event-hubs-quotas
[EventHubConsumerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubConsumerAsyncClient.java [EventHubConsumerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubConsumerAsyncClient.java
[EventHubConsumerClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubConsumerClient.java [EventHubConsumerClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubConsumerClient.java
[EventHubProducerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubProducerAsyncClient.java [EventHubProducerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubProducerAsyncClient.java
[EventHubProducerClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubProducerClient.java [EventHubProducerClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubProducerClient.java
[EventProcessorClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventProcessorClient.java [EventProcessorClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventProcessorClient.java
[SampleCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/SampleCheckpointStore.java [SampleCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/SampleCheckpointStore.java
[java_8_sdk_javadocs]: https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html [java_8_sdk_javadocs]: https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: /azure/developer/java/sdk/logging-overview [logging]: /azure/developer/java/sdk/logging-overview
@ -470,11 +470,11 @@ Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eve
[oasis_amqp_v1]: https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html [oasis_amqp_v1]: https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[qpid_proton_j_apache]: https://qpid.apache.org/proton/ [qpid_proton_j_apache]: https://qpid.apache.org/proton/
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/ [sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/ [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication [wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
[troubleshooting]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.1/sdk/eventhubs/azure-messaging-eventhubs/TROUBLESHOOTING.md [troubleshooting]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.3/sdk/eventhubs/azure-messaging-eventhubs/TROUBLESHOOTING.md
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fazure-messaging-eventhubs%2FREADME.png) ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventhubs%2Fazure-messaging-eventhubs%2FREADME.png)

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

@ -1,12 +1,12 @@
--- ---
title: Azure WebPubSub client library for Java title: Azure WebPubSub client library for Java
keywords: Azure, java, SDK, API, azure-messaging-webpubsub-client, webpubsub keywords: Azure, java, SDK, API, azure-messaging-webpubsub-client, webpubsub
ms.date: 01/19/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: webpubsub ms.service: webpubsub
--- ---
# Azure WebPubSub client library for Java - version 1.0.0 # Azure WebPubSub client library for Java - version 1.0.2
[Web PubSub](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe patterns. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Web PubSub. Traditional real-time features that often require polling from the server or submitting HTTP requests can also use Web PubSub. [Web PubSub](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe patterns. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Web PubSub. Traditional real-time features that often require polling from the server or submitting HTTP requests can also use Web PubSub.
@ -45,7 +45,7 @@ Various documentation is available to help you get started
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub-client</artifactId> <artifactId>azure-messaging-webpubsub-client</artifactId>
<version>1.0.0</version> <version>1.0.2</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -101,7 +101,7 @@ Features to differentiate `WebPubSubClient` and `WebPubSubServiceClient`.
|Package Name|azure-messaging-webpubsub-client|azure-messaging-webpubsub| |Package Name|azure-messaging-webpubsub-client|azure-messaging-webpubsub|
|Features|Usually used on client side. Publish messages and subscribe to messages.|Usually used on server side. Generate Client Access Uri and manage clients.| |Features|Usually used on client side. Publish messages and subscribe to messages.|Usually used on server side. Generate Client Access Uri and manage clients.|
Find more details in [azure-messaging-webpubsub](https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub-client_1.0.0/sdk/webpubsub/azure-messaging-webpubsub) Find more details in [azure-messaging-webpubsub](https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub-client_1.0.2/sdk/webpubsub/azure-messaging-webpubsub)
## Key concepts ## Key concepts
@ -219,7 +219,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: /java/azure/jdk/ [jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub-client_1.0.0/CONTRIBUTING.md [cg]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub-client_1.0.2/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Web PubSub service client library for Java title: Azure Web PubSub service client library for Java
keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: webpubsub ms.service: webpubsub
--- ---
# Azure Web PubSub service client library for Java - version 1.2.12 # Azure Web PubSub service client library for Java - version 1.2.14
[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. [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 #### 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. 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.12/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.14/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -74,7 +74,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId> <artifactId>azure-messaging-webpubsub</artifactId>
<version>1.2.12</version> <version>1.2.14</version>
</dependency> </dependency>
``` ```
@ -212,10 +212,10 @@ comments.
[azure_subscription]: https://azure.microsoft.com/free [azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [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.12/sdk/webpubsub/azure-messaging-webpubsub/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.2.14/sdk/webpubsub/azure-messaging-webpubsub/src
[product_documentation]: https://aka.ms/awps/doc [product_documentation]: https://aka.ms/awps/doc
[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 [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.14/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 [log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.2.14/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 [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Mixed Reality client library for Java title: Azure Mixed Reality client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-authentication, mixedreality keywords: Azure, java, SDK, API, azure-mixedreality-authentication, mixedreality
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: mixedreality ms.service: mixedreality
--- ---
# Azure Mixed Reality client library for Java - version 1.2.21 # Azure Mixed Reality client library for Java - version 1.2.23
Mixed Reality services, like Azure Spatial Anchors, Azure Remote Rendering, and others, use the Mixed Reality security 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/) - [Azure Spatial Anchors](/azure/spatial-anchors/)
- [Java Development Kit (JDK)](/java/azure/jdk/?view=azure-java-stable) version 8 or above. - [Java Development Kit (JDK)](/java/azure/jdk/?view=azure-java-stable) version 8 or above.
- [Apache Maven](https://maven.apache.org/download.cgi). - [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.21/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.23/sdk/identity/azure-identity).
### Include the package ### Include the package
#### Include the BOM file #### 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. 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.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-mixedreality-authentication_1.2.23/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId> <artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.21</version> <version>1.2.23</version>
</dependency> </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/ [product_docs]: https://azure.microsoft.com/topic/mixed-reality/
[package]: https://search.maven.org/artifact/com.azure/azure-mixedreality-authentication [package]: https://search.maven.org/artifact/com.azure/azure-mixedreality-authentication
[api_documentation]: https://aka.ms/java-docs [api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.21/sdk/mixedreality/azure-mixedreality-authentication [source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.23/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) ![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 title: Azure Remote Rendering client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-remoterendering, remoterendering keywords: Azure, java, SDK, API, azure-mixedreality-remoterendering, remoterendering
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: remoterendering ms.service: remoterendering
--- ---
# Azure Remote Rendering client library for Java - version 1.1.26 # Azure Remote Rendering client library for Java - version 1.1.28
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. 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 #### 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. 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.26/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.28/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -69,7 +69,7 @@ Add the following Maven dependency:
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId> <artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.26</version> <version>1.1.28</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({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 [azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [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.26/sdk/remoterendering/azure-mixedreality-remoterendering/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.28/sdk/remoterendering/azure-mixedreality-remoterendering/src
[remote_rendering_account]: /azure/remote-rendering/how-tos/create-an-account [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.26/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.28/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[product_documentation]: /azure/remote-rendering/ [product_documentation]: /azure/remote-rendering/
[cpp_api]: /cpp/api/remote-rendering/ [cpp_api]: /cpp/api/remote-rendering/
[dotnet_api]: /dotnet/api/microsoft.azure.remoterendering [dotnet_api]: /dotnet/api/microsoft.azure.remoterendering
[how_to_authenticate]: /azure/remote-rendering/how-tos/authentication [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.26/sdk/mixedreality/azure-mixedreality-authentication [sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.28/sdk/mixedreality/azure-mixedreality-authentication
[troubleshoot]: /azure/remote-rendering/resources/troubleshoot [troubleshoot]: /azure/remote-rendering/resources/troubleshoot
[api_reference_doc]: /rest/api/mixedreality/ [api_reference_doc]: /rest/api/mixedreality/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Monitor Query client library for Java title: Azure Monitor Query client library for Java
keywords: Azure, java, SDK, API, azure-monitor-query, monitor keywords: Azure, java, SDK, API, azure-monitor-query, monitor
ms.date: 03/27/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: monitor ms.service: monitor
--- ---
# Azure Monitor Query client library for Java - version 1.3.0 # Azure Monitor Query client library for Java - version 1.3.1
The Azure Monitor Query client library is used to execute read-only queries against [Azure Monitor][azure_monitor_overview]'s two data platforms: 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 #### 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. 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.3.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-monitor-query_1.3.1/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -75,7 +75,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId> <artifactId>azure-monitor-query</artifactId>
<version>1.3.0</version> <version>1.3.1</version>
</dependency> </dependency>
``` ```
@ -575,7 +575,7 @@ for (MetricsQueryResult metricsQueryResult : metricsQueryResourcesResult.getMetr
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.0/sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md) See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.1/sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md)
for details on how to diagnose various failure scenarios. for details on how to diagnose various failure scenarios.
## Next steps ## Next steps
@ -596,20 +596,20 @@ comments.
<!-- LINKS --> <!-- LINKS -->
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.0/sdk/identity/azure-identity/README.md [azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.1/sdk/identity/azure-identity/README.md
[azure_monitor_create_using_portal]: https://learn.microsoft.com/azure/azure-monitor/logs/quick-create-workspace [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_monitor_overview]: https://learn.microsoft.com/azure/azure-monitor/overview
[azure_subscription]: https://azure.microsoft.com/free/java [azure_subscription]: https://azure.microsoft.com/free/java
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.0/sdk/monitor/azure-monitor-query/CHANGELOG.md [changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.1/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 [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.3.0/sdk/identity/azure-identity/README.md#defaultazurecredential [DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.1/sdk/identity/azure-identity/README.md#defaultazurecredential
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable [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/ [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.3.0/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.3.1/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 [msdocs_apiref]: https://learn.microsoft.com/java/api/com.azure.monitor.query?view=azure-java-stable
[package]: https://central.sonatype.com/artifact/com.azure/azure-monitor-query [package]: https://central.sonatype.com/artifact/com.azure/azure-monitor-query
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.0/sdk/monitor/azure-monitor-query/src/samples/java/README.md [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.3.1/sdk/monitor/azure-monitor-query/src/samples/java/README.md
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-query_1.3.0/sdk/monitor/azure-monitor-query/src [source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-query_1.3.1/sdk/monitor/azure-monitor-query/src
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[service_limits]: https://learn.microsoft.com/azure/azure-monitor/service-limits#log-queries-and-language [service_limits]: https://learn.microsoft.com/azure/azure-monitor/service-limits#log-queries-and-language

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

@ -1,12 +1,12 @@
--- ---
title: Azure Cognitive Search client library for Java title: Azure Cognitive Search client library for Java
keywords: Azure, java, SDK, API, azure-search-documents, cognitive-search keywords: Azure, java, SDK, API, azure-search-documents, cognitive-search
ms.date: 02/22/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: cognitive-search ms.service: cognitive-search
--- ---
# Azure Cognitive Search client library for Java - version 11.6.2 # Azure Cognitive Search client library for Java - version 11.6.4
This is the Java client library for [Azure Cognitive Search](/azure/search/). This is the Java client library for [Azure Cognitive Search](/azure/search/).
@ -45,7 +45,7 @@ Use the Azure Cognitive Search client library to:
#### Include the BOM file #### 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. 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-search-documents_11.6.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-search-documents_11.6.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -82,7 +82,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId> <artifactId>azure-search-documents</artifactId>
<version>11.6.2</version> <version>11.6.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -206,13 +206,13 @@ SearchAsyncClient searchAsyncClient = new SearchClientBuilder()
You can also create a `SearchClient`, `SearchIndexClient`, or `SearchIndexerClient` using Azure Active Directory (AAD) You can also create a `SearchClient`, `SearchIndexClient`, or `SearchIndexerClient` using Azure Active Directory (AAD)
authentication. Your user or service principal must be assigned the "Search Index Data Reader" role. authentication. Your user or service principal must be assigned the "Search Index Data Reader" role.
Using the [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/identity/azure-identity/README.md#defaultazurecredential) Using the [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/identity/azure-identity/README.md#defaultazurecredential)
you can authenticate a service using Managed Identity or a service principal, authenticate as a developer working on an you can authenticate a service using Managed Identity or a service principal, authenticate as a developer working on an
application, and more all without changing code. Please refer the [documentation](https://learn.microsoft.com/azure/search/search-security-rbac?tabs=config-svc-portal%2Croles-portal%2Ctest-portal%2Ccustom-role-portal%2Cdisable-keys-portal) application, and more all without changing code. Please refer the [documentation](https://learn.microsoft.com/azure/search/search-security-rbac?tabs=config-svc-portal%2Croles-portal%2Ctest-portal%2Ccustom-role-portal%2Cdisable-keys-portal)
for instructions on how to connect to Azure Cognitive Search using Azure role-based access control (Azure RBAC). for instructions on how to connect to Azure Cognitive Search using Azure role-based access control (Azure RBAC).
Before you can use the `DefaultAzureCredential`, or any credential type from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/identity/azure-identity/README.md), Before you can use the `DefaultAzureCredential`, or any credential type from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/identity/azure-identity/README.md),
you'll first need to [install the Azure.Identity package](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/identity/azure-identity/README.md#include-the-package). you'll first need to [install the Azure.Identity package](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/identity/azure-identity/README.md#include-the-package).
To use `DefaultAzureCredential` with a client ID and secret, you'll need to set the `AZURE_TENANT_ID`, To use `DefaultAzureCredential` with a client ID and secret, you'll need to set the `AZURE_TENANT_ID`,
`AZURE_CLIENT_ID`, and `AZURE_CLIENT_SECRET` environment variables; alternatively, you can pass those values `AZURE_CLIENT_ID`, and `AZURE_CLIENT_SECRET` environment variables; alternatively, you can pass those values
@ -296,7 +296,7 @@ in a high-dimensional space called an embedding. By understanding the intent beh
more relevant results that align with the user's requirements, even if the exact terms are not present in the document. more relevant results that align with the user's requirements, even if the exact terms are not present in the document.
Moreover, Vector Search can be applied to various types of content, including images and videos, not just text. Moreover, Vector Search can be applied to various types of content, including images and videos, not just text.
To learn how to index vector fields and perform vector search, you can refer to the [sample](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/search/azure-search-documents/src/samples/java/com/azure/search/documents/VectorSearchExample.java). To learn how to index vector fields and perform vector search, you can refer to the [sample](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/search/azure-search-documents/src/samples/java/com/azure/search/documents/VectorSearchExample.java).
This sample provides detailed guidance on indexing vector fields and demonstrates how to perform vector search. This sample provides detailed guidance on indexing vector fields and demonstrates how to perform vector search.
Additionally, for more comprehensive information about Vector Search, including its concepts and usage, you can refer Additionally, for more comprehensive information about Vector Search, including its concepts and usage, you can refer
@ -525,7 +525,7 @@ SearchClient searchClient = new SearchClientBuilder()
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/search/azure-search-documents/TROUBLESHOOTING.md) See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/search/azure-search-documents/TROUBLESHOOTING.md)
for details on how to diagnose various failure scenarios. for details on how to diagnose various failure scenarios.
### General ### General
@ -592,20 +592,20 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[azure_subscription]: https://azure.microsoft.com/free/java [azure_subscription]: https://azure.microsoft.com/free/java
[maven]: https://maven.apache.org/ [maven]: https://maven.apache.org/
[package]: https://central.sonatype.com/artifact/com.azure/azure-search-documents [package]: https://central.sonatype.com/artifact/com.azure/azure-search-documents
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.6.2/sdk/search/azure-search-documents/src/samples/ [samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.6.4/sdk/search/azure-search-documents/src/samples/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/search/azure-search-documents/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/search/azure-search-documents/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.6.2/sdk/search/azure-search-documents/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.6.4/sdk/search/azure-search-documents/src
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:opencode@microsoft.com [coc_contact]: mailto:opencode@microsoft.com
[add_headers_from_context_policy]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/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-search-documents_11.6.4/sdk/core/azure-core/src/main/java/com/azure/core/http/policy/AddHeadersFromContextPolicy.java
[rest_api]: /rest/api/searchservice/http-status-codes [rest_api]: /rest/api/searchservice/http-status-codes
[create_search_service_docs]: /azure/search/search-create-service-portal [create_search_service_docs]: /azure/search/search-create-service-portal
[create_search_service_ps]: /azure/search/search-manage-powershell#create-or-delete-a-service [create_search_service_ps]: /azure/search/search-manage-powershell#create-or-delete-a-service
[create_search_service_cli]: /cli/azure/search/service?view=azure-cli-latest#az-search-service-create [create_search_service_cli]: /cli/azure/search/service?view=azure-cli-latest#az-search-service-create
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.2/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java [HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.6.4/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[status_codes]: /rest/api/searchservice/http-status-codes [status_codes]: /rest/api/searchservice/http-status-codes
[search-get-started-portal]: /azure/search/search-get-started-portal [search-get-started-portal]: /azure/search/search-get-started-portal

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

@ -1,12 +1,12 @@
--- ---
title: Azure Attestation client library for Java title: Azure Attestation client library for Java
keywords: Azure, java, SDK, API, azure-security-attestation, attestation keywords: Azure, java, SDK, API, azure-security-attestation, attestation
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: attestation ms.service: attestation
--- ---
# Azure Attestation client library for Java - version 1.1.21 # Azure Attestation client library for Java - version 1.1.23
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. 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 #### 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. 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.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-security-attestation_1.1.23/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId> <artifactId>azure-security-attestation</artifactId>
<version>1.1.21</version> <version>1.1.23</version>
</dependency> </dependency>
``` ```
@ -331,7 +331,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[style-guide-msft]: /style-guide/capitalization [style-guide-msft]: /style-guide/capitalization
[api_documentation]: https://azure.github.io/azure-sdk-for-java [api_documentation]: https://azure.github.io/azure-sdk-for-java
[azure_attestation]: /azure/attestation [azure_attestation]: /azure/attestation
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.21/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.23/sdk/identity/azure-identity
[maven]: https://maven.apache.org/ [maven]: https://maven.apache.org/
[azure_subscription]: https://azure.microsoft.com/ [azure_subscription]: https://azure.microsoft.com/
[azure_cli]: /cli/azure [azure_cli]: /cli/azure

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

@ -1,12 +1,12 @@
--- ---
title: Azure Confidential Ledger client library for Java title: Azure Confidential Ledger client library for Java
keywords: Azure, java, SDK, API, azure-security-confidentialledger, confidentialledger keywords: Azure, java, SDK, API, azure-security-confidentialledger, confidentialledger
ms.date: 02/21/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: confidentialledger ms.service: confidentialledger
--- ---
# Azure Confidential Ledger client library for Java - version 1.0.17 # Azure Confidential Ledger client library for Java - version 1.0.19
Azure Confidential Ledger provides a service for logging to an immutable, tamper-proof ledger. As part of the [Azure Confidential Computing][azure_confidential_computing] 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> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-security-confidentialledger</artifactId> <artifactId>azure-security-confidentialledger</artifactId>
<version>1.0.17</version> <version>1.0.19</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({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 [ccf]: https://github.com/Microsoft/CCF
[azure_confidential_computing]: https://azure.microsoft.com/solutions/confidential-compute [azure_confidential_computing]: https://azure.microsoft.com/solutions/confidential-compute
[confidential_ledger_docs]: https://aka.ms/confidentialledger-servicedocs [confidential_ledger_docs]: https://aka.ms/confidentialledger-servicedocs
[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/ [samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.19/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 [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.19/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/ [samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.19/sdk/confidentialledger/azure-security-confidentialledger/src/samples/
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[product_documentation]: https://aka.ms/confidentialledger-servicedocs [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.17/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.19/sdk/confidentialledger/azure-security-confidentialledger/src/main/java/com/azure/security/confidentialledger/LedgerBaseClient.java
[azure_portal]: https://portal.azure.com [azure_portal]: https://portal.azure.com
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[package]: https://mvnrepository.com/artifact/com.azure/azure-security-confidentialledger [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.17/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.19/sdk/confidentialledger/azure-security-confidentialledger/src/samples/README.md
[azure_resource_manager]: /azure/azure-resource-manager/ [azure_resource_manager]: /azure/azure-resource-manager/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.17/sdk/identity/azure-identity [azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-confidentialledger_1.0.19/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 [DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-confidentialledger_1.0.19/sdk/identity/azure-identity/README.md#defaultazurecredential
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK [logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[cla]: https://cla.opensource.microsoft.com/ [cla]: https://cla.opensource.microsoft.com/
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,7 +1,7 @@
--- ---
title: title:
keywords: Azure, java, SDK, API, azure-security-keyvault-administration, keyvault keywords: Azure, java, SDK, API, azure-security-keyvault-administration, keyvault
ms.date: 02/26/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: keyvault ms.service: keyvault
@ -16,7 +16,7 @@ The Azure Key Vault Administration library clients support administrative tasks
## Getting started ## Getting started
### Include the package ### Include the package
#### Include the BOM file #### 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-keyvault-administration_4.5.0/sdk/boms/azure-sdk-bom/README.md). 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-keyvault-administration_4.5.2/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -51,7 +51,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-administration</artifactId> <artifactId>azure-security-keyvault-administration</artifactId>
<version>4.5.0</version> <version>4.5.2</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -574,7 +574,7 @@ keyVaultSettingsAsyncClient.updateSetting(settingToUpdate)
``` ```
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.0/sdk/keyvault/azure-security-keyvault-administration/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.2/sdk/keyvault/azure-security-keyvault-administration/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### General ### General
Azure Key Vault Access Control clients raise exceptions. For example, if you try to retrieve a role assignment after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error. Azure Key Vault Access Control clients raise exceptions. For example, if you try to retrieve a role assignment after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error.
@ -607,7 +607,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][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments. This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.0/sdk/keyvault/azure-security-keyvault-administration/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.2/sdk/keyvault/azure-security-keyvault-administration/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java [api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/ [azkeyvault_docs]: /azure/key-vault/
[azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable [azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable
@ -618,8 +618,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential [default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential
[managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview [managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
[azkeyvault_rest]: /rest/api/keyvault/ [azkeyvault_rest]: /rest/api/keyvault/
[administration_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.0/sdk/keyvault/azure-security-keyvault-administration/src/samples/java/com/azure/security/keyvault/administration [administration_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.2/sdk/keyvault/azure-security-keyvault-administration/src/samples/java/com/azure/security/keyvault/administration
[storage_readme_sas_token]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-keyvault-administration_4.5.0/sdk/storage/azure-storage-blob#get-credentials [storage_readme_sas_token]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-keyvault-administration_4.5.2/sdk/storage/azure-storage-blob#get-credentials
[portal_sas_token]: /azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer [portal_sas_token]: /azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows#generate-a-shared-access-signature-in-storage-explorer
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable

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

@ -1,12 +1,12 @@
--- ---
title: Azure Key Vault Certificate client library for Java title: Azure Key Vault Certificate client library for Java
keywords: Azure, java, SDK, API, azure-security-keyvault-certificates, keyvault keywords: Azure, java, SDK, API, azure-security-keyvault-certificates, keyvault
ms.date: 02/26/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: keyvault ms.service: keyvault
--- ---
# Azure Key Vault Certificate client library for Java - version 4.6.0 # Azure Key Vault Certificate client library for Java - version 4.6.2
Azure Key Vault allows you to securely manage and tightly control your certificates. The Azure Key Vault Certificate client library supports certificates backed by RSA and EC keys. Azure Key Vault allows you to securely manage and tightly control your certificates. The Azure Key Vault Certificate client library supports certificates backed by RSA and EC keys.
@ -17,7 +17,7 @@ Multiple certificates and multiple versions of the same certificate can be kept
## Getting started ## Getting started
### Include the package ### Include the package
#### Include the BOM file #### 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-keyvault-certificates_4.6.0/sdk/boms/azure-sdk-bom/README.md). 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-keyvault-certificates_4.6.2/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -52,7 +52,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId> <artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.6.0</version> <version>4.6.2</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -239,7 +239,7 @@ certificateAsyncClient.listPropertiesOfCertificates()
``` ```
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.0/sdk/keyvault/azure-security-keyvault-certificates/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.2/sdk/keyvault/azure-security-keyvault-certificates/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### General ### General
Azure Key Vault Certificate clients raise exceptions. For example, if you try to retrieve a certificate after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error. Azure Key Vault Certificate clients raise exceptions. For example, if you try to retrieve a certificate after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error.
@ -275,7 +275,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][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments. This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.0/sdk/keyvault/azure-security-keyvault-certificates/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.2/sdk/keyvault/azure-security-keyvault-certificates/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java [api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/ [azkeyvault_docs]: /azure/key-vault/
[azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable [azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable
@ -285,8 +285,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[azure_keyvault_portal]: /azure/key-vault/general/quick-create-portal [azure_keyvault_portal]: /azure/key-vault/general/quick-create-portal
[default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential [default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential
[azkeyvault_rest]: /rest/api/keyvault/ [azkeyvault_rest]: /rest/api/keyvault/
[certificates_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.0/sdk/keyvault/azure-security-keyvault-certificates/src/samples/java/com/azure/security/keyvault/certificates [certificates_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.2/sdk/keyvault/azure-security-keyvault-certificates/src/samples/java/com/azure/security/keyvault/certificates
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.0/sdk/keyvault/azure-security-keyvault-certificates/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.2/sdk/keyvault/azure-security-keyvault-certificates/src/samples/README.md
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[jwk_specification]: https://tools.ietf.org/html/rfc7517 [jwk_specification]: https://tools.ietf.org/html/rfc7517

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

@ -1,12 +1,12 @@
--- ---
title: Azure Key Vault Secret client library for Java title: Azure Key Vault Secret client library for Java
keywords: Azure, java, SDK, API, azure-security-keyvault-secrets, keyvault keywords: Azure, java, SDK, API, azure-security-keyvault-secrets, keyvault
ms.date: 02/26/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: keyvault ms.service: keyvault
--- ---
# Azure Key Vault Secret client library for Java - version 4.8.0 # Azure Key Vault Secret client library for Java - version 4.8.2
Azure Key Vault is a cloud service that provides secure storage for secrets, such as passwords and database connection strings. Azure Key Vault is a cloud service that provides secure storage for secrets, such as passwords and database connection strings.
@ -20,7 +20,7 @@ Use the Azure Key Vault Secrets client library to create and manage secrets.
### Include the package ### Include the package
#### Include the BOM file #### 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. 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-keyvault-secrets_4.8.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-security-keyvault-secrets_4.8.2/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -55,7 +55,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId> <artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.8.0</version> <version>4.8.2</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -231,7 +231,7 @@ secretAsyncClient.listPropertiesOfSecrets()
``` ```
## Troubleshooting ## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.0/sdk/keyvault/azure-security-keyvault-secrets/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.2/sdk/keyvault/azure-security-keyvault-secrets/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### General ### General
Azure Key Vault Secret clients raise exceptions. For example, if you try to retrieve a secret after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error. Azure Key Vault Secret clients raise exceptions. For example, if you try to retrieve a secret after it is deleted a `404` error is returned, indicating the resource was not found. In the following snippet, the error is handled gracefully by catching the exception and displaying additional information about the error.
@ -267,7 +267,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][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments. This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_code_of_conduct]. For more information see the Code of Conduct FAQ or contact <opencode@microsoft.com> with any additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.0/sdk/keyvault/azure-security-keyvault-secrets/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.2/sdk/keyvault/azure-security-keyvault-secrets/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java [api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/ [azkeyvault_docs]: /azure/key-vault/
[azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable [azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable
@ -278,8 +278,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential [default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential
[managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview [managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
[azkeyvault_rest]: /rest/api/keyvault/ [azkeyvault_rest]: /rest/api/keyvault/
[secrets_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.0/sdk/keyvault/azure-security-keyvault-secrets/src/samples/java/com/azure/security/keyvault/secrets [secrets_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.2/sdk/keyvault/azure-security-keyvault-secrets/src/samples/java/com/azure/security/keyvault/secrets
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.0/sdk/keyvault/azure-security-keyvault-secrets/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.2/sdk/keyvault/azure-security-keyvault-secrets/src/samples/README.md
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable [jdk_link]: /java/azure/jdk/?view=azure-java-stable
[http_clients_wiki]: https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients [http_clients_wiki]: https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients

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

@ -1,12 +1,12 @@
--- ---
title: Azure Storage Blobs Batch client library for Java title: Azure Storage Blobs Batch client library for Java
keywords: Azure, java, SDK, API, azure-storage-blob-batch, storage keywords: Azure, java, SDK, API, azure-storage-blob-batch, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure Storage Blobs Batch client library for Java - version 12.21.2 # Azure Storage Blobs Batch client library for Java - version 12.21.4
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
@ -29,7 +29,7 @@ definition, such as text or binary data.
#### Include the BOM file #### 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. 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-storage-blob-batch_12.21.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-storage-blob-batch_12.21.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId> <artifactId>azure-storage-blob-batch</artifactId>
<version>12.21.2</version> <version>12.21.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -202,19 +202,19 @@ 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](https://opensource.microsoft.com/codeofconduct/). For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/sdk/storage/azure-storage-blob-batch/src/main/java [source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.4/sdk/storage/azure-storage-blob-batch/src/main/java
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api [rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview [product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/sdk/storage/azure-storage-blob-batch/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.4/sdk/storage/azure-storage-blob-batch/src/samples
[jdk]: /java/azure/jdk/?view=azure-java-stable [jdk]: /java/azure/jdk/?view=azure-java-stable
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[azure_portal]: /azure/storage/common/storage-account-create?tabs=azure-portal [azure_portal]: /azure/storage/common/storage-account-create?tabs=azure-portal
[storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli [storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
[blob_service_client]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-batch_12.21.2/sdk/storage/azure-storage-blob#create-a-storage-account [blob_service_client]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-batch_12.21.4/sdk/storage/azure-storage-blob#create-a-storage-account
[error_codes]: /rest/api/storageservices/blob-service-error-codes [error_codes]: /rest/api/storageservices/blob-service-error-codes
[blob_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/sdk/storage/azure-storage-blob-batch/src/samples/README.md [blob_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.4/sdk/storage/azure-storage-blob-batch/src/samples/README.md
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Storage Blobs Cryptography client library for Java title: Azure Storage Blobs Cryptography client library for Java
keywords: Azure, java, SDK, API, azure-storage-blob-cryptography, storage keywords: Azure, java, SDK, API, azure-storage-blob-cryptography, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure Storage Blobs Cryptography client library for Java - version 12.24.2 # Azure Storage Blobs Cryptography client library for Java - version 12.24.4
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
@ -30,7 +30,7 @@ This package supports client side encryption for blob storage.
#### Include the BOM file #### 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. 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-storage-blob-cryptography_12.24.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-storage-blob-cryptography_12.24.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId> <artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.24.2</version> <version>12.24.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -256,21 +256,21 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-blob-cryptography%2FREADME.png) ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-blob-cryptography%2FREADME.png)
[jdk]: /java/azure/jdk/ [jdk]: /java/azure/jdk/
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src [source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.4/sdk/storage/azure-storage-blob-cryptography/src
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api [rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview [product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.4/sdk/storage/azure-storage-blob-cryptography/src/samples
[azure_subscription]: https://azure.microsoft.com/free/ [azure_subscription]: https://azure.microsoft.com/free/
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli [storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1 [sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src/main/java [source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.4/sdk/storage/azure-storage-blob-cryptography/src/main/java
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api [rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview [product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.4/sdk/storage/azure-storage-blob-cryptography/src/samples
[error_codes]: /rest/api/storageservices/blob-service-error-codes [error_codes]: /rest/api/storageservices/blob-service-error-codes
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning

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

@ -1,12 +1,12 @@
--- ---
title: Azure Storage Blob client library for Java title: Azure Storage Blob client library for Java
keywords: Azure, java, SDK, API, azure-storage-blob, storage keywords: Azure, java, SDK, API, azure-storage-blob, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure Storage Blob client library for Java - version 12.25.2 # Azure Storage Blob client library for Java - version 12.25.4
Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob
@ -29,7 +29,7 @@ definition, such as text or binary data.
#### Include the BOM file #### 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. 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-storage-blob_12.25.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-storage-blob_12.25.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId> <artifactId>azure-storage-blob</artifactId>
<version>12.25.2</version> <version>12.25.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -612,8 +612,8 @@ 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. 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 --> <!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/storage/azure-storage-blob/src [source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.4/sdk/storage/azure-storage-blob/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/storage/azure-storage-blob/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.4/sdk/storage/azure-storage-blob/src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api [rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview [product_docs]: /azure/storage/blobs/storage-blobs-overview
@ -623,9 +623,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli [storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/identity/azure-identity/README.md [identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.4/sdk/identity/azure-identity/README.md
[error_codes]: /rest/api/storageservices/blob-service-error-codes [error_codes]: /rest/api/storageservices/blob-service-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/storage/azure-storage-blob/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.4/sdk/storage/azure-storage-blob/src/samples
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
--- ---
title: Azure Storage Common shared library for Java title: Azure Storage Common shared library for Java
keywords: Azure, java, SDK, API, azure-storage-common, storage keywords: Azure, java, SDK, API, azure-storage-common, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure Storage Common shared library for Java - version 12.24.2 # Azure Storage Common shared library for Java - version 12.24.4
Azure Storage Common is a library that has common dependencies for all Azure Storage packages. Azure Storage Common is a library that has common dependencies for all Azure Storage packages.
@ -25,7 +25,7 @@ Azure Storage Common is a library that has common dependencies for all Azure Sto
#### Include the BOM file #### 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. 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-storage-common_12.24.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-storage-common_12.24.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId> <artifactId>azure-storage-common</artifactId>
<version>12.24.2</version> <version>12.24.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -98,7 +98,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. 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 --> <!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.2/sdk/storage/azure-storage-common/src [source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.4/sdk/storage/azure-storage-common/src
[samples_readme]: src/samples/README.md [samples_readme]: src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1 [sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1

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

@ -1,12 +1,12 @@
--- ---
title: Azure File Data Lake client library for Java title: Azure File Data Lake client library for Java
keywords: Azure, java, SDK, API, azure-storage-file-datalake, storage keywords: Azure, java, SDK, API, azure-storage-file-datalake, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure File Data Lake client library for Java - version 12.18.2 # Azure File Data Lake client library for Java - version 12.18.4
Azure Data Lake Storage is Microsoft's optimized storage solution for for big Azure Data Lake Storage is Microsoft's optimized storage solution for for big
@ -30,7 +30,7 @@ efficient data access.
#### Include the BOM file #### 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. 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-storage-file-datalake_12.18.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-storage-file-datalake_12.18.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId> <artifactId>azure-storage-file-datalake</artifactId>
<version>12.18.2</version> <version>12.18.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -435,7 +435,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. 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 --> <!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/sdk/storage/azure-storage-file-datalake/src [source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.4/sdk/storage/azure-storage-file-datalake/src
[samples_readme]: src/samples/README.md [samples_readme]: src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/ [docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/data-lake-storage-gen2 [rest_docs]: /rest/api/storageservices/data-lake-storage-gen2
@ -446,8 +446,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli [storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal [storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/sdk/identity/azure-identity/README.md [identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.4/sdk/identity/azure-identity/README.md
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/sdk/storage/azure-storage-file-datalake/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.4/sdk/storage/azure-storage-file-datalake/src/samples
[error_codes]: /rest/api/storageservices/data-lake-storage-gen2 [error_codes]: /rest/api/storageservices/data-lake-storage-gen2
[cla]: https://cla.microsoft.com [cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/ [coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
--- ---
title: Azure File Share client library for Java title: Azure File Share client library for Java
keywords: Azure, java, SDK, API, azure-storage-file-share, storage keywords: Azure, java, SDK, API, azure-storage-file-share, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure File Share client library for Java - version 12.21.2 # Azure File Share client library for Java - version 12.21.4
The Server Message Block (SMB) protocol is the preferred file share protocol used on-premises today. The Server Message Block (SMB) protocol is the preferred file share protocol used on-premises today.
@ -32,7 +32,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB
#### Include the BOM file #### 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. 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-storage-file-share_12.21.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-storage-file-share_12.21.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -68,7 +68,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId> <artifactId>azure-storage-file-share</artifactId>
<version>12.21.2</version> <version>12.21.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -583,7 +583,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/CONTRIBUTING.md). For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.4/CONTRIBUTING.md).
1. Fork it 1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`) 2. Create your feature branch (`git checkout -b my-new-feature`)
@ -592,7 +592,7 @@ For details on contributing to this repository, see the [contributing guide](htt
5. Create new Pull Request 5. Create new Pull Request
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/sdk/storage/azure-storage-file-share/src/ [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.4/sdk/storage/azure-storage-file-share/src/
[reference_docs]: https://azure.github.io/azure-sdk-for-java/ [reference_docs]: https://azure.github.io/azure-sdk-for-java/
[rest_api_documentation]: /rest/api/storageservices/file-service-rest-api [rest_api_documentation]: /rest/api/storageservices/file-service-rest-api
[storage_docs]: /azure/storage/files/storage-files-introduction [storage_docs]: /azure/storage/files/storage-files-introduction
@ -606,7 +606,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[RFL_URL_2]: https://www.ietf.org/rfc/rfc3987.txt [RFL_URL_2]: https://www.ietf.org/rfc/rfc3987.txt
[csharp_identifiers]: /dotnet/csharp/language-reference/ [csharp_identifiers]: /dotnet/csharp/language-reference/
[storage_file_rest]: /rest/api/storageservices/file-service-error-codes [storage_file_rest]: /rest/api/storageservices/file-service-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/sdk/storage/azure-storage-file-share/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.4/sdk/storage/azure-storage-file-share/src/samples
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-file-share%2FREADME.png) ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-file-share%2FREADME.png)

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

@ -1,12 +1,12 @@
--- ---
title: Azure Storage Queue client library for Java title: Azure Storage Queue client library for Java
keywords: Azure, java, SDK, API, azure-storage-queue, storage keywords: Azure, java, SDK, API, azure-storage-queue, storage
ms.date: 02/23/2024 ms.date: 04/24/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: storage ms.service: storage
--- ---
# Azure Storage Queue client library for Java - version 12.20.2 # Azure Storage Queue client library for Java - version 12.20.4
Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS.
A single queue message can be up to 64 KB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account. A single queue message can be up to 64 KB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account.
@ -27,7 +27,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli
#### Include the BOM file #### 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. 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-storage-queue_12.20.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-storage-queue_12.20.4/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId> <artifactId>azure-storage-queue</artifactId>
<version>12.20.2</version> <version>12.20.4</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end}) [//]: # ({x-version-update-end})
@ -484,7 +484,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.2/CONTRIBUTING.md). For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.4/CONTRIBUTING.md).
1. Fork it 1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`) 2. Create your feature branch (`git checkout -b my-new-feature`)
@ -493,8 +493,8 @@ For details on contributing to this repository, see the [contributing guide](htt
5. Create new Pull Request 5. Create new Pull Request
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/sdk/storage/azure-storage-queue/src [source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.4/sdk/storage/azure-storage-queue/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/sdk/storage/azure-storage-queue/src/samples/README.md [samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.4/sdk/storage/azure-storage-queue/src/samples/README.md
[api_documentation]: /rest/api/storageservices/queue-service-rest-api [api_documentation]: /rest/api/storageservices/queue-service-rest-api
[storage_docs]: /azure/storage/queues/storage-queues-introduction [storage_docs]: /azure/storage/queues/storage-queues-introduction
[jdk]: /java/azure/jdk/?view=azure-java-stable [jdk]: /java/azure/jdk/?view=azure-java-stable
@ -504,7 +504,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[azure_cli]: /cli/azure [azure_cli]: /cli/azure
[sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1 [sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1
[storage_rest]: /rest/api/storageservices/queue-service-error-codes [storage_rest]: /rest/api/storageservices/queue-service-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/sdk/storage/azure-storage-queue/src/samples [samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.4/sdk/storage/azure-storage-queue/src/samples
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-queue%2FREADME.png) ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-queue%2FREADME.png)

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-ai-formrecognizer", "Name": "azure-ai-formrecognizer",
"Version": "4.1.5", "Version": "4.1.7",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/formrecognizer/azure-ai-formrecognizer", "DirectoryPath": "sdk/formrecognizer/azure-ai-formrecognizer",
"ServiceDirectory": "formrecognizer", "ServiceDirectory": "formrecognizer",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-ai-formrecognizer", "ArtifactName": "azure-ai-formrecognizer",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.ai.formrecognizer", "com.azure.ai.formrecognizer",
"com.azure.ai.formrecognizer.documentanalysis", "com.azure.ai.formrecognizer.documentanalysis",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-ai-metricsadvisor", "Name": "azure-ai-metricsadvisor",
"Version": "1.1.22", "Version": "1.1.24",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/metricsadvisor/azure-ai-metricsadvisor", "DirectoryPath": "sdk/metricsadvisor/azure-ai-metricsadvisor",
"ServiceDirectory": "metricsadvisor", "ServiceDirectory": "metricsadvisor",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-ai-metricsadvisor", "ArtifactName": "azure-ai-metricsadvisor",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.ai.metricsadvisor", "com.azure.ai.metricsadvisor",
"com.azure.ai.metricsadvisor.administration", "com.azure.ai.metricsadvisor.administration",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-ai-textanalytics", "Name": "azure-ai-textanalytics",
"Version": "5.4.3", "Version": "5.4.5",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/textanalytics/azure-ai-textanalytics", "DirectoryPath": "sdk/textanalytics/azure-ai-textanalytics",
"ServiceDirectory": "textanalytics", "ServiceDirectory": "textanalytics",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-ai-textanalytics", "ArtifactName": "azure-ai-textanalytics",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.ai.textanalytics", "com.azure.ai.textanalytics",
"com.azure.ai.textanalytics.models", "com.azure.ai.textanalytics.models",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-containers-containerregistry", "Name": "azure-containers-containerregistry",
"Version": "1.2.5", "Version": "1.2.7",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/containerregistry/azure-containers-containerregistry", "DirectoryPath": "sdk/containerregistry/azure-containers-containerregistry",
"ServiceDirectory": "containerregistry", "ServiceDirectory": "containerregistry",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-containers-containerregistry", "ArtifactName": "azure-containers-containerregistry",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.containers.containerregistry", "com.azure.containers.containerregistry",
"com.azure.containers.containerregistry.models" "com.azure.containers.containerregistry.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-data-schemaregistry-apacheavro", "Name": "azure-data-schemaregistry-apacheavro",
"Version": "1.1.14", "Version": "1.1.16",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry-apacheavro", "DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry-apacheavro",
"ServiceDirectory": "schemaregistry", "ServiceDirectory": "schemaregistry",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-data-schemaregistry-apacheavro", "ArtifactName": "azure-data-schemaregistry-apacheavro",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.data.schemaregistry.apacheavro" "com.azure.data.schemaregistry.apacheavro"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-data-schemaregistry", "Name": "azure-data-schemaregistry",
"Version": "1.4.3", "Version": "1.4.5",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry", "DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry",
"ServiceDirectory": "schemaregistry", "ServiceDirectory": "schemaregistry",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-data-schemaregistry", "ArtifactName": "azure-data-schemaregistry",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.data.schemaregistry", "com.azure.data.schemaregistry",
"com.azure.data.schemaregistry.models" "com.azure.data.schemaregistry.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-developer-loadtesting", "Name": "azure-developer-loadtesting",
"Version": "1.0.10", "Version": "1.0.12",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/loadtesting/azure-developer-loadtesting", "DirectoryPath": "sdk/loadtesting/azure-developer-loadtesting",
"ServiceDirectory": "loadtesting", "ServiceDirectory": "loadtesting",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-developer-loadtesting", "ArtifactName": "azure-developer-loadtesting",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.developer.loadtesting" "com.azure.developer.loadtesting"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-digitaltwins-core", "Name": "azure-digitaltwins-core",
"Version": "1.3.17", "Version": "1.3.19",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/digitaltwins/azure-digitaltwins-core", "DirectoryPath": "sdk/digitaltwins/azure-digitaltwins-core",
"ServiceDirectory": "digitaltwins", "ServiceDirectory": "digitaltwins",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-digitaltwins-core", "ArtifactName": "azure-digitaltwins-core",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.digitaltwins.core", "com.azure.digitaltwins.core",
"com.azure.digitaltwins.core.models" "com.azure.digitaltwins.core.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-identity-extensions", "Name": "azure-identity-extensions",
"Version": "1.1.13", "Version": "1.1.15",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/identity/azure-identity-extensions", "DirectoryPath": "sdk/identity/azure-identity-extensions",
"ServiceDirectory": "identity", "ServiceDirectory": "identity",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-identity-extensions", "ArtifactName": "azure-identity-extensions",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.identity.extensions.jdbc.mysql", "com.azure.identity.extensions.jdbc.mysql",
"com.azure.identity.extensions.jdbc.postgresql" "com.azure.identity.extensions.jdbc.postgresql"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-iot-deviceupdate", "Name": "azure-iot-deviceupdate",
"Version": "1.0.15", "Version": "1.0.17",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/deviceupdate/azure-iot-deviceupdate", "DirectoryPath": "sdk/deviceupdate/azure-iot-deviceupdate",
"ServiceDirectory": "deviceupdate", "ServiceDirectory": "deviceupdate",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-iot-deviceupdate", "ArtifactName": "azure-iot-deviceupdate",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.iot.deviceupdate" "com.azure.iot.deviceupdate"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-messaging-eventgrid", "Name": "azure-messaging-eventgrid",
"Version": "4.21.0", "Version": "4.22.1",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid", "DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid",
"ServiceDirectory": "eventgrid", "ServiceDirectory": "eventgrid",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-messaging-eventgrid", "ArtifactName": "azure-messaging-eventgrid",
"ReleaseStatus": "2024-02-13", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.messaging.eventgrid", "com.azure.messaging.eventgrid",
"com.azure.messaging.eventgrid.systemevents" "com.azure.messaging.eventgrid.systemevents"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-messaging-eventhubs-checkpointstore-blob", "Name": "azure-messaging-eventhubs-checkpointstore-blob",
"Version": "1.19.1", "Version": "1.19.3",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob", "DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob",
"ServiceDirectory": "eventhubs", "ServiceDirectory": "eventhubs",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-messaging-eventhubs-checkpointstore-blob", "ArtifactName": "azure-messaging-eventhubs-checkpointstore-blob",
"ReleaseStatus": "2024-02-16", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.messaging.eventhubs.checkpointstore.blob" "com.azure.messaging.eventhubs.checkpointstore.blob"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-messaging-eventhubs", "Name": "azure-messaging-eventhubs",
"Version": "5.18.1", "Version": "5.18.3",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs", "DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs",
"ServiceDirectory": "eventhubs", "ServiceDirectory": "eventhubs",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-messaging-eventhubs", "ArtifactName": "azure-messaging-eventhubs",
"ReleaseStatus": "2024-02-16", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.messaging.eventhubs", "com.azure.messaging.eventhubs",
"com.azure.messaging.eventhubs.models" "com.azure.messaging.eventhubs.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-messaging-webpubsub-client", "Name": "azure-messaging-webpubsub-client",
"Version": "1.0.0", "Version": "1.0.2",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub-client", "DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub-client",
"ServiceDirectory": "webpubsub", "ServiceDirectory": "webpubsub",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-messaging-webpubsub-client", "ArtifactName": "azure-messaging-webpubsub-client",
"ReleaseStatus": "2024-01-18", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.messaging.webpubsub.client", "com.azure.messaging.webpubsub.client",
"com.azure.messaging.webpubsub.client.models" "com.azure.messaging.webpubsub.client.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-messaging-webpubsub", "Name": "azure-messaging-webpubsub",
"Version": "1.2.12", "Version": "1.2.14",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub", "DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub",
"ServiceDirectory": "webpubsub", "ServiceDirectory": "webpubsub",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-messaging-webpubsub", "ArtifactName": "azure-messaging-webpubsub",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.messaging.webpubsub", "com.azure.messaging.webpubsub",
"com.azure.messaging.webpubsub.models" "com.azure.messaging.webpubsub.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-mixedreality-authentication", "Name": "azure-mixedreality-authentication",
"Version": "1.2.21", "Version": "1.2.23",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/mixedreality/azure-mixedreality-authentication", "DirectoryPath": "sdk/mixedreality/azure-mixedreality-authentication",
"ServiceDirectory": "mixedreality", "ServiceDirectory": "mixedreality",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-mixedreality-authentication", "ArtifactName": "azure-mixedreality-authentication",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.mixedreality.authentication" "com.azure.mixedreality.authentication"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-mixedreality-remoterendering", "Name": "azure-mixedreality-remoterendering",
"Version": "1.1.26", "Version": "1.1.28",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/remoterendering/azure-mixedreality-remoterendering", "DirectoryPath": "sdk/remoterendering/azure-mixedreality-remoterendering",
"ServiceDirectory": "remoterendering", "ServiceDirectory": "remoterendering",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-mixedreality-remoterendering", "ArtifactName": "azure-mixedreality-remoterendering",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.mixedreality.remoterendering", "com.azure.mixedreality.remoterendering",
"com.azure.mixedreality.remoterendering.models" "com.azure.mixedreality.remoterendering.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-monitor-query", "Name": "azure-monitor-query",
"Version": "1.3.0", "Version": "1.3.1",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/monitor/azure-monitor-query", "DirectoryPath": "sdk/monitor/azure-monitor-query",
"ServiceDirectory": "monitor", "ServiceDirectory": "monitor",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-monitor-query", "ArtifactName": "azure-monitor-query",
"ReleaseStatus": "2024-03-26", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.monitor.query", "com.azure.monitor.query",
"com.azure.monitor.query.models" "com.azure.monitor.query.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-search-documents", "Name": "azure-search-documents",
"Version": "11.6.2", "Version": "11.6.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/search/azure-search-documents", "DirectoryPath": "sdk/search/azure-search-documents",
"ServiceDirectory": "search", "ServiceDirectory": "search",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-search-documents", "ArtifactName": "azure-search-documents",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.search.documents", "com.azure.search.documents",
"com.azure.search.documents.indexes", "com.azure.search.documents.indexes",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-security-attestation", "Name": "azure-security-attestation",
"Version": "1.1.21", "Version": "1.1.23",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/attestation/azure-security-attestation", "DirectoryPath": "sdk/attestation/azure-security-attestation",
"ServiceDirectory": "attestation", "ServiceDirectory": "attestation",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-security-attestation", "ArtifactName": "azure-security-attestation",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.security.attestation", "com.azure.security.attestation",
"com.azure.security.attestation.models" "com.azure.security.attestation.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-security-confidentialledger", "Name": "azure-security-confidentialledger",
"Version": "1.0.17", "Version": "1.0.19",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/confidentialledger/azure-security-confidentialledger", "DirectoryPath": "sdk/confidentialledger/azure-security-confidentialledger",
"ServiceDirectory": "confidentialledger", "ServiceDirectory": "confidentialledger",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-security-confidentialledger", "ArtifactName": "azure-security-confidentialledger",
"ReleaseStatus": "2024-02-20", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.security.confidentialledger", "com.azure.security.confidentialledger",
"com.azure.security.confidentialledger.certificate" "com.azure.security.confidentialledger.certificate"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-security-keyvault-administration", "Name": "azure-security-keyvault-administration",
"Version": "4.5.0", "Version": "4.5.2",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-administration", "DirectoryPath": "sdk/keyvault/azure-security-keyvault-administration",
"ServiceDirectory": "keyvault", "ServiceDirectory": "keyvault",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-administration", "ArtifactName": "azure-security-keyvault-administration",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.security.keyvault.administration", "com.azure.security.keyvault.administration",
"com.azure.security.keyvault.administration.models" "com.azure.security.keyvault.administration.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-security-keyvault-certificates", "Name": "azure-security-keyvault-certificates",
"Version": "4.6.0", "Version": "4.6.2",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-certificates", "DirectoryPath": "sdk/keyvault/azure-security-keyvault-certificates",
"ServiceDirectory": "keyvault", "ServiceDirectory": "keyvault",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-certificates", "ArtifactName": "azure-security-keyvault-certificates",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.security.keyvault.certificates", "com.azure.security.keyvault.certificates",
"com.azure.security.keyvault.certificates.models" "com.azure.security.keyvault.certificates.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-security-keyvault-secrets", "Name": "azure-security-keyvault-secrets",
"Version": "4.8.0", "Version": "4.8.2",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-secrets", "DirectoryPath": "sdk/keyvault/azure-security-keyvault-secrets",
"ServiceDirectory": "keyvault", "ServiceDirectory": "keyvault",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-secrets", "ArtifactName": "azure-security-keyvault-secrets",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.security.keyvault.secrets", "com.azure.security.keyvault.secrets",
"com.azure.security.keyvault.secrets.models" "com.azure.security.keyvault.secrets.models"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-blob-batch", "Name": "azure-storage-blob-batch",
"Version": "12.21.2", "Version": "12.21.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob-batch", "DirectoryPath": "sdk/storage/azure-storage-blob-batch",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-blob-batch", "ArtifactName": "azure-storage-blob-batch",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.blob.batch", "com.azure.storage.blob.batch",
"com.azure.storage.blob.batch.options" "com.azure.storage.blob.batch.options"

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-blob-cryptography", "Name": "azure-storage-blob-cryptography",
"Version": "12.24.2", "Version": "12.24.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob-cryptography", "DirectoryPath": "sdk/storage/azure-storage-blob-cryptography",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-blob-cryptography", "ArtifactName": "azure-storage-blob-cryptography",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.blob.specialized.cryptography" "com.azure.storage.blob.specialized.cryptography"
] ]

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-blob", "Name": "azure-storage-blob",
"Version": "12.25.2", "Version": "12.25.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob", "DirectoryPath": "sdk/storage/azure-storage-blob",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-blob", "ArtifactName": "azure-storage-blob",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.blob", "com.azure.storage.blob",
"com.azure.storage.blob.models", "com.azure.storage.blob.models",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-common", "Name": "azure-storage-common",
"Version": "12.24.2", "Version": "12.24.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-common", "DirectoryPath": "sdk/storage/azure-storage-common",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-common", "ArtifactName": "azure-storage-common",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.common", "com.azure.storage.common",
"com.azure.storage.common.policy", "com.azure.storage.common.policy",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-file-datalake", "Name": "azure-storage-file-datalake",
"Version": "12.18.2", "Version": "12.18.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-file-datalake", "DirectoryPath": "sdk/storage/azure-storage-file-datalake",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-file-datalake", "ArtifactName": "azure-storage-file-datalake",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.file.datalake", "com.azure.storage.file.datalake",
"com.azure.storage.file.datalake.models", "com.azure.storage.file.datalake.models",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-file-share", "Name": "azure-storage-file-share",
"Version": "12.21.2", "Version": "12.21.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-file-share", "DirectoryPath": "sdk/storage/azure-storage-file-share",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-file-share", "ArtifactName": "azure-storage-file-share",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.file.share", "com.azure.storage.file.share",
"com.azure.storage.file.share.models", "com.azure.storage.file.share.models",

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

@ -1,6 +1,6 @@
{ {
"Name": "azure-storage-queue", "Name": "azure-storage-queue",
"Version": "12.20.2", "Version": "12.20.4",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-queue", "DirectoryPath": "sdk/storage/azure-storage-queue",
"ServiceDirectory": "storage", "ServiceDirectory": "storage",
@ -10,7 +10,7 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-storage-queue", "ArtifactName": "azure-storage-queue",
"ReleaseStatus": "2024-02-22", "ReleaseStatus": "2024-04-23",
"Namespaces": [ "Namespaces": [
"com.azure.storage.queue", "com.azure.storage.queue",
"com.azure.storage.queue.models", "com.azure.storage.queue.models",