-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Define match conditions for CreateOrUpdate and Delete operations #11116
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
60d8822
sync
rakshith91 722fd37
async
rakshith91 92207f7
lint
rakshith91 288b46b
Update sdk/search/azure-search-documents/azure/search/documents/_serv…
96d1318
tests fix
rakshith91 f026a13
use match conditiond
rakshith91 4e01084
error map
rakshith91 146b6b3
fix test
rakshith91 a144727
lint
rakshith91 79da71a
comments
rakshith91 24b2180
test_utils
rakshith91 0a84da3
Update sdk/search/azure-search-documents/azure/search/documents/_serv…
4a3e126
Update sdk/search/azure-search-documents/azure/search/documents/_serv…
b0ca117
Update sdk/search/azure-search-documents/azure/search/documents/_serv…
756fd7a
Revert "Update sdk/search/azure-search-documents/azure/search/documen…
rakshith91 e8203d7
fix
rakshith91 139c208
more changes
rakshith91 63c1328
Merge branch 'master' into match_con
rakshith91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
I think we need more consistency in
create_or_update
method signatures across clients. We have 3 different ways of implementing them already :)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.
Can you be more specific?
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.
Will drag this discussion off the PR and send a mail about it.