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