From 7a3d404d86736fd44c02d704f2ff3725408b701d Mon Sep 17 00:00:00 2001 From: Stephen Haas <24532503+stevenmatthew@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:33:50 -0700 Subject: [PATCH 1/3] Update storage.md Added clarification on InvalidHeaderValue error message when using beta or generally available SDK version --- docs-ref-services/latest/storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-services/latest/storage.md b/docs-ref-services/latest/storage.md index bcbc5801a0b71..5fd22b52374b7 100644 --- a/docs-ref-services/latest/storage.md +++ b/docs-ref-services/latest/storage.md @@ -311,7 +311,7 @@ Update client library versions according to the table above. [Back to list of known issues](#list-of-known-issues) -### 10. InvalidHeaderValue error message when using beta version of SDK +### 10. InvalidHeaderValue error message when using beta or generally available version of SDK In rare scenarios, applications that have upgraded to the latest beta or generally available version of the SDK can receive an `InvalidHeaderValue` error message. This issue can occur when using any of the Storage libraries. The error message looks similar to the following sample: @@ -366,4 +366,4 @@ In the **azure-storage-file-share** package, the `ShareFileClient.downloadToFile Update client library versions according to the table above. -[Back to list of known issues](#list-of-known-issues) \ No newline at end of file +[Back to list of known issues](#list-of-known-issues) From 8f1cd711c49cfa82f35f875911478c6e4bf853eb Mon Sep 17 00:00:00 2001 From: Stephen Haas <24532503+stevenmatthew@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:10:51 -0700 Subject: [PATCH 2/3] Update storage.md service and error message --- docs-ref-services/latest/storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-services/latest/storage.md b/docs-ref-services/latest/storage.md index 5fd22b52374b7..fc71fd1dc7937 100644 --- a/docs-ref-services/latest/storage.md +++ b/docs-ref-services/latest/storage.md @@ -4,7 +4,7 @@ description: Reference for Azure Storage SDK for Java ms.date: 04/04/2025 ms.topic: reference ms.devlang: java -ms.service: storage +ms.service: azure-storage --- # Azure Storage libraries for Java @@ -130,7 +130,7 @@ If you have questions or need additional help, please [create a support ticket]( 1. [Message content incorrectly erased when only visibility timeout set](#7-message-content-incorrectly-erased-when-only-visibility-timeout-set) 1. [Client-side encryption updated to use AES-GCM due to security vulnerabilities in CBC mode](#8-client-side-encryption-updated-to-use-aes-gcm-due-to-security-vulnerabilities-in-cbc-mode) 1. [Incorrect data being downloaded with downloadToFile() when underlying REST requests are retried](#9-incorrect-data-being-downloaded-with-downloadtofile-when-underlying-rest-requests-are-retried) -1. [InvalidHeaderValue error message when using beta version of SDK](#10-invalidheadervalue-error-message-when-using-beta-version-of-sdk) +1. [InvalidHeaderValue error message when using beta or generally available version of SDK](#10-invalidheadervalue-error-message-when-using-beta-or-generally-available-version-of-sdk) 1. [Uploading with `BlobClient.upload(InputStream data)` overwrites existing blob by default](#11-uploading-with-blobclientuploadinputstream-data-overwrites-existing-blob-by-default) 1. [Downloading with `ShareFileClient.downloadToFile()` can write incorrect data to a file](#12-downloading-with-sharefileclientdownloadtofile-can-write-incorrect-data-to-a-file) From 4137f24a54440c1f305a81c999fcbca6117dca9d Mon Sep 17 00:00:00 2001 From: Stephen Haas <24532503+stevenmatthew@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:53:05 -0700 Subject: [PATCH 3/3] Update storage.md --- docs-ref-services/latest/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-services/latest/storage.md b/docs-ref-services/latest/storage.md index fc71fd1dc7937..ddfd7a0d4c9a8 100644 --- a/docs-ref-services/latest/storage.md +++ b/docs-ref-services/latest/storage.md @@ -1,7 +1,7 @@ --- title: Azure Storage SDK for Java description: Reference for Azure Storage SDK for Java -ms.date: 04/04/2025 +ms.date: 04/08/2025 ms.topic: reference ms.devlang: java ms.service: azure-storage