Filter substringof
and top
parameter cannot work together in Resources#List
#6967
Labels
substringof
and top
parameter cannot work together in Resources#List
#6967
When I call rest api
and filter contains a clause of
substringof
, then thetop
parameter will be ignored.To reproduce:
I used Postman to send this rest api request. Armclient or az CLI cannot get the filter in this request to work. I filed another issue about this in the armclient repo.
Use postman and call GET
Expected behaviour: Getting a response with 2 entries with name contains
test
in them and anextLink
for a url that I can fetch rest part of the full result list.Actual behaviour: Getting a full list of filtered resources, as if the top parameter get ignored.
If I replace this filter with another one without
substringof
clause, the top parameter works fine.The text was updated successfully, but these errors were encountered: