microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet
[Beta] SharePoint Embedded - Missing "Create" container type registration method?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 112
- Forks
- 37
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 3
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Client.Storage.FileStorage.ContainerTypeRegistrations[] and compare the available beta SDK surface with the linked Microsoft Graph containerTypeRegistrations documentation. Confirm that the registration resource supports the documented PUT operation, then verify that a call using the reported payload shape is exposed and usable through the SDK hierarchy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100