microsoftgraph/msgraph-metadata

Missing derived type contraint annotation for microsoft.graph.sitePage

andrueastman opened this issue · 2 comments

This causes the missing paths in generated SDKs and would need to be added to unlock

  • The odata cast path /sites/{site-id}/pages/{page-id}/microsoft.graph.sitePage
  • Nested nativagation properties under the microsoft.graph.sitePage type i.e webParts and canvasLayout

References

@andrueastman Does this issue cover the webpart endpoints as well?

E.g.

https://learn.microsoft.com/en-us/graph/api/webpart-list?view=graph-rest-beta

Those are missing completely in the Graph Beta SDK for .NET.

I read the Pages API is due for GA in a couple of months. Is the OpenAPI spec part of the definition of done for API GA? Just to calibrate expectations regarding client SDK coverage vs raw REST calls.

@andrueastman Does this issue cover the webpart endpoints as well?

Yes this should be case. This should be resolved on the merge of #546