Skip to content

Commit

Permalink
Documentation: Fixes EUAP in Comments (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
PramodValavala-MSFT authored Nov 21, 2022
1 parent 2681be8 commit 010e4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ public static class Regions
public const string USGovVirginia = "USGov Virginia";

/// <summary>
/// Name of the Azure East US 2 EUAP region in the Azure Cosmos DB service.
/// Name of the Azure East US 2 Early Updates Access Program (EUAP) region in the Azure Cosmos DB service.
/// </summary>
public const string EastUS2EUAP = "East US 2 EUAP";

/// <summary>
/// Name of the Azure Central US EUAP region in the Azure Cosmos DB service.
/// Name of the Azure Central US Early Updates Access Program (EUAP) region in the Azure Cosmos DB service.
/// </summary>
public const string CentralUSEUAP = "Central US EUAP";

Expand Down

0 comments on commit 010e4ba

Please sign in to comment.