Commit fbd7d28
Region Availability: Adds missing regions from Direct 3.42.4 (#5786)
## Description
Adds 3 regions introduced in Direct SDK 3.42.3/3.42.4 that were missing
from `Cosmos.Regions` and the API contract baseline:
- `SoutheastAsia3` → `Southeast Asia 3`
- `SaudiArabiaEast` → `Saudi Arabia East`
- `WestCentralUSFRE` → `West Central US FRE`
These were added to `LocationNames` in the Direct package bump (#5779)
but the corresponding `Regions.cs` entries and contract baseline were
not updated, causing `MappedRegionsTest` to fail.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## Does this introduce a breaking change?
No. Additive-only: 3 new public `const string` fields.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2507de6 commit fbd7d28
2 files changed
Lines changed: 30 additions & 0 deletions
File tree
- Microsoft.Azure.Cosmos
- src
- tests/Microsoft.Azure.Cosmos.Tests/Contracts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
489 | 494 | | |
490 | 495 | | |
491 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
492 | 507 | | |
493 | 508 | | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8193 | 8193 | | |
8194 | 8194 | | |
8195 | 8195 | | |
| 8196 | + | |
| 8197 | + | |
| 8198 | + | |
| 8199 | + | |
| 8200 | + | |
8196 | 8201 | | |
8197 | 8202 | | |
8198 | 8203 | | |
| |||
8228 | 8233 | | |
8229 | 8234 | | |
8230 | 8235 | | |
| 8236 | + | |
| 8237 | + | |
| 8238 | + | |
| 8239 | + | |
| 8240 | + | |
8231 | 8241 | | |
8232 | 8242 | | |
8233 | 8243 | | |
| |||
8363 | 8373 | | |
8364 | 8374 | | |
8365 | 8375 | | |
| 8376 | + | |
| 8377 | + | |
| 8378 | + | |
| 8379 | + | |
| 8380 | + | |
8366 | 8381 | | |
8367 | 8382 | | |
8368 | 8383 | | |
| |||
0 commit comments