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
Bump Cosmos SDK to 3.33.0 and remove PartitionKey.None workaround in the CosmosDBConverter.
// Workaround until bug in Cosmos SDK is fixed// Currently pending release: https://github.com/Azure/azure-cosmos-dotnet-v3/commit/d6e04a92f8778565eb1d1452738d37c7faf3c47aQueryRequestOptionsqueryRequestOptions=new();if(partitionKey!=PartitionKey.None){queryRequestOptions=new(){PartitionKey=partitionKey};}
Uh oh!
There was an error while loading. Please reload this page.
Bump Cosmos SDK to 3.33.0 and remove PartitionKey.None workaround in the CosmosDBConverter.
to
This is the commit that we are waiting to be released in the Cosmos SDK:
The text was updated successfully, but these errors were encountered: