diff --git a/docs-ref-services/latest/storage.md b/docs-ref-services/latest/storage.md index cc5c44679b800..ddfd7a0d4c9a8 100644 --- a/docs-ref-services/latest/storage.md +++ b/docs-ref-services/latest/storage.md @@ -1,10 +1,10 @@ --- title: Azure Storage SDK for Java description: Reference for Azure Storage SDK for Java -ms.date: 04/07/2025 +ms.date: 04/08/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) @@ -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)