Skip to content

Commit 431a854

Browse files
Merge pull request #2379 from pauljewellmsft/known-issues
Update known issues to account for latest GA version
2 parents bf6816a + 953d9ce commit 431a854

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

api/overview/azure/latest/storage.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
---
2-
title: Azure Storage SDK for .NET
3-
description: Reference for Azure Storage SDK for .NET
4-
author: seanmcc-msft
5-
ms.author: seanmcc
6-
ms.data: 09/12/2023
7-
ms.topic: reference
8-
ms.devlang: dotnet
9-
ms.service: storage
10-
ms.date: 09/19/2022
11-
---
1+
---
2+
title: Azure Storage SDK for .NET
3+
description: Reference for Azure Storage SDK for .NET
4+
author: seanmcc-msft
5+
ms.author: seanmcc
6+
ms.data: 09/12/2023
7+
ms.topic: reference
8+
ms.devlang: dotnet
9+
ms.service: storage
10+
ms.date: 09/19/2022
11+
---
1212
# Azure Storage client libraries for .NET
1313

1414
The Azure Storage client libraries for .NET offer a convenient interface for making calls to Azure Storage. For more information about Azure Storage, see [Introduction to Azure Storage](/azure/storage/common/storage-introduction).
@@ -75,7 +75,7 @@ This section details known issues for the Azure Storage client libraries for .NE
7575

7676
### InvalidHeaderValue error message when using beta version of SDK
7777

78-
In rare scenarios, applications that have upgraded to a beta 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:
78+
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:
7979

8080
```console
8181
HTTP/1.1 400 The value for one of the HTTP headers is not in the correct format.
@@ -90,4 +90,4 @@ RequestId:<REMOVED>
9090
Time:2023-05-19T17:10:34.2972651Z</Message><HeaderName>x-ms-version</HeaderName><HeaderValue>yyyy-mm-dd</HeaderValue></Error>
9191
```
9292

93-
If you've upgraded to a beta version of the SDK and you experience this error, it's recommended that you downgrade to a supported, generally available version of the SDK to see if the issue resolves. If the issue persists, or if the recommendation is not feasible, [open a support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) to explore further options.
93+
If you've upgraded to the latest beta or generally available version of the SDK and you experience this error, it's recommended that you downgrade to the previous generally available version of the SDK to see if the issue resolves. If the issue persists, or if the recommendation is not feasible, [open a support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) to explore further options.

0 commit comments

Comments
 (0)