Skip to content

Commit

Permalink
Code changes to mark the Israel Central region as public.
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta committed Jun 16, 2023
1 parent 4018104 commit 154c247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,10 @@ public static class Regions
/// Name of the Azure Italy North region in the Azure Cosmos DB service.
/// </summary>
public const string ItalyNorth = "Italy North";

/// <summary>
/// Name of the Azure Israel Central region in the Azure Cosmos DB service.
/// </summary>
public const string IsraelCentral = "Israel Central";
}
}

0 comments on commit 154c247

Please sign in to comment.