microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Support for BulkUpload requests
Nobody has claimed this yet.
- 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
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 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