microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet
BulkUpload is missing PostAsync 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
BulkUpload is missing Post or PostAsync method as described in the docs here: https://learn.microsoft.com/en-us/graph/api/synchronization-synchronizationjob-post-bulkupload?view=graph-rest-beta&tabs=http
To Reproduce
Steps to reproduce the behavior:
- In Visual Studio, the methods listed include GetAsync, PatchAsync, and DeleteAsync. PostAsync is missing.
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 by comparing the BulkUpload methods visible in Visual Studio with the Microsoft Graph bulk upload documentation linked in the issue. Identify where this SDK exposes BulkUpload operations and verify the missing Post or PostAsync surface; done when the documented operation is available alongside GetAsync, PatchAsync, and DeleteAsync.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100