microsoftgraph / msgraph-sdk-dotnet

Microsoft Graph Client Library for .NET!
https://graph.microsoft.com
Other
703 stars 249 forks source link

Support for BulkUpload requests #2598

Open FIMTooler opened 3 months ago

FIMTooler commented 3 months ago

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

andrueastman commented 3 months ago

Depends on https://github.com/microsoftgraph/msgraph-metadata/issues/437