microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

Support for BulkUpload requests

Open
#2,598 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dependency:metadata type:feature
Dominant language
C#
Stars
789
Forks
264
Avg merge
15h 17m
Merged PRs (30d)
3

Description

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

What I'm trying to do is submit BulkUploads via API inbound provisioning. BulkUpload information can be found HERE. I'd like to do this using the Graph SDK, but the functionality doesn't appear to exist at this time.

I can see where the BulkUpload object has been added to the model HERE.

There is no POST method on the associated BulkUploadRequestBuilder object HERE.

Describe the solution you'd like.

I'd like the Graph SDK to be updated to support creation and reading (get status) of BulkUploads.

Additional context?

No response

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 with the linked generated BulkUpload.cs model and ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs. Compare the Microsoft Graph BulkUpload API documentation with the request-builder surface to understand the required creation and status-reading operations. Done means the SDK exposes both operations and verifies the generated API behavior with the repository's relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
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.