microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet
.Storage.FileStorage.ContainerTypeRegistrations["containerTypeID"] is missing PutAsync
Nobody has claimed this yet.
- 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
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 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