Skip to content

Bulk record creation API fix for MSI

Ankur Rawat requested to merge ankurrawat/bulkAPIFix into master

Current Bulk Executor API used Document Client which is creeated with cosmos-primary-key. To move to MSI, we need a client which can be created with DefaultCreds. Made changes for the same.

Merge request reports