microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet

[Beta] SharePoint Embedded - Missing "Create" container type registration method?

Open
#1,097 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug: metadata
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.