microsoftgraph / msgraph-metadata

Microsoft Graph metadata captured and used for generating client library code files.
https://graph.microsoft.com
MIT License
98 stars 27 forks source link

GET `auditLogs/signIns` OpenAPI specifies `$count` query parameter & which is not supported by API #640

Open Ndiritu opened 3 weeks ago

Ndiritu commented 3 weeks ago

v1 OpenAPI for auditLogs/signIns contains $count query parameter & a /auditLogs/signIns/$count endpoint which the API doesn't support: image

Neither is it mentioned in their docs

We might need to add a transform to explicitly make Countable false