[azblob] container Client.FilterBlobs returns error is the query contains a space character #23546
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Bug Report
import path of package in question:
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
SDK version:
1.4.1
go version
:1.21.2
What happened?
Tried to use
container/Client.FilterBlobs
with the following query:"deploymentID"='id' AND "sha256hash"='hash'
This returned a 400:
To get back a list of blobs with matching tags.
Call
FilterBlobs
with a query containing spaces anywhere:"test"='I have a space'
will also do itLooks like the same issue as #17421, which was fixed for another client in #19742
No
The text was updated successfully, but these errors were encountered: