From 9244c2ebeacc0fe43e3cc46472a8d436d8c4b215 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:41:05 -0700 Subject: [PATCH] Docs.MS Release Updates for azure-storage-blob-batch (#1293) Update docs metadata and targeting for release of azure-storage-blob-batch --- .../storage-blob-batch-readme-pre.md | 25 +++++++++++-------- package.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/docs-ref-services/storage-blob-batch-readme-pre.md b/docs-ref-services/storage-blob-batch-readme-pre.md index b4c75f6e6223..87796bfd560c 100644 --- a/docs-ref-services/storage-blob-batch-readme-pre.md +++ b/docs-ref-services/storage-blob-batch-readme-pre.md @@ -3,7 +3,7 @@ title: Azure Storage Blobs Batch client library for Java keywords: Azure, java, SDK, API, azure-storage-blob-batch, storage author: maggiepint ms.author: magpint -ms.date: 07/07/2020 +ms.date: 10/01/2020 ms.topic: article ms.prod: azure ms.technology: azure @@ -11,7 +11,7 @@ ms.devlang: java ms.service: storage --- -# Azure Storage Blobs Batch client library for Java - Version 12.6.0-beta.1 +# Azure Storage Blobs Batch client library for Java - Version 12.7.0-beta.1 Azure Blob storage is Microsoft's object storage solution for the cloud. Blob @@ -25,7 +25,7 @@ definition, such as text or binary data. ### Prerequisites -- Java Development Kit (JDK) with version 8 or above +- [Java Development Kit (JDK)][jdk] with version 8 or above - [Azure Subscription][azure_subscription] - [Create Storage Account][storage_account] @@ -36,15 +36,15 @@ definition, such as text or binary data. com.azure azure-storage-blob-batch - 12.6.0-beta.1 + 12.7.0-beta.1 ``` [//]: # ({x-version-update-end}) ### Create a Storage Account -To create a Storage Account you can use the Azure Portal or [Azure CLI][storage_account_create_cli]. +To create a Storage Account you can use the [Azure Portal][azure_portal] or [Azure CLI][storage_account_create_cli]. -```Powershell +```bash az storage account create \ --resource-group \ --name \ @@ -66,14 +66,14 @@ Blob storage is designed for: The following sections provide several code snippets covering some of the most common Azure Storage Blob Batch tasks, including: -- [Creating BlobBatchClient](#create-blobbatchclient) +- [Creating BlobBatchClient](#creating-blobbatchclient) - [Bulk Deleting Blobs](#bulk-deleting-blobs) - [Bulk Setting AccessTier](#bulk-setting-accesstier) - [Advanced Batching](#advanced-batching) ### Creating BlobBatchClient -Create a BlobBatchClient from a [`BlobServiceClient`](). +Create a BlobBatchClient from a [BlobServiceClient][blob_service_client]. ```java @@ -179,16 +179,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. -[source]: https://github.com/Azure/azure-sdk-for-java/tree/c548afc068451c8f24e503f24a369e7145091995/sdk/storage/azure-storage-blob-batch/src/main/java +[source]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.7.0-beta.1/sdk/storage/azure-storage-blob-batch/src/main/java [docs]: http://azure.github.io/azure-sdk-for-java/ [rest_docs]: https://docs.microsoft.com/rest/api/storageservices/blob-service-rest-api [product_docs]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-overview -[samples]: https://github.com/Azure/azure-sdk-for-java/tree/c548afc068451c8f24e503f24a369e7145091995/sdk/storage/azure-storage-blob-batch/src/samples +[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-storage-blob-batch_12.7.0-beta.1/sdk/storage/azure-storage-blob-batch/src/samples +[jdk]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable [azure_subscription]: https://azure.microsoft.com/free/ [storage_account]: https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal +[azure_portal]: https://docs.microsoft.com/azure/storage/common/storage-account-create?tabs=azure-portal [storage_account_create_cli]: https://docs.microsoft.com/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.7.0-beta.1/sdk/storage/azure-storage-blob#create-a-storage-account [error_codes]: https://docs.microsoft.com/rest/api/storageservices/blob-service-error-codes -[blob_samples]: https://github.com/Azure/azure-sdk-for-java/tree/c548afc068451c8f24e503f24a369e7145091995/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.7.0-beta.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/ diff --git a/package.json b/package.json index 9a11ad204fe1..14c42f7e3460 100644 --- a/package.json +++ b/package.json @@ -854,7 +854,7 @@ "packageDownloadUrl": "https://repo1.maven.org/maven2", "packageGroupId": "com.azure", "packageArtifactId": "azure-storage-blob-batch", - "packageVersion": "12.6.0-beta.1", + "packageVersion": "12.7.0-beta.1", "inputPath": [], "excludePath": [] },