microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet

BulkUpload is missing PostAsync method

Open
#731 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

  1. In Visual Studio, the methods listed include GetAsync, PatchAsync, and DeleteAsync. PostAsync is missing.
image

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.