diff --git a/Directory.Build.props b/Directory.Build.props index 0e12f74142..679b372193 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ 3.44.0 3.45.0 preview.0 - 3.36.0 + 3.36.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 595a403965..e4196b1842 100644 --- a/Microsoft.Azure.Cosmos/src/Regions.cs +++ b/Microsoft.Azure.Cosmos/src/Regions.cs @@ -394,5 +394,60 @@ public static class Regions /// Name of the Azure New Zealand North region in the Azure Cosmos DB service. /// public const string NewZealandNorth = "New Zealand North"; + + /// + /// Name of the Azure Austria East region in the Azure Cosmos DB service. + /// + public const string AustriaEast = "Austria East"; + + /// + /// Name of the Azure Bleu France Central region in the Azure Cosmos DB service. + /// + public const string BleuFranceCentral = "Bleu France Central"; + + /// + /// Name of the Azure Bleu France South region in the Azure Cosmos DB service. + /// + public const string BleuFranceSouth = "Bleu France South"; + + /// + /// Name of the Azure Indonesia Central region in the Azure Cosmos DB service. + /// + public const string IndonesiaCentral = "Indonesia Central"; + + /// + /// Name of the Azure Southeast US region in the Azure Cosmos DB service. + /// + public const string SoutheastUS = "Southeast US"; + + /// + /// Name of the Azure Southwest US region in the Azure Cosmos DB service. + /// + public const string SouthwestUS = "Southwest US"; + + /// + /// Name of the Azure Malaysia West region in the Azure Cosmos DB service. + /// + public const string MalaysiaWest = "Malaysia West"; + + /// + /// Name of the Azure Delos Cloud Germany Central region in the Azure Cosmos DB service. + /// + public const string DelosCloudGermanyCentral = "Delos Cloud Germany Central"; + + /// + /// Name of the Azure Delos Cloud Germany North region in the Azure Cosmos DB service. + /// + public const string DelosCloudGermanyNorth = "Delos Cloud Germany North"; + + /// + /// Name of the Azure Chile Central region in the Azure Cosmos DB service. + /// + public const string ChileCentral = "Chile Central"; + + /// + /// Name of the Azure South Central US 2 region in the Azure Cosmos DB service. + /// + public const string SouthCentralUS2 = "South Central US 2"; } } 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 03ea64e93e..813556af00 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 @@ -6989,6 +6989,21 @@ "Attributes": [], "MethodInfo": "System.String AustraliaSoutheast;IsInitOnly:False;IsStatic:True;" }, + "System.String AustriaEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String AustriaEast;IsInitOnly:False;IsStatic:True;" + }, + "System.String BleuFranceCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String BleuFranceCentral;IsInitOnly:False;IsStatic:True;" + }, + "System.String BleuFranceSouth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String BleuFranceSouth;IsInitOnly:False;IsStatic:True;" + }, "System.String BrazilSouth": { "Type": "Field", "Attributes": [], @@ -7024,6 +7039,11 @@ "Attributes": [], "MethodInfo": "System.String CentralUSEUAP;IsInitOnly:False;IsStatic:True;" }, + "System.String ChileCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String ChileCentral;IsInitOnly:False;IsStatic:True;" + }, "System.String ChinaEast": { "Type": "Field", "Attributes": [], @@ -7054,6 +7074,16 @@ "Attributes": [], "MethodInfo": "System.String ChinaNorth3;IsInitOnly:False;IsStatic:True;" }, + "System.String DelosCloudGermanyCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String DelosCloudGermanyCentral;IsInitOnly:False;IsStatic:True;" + }, + "System.String DelosCloudGermanyNorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String DelosCloudGermanyNorth;IsInitOnly:False;IsStatic:True;" + }, "System.String EastAsia": { "Type": "Field", "Attributes": [], @@ -7109,6 +7139,11 @@ "Attributes": [], "MethodInfo": "System.String GermanyWestCentral;IsInitOnly:False;IsStatic:True;" }, + "System.String IndonesiaCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String IndonesiaCentral;IsInitOnly:False;IsStatic:True;" + }, "System.String IsraelCentral": { "Type": "Field", "Attributes": [], @@ -7154,6 +7189,11 @@ "Attributes": [], "MethodInfo": "System.String MalaysiaSouth;IsInitOnly:False;IsStatic:True;" }, + "System.String MalaysiaWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String MalaysiaWest;IsInitOnly:False;IsStatic:True;" + }, "System.String MexicoCentral": { "Type": "Field", "Attributes": [], @@ -7209,16 +7249,31 @@ "Attributes": [], "MethodInfo": "System.String SouthCentralUS;IsInitOnly:False;IsStatic:True;" }, + "System.String SouthCentralUS2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String SouthCentralUS2;IsInitOnly:False;IsStatic:True;" + }, "System.String SoutheastAsia": { "Type": "Field", "Attributes": [], "MethodInfo": "System.String SoutheastAsia;IsInitOnly:False;IsStatic:True;" }, + "System.String SoutheastUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String SoutheastUS;IsInitOnly:False;IsStatic:True;" + }, "System.String SouthIndia": { "Type": "Field", "Attributes": [], "MethodInfo": "System.String SouthIndia;IsInitOnly:False;IsStatic:True;" }, + "System.String SouthwestUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": "System.String SouthwestUS;IsInitOnly:False;IsStatic:True;" + }, "System.String SpainCentral": { "Type": "Field", "Attributes": [],