Missing query parameters for raw count endpoints #313
Labels
priority:p2
Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days
type:bug
A broken experience
Milestone
The raw count endpoints ($count path item) are missing query parameters descriptions from the parent endpoint.
The service supports
https://graph.microsoft.com/v1.0/me/messages/$count?$filter=isDraft eq false
but the conversion process is missing the query parameters from messages on the $count path item.Assemblies affected
1.2.0-preview8
Expected result
$count endpoints to have query parameters from the parent set/collection (filter, search and custom parameters)
http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_AddressingtheCountofaCollection
The text was updated successfully, but these errors were encountered: