Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changing to NotSupprotedImplementation
  • Loading branch information
kirankumarkolli committed Oct 18, 2024
commit 9e032bb97ff308d535b309afbcd49145548e35c9
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ public virtual Task<ResponseMessage> DeleteAllItemsByPartitionKeyStreamAsync(
RequestOptions requestOptions = null,
CancellationToken cancellationToken = default)
{
throw new NotImplementedException();
throw new NotSupportedException("Deriving classes are expected to override this method with a valid implementation");
}

#if PREVIEW
Expand Down