We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given this CSDL
<Function Name="getOffice365ActivationCounts" IsBound="true"> <Parameter Name="reportRoot" Type="graph.reportRoot"/> <ReturnType Type="Edm.Stream" Nullable="false"/> </Function>
We are currently generating this,
/reports/microsoft.graph.getOffice365ActivationCounts(): get: responses: '200': description: Success content: application/json: schema: type: object properties: value: type: string format: base64url
Which should be
/reports/microsoft.graph.getOffice365ActivationCounts(): get: responses: '200': description: Success content: application/octet-stream: {}
The text was updated successfully, but these errors were encountered:
Related to microsoftgraph/msgraph-metadata#79
Sorry, something went wrong.
Edm.Stream
application/octet-stream
irvinesunday
Successfully merging a pull request may close this issue.
Given this CSDL
We are currently generating this,
Which should be
The text was updated successfully, but these errors were encountered: