Closed blueww closed 4 years ago
In incoming request header, Update
is used while in RESTful doc, action should be update
.
"x-ms-sequence-number-action":"Update"
It's a behavior .Net SDK doesn't align with document, while XStore actually parser the parameter values case insensitive. It brings difficult for Azurite, because swagger used by Azurite define update sequense number action as a string enum, while max
and Max
cannot be provided toghether.
Latest v12 storage .net SDK has updated to align using lower case, will leave this as an open issue.
Which service(blob, file, queue, table) does this issue concern?
blob
Which version of the Azurite was used?
3.3.0-preview
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
VS code
What's the Node.js version?
v10.15.3
What problem was encountered?
Blob_SetHTTPHeaders:On page blob, set sequence-number doesn't update the blob. Like set sequence-number to 5, the return value is still 0.
Steps to reproduce the issue?
On a page blob, set sequence-number to 5, the return value is still 0.
Have you found a mitigation/solution?
No Debug Log:
Test Case: