-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct: Adds 3.23.1 version #2818
Conversation
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosContainerTests.cs
Show resolved
Hide resolved
…re/azure-cosmos-dotnet-v3 into users/jawilley/direct/3.23.0
@@ -13,7 +13,6 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests | |||
using System.Threading.Tasks; | |||
using Microsoft.Azure.Cosmos.Resource.CosmosExceptions; | |||
using Microsoft.Azure.Cosmos.Tracing; | |||
using Microsoft.Azure.Documents; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is using removal and full scoping intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Direct package file ClientEncryptionPolicy which had a breaking change that removed a property. Cosmos has it's own version of ClientEncryptionPolicy. The tests were validating the direct version instead of the public Cosmos version. I fixed all the tests to use the correct Cosmos.ClientEncryptionPolicy.
Also will leveraging non-blocking cache be a separate PR? |
That will be done in a separate PR. The v3 SDK forked all of the routing files. |
8600eee
…re/azure-cosmos-dotnet-v3 into users/jawilley/direct/3.23.0
Pull Request Template
Description
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber