We need to add ExplicitOperationBindings and RequiresExplicitBinding annotations for the non contained paths followedSites and sites(containmented removed by transform) to allow for the odata actions Add and Remove to show up on the metadata for the type Collection(graph.site)
Following the resolution of https://github.com/microsoft/OpenAPI.NET.OData/issues/232
We need to add
ExplicitOperationBindings
andRequiresExplicitBinding
annotations for the non contained pathsfollowedSites
andsites
(containmented removed by transform) to allow for the odata actions Add and Remove to show up on the metadata for the typeCollection(graph.site)
Change should be similar to the deletedItems change in the PR at https://github.com/microsoftgraph/msgraph-metadata/pull/451/files