Adding NOT CONTAINS support to Criteria Queries.#30379
Merged
trande4884 merged 4 commits intoAzure:mainfrom Aug 11, 2022
Merged
Adding NOT CONTAINS support to Criteria Queries.#30379trande4884 merged 4 commits intoAzure:mainfrom
trande4884 merged 4 commits intoAzure:mainfrom
Conversation
Adding unit tests for NOT CONTAINS and CONTAINS since they did not exist.
2 tasks
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kushagraThapar
approved these changes
Aug 11, 2022
Member
kushagraThapar
left a comment
There was a problem hiding this comment.
LGTM, thanks @trande4884 for this new feature.
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Develop a presentation on something you have been working on and present to the team |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding NOT CONTAINS support to Criteria Queries.
Adding unit tests for NOT CONTAINS and CONTAINS since they did not exist.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines