Skip to content

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

@jimmywim

Description

@jimmywim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions