This commit is contained in:
azure-sdk 2024-08-25 08:52:12 +00:00
Родитель 1bfda95bd1
Коммит 0d53a0d702
90 изменённых файлов: 555 добавлений и 510 удалений

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

@ -1,12 +1,12 @@
---
title: Azure ContentSafety client library for Java
keywords: Azure, java, SDK, API, azure-ai-contentsafety, contentsafety
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: contentsafety
---
# Azure ContentSafety client library for Java - version 1.0.5
# Azure ContentSafety client library for Java - version 1.0.6
[Azure AI Content Safety][contentsafety_overview] detects harmful user-generated and AI-generated content in applications and services. Content Safety includes several APIs that allow you to detect material that is harmful:
@ -37,7 +37,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-contentsafety</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -80,7 +80,7 @@ Please refer to this Cognitive Services authentication document [Authenticate wi
- Step 2: Set the values of the client ID, tenant ID, and client secret of the Enable Microsoft Entra ID application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
After setup, you can use [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-contentsafety_1.0.5/sdk/identity/azure-identity#authenticate-with-defaultazurecredential)
After setup, you can use [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-contentsafety_1.0.6/sdk/identity/azure-identity#authenticate-with-defaultazurecredential)
can be used to authenticate the client.
DefaultAzureCredential will use the values from these environment variables.
@ -313,7 +313,7 @@ For more extensive documentation on Azure Content Safety, see the [Azure AI Cont
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.5/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.6/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -326,7 +326,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.5/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-contentsafety_1.0.6/sdk/identity/azure-identity
[contentsafety_overview]: https://aka.ms/acs-doc
[azure_portal]: https://ms.portal.azure.com/
[azure_cli_endpoint_lookup]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show

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

@ -1,12 +1,12 @@
---
title: Azure Document Intelligence client library for Java
keywords: Azure, java, SDK, API, azure-ai-formrecognizer, formrecognizer
ms.date: 07/01/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: formrecognizer
---
# Azure Document Intelligence client library for Java - version 4.1.9
# Azure Document Intelligence client library for Java - version 4.1.10
Azure Document Intelligence ([previously known as Form Recognizer][service-rename]) is a cloud service that uses machine
learning to analyze text and structured data from your documents.
@ -33,7 +33,7 @@ It includes the following main features:
#### Include the BOM file
Do include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.10/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -68,7 +68,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.9</version>
<version>4.1.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -673,14 +673,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/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.10/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[key]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows#get-the-keys-for-your-resource
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java
[form_recognizer_doc]: https://aka.ms/azsdk-java-formrecognizer-ref-doc
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.9/sdk/identity/azure-identity#credentials
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.10/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.9/sdk/identity/azure-identity#credentials
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.10/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -691,7 +691,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[form_recognizer_account]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[http_clients_wiki]: https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients
[http_response_exception]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/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.10/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[package]: https://central.sonatype.com/artifact/com.azure/azure-ai-formrecognizer
@ -699,42 +699,42 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[fr-studio]: https://aka.ms/azsdk/formrecognizer/formrecognizerstudio
[fr_build_training_set]: https://aka.ms/azsdk/formrecognizer/buildcustommodel
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.9/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#examples
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.9/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#readme
[migration_guide]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.9/sdk/formrecognizer/azure-ai-formrecognizer/migration-guide.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.10/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#examples
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.10/sdk/formrecognizer/azure-ai-formrecognizer/src/samples#readme
[migration_guide]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-formrecognizer_4.1.10/sdk/formrecognizer/azure-ai-formrecognizer/migration-guide.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.10/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummaryAsync.java
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/GetOperationSummaryAsync.java
[fr_models]: https://aka.ms/azsdk/formrecognizer/models
[service_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
@ -744,7 +744,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[service_analyze_receipt_fields]: https://aka.ms/azsdk/formrecognizer/receiptfieldschema
[service_analyze_w2_documents_fields]: https://aka.ms/azsdk/formrecognizer/taxusw2fieldschema
[service-rename]: https://techcommunity.microsoft.com/t5/azure-ai-services-blog/azure-form-recognizer-is-now-azure-ai-document-intelligence-with/ba-p/3875765
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.9/sdk/formrecognizer/azure-ai-formrecognizer/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-formrecognizer_4.1.10/sdk/formrecognizer/azure-ai-formrecognizer/src
[quickstart_training]: https://learn.microsoft.com/azure/applied-ai-services/form-recognizer/quickstarts/get-started-sdks-rest-api?view=form-recog-3.0.0&pivots=programming-language-java
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication

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

@ -1,12 +1,12 @@
---
title: Azure Metrics Advisor client library for Java
keywords: Azure, java, SDK, API, azure-ai-metricsadvisor, metricsadvisor
ms.date: 07/30/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: metricsadvisor
---
# Azure Metrics Advisor client library for Java - version 1.2.0
# Azure Metrics Advisor client library for Java - version 1.2.1
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
@ -27,7 +27,7 @@ of business dataFeedMetrics.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.2.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-ai-metricsadvisor_1.2.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -428,10 +428,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[aad_authorization]: /azure/cognitive-services/authentication#authenticate-with-azure-active-directory
[api_reference_doc]: /java/api/com.azure.ai.metricsadvisor?view=azure-java-preview
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.0/sdk/identity/azure-identity#credentials
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.1/sdk/identity/azure-identity#credentials
[azure_cli]: /azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.0/sdk/identity/azure-identity#credentials
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.1/sdk/identity/azure-identity#credentials
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -449,9 +449,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[mvn_package]: https://central.sonatype.com/artifact/com.azure/azure-ai-metricsadvisor
[product_documentation]: /azure/cognitive-services/metrics-advisor/overview
[register_AAD_application]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.0/sdk/metricsadvisor/azure-ai-metricsadvisor/src
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.0/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.2.0/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.1/sdk/metricsadvisor/azure-ai-metricsadvisor/src
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-metricsadvisor_1.2.1/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-metricsadvisor_1.2.1/sdk/metricsadvisor/azure-ai-metricsadvisor/src/samples/README.md
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%metricsadvisor%2Fazure-ai-metricsadvisor%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Text Analytics client library for Java
keywords: Azure, java, SDK, API, azure-ai-textanalytics, textanalytics
ms.date: 07/26/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: textanalytics
---
# Azure Text Analytics client library for Java - version 5.5.0
# Azure Text Analytics client library for Java - version 5.5.1
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:
@ -37,7 +37,7 @@ features for understanding and analyzing text, and includes the following main f
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.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-ai-textanalytics_5.5.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -72,7 +72,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.5.0</version>
<version>5.5.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -443,9 +443,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[authentication]: /azure/cognitive-services/authentication
[azure_cli_doc]: https://learn.microsoft.com/cli/azure/
[azure_cli_endpoint]: /cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.0/sdk/identity/azure-identity
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.0/sdk/identity/azure-identity#credentials
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.0/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.1/sdk/identity/azure-identity
[azure_identity_credential_type]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.1/sdk/identity/azure-identity#credentials
[azure_key_credential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.1/sdk/core/azure-core/src/main/java/com/azure/core/credential/AzureKeyCredential.java
[azure_portal]: https://ms.portal.azure.com
[azure_subscription]: https://azure.microsoft.com/free
[cla]: https://cla.microsoft.com
@ -475,28 +475,28 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[service_access]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[service_input_limitation]: /azure/cognitive-services/language-service/overview#data-limits
[sentiment_analysis]: /azure/cognitive-services/language-service/sentiment-opinion-mining/overview
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.0/sdk/textanalytics/azure-ai-textanalytics/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-textanalytics_5.5.1/sdk/textanalytics/azure-ai-textanalytics/src
[language_service_account]: /azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows
[text_analytics_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.0/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.5.0/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsClient.java
[text_analytics_async_client]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.1/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.5.1/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/TextAnalyticsClient.java
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.0/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.5.1/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/SingleLabelClassifyDocument.java
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-textanalytics_5.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/lro/SingleLabelClassifyDocument.java
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Ftextanalytics%2Fazure-ai-textanalytics%2FREADME.png)

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

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

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

@ -1,12 +1,12 @@
---
title: Azure Communication Chat client library for Java
keywords: Azure, java, SDK, API, azure-communication-chat, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Chat client library for Java - version 1.5.3
# Azure Communication Chat client library for Java - version 1.5.4
Azure Communication Chat contains the APIs used in chat applications for Azure Communication Services.
@ -26,7 +26,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-chat_1.5.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-communication-chat_1.5.4/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
```
@ -401,5 +401,5 @@ Check out other client libraries for Azure communication service
[product_docs]: /azure/communication-services/
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-chat
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.5.3/sdk/communication/azure-communication-chat/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-chat_1.5.4/sdk/communication/azure-communication-chat/src

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

@ -1,12 +1,12 @@
---
title: Azure Communication Service Common client library for Java
keywords: Azure, java, SDK, API, azure-communication-common, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Service Common client library for Java - version 1.3.5
# Azure Communication Service Common client library for Java - version 1.3.6
Azure Communication Common contains data structures commonly used for communicating with Azure Communication Services.
@ -24,7 +24,7 @@ It is intended to provide cross-cutting concerns, e.g. authentication.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-common_1.3.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-communication-common_1.3.6/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.3.5</version>
<version>1.3.6</version>
</dependency>
```
[//]: # ({x-version-update-end})

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

@ -1,12 +1,12 @@
---
title: Azure Communication Email client library for Java
keywords: Azure, java, SDK, API, azure-communication-email, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Email client library for Java - version 1.0.15
# Azure Communication Email client library for Java - version 1.0.16
This package contains the Java SDK for Azure Communication Services for Email.
@ -27,7 +27,7 @@ To create these resources, you can use the [Azure Portal][communication_resource
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-email_1.0.15/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-email_1.0.16/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-email</artifactId>
<version>1.0.15</version>
<version>1.0.16</version>
</dependency>
```
[//]: # ({x-version-update-end})

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

@ -1,12 +1,12 @@
---
title: Azure Communication Identity client library for Java
keywords: Azure, java, SDK, API, azure-communication-identity, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Identity client library for Java - version 1.5.7
# Azure Communication Identity client library for Java - version 1.5.8
The identity package is used for managing users and tokens for Azure Communication Services.
@ -28,7 +28,7 @@ The identity package is used for managing users and tokens for Azure Communicati
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.7/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.8/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>
```
@ -245,8 +245,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[product_docs]: /azure/communication-services/
[package]: https://central.sonatype.com/artifact/com.azure/azure-communication-identity
[api_documentation]: https://aka.ms/java-docs
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.7/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.7/sdk/communication/azure-communication-identity/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-identity_1.5.8/sdk/communication/azure-communication-identity/src/samples/java/com/azure/communication/identity/ReadmeSamples.java
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-identity_1.5.8/sdk/communication/azure-communication-identity/src
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcommunication%2Fazure-communication-identity%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Communication Job Router client library for Java
keywords: Azure, java, SDK, API, azure-communication-jobrouter, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Job Router client library for Java - version 1.1.6
# Azure Communication Job Router client library for Java - version 1.1.7
Azure Communication Job Router contains the APIs used in job router applications for Azure Communication Services.
@ -25,7 +25,7 @@ Azure Communication Job Router contains the APIs used in job router applications
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-jobrouter_1.1.6/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-jobrouter_1.1.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-jobrouter</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```
@ -253,7 +253,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.6/sdk/communication/azure-communication-jobrouter/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.7/sdk/communication/azure-communication-jobrouter/src
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[package]: https://search.maven.org/artifact/com.azure/azure-communication-jobrouter
[api_documentation]: https://aka.ms/java-docs

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

@ -1,12 +1,12 @@
---
title: Azure Messages client library for Java
keywords: Azure, java, SDK, API, azure-communication-messages, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Messages client library for Java - version 1.0.5
# Azure Messages client library for Java - version 1.0.6
This package contains a Java SDK for Azure Communication Messages Services.
@ -32,7 +32,7 @@ Various documentation is available to help you get started
### Adding the package to your product
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.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-communication-messages_1.0.6/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -67,7 +67,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-messages</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -272,7 +272,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[handle_advance_messaging_events]: https://learn.microsoft.com/azure/communication-services/quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events
[register_whatsapp_business_account]: https://learn.microsoft.com/azure/communication-services/quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account
[create-manage-whatsapp-template]: https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.5/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-messages_1.0.6/sdk/identity/azure-identity
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
[azure_cli]: /cli/azure
[azure_sub]: https://azure.microsoft.com/free/

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

@ -1,12 +1,12 @@
---
title: Azure Communication Phone Numbers client library for Java
keywords: Azure, java, SDK, API, azure-communication-phonenumbers, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communication Phone Numbers client library for Java - version 1.1.15
# Azure Communication Phone Numbers client library for Java - version 1.1.16
The phone numbers package provides capabilities for phone number management.
@ -28,7 +28,7 @@ Purchased phone numbers can come with many capabilities, depending on the countr
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-phonenumbers_1.1.15/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-phonenumbers_1.1.16/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-phonenumbers</artifactId>
<version>1.1.15</version>
<version>1.1.16</version>
</dependency>
```
@ -337,7 +337,7 @@ Check out other client libraries for Azure communication service
[product_docs]: /azure/communication-services/
[package]: https://search.maven.org/artifact/com.azure/azure-communication-phonenumbers
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.15/sdk/communication/azure-communication-phonenumbers/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.16/sdk/communication/azure-communication-phonenumbers/src

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

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

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

@ -1,12 +1,12 @@
---
title: Azure Communications SMS Service client library for Java
keywords: Azure, java, SDK, API, azure-communication-sms, communication
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: communication
---
# Azure Communications SMS Service client library for Java - version 1.1.26
# Azure Communications SMS Service client library for Java - version 1.1.27
Azure Communication SMS is used to send simple text messages.
@ -27,7 +27,7 @@ Azure Communication SMS is used to send simple text messages.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-sms_1.1.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-communication-sms_1.1.27/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.1.26</version>
<version>1.1.27</version>
</dependency>
```
@ -197,7 +197,7 @@ try {
[product_docs]: /azure/communication-services/
[package]: https://search.maven.org/artifact/com.azure/azure-communication-sms
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.26/sdk/communication/azure-communication-sms/src
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-sms_1.1.27/sdk/communication/azure-communication-sms/src
[handle_sms_events]: /azure/communication-services/quickstarts/telephony-sms/handle-sms-events
[next_steps]:/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java

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

@ -1,12 +1,12 @@
---
title: Azure Container Registry client library for Java
keywords: Azure, java, SDK, API, azure-containers-containerregistry, containerregistry
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: containerregistry
---
# Azure Container Registry client library for Java - version 1.2.10
# Azure Container Registry client library for Java - version 1.2.11
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
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.10/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.11/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -65,7 +65,7 @@ and then include the direct dependency in the dependencies section without the v
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.2.10</version>
<version>1.2.11</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -346,7 +346,7 @@ contentClient.deleteManifest(manifestResult.getDigest());
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/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.11/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
## Next steps
@ -367,7 +367,7 @@ or contact [opencode@microsoft.com][coc_contact] with any
additional questions or comments.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.10/sdk/containerregistry/azure-containers-containerregistry/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.11/sdk/containerregistry/azure-containers-containerregistry/src
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[azure_subscription]: https://azure.microsoft.com/free
[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
[azure_cli]: /cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/sdk/identity/azure-identity/README.md
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.10/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.10/sdk/containerregistry/azure-containers-containerregistry/src/samples/
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.11/sdk/identity/azure-identity/README.md
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.11/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.11/sdk/containerregistry/azure-containers-containerregistry/src/samples/
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
---
title: Azure Schema Registry Apache Avro Serializer client library for Java
keywords: Azure, java, SDK, API, azure-data-schemaregistry-apacheavro, schemaregistry
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: schemaregistry
---
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.19
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.20
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>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.19</version>
<version>1.1.20</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -147,23 +147,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[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.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/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.19/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.19/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/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.20/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.20/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.20/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.20/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.20/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/
[azure_subscription]: https://azure.microsoft.com/free/
[apache_avro]: https://avro.apache.org/
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
[azure_cli]: /cli/azure
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.19/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.19/sdk/identity/azure-identity/README.md#defaultazurecredential
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.20/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.20/sdk/identity/azure-identity/README.md#defaultazurecredential
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[product_documentation]: https://aka.ms/schemaregistry
[specific_record]: https://avro.apache.org/docs/current/api/java/org/apache/avro/specific/SpecificRecord.html
[generic_record]: https://avro.apache.org/docs/current/api/java/org/apache/avro/generic/GenericRecord.html
[specific_record]: https://avro.apache.org/docs/1.5.4/api/java/org/apache/avro/specific/SpecificRecord.html
[generic_record]: https://avro.apache.org/docs/1.5.4/api/java/org/apache/avro/generic/GenericRecord.html
[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
[aad_grant_access]: /azure/cognitive-services/authentication#assign-a-role-to-a-service-principal

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

@ -1,12 +1,12 @@
---
title: Azure Schema Registry client library for Java
keywords: Azure, java, SDK, API, azure-data-schemaregistry, schema-registry
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: schema-registry
---
# Azure Schema Registry client library for Java - version 1.4.8
# Azure Schema Registry client library for Java - version 1.4.9
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
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.8/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.9/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -204,23 +204,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[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.8/sdk/schemaregistry/azure-data-schemaregistry/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/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.8/sdk/schemaregistry/azure-data-schemaregistry/src
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.9/sdk/schemaregistry/azure-data-schemaregistry/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.9/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.9/sdk/schemaregistry/azure-data-schemaregistry/src
[samples_code]: src/samples/
[azure_subscription]: https://azure.microsoft.com/free/
[api_reference_doc]: https://azure.github.io/azure-sdk-for-java/
[azure_cli]: /cli/azure
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.8/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.8/sdk/identity/azure-identity/README.md#defaultazurecredential
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.9/sdk/identity/azure-identity
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.9/sdk/identity/azure-identity/README.md#defaultazurecredential
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[product_documentation]: https://aka.ms/schemaregistry
[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
[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.8/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.9/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
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/

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

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

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

@ -1,12 +1,12 @@
---
title: Azure DevCenter client library for Java
keywords: Azure, java, SDK, API, azure-developer-devcenter, devcenter
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: devcenter
---
# Azure DevCenter client library for Java - version 1.0.2
# Azure DevCenter client library for Java - version 1.0.3
This package contains Microsoft Azure DevCenter client library.
@ -34,7 +34,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-developer-devcenter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -176,7 +176,7 @@ System.out.println("Done deleting environment" + environmentName);
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.2/CONTRIBUTING.md).
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.3/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -190,5 +190,5 @@ For details on contributing to this repository, see the [contributing guide](htt
[docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: /java/azure/jdk/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.2/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-developer-devcenter_1.0.3/sdk/identity/azure-identity

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

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

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

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

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

@ -1,7 +1,7 @@
---
title: Azure identity authentication extensions plugin library for Java
keywords: Azure, java, SDK, API, azure-identity-extensions, identity
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: identity
@ -17,7 +17,7 @@ ms.service: identity
- [Next steps](#next-steps)
- [Contributing](#contributing)
# Azure identity authentication extensions plugin library for Java - version 1.1.18
# Azure identity authentication extensions plugin library for Java - version 1.1.19
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
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.18/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.19/CONTRIBUTING.md).
<!-- LINKS -->
[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.18/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.18/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md
[azure-identity-extensions-jdbc-mysql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.19/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.19/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
keywords: Azure, java, SDK, API, azure-iot-deviceupdate, deviceupdate
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: deviceupdate
---
# Azure Device Update for IoT Hub client library for Java - version 1.0.20
# Azure Device Update for IoT Hub client library for Java - version 1.0.21
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.20/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.21/sdk) | [Product documentation](/azure/iot-hub-device-update/understand-device-update)
## Getting started
@ -33,7 +33,7 @@ For the best development experience, developers should use the official Microsof
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -55,7 +55,7 @@ You can learn more about Device Update for IoT Hub by visiting [Device Update fo
## Examples
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.20/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.21/sdk/deviceupdate/azure-iot-deviceupdate/src/samples).
## Troubleshooting
@ -78,7 +78,7 @@ try {
## Next steps
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-java/tree/azure-iot-deviceupdate_1.0.20/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.21/sdk/deviceupdate/azure-iot-deviceupdate/src/samples)
## Contributing

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

@ -1,12 +1,12 @@
---
title: Azure EventGrid Namespaces client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventgrid-namespaces, eventgrid
ms.date: 06/19/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: eventgrid
---
# Azure EventGrid Namespaces client library for Java - version 1.0.0
# Azure EventGrid Namespaces client library for Java - version 1.0.1
Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully manages all routing of events from any source, to any destination, for any application. Azure service events and custom events can be published directly to the service, where the events can then be filtered and sent to various recipients, such as built-in handlers or custom webhooks. To learn more about Azure Event Grid: [What is Event Grid?](/azure/event-grid/overview)
@ -36,7 +36,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid-namespaces</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -216,7 +216,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid-namespaces_1.0.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-namespaces_1.0.1/CONTRIBUTING.md).
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
@ -231,9 +231,9 @@ For details on contributing to this repository, see the [contributing guide](htt
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
[javadocs]: https://azure.github.io/azure-sdk-for-java/eventgrid.html
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid-namespaces_1.0.0/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid-namespaces_1.0.1/sdk/identity/azure-identity
[portal]: https://ms.portal.azure.com/
[service_docs]: /azure/event-grid/
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid-namespaces_1.0.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-namespaces_1.0.1/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Feventgrid%2Fazure-messaging-eventgrid-namespaces%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Event Hubs Checkpoint Store client library for Java
keywords: Azure, java, SDK, API, azure-messaging-eventhubs-checkpointstore-blob, event-hubs
ms.date: 07/28/2024
keywords: Azure, java, SDK, API, azure-messaging-eventhubs-checkpointstore-blob, azure-event-hubs
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: event-hubs
ms.service: azure-event-hubs
---
# Azure Event Hubs Checkpoint Store client library for Java - version 1.19.6
# Azure Event Hubs Checkpoint Store client library for Java - version 1.19.7
using Storage Blobs
Azure Event Hubs Checkpoint Store can be used for storing checkpoints while processing events from Azure Event Hubs.
@ -34,7 +34,7 @@ documentation][event_hubs_product_docs] | [Samples][sample_examples]
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.6/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -69,7 +69,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.19.6</version>
<version>1.19.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -186,7 +186,7 @@ Get started by exploring the samples [here][samples_readme].
## Contributing
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.6/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.7/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CONTRIBUTING.md) for more information.
<!-- Links -->
[api_documentation]: https://azure.github.io/azure-sdk-for-java
@ -197,18 +197,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
[maven]: https://maven.apache.org/
[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.6/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.6/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.6/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.6/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.6/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.6/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.6/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/samples/java/com/azure/messaging/eventhubs/checkpointstore/blob
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.7/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.7/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.7/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.7/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.7/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.7/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.7/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
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.6/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.6/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.6/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.6/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/.https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.6/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.7/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.7/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.7/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.7/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/.https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs-checkpointstore-blob_1.19.7/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
![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
keywords: Azure, java, SDK, API, azure-messaging-eventhubs, event-hubs
ms.date: 07/28/2024
keywords: Azure, java, SDK, API, azure-messaging-eventhubs, azure-event-hubs
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: event-hubs
ms.service: azure-event-hubs
---
# Azure Event Hubs client library for Java - version 5.18.6
# Azure Event Hubs client library for Java - version 5.18.7
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream
@ -69,7 +69,7 @@ documentation][event_hubs_product_docs] | [Samples][sample_examples] | [Troubles
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.6/sdk/boms/azure-sdk-bom/README.md).
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -104,7 +104,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.18.6</version>
<version>5.18.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -437,32 +437,32 @@ advantage of the full feature set of the Azure Event Hubs service. To explore so
## Contributing
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.6/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.7/sdk/eventhubs/azure-messaging-eventhubs/CONTRIBUTING.md) for more information.
<!-- Links -->
[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
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.6/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.6/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.6/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.6/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/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.7/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.7/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.7/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[api_documentation]: https://aka.ms/java-docs
[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
[BlobCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.6/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md
[CreateBatchOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.6/sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models/CreateBatchOptions.java
[BlobCheckpointStore]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md
[CreateBatchOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/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_create]: /azure/event-hubs/event-hubs-create
[event_hubs_features]: /azure/event-hubs/event-hubs-features
[event_hubs_messaging_exceptions]: /azure/event-hubs/event-hubs-messaging-exceptions
[event_hubs_product_docs]: /azure/event-hubs/
[event_hubs_quotas]: /azure/event-hubs/event-hubs-quotas
[EventHubConsumerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.6/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.6/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.6/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.6/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.6/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.6/sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/SampleCheckpointStore.java
[EventHubConsumerAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/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.7/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.7/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.7/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.7/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.7/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
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[logging]: /azure/developer/java/sdk/logging-overview
@ -471,11 +471,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
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[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.6/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.6/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.6/sdk/eventhubs/azure-messaging-eventhubs/
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/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.7/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.7/sdk/eventhubs/azure-messaging-eventhubs/
[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.6/sdk/eventhubs/azure-messaging-eventhubs/TROUBLESHOOTING.md
[troubleshooting]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventhubs_5.18.7/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)

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

@ -1,12 +1,12 @@
---
title: Azure Service Bus client library for Java
keywords: Azure, java, SDK, API, azure-messaging-servicebus, service-bus-messaging
ms.date: 07/27/2024
keywords: Azure, java, SDK, API, azure-messaging-servicebus, azure-service-bus
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: service-bus-messaging
ms.service: azure-service-bus
---
# Azure Service Bus client library for Java - version 7.17.2
# Azure Service Bus client library for Java - version 7.17.3
Microsoft Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple
@ -43,7 +43,7 @@ To quickly create the needed Service Bus resources in Azure and to receive a con
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.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-messaging-servicebus_7.17.3/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -78,7 +78,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.17.2</version>
<version>7.17.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -521,13 +521,13 @@ the following set of sample is available [here][samples_readme].
## Contributing
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-servicebus_7.17.2/CONTRIBUTING.md) for more information.
Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/CONTRIBUTING.md) for more information.
<!-- Links -->
[aad_authorization]: /azure/service-bus-messaging/authenticate-application
[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-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java
[AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[AmqpErrorCondition]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/exception/AmqpErrorCondition.java
[AmqpRetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[api_documentation]: https://aka.ms/java-docs
[dead-letter-queue]: /azure/service-bus-messaging/service-bus-dead-letter-queues
[deadletterqueue_docs]: /azure/service-bus-messaging/service-bus-dead-letter-queues
@ -542,27 +542,27 @@ Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-ser
[product_docs]: /azure/service-bus-messaging
[qpid_proton_j_apache]: https://qpid.apache.org/proton/
[queue_concept]: /azure/service-bus-messaging/service-bus-messaging-overview#queues
[ReceiveMode]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/models/ReceiveMode.java
[RetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus
[ReceiveMode]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/models/ReceiveMode.java
[RetryOptions]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/AmqpRetryOptions.java
[sample_examples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/samples/java/com/azure/messaging/servicebus
[service_bus_connection_string]: /azure/service-bus-messaging/service-bus-create-namespace-portal#get-the-connection-string
[servicebus_create]: /azure/service-bus-messaging/service-bus-create-namespace-portal
[servicebus_messaging_exceptions]: /azure/service-bus-messaging/service-bus-messaging-exceptions
[servicebus_roles]: /azure/service-bus-messaging/authenticate-application#built-in-rbac-roles-for-azure-service-bus
[ServiceBusClientBuilder]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java
[ServiceBusMessage]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusMessage.java
[ServiceBusReceiverAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java
[ServiceBusReceiverClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java
[ServiceBusSenderAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderAsyncClient.java
[ServiceBusSenderClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java
[ServiceBusClientBuilder]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java
[ServiceBusMessage]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusMessage.java
[ServiceBusReceiverAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverAsyncClient.java
[ServiceBusReceiverClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java
[ServiceBusSenderAsyncClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderAsyncClient.java
[ServiceBusSenderClient]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusSenderClient.java
[service_bus_create]: /azure/service-bus-messaging/service-bus-create-namespace-portal
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/src
[subscription_concept]: /azure/service-bus-messaging/service-bus-queues-topics-subscriptions#topics-and-subscriptions
[topic_concept]: /azure/service-bus-messaging/service-bus-messaging-overview#topics
[wiki_identity]: https://github.com/Azure/azure-sdk-for-java/wiki/Identity-and-Authentication
[known-issue-binarydata-notfound]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/known-issues.md#can-not-resolve-binarydata-or-noclassdeffounderror-version-700
[sync_receivemessages_implicit_prefetch]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.2/sdk/servicebus/azure-messaging-servicebus/docs/SyncReceiveAndPrefetch.md
[known-issue-binarydata-notfound]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/known-issues.md#can-not-resolve-binarydata-or-noclassdeffounderror-version-700
[sync_receivemessages_implicit_prefetch]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.17.3/sdk/servicebus/azure-messaging-servicebus/docs/SyncReceiveAndPrefetch.md
[peek_lock_mode_docs]: https://learn.microsoft.com/azure/service-bus-messaging/message-transfers-locks-settlement#peeklock
[receive_and_delete_mode_docs]: https://learn.microsoft.com/azure/service-bus-messaging/message-transfers-locks-settlement#receiveanddelete
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fservicebus%2Fazure-messaging-servicebus%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Mixed Reality client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-authentication, mixedreality
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: mixedreality
---
# Azure Mixed Reality client library for Java - version 1.2.26
# Azure Mixed Reality client library for Java - version 1.2.27
Mixed Reality services, like Azure Spatial Anchors, Azure Remote Rendering, and others, use the Mixed Reality security
@ -28,14 +28,14 @@ token from the STS that can be used to access Mixed Reality services.
- [Azure Spatial Anchors](/azure/spatial-anchors/)
- [Java Development Kit (JDK)](/java/azure/jdk/?view=azure-java-stable) version 8 or above.
- [Apache Maven](https://maven.apache.org/download.cgi).
- Familiarity with the authentication and credential concepts from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.26/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.27/sdk/identity/azure-identity).
### Include the package
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-authentication_1.2.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-authentication_1.2.27/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.26</version>
<version>1.2.27</version>
</dependency>
```
@ -194,7 +194,7 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[product_docs]: https://azure.microsoft.com/topic/mixed-reality/
[package]: https://search.maven.org/artifact/com.azure/azure-mixedreality-authentication
[api_documentation]: https://aka.ms/java-docs
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.26/sdk/mixedreality/azure-mixedreality-authentication
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-authentication_1.2.27/sdk/mixedreality/azure-mixedreality-authentication
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmixedreality%2Fazure-mixedreality-authentication%2FREADME.png)

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

@ -1,12 +1,12 @@
---
title: Azure Remote Rendering client library for Java
keywords: Azure, java, SDK, API, azure-mixedreality-remoterendering, remoterendering
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: remoterendering
---
# Azure Remote Rendering client library for Java - version 1.1.31
# Azure Remote Rendering client library for Java - version 1.1.32
Azure Remote Rendering (ARR) is a service that enables you to render high-quality, interactive 3D content in the cloud and stream it in real time to devices, such as the HoloLens 2.
@ -32,7 +32,7 @@ the lifetime of remote rendering sessions.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.31/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.32/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -69,7 +69,7 @@ Add the following Maven dependency:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.31</version>
<version>1.1.32</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -401,14 +401,14 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
[azure_subscription]: https://azure.microsoft.com/free
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.31/sdk/remoterendering/azure-mixedreality-remoterendering/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.32/sdk/remoterendering/azure-mixedreality-remoterendering/src
[remote_rendering_account]: /azure/remote-rendering/how-tos/create-an-account
[LogLevels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-mixedreality-remoterendering_1.1.31/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.32/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java
[product_documentation]: /azure/remote-rendering/
[cpp_api]: /cpp/api/remote-rendering/
[dotnet_api]: /dotnet/api/microsoft.azure.remoterendering
[how_to_authenticate]: /azure/remote-rendering/how-tos/authentication
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.31/sdk/mixedreality/azure-mixedreality-authentication
[sts_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-mixedreality-remoterendering_1.1.32/sdk/mixedreality/azure-mixedreality-authentication
[troubleshoot]: /azure/remote-rendering/resources/troubleshoot
[api_reference_doc]: /rest/api/mixedreality/

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

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

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

@ -1,12 +1,12 @@
---
title: Azure Monitor Query client library for Java
keywords: Azure, java, SDK, API, azure-monitor-query, monitor
ms.date: 07/24/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: monitor
---
# Azure Monitor Query client library for Java - version 1.5.0
# Azure Monitor Query client library for Java - version 1.5.1
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 `azure-sdk-bom` to your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.0/sdk/boms/azure-sdk-bom/README.md).
Include the `azure-sdk-bom` to your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -75,7 +75,7 @@ If you want to take dependency on a particular version of the library that isn't
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```
@ -588,7 +588,7 @@ for (MetricsQueryResult metricsQueryResult : metricsQueryResourcesResult.getMetr
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.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.5.1/sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md)
for details on how to diagnose various failure scenarios.
## Next steps
@ -609,20 +609,20 @@ comments.
<!-- LINKS -->
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.0/sdk/identity/azure-identity/README.md
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.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_overview]: https://learn.microsoft.com/azure/azure-monitor/overview
[azure_subscription]: https://azure.microsoft.com/free/java
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.0/sdk/monitor/azure-monitor-query/CHANGELOG.md
[changelog]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.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
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.0/sdk/identity/azure-identity/README.md#defaultazurecredential
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.1/sdk/identity/azure-identity/README.md#defaultazurecredential
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
[kusto_query_language]: https://learn.microsoft.com/azure/data-explorer/kusto/query/
[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.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.5.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
[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.5.0/sdk/monitor/azure-monitor-query/src/samples/java/README.md
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-monitor-query_1.5.0/sdk/monitor/azure-monitor-query/src
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-monitor-query_1.5.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.5.1/sdk/monitor/azure-monitor-query/src
[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

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

@ -1,12 +1,12 @@
---
title: Azure AI Search client library for Java
keywords: Azure, java, SDK, API, azure-search-documents, cognitive-search
ms.date: 07/17/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: cognitive-search
---
# Azure AI Search client library for Java - version 11.7.0
# Azure AI Search client library for Java - version 11.7.1
This is the Java client library for [Azure AI Search](/azure/search/) (formerly known as "Azure Cognitive Search"). Azure AI Search service is an AI-powered information retrieval platform that helps developers build rich search experiences and generative AI apps that combine large language models with enterprise data.
@ -47,7 +47,7 @@ Use the Azure AI Search client library to:
#### 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-search-documents_11.7.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-search-documents_11.7.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -84,7 +84,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.7.0</version>
<version>11.7.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -209,13 +209,13 @@ SearchAsyncClient searchAsyncClient = new SearchClientBuilder()
#### Create a client using Microsoft Entra ID authentication
You can also create a `SearchClient`, `SearchIndexClient`, or `SearchIndexerClient` using Microsoft Entra ID 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.7.0/sdk/identity/azure-identity/README.md#defaultazurecredential)
Using the [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.1/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
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 AI 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.7.0/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.7.0/sdk/identity/azure-identity/README.md#include-the-package).
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.7.1/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.7.1/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`,
`AZURE_CLIENT_ID`, and `AZURE_CLIENT_SECRET` environment variables; alternatively, you can pass those values
@ -521,7 +521,7 @@ SearchClient searchClient = new SearchClientBuilder()
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.0/sdk/search/azure-search-documents/TROUBLESHOOTING.md)
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.1/sdk/search/azure-search-documents/TROUBLESHOOTING.md)
for details on how to diagnose various failure scenarios.
### General
@ -587,20 +587,20 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[azure_subscription]: https://azure.microsoft.com/free/java
[maven]: https://maven.apache.org/
[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.7.0/sdk/search/azure-search-documents/src/samples/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.0/sdk/search/azure-search-documents/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.7.0/sdk/search/azure-search-documents/src
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.7.1/sdk/search/azure-search-documents/src/samples/
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.1/sdk/search/azure-search-documents/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-search-documents_11.7.1/sdk/search/azure-search-documents/src
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
[coc_contact]: mailto:opencode@microsoft.com
[add_headers_from_context_policy]: https://github.com/Azure/azure-sdk-for-java/blob/azure-search-documents_11.7.0/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.7.1/sdk/core/azure-core/src/main/java/com/azure/core/http/policy/AddHeadersFromContextPolicy.java
[rest_api]: /rest/api/searchservice/http-status-codes
[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_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.7.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-search-documents_11.7.1/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
[status_codes]: /rest/api/searchservice/http-status-codes
[search-get-started-portal]: /azure/search/search-get-started-portal

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

@ -1,12 +1,12 @@
---
title: Azure Attestation client library for Java
keywords: Azure, java, SDK, API, azure-security-attestation, attestation
ms.date: 07/27/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: attestation
---
# Azure Attestation client library for Java - version 1.1.26
# Azure Attestation client library for Java - version 1.1.27
Microsoft Azure Attestation (preview) is a unified solution for remotely verifying the trustworthiness of a platform and integrity of the binaries running inside it. The service supports attestation of the platforms backed by Trusted Platform Modules (TPMs) alongside the ability to attest to the state of Trusted Execution Environments (TEEs) such as Intel® Software Guard Extensions (SGX) enclaves and Virtualization-based Security (VBS) enclaves.
@ -26,7 +26,7 @@ Azure Attestation receives evidence from compute entities, turns them into a set
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-attestation_1.1.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-security-attestation_1.1.27/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.26</version>
<version>1.1.27</version>
</dependency>
```
@ -331,7 +331,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][microsoft_c
[style-guide-msft]: /style-guide/capitalization
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azure_attestation]: /azure/attestation
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.26/sdk/identity/azure-identity
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-security-attestation_1.1.27/sdk/identity/azure-identity
[maven]: https://maven.apache.org/
[azure_subscription]: https://azure.microsoft.com/
[azure_cli]: /cli/azure

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

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

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

@ -1,7 +1,7 @@
---
title:
keywords: Azure, java, SDK, API, azure-security-keyvault-administration, keyvault
ms.date: 07/29/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: keyvault
@ -16,7 +16,7 @@ The Azure Key Vault Administration library clients support administrative tasks
## Getting started
### Include the package
#### Include the BOM file
Please include the `azure-sdk-bom` to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number. To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.6/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.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -51,7 +51,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-administration</artifactId>
<version>4.5.6</version>
<version>4.5.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -574,7 +574,7 @@ keyVaultSettingsAsyncClient.updateSetting(settingToUpdate)
```
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.6/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.7/sdk/keyvault/azure-security-keyvault-administration/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### 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.
@ -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.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.6/sdk/keyvault/azure-security-keyvault-administration/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.7/sdk/keyvault/azure-security-keyvault-administration/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/
[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
[managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
[azkeyvault_rest]: /rest/api/keyvault/
[administration_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.6/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.6/sdk/storage/azure-storage-blob#get-credentials
[administration_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-administration_4.5.7/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.7/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
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable

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

@ -1,12 +1,12 @@
---
title: Azure Key Vault Certificate client library for Java
keywords: Azure, java, SDK, API, azure-security-keyvault-certificates, keyvault
ms.date: 07/29/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: keyvault
---
# Azure Key Vault Certificate client library for Java - version 4.6.5
# Azure Key Vault Certificate client library for Java - version 4.6.6
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
### Include the package
#### Include the BOM file
Please include the `azure-sdk-bom` to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number. To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.5/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.6/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -52,7 +52,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.6.5</version>
<version>4.6.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -239,7 +239,7 @@ certificateAsyncClient.listPropertiesOfCertificates()
```
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.5/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.6/sdk/keyvault/azure-security-keyvault-certificates/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### 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.
@ -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.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.5/sdk/keyvault/azure-security-keyvault-certificates/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.6/sdk/keyvault/azure-security-keyvault-certificates/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/
[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
[default_azure_credential]: /java/api/overview/azure/identity-readme?view=azure-java-stable#defaultazurecredential
[azkeyvault_rest]: /rest/api/keyvault/
[certificates_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.5/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.5/sdk/keyvault/azure-security-keyvault-certificates/src/samples/README.md
[certificates_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-certificates_4.6.6/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.6/sdk/keyvault/azure-security-keyvault-certificates/src/samples/README.md
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[jwk_specification]: https://tools.ietf.org/html/rfc7517

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

@ -1,12 +1,12 @@
---
title: Azure Key Vault Key client library for Java
keywords: Azure, java, SDK, API, azure-security-keyvault-keys, keyvault
ms.date: 07/29/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: keyvault
---
# Azure Key Vault Key client library for Java - version 4.8.6
# Azure Key Vault Key client library for Java - version 4.8.7
Azure Key Vault is a cloud service that provides secure storage of keys for encrypting your data. Multiple keys, and multiple versions of the same key, can be kept in the Azure Key Vault. Cryptographic keys in Azure Key Vault are represented as [JSON Web Key [JWK]][jwk_specification] objects.
@ -19,7 +19,7 @@ The Azure Key Vault keys library client supports RSA keys and Elliptic Curve (EC
## Getting started
### Include the package
#### Include the BOM file
Please include the `azure-sdk-bom` to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number. To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.6/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-keys_4.8.7/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -54,7 +54,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.8.6</version>
<version>4.8.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -321,7 +321,7 @@ cryptoAsyncClient.encrypt(EncryptionAlgorithm.RSA_OAEP, plaintext)
```
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.6/sdk/keyvault/azure-security-keyvault-keys/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-keys_4.8.7/sdk/keyvault/azure-security-keyvault-keys/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### General
Azure Key Vault Key clients raise exceptions. For example, if you try to retrieve a key 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.
@ -357,7 +357,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.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.6/sdk/keyvault/azure-security-keyvault-keys/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.7/sdk/keyvault/azure-security-keyvault-keys/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/
[azure_identity]: /java/api/overview/azure/identity-readme?view=azure-java-stable
@ -370,8 +370,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
[managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
[azkeyvault_rest]: /rest/api/keyvault/
[keys_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.6/sdk/keyvault/azure-security-keyvault-keys/src/samples/java/com/azure/security/keyvault/keys
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.6/sdk/keyvault/azure-security-keyvault-keys/src/samples/README.md
[keys_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.7/sdk/keyvault/azure-security-keyvault-keys/src/samples/java/com/azure/security/keyvault/keys
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-keys_4.8.7/sdk/keyvault/azure-security-keyvault-keys/src/samples/README.md
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[jwk_specification]: https://tools.ietf.org/html/rfc7517

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

@ -1,12 +1,12 @@
---
title: Azure Key Vault Secret client library for Java
keywords: Azure, java, SDK, API, azure-security-keyvault-secrets, keyvault
ms.date: 07/29/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: keyvault
---
# Azure Key Vault Secret client library for Java - version 4.8.5
# Azure Key Vault Secret client library for Java - version 4.8.6
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 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-secrets_4.8.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-security-keyvault-secrets_4.8.6/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -55,7 +55,7 @@ If you want to take dependency on a particular version of the library that is no
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.8.5</version>
<version>4.8.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -231,7 +231,7 @@ secretAsyncClient.listPropertiesOfSecrets()
```
## Troubleshooting
See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.5/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.6/sdk/keyvault/azure-security-keyvault-secrets/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
### 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.
@ -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.
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.5/sdk/keyvault/azure-security-keyvault-secrets/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.6/sdk/keyvault/azure-security-keyvault-secrets/src
[api_documentation]: https://azure.github.io/azure-sdk-for-java
[azkeyvault_docs]: /azure/key-vault/
[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
[managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
[azkeyvault_rest]: /rest/api/keyvault/
[secrets_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.5/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.5/sdk/keyvault/azure-security-keyvault-secrets/src/samples/README.md
[secrets_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-security-keyvault-secrets_4.8.6/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.6/sdk/keyvault/azure-security-keyvault-secrets/src/samples/README.md
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
[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
keywords: Azure, java, SDK, API, azure-storage-blob-batch, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure Storage Blobs Batch client library for Java - version 12.23.0
# Azure Storage Blobs Batch client library for Java - version 12.23.1
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
@ -30,7 +30,7 @@ definition, such as text or binary data.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.23.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-storage-blob-batch_12.23.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.23.0</version>
<version>12.23.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -203,19 +203,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.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.23.0/sdk/storage/azure-storage-blob-batch/src/main/java
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.23.1/sdk/storage/azure-storage-blob-batch/src/main/java
[docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.23.0/sdk/storage/azure-storage-blob-batch/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.23.1/sdk/storage/azure-storage-blob-batch/src/samples
[jdk]: /java/azure/jdk/?view=azure-java-stable
[azure_subscription]: https://azure.microsoft.com/free/
[storage_account]: /azure/storage/common/storage-quickstart-create-account?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
[blob_service_client]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-batch_12.23.0/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.23.1/sdk/storage/azure-storage-blob#create-a-storage-account
[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.23.0/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.23.1/sdk/storage/azure-storage-blob-batch/src/samples/README.md
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
---
title: Azure Storage Blobs Cryptography client library for Java
keywords: Azure, java, SDK, API, azure-storage-blob-cryptography, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure Storage Blobs Cryptography client library for Java - version 12.26.0
# Azure Storage Blobs Cryptography client library for Java - version 12.26.1
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
@ -31,7 +31,7 @@ This package supports client side encryption for blob storage.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.26.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-storage-blob-cryptography_12.26.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -67,7 +67,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.26.0</version>
<version>12.26.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -257,21 +257,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)
[jdk]: /java/azure/jdk/
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.26.0/sdk/storage/azure-storage-blob-cryptography/src
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.26.1/sdk/storage/azure-storage-blob-cryptography/src
[docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.26.0/sdk/storage/azure-storage-blob-cryptography/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.26.1/sdk/storage/azure-storage-blob-cryptography/src/samples
[azure_subscription]: https://azure.microsoft.com/free/
[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_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[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.26.0/sdk/storage/azure-storage-blob-cryptography/src/main/java
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.26.1/sdk/storage/azure-storage-blob-cryptography/src/main/java
[docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.26.0/sdk/storage/azure-storage-blob-cryptography/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.26.1/sdk/storage/azure-storage-blob-cryptography/src/samples
[error_codes]: /rest/api/storageservices/blob-service-error-codes
[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
keywords: Azure, java, SDK, API, azure-storage-blob, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure Storage Blob client library for Java - version 12.27.0
# Azure Storage Blob client library for Java - version 12.27.1
Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob
@ -30,7 +30,7 @@ definition, such as text or binary data.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.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-storage-blob_12.27.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.0</version>
<version>12.27.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -617,8 +617,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.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.0/sdk/storage/azure-storage-blob/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.0/sdk/storage/azure-storage-blob/src/samples/README.md
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.1/sdk/storage/azure-storage-blob/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.1/sdk/storage/azure-storage-blob/src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/blob-service-rest-api
[product_docs]: /azure/storage/blobs/storage-blobs-overview
@ -628,9 +628,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_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
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.0/sdk/identity/azure-identity/README.md
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.1/sdk/identity/azure-identity/README.md
[error_codes]: /rest/api/storageservices/blob-service-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.0/sdk/storage/azure-storage-blob/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.27.1/sdk/storage/azure-storage-blob/src/samples
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

@ -1,12 +1,12 @@
---
title: Azure Storage Common shared library for Java
keywords: Azure, java, SDK, API, azure-storage-common, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure Storage Common shared library for Java - version 12.26.0
# Azure Storage Common shared library for Java - version 12.26.1
Azure Storage Common is a library that has common dependencies for all Azure Storage packages.
@ -26,7 +26,7 @@ Azure Storage Common is a library that has common dependencies for all Azure Sto
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.26.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-storage-common_12.26.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -62,7 +62,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.26.0</version>
<version>12.26.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -99,7 +99,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.26.0/sdk/storage/azure-storage-common/src
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.26.1/sdk/storage/azure-storage-common/src
[samples_readme]: src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/
[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
keywords: Azure, java, SDK, API, azure-storage-file-datalake, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure File Data Lake client library for Java - version 12.20.0
# Azure File Data Lake client library for Java - version 12.20.1
Azure Data Lake Storage is Microsoft's optimized storage solution for for big
@ -31,7 +31,7 @@ efficient data access.
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.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-storage-file-datalake_12.20.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.20.0</version>
<version>12.20.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -436,7 +436,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.0/sdk/storage/azure-storage-file-datalake/src
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.1/sdk/storage/azure-storage-file-datalake/src
[samples_readme]: src/samples/README.md
[docs]: https://azure.github.io/azure-sdk-for-java/
[rest_docs]: /rest/api/storageservices/data-lake-storage-gen2
@ -447,8 +447,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_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
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.0/sdk/identity/azure-identity/README.md
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.0/sdk/storage/azure-storage-file-datalake/src/samples
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.1/sdk/identity/azure-identity/README.md
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.20.1/sdk/storage/azure-storage-file-datalake/src/samples
[error_codes]: /rest/api/storageservices/data-lake-storage-gen2
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/

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

@ -1,12 +1,12 @@
---
title: Azure File Share client library for Java
keywords: Azure, java, SDK, API, azure-storage-file-share, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure File Share client library for Java - version 12.23.0
# Azure File Share client library for Java - version 12.23.1
The Server Message Block (SMB) protocol is the preferred file share protocol used on-premises today.
@ -33,7 +33,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.23.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-storage-file-share_12.23.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -69,7 +69,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.23.0</version>
<version>12.23.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -584,7 +584,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
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.23.0/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.23.1/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@ -593,7 +593,7 @@ For details on contributing to this repository, see the [contributing guide](htt
5. Create new Pull Request
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.23.0/sdk/storage/azure-storage-file-share/src/
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.23.1/sdk/storage/azure-storage-file-share/src/
[reference_docs]: https://azure.github.io/azure-sdk-for-java/
[rest_api_documentation]: /rest/api/storageservices/file-service-rest-api
[storage_docs]: /azure/storage/files/storage-files-introduction
@ -607,7 +607,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[RFL_URL_2]: https://www.ietf.org/rfc/rfc3987.txt
[csharp_identifiers]: /dotnet/csharp/language-reference/
[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.23.0/sdk/storage/azure-storage-file-share/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.23.1/sdk/storage/azure-storage-file-share/src/samples
[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)

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

@ -1,12 +1,12 @@
---
title: Azure Storage Queue client library for Java
keywords: Azure, java, SDK, API, azure-storage-queue, storage
ms.date: 07/18/2024
ms.date: 08/25/2024
ms.topic: reference
ms.devlang: java
ms.service: storage
---
# Azure Storage Queue client library for Java - version 12.22.0
# Azure Storage Queue client library for Java - version 12.22.1
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.
@ -28,7 +28,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli
#### Include the BOM file
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.22.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-storage-queue_12.22.1/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -63,7 +63,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.22.0</version>
<version>12.22.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -485,7 +485,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
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.22.0/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.22.1/CONTRIBUTING.md).
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@ -494,8 +494,8 @@ For details on contributing to this repository, see the [contributing guide](htt
5. Create new Pull Request
<!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.0/sdk/storage/azure-storage-queue/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.0/sdk/storage/azure-storage-queue/src/samples/README.md
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.1/sdk/storage/azure-storage-queue/src
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.1/sdk/storage/azure-storage-queue/src/samples/README.md
[api_documentation]: /rest/api/storageservices/queue-service-rest-api
[storage_docs]: /azure/storage/queues/storage-queues-introduction
[jdk]: /java/azure/jdk/?view=azure-java-stable
@ -505,7 +505,7 @@ For details on contributing to this repository, see the [contributing guide](htt
[azure_cli]: /cli/azure
[sas_token]: /azure/storage/common/storage-dotnet-shared-access-signature-part-1
[storage_rest]: /rest/api/storageservices/queue-service-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.0/sdk/storage/azure-storage-queue/src/samples
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.22.1/sdk/storage/azure-storage-queue/src/samples
[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)

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-contentsafety",
"Version": "1.0.5",
"Version": "1.0.6",
"DevVersion": null,
"DirectoryPath": "sdk/contentsafety/azure-ai-contentsafety",
"ServiceDirectory": "contentsafety",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-contentsafety",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.ai.contentsafety",
"com.azure.ai.contentsafety.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-formrecognizer",
"Version": "4.1.9",
"Version": "4.1.10",
"DevVersion": null,
"DirectoryPath": "sdk/formrecognizer/azure-ai-formrecognizer",
"ServiceDirectory": "formrecognizer",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-formrecognizer",
"ReleaseStatus": "2024-06-27",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.ai.formrecognizer",
"com.azure.ai.formrecognizer.documentanalysis",

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-metricsadvisor",
"Version": "1.2.0",
"Version": "1.2.1",
"DevVersion": null,
"DirectoryPath": "sdk/metricsadvisor/azure-ai-metricsadvisor",
"ServiceDirectory": "metricsadvisor",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-metricsadvisor",
"ReleaseStatus": "2024-07-29",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.ai.metricsadvisor",
"com.azure.ai.metricsadvisor.administration",

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

@ -1,6 +1,6 @@
{
"Name": "azure-ai-textanalytics",
"Version": "5.5.0",
"Version": "5.5.1",
"DevVersion": null,
"DirectoryPath": "sdk/textanalytics/azure-ai-textanalytics",
"ServiceDirectory": "textanalytics",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-ai-textanalytics",
"ReleaseStatus": "2024-07-25",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.ai.textanalytics",
"com.azure.ai.textanalytics.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-callautomation",
"Version": "1.2.3",
"Version": "1.2.4",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-callautomation",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-callautomation",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.callautomation",
"com.azure.communication.callautomation.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-chat",
"Version": "1.5.3",
"Version": "1.5.4",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-chat",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-chat",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.chat",
"com.azure.communication.chat.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-common",
"Version": "1.3.5",
"Version": "1.3.6",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-common",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-common",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.common"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-email",
"Version": "1.0.15",
"Version": "1.0.16",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-email",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-email",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.email",
"com.azure.communication.email.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-identity",
"Version": "1.5.7",
"Version": "1.5.8",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-identity",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-identity",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.identity",
"com.azure.communication.identity.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-jobrouter",
"Version": "1.1.6",
"Version": "1.1.7",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-jobrouter",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-jobrouter",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.jobrouter",
"com.azure.communication.jobrouter.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-messages",
"Version": "1.0.5",
"Version": "1.0.6",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-messages",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-messages",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.messages",
"com.azure.communication.messages.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-phonenumbers",
"Version": "1.1.15",
"Version": "1.1.16",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-phonenumbers",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-phonenumbers",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.phonenumbers",
"com.azure.communication.phonenumbers.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-rooms",
"Version": "1.1.4",
"Version": "1.1.5",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-rooms",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-rooms",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.rooms",
"com.azure.communication.rooms.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-communication-sms",
"Version": "1.1.26",
"Version": "1.1.27",
"DevVersion": null,
"DirectoryPath": "sdk/communication/azure-communication-sms",
"ServiceDirectory": "communication",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-communication-sms",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.communication.sms",
"com.azure.communication.sms.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-containers-containerregistry",
"Version": "1.2.10",
"Version": "1.2.11",
"DevVersion": null,
"DirectoryPath": "sdk/containerregistry/azure-containers-containerregistry",
"ServiceDirectory": "containerregistry",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-containers-containerregistry",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.containers.containerregistry",
"com.azure.containers.containerregistry.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-data-schemaregistry-apacheavro",
"Version": "1.1.19",
"Version": "1.1.20",
"DevVersion": null,
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry-apacheavro",
"ServiceDirectory": "schemaregistry",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-data-schemaregistry-apacheavro",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.data.schemaregistry.apacheavro"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-data-schemaregistry",
"Version": "1.4.8",
"Version": "1.4.9",
"DevVersion": null,
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry",
"ServiceDirectory": "schemaregistry",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-data-schemaregistry",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.data.schemaregistry",
"com.azure.data.schemaregistry.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-data-tables",
"Version": "12.4.3",
"Version": "12.4.4",
"DevVersion": null,
"DirectoryPath": "sdk/tables/azure-data-tables",
"ServiceDirectory": "tables",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-data-tables",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.data.tables",
"com.azure.data.tables.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-developer-devcenter",
"Version": "1.0.2",
"Version": "1.0.3",
"DevVersion": null,
"DirectoryPath": "sdk/devcenter/azure-developer-devcenter",
"ServiceDirectory": "devcenter",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-developer-devcenter",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.developer.devcenter",
"com.azure.developer.devcenter.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-developer-loadtesting",
"Version": "1.0.15",
"Version": "1.0.16",
"DevVersion": null,
"DirectoryPath": "sdk/loadtesting/azure-developer-loadtesting",
"ServiceDirectory": "loadtesting",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-developer-loadtesting",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.developer.loadtesting"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-digitaltwins-core",
"Version": "1.3.22",
"Version": "1.3.23",
"DevVersion": null,
"DirectoryPath": "sdk/digitaltwins/azure-digitaltwins-core",
"ServiceDirectory": "digitaltwins",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-digitaltwins-core",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.digitaltwins.core",
"com.azure.digitaltwins.core.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-identity-extensions",
"Version": "1.1.18",
"Version": "1.1.19",
"DevVersion": null,
"DirectoryPath": "sdk/identity/azure-identity-extensions",
"ServiceDirectory": "identity",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-identity-extensions",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.identity.extensions.jdbc.mysql",
"com.azure.identity.extensions.jdbc.postgresql"

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

@ -1,6 +1,6 @@
{
"Name": "azure-iot-deviceupdate",
"Version": "1.0.20",
"Version": "1.0.21",
"DevVersion": null,
"DirectoryPath": "sdk/deviceupdate/azure-iot-deviceupdate",
"ServiceDirectory": "deviceupdate",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-iot-deviceupdate",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.iot.deviceupdate"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-eventgrid-namespaces",
"Version": "1.0.0",
"Version": "1.0.1",
"DevVersion": null,
"DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid-namespaces",
"ServiceDirectory": "eventgrid",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-eventgrid-namespaces",
"ReleaseStatus": "2024-06-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.messaging.eventgrid.namespaces",
"com.azure.messaging.eventgrid.namespaces.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-eventhubs-checkpointstore-blob",
"Version": "1.19.6",
"Version": "1.19.7",
"DevVersion": null,
"DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob",
"ServiceDirectory": "eventhubs",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-eventhubs-checkpointstore-blob",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.messaging.eventhubs.checkpointstore.blob"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-eventhubs",
"Version": "5.18.6",
"Version": "5.18.7",
"DevVersion": null,
"DirectoryPath": "sdk/eventhubs/azure-messaging-eventhubs",
"ServiceDirectory": "eventhubs",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-eventhubs",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.messaging.eventhubs",
"com.azure.messaging.eventhubs.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-messaging-servicebus",
"Version": "7.17.2",
"Version": "7.17.3",
"DevVersion": null,
"DirectoryPath": "sdk/servicebus/azure-messaging-servicebus",
"ServiceDirectory": "servicebus",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-messaging-servicebus",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.messaging.servicebus",
"com.azure.messaging.servicebus.administration",

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

@ -1,6 +1,6 @@
{
"Name": "azure-mixedreality-authentication",
"Version": "1.2.26",
"Version": "1.2.27",
"DevVersion": null,
"DirectoryPath": "sdk/mixedreality/azure-mixedreality-authentication",
"ServiceDirectory": "mixedreality",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-mixedreality-authentication",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.mixedreality.authentication"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-mixedreality-remoterendering",
"Version": "1.1.31",
"Version": "1.1.32",
"DevVersion": null,
"DirectoryPath": "sdk/remoterendering/azure-mixedreality-remoterendering",
"ServiceDirectory": "remoterendering",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-mixedreality-remoterendering",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.mixedreality.remoterendering",
"com.azure.mixedreality.remoterendering.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-monitor-ingestion",
"Version": "1.2.3",
"Version": "1.2.4",
"DevVersion": null,
"DirectoryPath": "sdk/monitor/azure-monitor-ingestion",
"ServiceDirectory": "monitor",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-monitor-ingestion",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.monitor.ingestion",
"com.azure.monitor.ingestion.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-monitor-query",
"Version": "1.5.0",
"Version": "1.5.1",
"DevVersion": null,
"DirectoryPath": "sdk/monitor/azure-monitor-query",
"ServiceDirectory": "monitor",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-monitor-query",
"ReleaseStatus": "2024-07-22",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.monitor.query",
"com.azure.monitor.query.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-search-documents",
"Version": "11.7.0",
"Version": "11.7.1",
"DevVersion": null,
"DirectoryPath": "sdk/search/azure-search-documents",
"ServiceDirectory": "search",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-search-documents",
"ReleaseStatus": "2024-07-17",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.search.documents",
"com.azure.search.documents.indexes",

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-attestation",
"Version": "1.1.26",
"Version": "1.1.27",
"DevVersion": null,
"DirectoryPath": "sdk/attestation/azure-security-attestation",
"ServiceDirectory": "attestation",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-attestation",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.attestation",
"com.azure.security.attestation.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-confidentialledger",
"Version": "1.0.22",
"Version": "1.0.23",
"DevVersion": null,
"DirectoryPath": "sdk/confidentialledger/azure-security-confidentialledger",
"ServiceDirectory": "confidentialledger",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-confidentialledger",
"ReleaseStatus": "2024-07-26",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.confidentialledger",
"com.azure.security.confidentialledger.certificate"

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-keyvault-administration",
"Version": "4.5.6",
"Version": "4.5.7",
"DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-administration",
"ServiceDirectory": "keyvault",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-administration",
"ReleaseStatus": "2024-07-29",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.keyvault.administration",
"com.azure.security.keyvault.administration.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-keyvault-certificates",
"Version": "4.6.5",
"Version": "4.6.6",
"DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-certificates",
"ServiceDirectory": "keyvault",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-certificates",
"ReleaseStatus": "2024-07-29",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.keyvault.certificates",
"com.azure.security.keyvault.certificates.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-keyvault-keys",
"Version": "4.8.6",
"Version": "4.8.7",
"DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-keys",
"ServiceDirectory": "keyvault",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-keys",
"ReleaseStatus": "2024-07-29",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.keyvault.keys",
"com.azure.security.keyvault.keys.cryptography",

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

@ -1,6 +1,6 @@
{
"Name": "azure-security-keyvault-secrets",
"Version": "4.8.5",
"Version": "4.8.6",
"DevVersion": null,
"DirectoryPath": "sdk/keyvault/azure-security-keyvault-secrets",
"ServiceDirectory": "keyvault",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-security-keyvault-secrets",
"ReleaseStatus": "2024-07-29",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.security.keyvault.secrets",
"com.azure.security.keyvault.secrets.models"

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-blob-batch",
"Version": "12.23.0",
"Version": "12.23.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob-batch",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-blob-batch",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.blob.batch",
"com.azure.storage.blob.batch.options"

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-blob-cryptography",
"Version": "12.26.0",
"Version": "12.26.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob-cryptography",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-blob-cryptography",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.blob.specialized.cryptography"
]

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-blob",
"Version": "12.27.0",
"Version": "12.27.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-blob",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-blob",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.blob",
"com.azure.storage.blob.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-common",
"Version": "12.26.0",
"Version": "12.26.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-common",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-common",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.common",
"com.azure.storage.common.policy",

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-file-datalake",
"Version": "12.20.0",
"Version": "12.20.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-file-datalake",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-file-datalake",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.file.datalake",
"com.azure.storage.file.datalake.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-file-share",
"Version": "12.23.0",
"Version": "12.23.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-file-share",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-file-share",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.file.share",
"com.azure.storage.file.share.models",

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

@ -1,6 +1,6 @@
{
"Name": "azure-storage-queue",
"Version": "12.22.0",
"Version": "12.22.1",
"DevVersion": null,
"DirectoryPath": "sdk/storage/azure-storage-queue",
"ServiceDirectory": "storage",
@ -10,7 +10,8 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-storage-queue",
"ReleaseStatus": "2024-07-18",
"ReleaseStatus": "2024-08-24",
"DependentPackages": null,
"Namespaces": [
"com.azure.storage.queue",
"com.azure.storage.queue.models",