Update docs metadata
This commit is contained in:
Родитель
93d5c336c1
Коммит
c7c3fbe597
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Communication Job Router client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-jobrouter, communication
|
||||
ms.date: 01/04/2024
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Job Router client library for Java - version 1.1.0
|
||||
# Azure Communication Job Router client library for Java - version 1.1.1
|
||||
|
||||
|
||||
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.0/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-jobrouter_1.1.1/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.0.0</version>
|
||||
<version>1.1.1</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.0/sdk/communication/azure-communication-jobrouter/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-jobrouter_1.1.1/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 Communication Phone Numbers client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-communication-phonenumbers, communication
|
||||
ms.date: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: communication
|
||||
---
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.9
|
||||
# Azure Communication Phone Numbers client library for Java - version 1.1.10
|
||||
|
||||
|
||||
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.9/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-communication-phonenumbers_1.1.10/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.9</version>
|
||||
<version>1.1.10</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.9/sdk/communication/azure-communication-phonenumbers/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-communication-phonenumbers_1.1.10/sdk/communication/azure-communication-phonenumbers/src
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Container Registry client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-containers-containerregistry, containerregistry
|
||||
ms.date: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: containerregistry
|
||||
---
|
||||
# Azure Container Registry client library for Java - version 1.2.4
|
||||
# Azure Container Registry client library for Java - version 1.2.5
|
||||
|
||||
|
||||
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.4/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/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.4</version>
|
||||
<version>1.2.5</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.4/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.5/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.4/sdk/containerregistry/azure-containers-containerregistry/src
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.5/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.4/sdk/identity/azure-identity/README.md
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.4/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.4/sdk/containerregistry/azure-containers-containerregistry/src/samples/
|
||||
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/sdk/identity/azure-identity/README.md
|
||||
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-containers-containerregistry_1.2.5/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-containers-containerregistry_1.2.5/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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: schemaregistry
|
||||
---
|
||||
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.13
|
||||
# Azure Schema Registry Apache Avro Serializer client library for Java - version 1.1.14
|
||||
|
||||
|
||||
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.13</version>
|
||||
<version>1.1.14</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -147,18 +147,18 @@ 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.13/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.13/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.13/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.13/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.13/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.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro
|
||||
[generated_types]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/java/com/azure/data/schemaregistry/apacheavro/generatedtestsources
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src
|
||||
[samples_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/src/samples/
|
||||
[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.13/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.13/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry-apacheavro_1.1.14/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry-apacheavro_1.1.14/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[event_hubs_namespace]: /azure/event-hubs/event-hubs-about
|
||||
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
|
||||
[product_documentation]: https://aka.ms/schemaregistry
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: Azure Schema Registry client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-data-schemaregistry, schema-registry
|
||||
ms.date: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: schema-registry
|
||||
---
|
||||
# Azure Schema Registry client library for Java - version 1.4.2
|
||||
# Azure Schema Registry client library for Java - version 1.4.3
|
||||
|
||||
|
||||
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.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-data-schemaregistry_1.4.3/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.2</version>
|
||||
<version>1.4.3</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.2/sdk/schemaregistry/azure-data-schemaregistry/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.2/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.2/sdk/schemaregistry/azure-data-schemaregistry/src
|
||||
[sample_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/schemaregistry/azure-data-schemaregistry/src/samples/java/com/azure/data/schemaregistry
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/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.2/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.2/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/tree/azure-data-schemaregistry_1.4.3/sdk/identity/azure-identity
|
||||
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-schemaregistry_1.4.3/sdk/identity/azure-identity/README.md#defaultazurecredential
|
||||
[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.2/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.3/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,7 +1,7 @@
|
|||
---
|
||||
title: Azure identity authentication extensions plugin library for Java
|
||||
keywords: Azure, java, SDK, API, azure-identity-extensions, identity
|
||||
ms.date: 02/06/2024
|
||||
ms.date: 02/23/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.12
|
||||
# Azure identity authentication extensions plugin library for Java - version 1.1.13
|
||||
|
||||
|
||||
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.12/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.13/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.12/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.12/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.13/sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md
|
||||
[azure-identity-extensions-jdbc-postgresql]: https://github.com/Azure/azure-sdk-for-java/tree/azure-identity-extensions_1.1.13/sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md
|
||||
|
||||
|
|
|
@ -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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure Storage Blobs Batch client library for Java - version 12.21.1
|
||||
# Azure Storage Blobs Batch client library for Java - version 12.21.2
|
||||
|
||||
|
||||
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
|
||||
|
@ -29,7 +29,7 @@ definition, such as text or binary data.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-storage-blob-batch</artifactId>
|
||||
<version>12.21.1</version>
|
||||
<version>12.21.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -202,19 +202,19 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.1/sdk/storage/azure-storage-blob-batch/src/main/java
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/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.21.1/sdk/storage/azure-storage-blob-batch/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/sdk/storage/azure-storage-blob-batch/src/samples
|
||||
[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.21.1/sdk/storage/azure-storage-blob#create-a-storage-account
|
||||
[blob_service_client]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-batch_12.21.2/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.21.1/sdk/storage/azure-storage-blob-batch/src/samples/README.md
|
||||
[blob_samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.21.2/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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure Storage Blobs Cryptography client library for Java - version 12.24.1
|
||||
# Azure Storage Blobs Cryptography client library for Java - version 12.24.2
|
||||
|
||||
|
||||
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
|
||||
|
@ -30,7 +30,7 @@ This package supports client side encryption for blob storage.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.2/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-blob-cryptography</artifactId>
|
||||
<version>12.24.1</version>
|
||||
<version>12.24.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -256,21 +256,21 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fstorage%2Fazure-storage-blob-cryptography%2FREADME.png)
|
||||
|
||||
[jdk]: /java/azure/jdk/
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.1/sdk/storage/azure-storage-blob-cryptography/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.2/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.24.1/sdk/storage/azure-storage-blob-cryptography/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src/samples
|
||||
[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.24.1/sdk/storage/azure-storage-blob-cryptography/src/main/java
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.2/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.24.1/sdk/storage/azure-storage-blob-cryptography/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-blob-cryptography_12.24.2/sdk/storage/azure-storage-blob-cryptography/src/samples
|
||||
[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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure Storage Blob client library for Java - version 12.25.1
|
||||
# Azure Storage Blob client library for Java - version 12.25.2
|
||||
|
||||
|
||||
Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob
|
||||
|
@ -29,7 +29,7 @@ definition, such as text or binary data.
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/boms/azure-sdk-bom/README.md).
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
|
@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-storage-blob</artifactId>
|
||||
<version>12.25.1</version>
|
||||
<version>12.25.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -612,8 +612,8 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.1/sdk/storage/azure-storage-blob/src
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.1/sdk/storage/azure-storage-blob/src/samples/README.md
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/storage/azure-storage-blob/src
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/sdk/storage/azure-storage-blob/src/samples/README.md
|
||||
[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
|
||||
|
@ -623,9 +623,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
|
||||
[storage_account_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.25.1/sdk/identity/azure-identity/README.md
|
||||
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/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.25.1/sdk/storage/azure-storage-blob/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob_12.25.2/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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure Storage Common shared library for Java - version 12.24.1
|
||||
# Azure Storage Common shared library for Java - version 12.24.2
|
||||
|
||||
Azure Storage Common is a library that has common dependencies for all Azure Storage packages.
|
||||
|
||||
|
@ -25,7 +25,7 @@ Azure Storage Common is a library that has common dependencies for all Azure Sto
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.2/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-storage-common</artifactId>
|
||||
<version>12.24.1</version>
|
||||
<version>12.24.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -98,7 +98,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.1/sdk/storage/azure-storage-common/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-common_12.24.2/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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure File Data Lake client library for Java - version 12.18.1
|
||||
# Azure File Data Lake client library for Java - version 12.18.2
|
||||
|
||||
|
||||
Azure Data Lake Storage is Microsoft's optimized storage solution for for big
|
||||
|
@ -30,7 +30,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.18.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/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-file-datalake</artifactId>
|
||||
<version>12.18.1</version>
|
||||
<version>12.18.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -435,7 +435,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
|
|||
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
|
||||
|
||||
<!-- LINKS -->
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.1/sdk/storage/azure-storage-file-datalake/src
|
||||
[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/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
|
||||
|
@ -446,8 +446,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
|
|||
[storage_account]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
|
||||
[storage_account_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.18.1/sdk/identity/azure-identity/README.md
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.1/sdk/storage/azure-storage-file-datalake/src/samples
|
||||
[identity]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/sdk/identity/azure-identity/README.md
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-datalake_12.18.2/sdk/storage/azure-storage-file-datalake/src/samples
|
||||
[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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure File Share client library for Java - version 12.21.1
|
||||
# Azure File Share client library for Java - version 12.21.2
|
||||
|
||||
|
||||
The Server Message Block (SMB) protocol is the preferred file share protocol used on-premises today.
|
||||
|
@ -32,7 +32,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/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-storage-file-share</artifactId>
|
||||
<version>12.21.1</version>
|
||||
<version>12.21.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -583,7 +583,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.1/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -592,7 +592,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
5. Create new Pull Request
|
||||
|
||||
<!-- LINKS -->
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.1/sdk/storage/azure-storage-file-share/src/
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/sdk/storage/azure-storage-file-share/src/
|
||||
[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
|
||||
|
@ -606,7 +606,7 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
[RFL_URL_2]: https://www.ietf.org/rfc/rfc3987.txt
|
||||
[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.21.1/sdk/storage/azure-storage-file-share/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-file-share_12.21.2/sdk/storage/azure-storage-file-share/src/samples
|
||||
[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: 12/05/2023
|
||||
ms.date: 02/23/2024
|
||||
ms.topic: reference
|
||||
ms.devlang: java
|
||||
ms.service: storage
|
||||
---
|
||||
# Azure Storage Queue client library for Java - version 12.20.1
|
||||
# Azure Storage Queue client library for Java - version 12.20.2
|
||||
|
||||
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.
|
||||
|
@ -27,7 +27,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli
|
|||
#### Include the BOM file
|
||||
|
||||
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.1/sdk/boms/azure-sdk-bom/README.md).
|
||||
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.2/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-queue</artifactId>
|
||||
<version>12.20.1</version>
|
||||
<version>12.20.2</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
@ -484,7 +484,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.1/CONTRIBUTING.md).
|
||||
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-queue_12.20.2/CONTRIBUTING.md).
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
|
@ -493,8 +493,8 @@ For details on contributing to this repository, see the [contributing guide](htt
|
|||
5. Create new Pull Request
|
||||
|
||||
<!-- LINKS -->
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.1/sdk/storage/azure-storage-queue/src
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.1/sdk/storage/azure-storage-queue/src/samples/README.md
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/sdk/storage/azure-storage-queue/src
|
||||
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/sdk/storage/azure-storage-queue/src/samples/README.md
|
||||
[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
|
||||
|
@ -504,7 +504,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.20.1/sdk/storage/azure-storage-queue/src/samples
|
||||
[samples]: https://github.com/Azure/azure-sdk-for-java/tree/azure-storage-queue_12.20.2/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-communication-jobrouter",
|
||||
"Version": "1.1.0",
|
||||
"Version": "1.1.1",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-jobrouter",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-jobrouter",
|
||||
"ReleaseStatus": "2024-01-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-communication-phonenumbers",
|
||||
"Version": "1.1.9",
|
||||
"Version": "1.1.10",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/communication/azure-communication-phonenumbers",
|
||||
"ServiceDirectory": "communication",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-communication-phonenumbers",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-containers-containerregistry",
|
||||
"Version": "1.2.4",
|
||||
"Version": "1.2.5",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/containerregistry/azure-containers-containerregistry",
|
||||
"ServiceDirectory": "containerregistry",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-containers-containerregistry",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-data-schemaregistry-apacheavro",
|
||||
"Version": "1.1.13",
|
||||
"Version": "1.1.14",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry-apacheavro",
|
||||
"ServiceDirectory": "schemaregistry",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-data-schemaregistry-apacheavro",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-data-schemaregistry",
|
||||
"Version": "1.4.2",
|
||||
"Version": "1.4.3",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/schemaregistry/azure-data-schemaregistry",
|
||||
"ServiceDirectory": "schemaregistry",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-data-schemaregistry",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-identity-extensions",
|
||||
"Version": "1.1.12",
|
||||
"Version": "1.1.13",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/identity/azure-identity-extensions",
|
||||
"ServiceDirectory": "identity",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-identity-extensions",
|
||||
"ReleaseStatus": "2024-02-05"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-blob-batch",
|
||||
"Version": "12.21.1",
|
||||
"Version": "12.21.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-blob-batch",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-blob-batch",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-blob-cryptography",
|
||||
"Version": "12.24.1",
|
||||
"Version": "12.24.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-blob-cryptography",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-blob-cryptography",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-blob",
|
||||
"Version": "12.25.1",
|
||||
"Version": "12.25.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-blob",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-blob",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-common",
|
||||
"Version": "12.24.1",
|
||||
"Version": "12.24.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-common",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-common",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-file-datalake",
|
||||
"Version": "12.18.1",
|
||||
"Version": "12.18.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-file-datalake",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-file-datalake",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-file-share",
|
||||
"Version": "12.21.1",
|
||||
"Version": "12.21.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-file-share",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-file-share",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Name": "azure-storage-queue",
|
||||
"Version": "12.20.1",
|
||||
"Version": "12.20.2",
|
||||
"DevVersion": null,
|
||||
"DirectoryPath": "sdk/storage/azure-storage-queue",
|
||||
"ServiceDirectory": "storage",
|
||||
|
@ -10,5 +10,5 @@
|
|||
"SdkType": "client",
|
||||
"IsNewSdk": true,
|
||||
"ArtifactName": "azure-storage-queue",
|
||||
"ReleaseStatus": "2023-12-04"
|
||||
"ReleaseStatus": "2024-02-22"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче