Skip to content

Commit 75bb08f

Browse files
cosmos version change
1 parent 67dc262 commit 75bb08f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Microsoft.Azure.Cosmos.Encryption.Custom/src/EncryptionContainer.cs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -791,13 +791,6 @@ public override Task<IReadOnlyList<FeedRange>> GetFeedRangesAsync(
791791
return this.container.GetFeedRangesAsync(cancellationToken);
792792
}
793793

794-
public override Task<IEnumerable<string>> GetPartitionKeyRangesAsync(
795-
FeedRange feedRange,
796-
CancellationToken cancellationToken = default)
797-
{
798-
return this.container.GetPartitionKeyRangesAsync(feedRange, cancellationToken);
799-
}
800-
801794
public override FeedIterator GetItemQueryStreamIterator(
802795
FeedRange feedRange,
803796
QueryDefinition queryDefinition,
@@ -1010,17 +1003,6 @@ public override async Task<FeedResponse<T>> ReadManyItemsAsync<T>(
10101003
return this.ResponseFactory.CreateItemFeedResponse<T>(responseMessage);
10111004
}
10121005

1013-
public override Task<ResponseMessage> DeleteAllItemsByPartitionKeyStreamAsync(
1014-
Cosmos.PartitionKey partitionKey,
1015-
RequestOptions requestOptions = null,
1016-
CancellationToken cancellationToken = default)
1017-
{
1018-
return this.container.DeleteAllItemsByPartitionKeyStreamAsync(
1019-
partitionKey,
1020-
requestOptions,
1021-
cancellationToken);
1022-
}
1023-
10241006
private async Task<ResponseMessage> ReadManyItemsHelperAsync(
10251007
IReadOnlyList<(string id, PartitionKey partitionKey)> items,
10261008
ReadManyRequestOptions readManyRequestOptions = null,

Microsoft.Azure.Cosmos.Encryption.Custom/src/Microsoft.Azure.Cosmos.Encryption.Custom.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition=" '$(SdkProjectRef)' != 'True' ">
28-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.26.0-preview" />
28+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.32.3" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition=" '$(SdkProjectRef)' == 'True' ">

0 commit comments

Comments
 (0)