From cee1227049fb4f4c0175b091bb6761b7341d97ca Mon Sep 17 00:00:00 2001 From: Taylor Hamilton Date: Wed, 3 Apr 2024 13:29:54 -0400 Subject: [PATCH] ussecwestcentral changes --- Directory.Build.props | 2 +- Microsoft.Azure.Cosmos/src/Regions.cs | 5 +++++ .../Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 69dc328a704..6d5f07d2469 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ 3.38.1 3.39.0 preview.1 - 3.33.0 + 3.33.1 2.0.4 2.1.0 preview4 diff --git a/Microsoft.Azure.Cosmos/src/Regions.cs b/Microsoft.Azure.Cosmos/src/Regions.cs index 28a54b5def4..ae5cb890974 100644 --- a/Microsoft.Azure.Cosmos/src/Regions.cs +++ b/Microsoft.Azure.Cosmos/src/Regions.cs @@ -265,6 +265,11 @@ public static class Regions /// public const string USSecWest = "USSec West"; + /// + /// Name of the Azure USNat West Central region in the Azure Cosmos DB service. + /// + public const string USSecWestCentral = "USSec West Central"; + /// /// Name of the Azure Switzerland North region in the Azure Cosmos DB service. /// diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json index 85b292b8c57..63046ce8620 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json @@ -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": [],