locked
Premium Block Blob Storage and Microsoft.Azure.Storage.Blob 10.0.1 RRS feed

  • Question

  • 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.

    Tuesday, April 23, 2019 6:01 PM

Answers

  • Hello Travis,

    Apologies for the delayed response!

    I reached out to the internal Storage teams and they have fixed the issue and updated the configurations of service API.

    Kindly, Let us know if you need any further assistance on this.

    • Proposed as answer by YASWANTH MADI Thursday, April 25, 2019 3:39 AM
    • Marked as answer by Travis Troyer Thursday, April 25, 2019 3:49 AM
    Thursday, April 25, 2019 3:39 AM

All replies

  • Hello Travis,

    Apologies for the delayed response!

    I reached out to the internal Storage teams and they have fixed the issue and updated the configurations of service API.

    Kindly, Let us know if you need any further assistance on this.

    • Proposed as answer by YASWANTH MADI Thursday, April 25, 2019 3:39 AM
    • Marked as answer by Travis Troyer Thursday, April 25, 2019 3:49 AM
    Thursday, April 25, 2019 3:39 AM
  • It does appear to be fixed at this point.  Thank you.
    Thursday, April 25, 2019 3:50 AM