We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7574b98 commit 9dc9782Copy full SHA for 9dc9782
1 file changed
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DirectContractTests.cs
@@ -63,6 +63,7 @@ public void MappedRegionsTest()
63
string[] locationNames = typeof(LocationNames)
64
.GetMembers(BindingFlags.Static | BindingFlags.Public)
65
.Select(e => e.Name)
66
+ .Where(e => e != "GermanyCentral" && e != "GermanyNortheast") // Decommissioned regions
67
.ToArray();
68
69
if (locationNames.Length > cosmosRegions.Length)
0 commit comments