orderby enum should not contain complex types OR should project sub-properties that are not complex types #613
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
type:bug
A broken experience
for
GET /me/calendar/events
we currently project an enum value ofstart
andstart desc
.This ends up failing on the service because the start property is a complex type and cannot be used for ordering.
The conversion library should either:
start/dateTime desc
)If we go with 2, this brings a couple of questions:
This also impacts graph explorer as we're suggesting customers things that cannot work.
The text was updated successfully, but these errors were encountered: