microsoftgraph/MSGraph-SDK-Code-Generator

Add support for SupportedFormats capability annotation.

darrelmiller opened this issue · 1 comments

The SupportedFormats annotation indicates which media types are supported for an entity container. The presence of this annotation should cause SDKs to support adding a format query parameter to a request.

https://github.com/oasis-tcs/odata-vocabularies/blob/master/vocabularies/Org.OData.Capabilities.V1.xml#L135

This feature is used by DriveItem and a many of our reports.
https://docs.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=http
AB#7603