microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet

.Storage.FileStorage.ContainerTypeRegistrations["containerTypeID"] is missing PutAsync

Open
#1,066 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status:waiting-for-triage type:feature
Dominant language
C#
Stars
112
Forks
37
Avg merge
14h 57m
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe the problem.

https://learn.microsoft.com/en-us/graph/api/filestorage-post-containertyperegistrations?view=graph-rest-beta
In the current Beta Version of the Graph API containerTypeRegistrations are added via a Put request, the dotnetSdk currently only allows a Patch request, which is blocked by the API if the registration is not added yet.

Describe the solution you'd like.

Add the PutAsync function calling the https://graph.microsoft.com/beta/storage/fileStorage/containerTypeRegistrations/{containerTypeId} with a Put request

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 Storage.FileStorage.ContainerTypeRegistrations["containerTypeID"] and compare the existing PATCH operation with the Microsoft Graph beta containerTypeRegistrations endpoint described in the issue. Add the corresponding PutAsync operation and verify that it targets the specified container type ID with a PUT request.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.