-
Notifications
You must be signed in to change notification settings - Fork 263
Description
Describe the bug
We're trying to simplify onboarding onto SharePoint Embedded in our product by using MS Graph from within our application to register the container type in the consuming tenant.
This documentation gives information on this using the PUT method on
https://graph.microsoft.com/beta/storage/fileStorage/containerTypeRegistrations
(documentation link: https://learn.microsoft.com/en-gb/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-beta&tabs=http)
Expected behavior
Be able to call "...FileStorage.ContainerTypeRegistrations[<containerTypeId].PutAsync(<payload>);
How to reproduce
Install 5.130.0-preview of the Microsoft.Graph.Beta package, navigate the object hierarchy:
Client.Storage.FileStorage.ContainerTypeRegistrations[] and notice the missing PutAsync method.
SDK Version
5.130.0-preview
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
No response
Other information
No response