-
Notifications
You must be signed in to change notification settings - Fork 4.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 onlyIfUnchanged boolean parameter for CreateOrUpdate and Delete operations #11052
Comments
After much discussion, we've decided to instead define a boolean parameter named |
…ions (#11420) * Combine MatchConditions and SearchRequestOptions Fixes #11052 * Redefine ETag properties as Azure.ETag? Fixes #11385 * Update public APIs * Define onlyIfUnchanged for ETag support (#2) This was suggested to match what AppConfiguration does. It simplifies it, with no practical reason for IfNoneMatch. We could always add that later as well. * Update CHANGELOG and public APIs
Seems a critical commit didn't get pushed to the PR branch. |
* Change other SearchServiceClient methods to use onlyIfUnchanged Fixes #11052 * Update public APIs * Resolve PR feedback
We might consider creating an Options class that unions these together for this operation. We can address that comprehensively in the future.
Originally posted by @tg-msft in #11049
The text was updated successfully, but these errors were encountered: