Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.46.0</ClientOfficialVersion>
<ClientPreviewVersion>3.47.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
<DirectVersion>3.37.3</DirectVersion>
<DirectVersion>3.37.4</DirectVersion>
<FaultInjectionVersion>1.0.0</FaultInjectionVersion>
<FaultInjectionSuffixVersion>beta.0</FaultInjectionSuffixVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
Expand Down
25 changes: 25 additions & 0 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,5 +439,30 @@ public static class Regions
/// Name of the Azure South Central US 2 region in the Azure Cosmos DB service.
/// </summary>
public const string SouthCentralUS2 = "South Central US 2";

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

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

/// <summary>
/// Name of the Azure Denmark East region in the Azure Cosmos DB service.
/// </summary>
public const string DenmarkEast = "Denmark East";

/// <summary>
/// Name of the Azure Southeast US 3 region in the Azure Cosmos DB service.
/// </summary>
public const string SoutheastUS3 = "Southeast US 3";

/// <summary>
/// Name of the Azure Southeast US 5 region in the Azure Cosmos DB service.
/// </summary>
public const string SoutheastUS5 = "Southeast US 5";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7977,6 +7977,11 @@
"Attributes": [],
"MethodInfo": "System.String AustriaEast;IsInitOnly:False;IsStatic:True;"
},
"System.String BelgiumCentral": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String BelgiumCentral;IsInitOnly:False;IsStatic:True;"
},
"System.String BleuFranceCentral": {
"Type": "Field",
"Attributes": [],
Expand Down Expand Up @@ -8067,6 +8072,11 @@
"Attributes": [],
"MethodInfo": "System.String DelosCloudGermanyNorth;IsInitOnly:False;IsStatic:True;"
},
"System.String DenmarkEast": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String DenmarkEast;IsInitOnly:False;IsStatic:True;"
},
"System.String EastAsia": {
"Type": "Field",
"Attributes": [],
Expand Down Expand Up @@ -8122,6 +8132,11 @@
"Attributes": [],
"MethodInfo": "System.String IsraelCentral;IsInitOnly:False;IsStatic:True;"
},
"System.String IsraelNorthwest": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String IsraelNorthwest;IsInitOnly:False;IsStatic:True;"
},
"System.String ItalyNorth": {
"Type": "Field",
"Attributes": [],
Expand Down Expand Up @@ -8237,6 +8252,16 @@
"Attributes": [],
"MethodInfo": "System.String SoutheastUS;IsInitOnly:False;IsStatic:True;"
},
"System.String SoutheastUS3": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String SoutheastUS3;IsInitOnly:False;IsStatic:True;"
},
"System.String SoutheastUS5": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String SoutheastUS5;IsInitOnly:False;IsStatic:True;"
},
"System.String SouthIndia": {
"Type": "Field",
"Attributes": [],
Expand Down
Loading