Restore
Action Should Only Be Bound On directory/deletedItems
#169
Labels
priority:p1
High priority but not blocking.
Restore
action bound on directoryObject should only be applied todirectory/deletedItems/{id}
and not the derived types ofdirectoryObject
. See https://docs.microsoft.com/en-us/graph/api/directory-deleteditems-restore?view=graph-rest-1.0&tabs=http.We currently don't have an OData capability annotation that we can use to restrict how OData actions and functions are bound.
The lack of this restriction results in a broken experience for customers using our SDKs since the generated actions bound on the derived types fail with a status code of 400.
Current representation in the CSDL
The text was updated successfully, but these errors were encountered: