Skip to content

Commit e3b5f58

Browse files
committed
added Taiwan regions
1 parent 57a5aa1 commit e3b5f58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Microsoft.Azure.Cosmos/src/Regions.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,15 @@ public static class Regions
374374
/// Name of the Azure Spain Central region in the Azure Cosmos DB service.
375375
/// </summary>
376376
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+
/// <summary>
384+
/// Name of the Azure Taiwan Northwest region in the Azure Cosmos DB service.
385+
/// </summary>
386+
public const string TaiwanNorthwest = "TaiwanNorthwest";
377387
}
378388
}

0 commit comments

Comments
 (0)