Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

Implement the BlobContainerClient.FindBlobsByTagsAsync method #2345

Open ilkkab opened 8 months ago

ilkkab commented 8 months ago

Which service(blob, file, queue, table) does this issue concern?

BlobContainerClient.FindBlobsByTagsAsync method

Which version of the Azurite was used?

3.29.0

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

Both npm and Docker.

What's the Node.js version?

10.2.4

What problem was encountered?

Azurite throws: Exception: Azure.RequestFailedException: Current API is not implemented yet. Please vote your wanted features to https://github.com/azure/azurite/issues

When the method was called.

Steps to reproduce the issue?

Just call the function

If possible, please provide the debug log using the -d parameter, replacing \<pathtodebuglog> with an appropriate path for your OS, or review the instructions for docker containers:

-d "<pathtodebuglog>"

Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.

Have you found a mitigation/solution?

blueww commented 8 months ago

There's already an issue to track this: https://github.com/Azure/Azurite/issues/1873

We are working on it.