Skip to content

Commit

Permalink
added Taiwan regions
Browse files Browse the repository at this point in the history
  • Loading branch information
NaluTripician committed Mar 25, 2024
1 parent 57a5aa1 commit e3b5f58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,15 @@ public static class Regions
/// Name of the Azure Spain Central region in the Azure Cosmos DB service.
/// </summary>
public const string SpainCentral = "Spain Central";

/// <summary>
/// Name of the Azure Taiwan North region in the Azure Cosmos DB service.
/// </summary>
public const string TaiwanNorth = "TaiwanNorth";

/// <summary>
/// Name of the Azure Taiwan Northwest region in the Azure Cosmos DB service.
/// </summary>
public const string TaiwanNorthwest = "TaiwanNorthwest";
}
}

0 comments on commit e3b5f58

Please sign in to comment.