Skip to content

Commit

Permalink
[Internal] Regions: Adds new USSec Region (#4386)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Hamilton <tahamilt@microsoft.com>
  • Loading branch information
Tayham and Taylor Hamilton committed Apr 4, 2024
1 parent 80647ba commit 61230f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ClientOfficialVersion>3.38.1</ClientOfficialVersion>
<ClientPreviewVersion>3.39.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
<DirectVersion>3.33.0</DirectVersion>
<DirectVersion>3.33.1</DirectVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.1.0</EncryptionPreviewVersion>
<EncryptionPreviewSuffixVersion>preview4</EncryptionPreviewSuffixVersion>
Expand Down
5 changes: 5 additions & 0 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ public static class Regions
/// </summary>
public const string USSecWest = "USSec West";

/// <summary>
/// Name of the Azure USNat West Central region in the Azure Cosmos DB service.
/// </summary>
public const string USSecWestCentral = "USSec West Central";

/// <summary>
/// Name of the Azure Switzerland North region in the Azure Cosmos DB service.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7175,6 +7175,11 @@
"Attributes": [],
"MethodInfo": "System.String USSecWest;IsInitOnly:False;IsStatic:True;"
},
"System.String USSecWestCentral": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String USSecWestCentral;IsInitOnly:False;IsStatic:True;"
},
"System.String WestCentralUS": {
"Type": "Field",
"Attributes": [],
Expand Down

0 comments on commit 61230f9

Please sign in to comment.