Skip to content
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

Region Availability: Adds Spain Central and Mexico Central Regions For Public Usage. #4279

Prev Previous commit
Next Next commit
Code changes to fix test failures.
  • Loading branch information
kundadebdatta committed Jan 25, 2024
commit 40c553763a69e1dfdd95f77c39e274463cd74571
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public void TestIsValidConsistencyLevelOverwrite_BoundedPromotionsRejected(
Documents.OperationTypeExtensions.IsReadOperation(operationType)
&& operationType != Documents.OperationType.Head
&& operationType != Documents.OperationType.HeadFeed
&& operationType != Documents.OperationType.QueryPlan);
&& operationType != Documents.OperationType.QueryPlan
&& operationType != Documents.OperationType.MetadataCheckAccess);
kundadebdatta marked this conversation as resolved.
Show resolved Hide resolved
}

return perOperationOverride;
Expand Down
Loading