You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior: BulkAllRequestDescriptor does not have an implicit conversion operator to cast to BulkAllRequest. So we cannot use the descriptor within the BulkAll call directly. We have to manually create a BulkAllRequest,