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

"az storage blob filter --tag-filter" not supported #2239

Open srfrnk opened 11 months ago

srfrnk commented 11 months ago
$ az storage blob filter --tag-filter "Status"='UNPROCESSED'
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Current API is not implemented yet. Please vote your wanted features to https://github.com/azure/azurite/issues
RequestId:da0efd2c-7ffd-4113-a571-cda15010d265
Time:2023-10-19T16:31:26.061Z
ErrorCode:APINotImplemented

Any workarounds? At least can this return an empty result rather then failing with status code 500 which break apps?

blueww commented 11 months ago

@EmmaZhu is working on blob tag filter, she can share the development progress with you.

HimanshuBaneshi commented 9 months ago

Hello Getting the same issue for me please can anyone help on it

Screenshot 2023-12-26 at 6 23 53 PM
blueww commented 9 months ago

There's already draft PR for this. We are working on review and refine the PR.