We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a5aa1 commit e3b5f58Copy full SHA for e3b5f58
Microsoft.Azure.Cosmos/src/Regions.cs
@@ -374,5 +374,15 @@ public static class Regions
374
/// Name of the Azure Spain Central region in the Azure Cosmos DB service.
375
/// </summary>
376
public const string SpainCentral = "Spain Central";
377
+
378
+ /// <summary>
379
+ /// Name of the Azure Taiwan North region in the Azure Cosmos DB service.
380
+ /// </summary>
381
+ public const string TaiwanNorth = "TaiwanNorth";
382
383
384
+ /// Name of the Azure Taiwan Northwest region in the Azure Cosmos DB service.
385
386
+ public const string TaiwanNorthwest = "TaiwanNorthwest";
387
}
388
0 commit comments