You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which service(blob, file, queue, table) does this issue concern?
Blob Storage
Which version of the Azurite was used?
3.33.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
NPM
What's the Node.js version?
20.13.1
What problem was encountered?
Trying to perform a batch delete against azurite does not work, raising this error:
com.azure.storage.blob.models.BlobStorageException: InvalidInput
at com.azure.storage.blob.batch.BlobBatchHelper.lambda$mapBatchResponse$0(BlobBatchHelper.java:99)
Running the same code against a Azure Blob proper works.
Which service(blob, file, queue, table) does this issue concern?
Blob Storage
Which version of the Azurite was used?
3.33.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
NPM
What's the Node.js version?
20.13.1
What problem was encountered?
Trying to perform a batch delete against azurite does not work, raising this error:
Running the same code against a Azure Blob proper works.
Seems to be the same issue as #2309 .
Steps to reproduce
Sample code:
Azurite debug.log output: debug.log
The text was updated successfully, but these errors were encountered: