Skip to content

Commit

Permalink
Changing to NotSupprotedImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankumarkolli committed Oct 18, 2024
1 parent d59b6ec commit 9e032bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Resource/Container/Container.cs
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

0 comments on commit 9e032bb

Please sign in to comment.