microsoftgraph / msgraph-metadata

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

Unsupported ``$count`` in ``/users/{user-id}/authentication/methods/$count`` path returning 400 http status code #648

Open timayabi2020 opened 3 months ago

timayabi2020 commented 3 months ago

The path /users/{user-id}/authentication/methods/$count does not have an Api reference document here https://learn.microsoft.com/en-us/graph/api/resources/authenticationmethod?view=graph-rest-1.0 and also returns a 400. This should be removed from subsequent Open Api refresh

matt-gribben commented 2 months ago

I've also run into this issue, this is because $count used to exist but no longer does (it was at least available in Microsoft.Graph.Beta 5.56.0)