I've upgraded a number of projects, and their dependencies, from Microsoft.Azure.Storage.Blob 9.4.2 to 10.0.1, which included the breaking namespace changes. Everything was going great, until I upgraded an environment that's using the Premium Block
Blob service, in which case I get a StorageException with the following error:
"The value for one of the HTTP headers is not in the correct format."
The specific header called out in the exception detail is "x-ms-version" with a value of "2018-11-09". My guess is that the premium service is on the older API version, and doesn't support this newer client.
Can someone from the Storage team confirm? Is there a plan or ETA?
Someone already opened an issue on GitHub here:
https://github.com/Azure/azure-storage-net/issues/884
But the issues board there doesn't seem all that active, and I'm not sure it's actually an issue with the client.