Skip to content

Commit 6666c20

Browse files
Merge branch 'master' into StaticReadonlySeparators
2 parents bbda2ec + 2fa580c commit 6666c20

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ClientOfficialVersion>3.46.0</ClientOfficialVersion>
44
<ClientPreviewVersion>3.47.0</ClientPreviewVersion>
55
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
6-
<DirectVersion>3.37.3</DirectVersion>
6+
<DirectVersion>3.37.5</DirectVersion>
77
<FaultInjectionVersion>1.0.0</FaultInjectionVersion>
88
<FaultInjectionSuffixVersion>beta.0</FaultInjectionSuffixVersion>
99
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>

Microsoft.Azure.Cosmos/src/Regions.cs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,5 +439,30 @@ public static class Regions
439439
/// Name of the Azure South Central US 2 region in the Azure Cosmos DB service.
440440
/// </summary>
441441
public const string SouthCentralUS2 = "South Central US 2";
442+
443+
/// <summary>
444+
/// Name of the Azure Israel Northwest region in the Azure Cosmos DB service.
445+
/// </summary>
446+
public const string IsraelNorthwest = "Israel Northwest";
447+
448+
/// <summary>
449+
/// Name of the Azure Belgium Central region in the Azure Cosmos DB service.
450+
/// </summary>
451+
public const string BelgiumCentral = "Belgium Central";
452+
453+
/// <summary>
454+
/// Name of the Azure Denmark East region in the Azure Cosmos DB service.
455+
/// </summary>
456+
public const string DenmarkEast = "Denmark East";
457+
458+
/// <summary>
459+
/// Name of the Azure Southeast US 3 region in the Azure Cosmos DB service.
460+
/// </summary>
461+
public const string SoutheastUS3 = "Southeast US 3";
462+
463+
/// <summary>
464+
/// Name of the Azure Southeast US 5 region in the Azure Cosmos DB service.
465+
/// </summary>
466+
public const string SoutheastUS5 = "Southeast US 5";
442467
}
443468
}

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7977,6 +7977,11 @@
79777977
"Attributes": [],
79787978
"MethodInfo": "System.String AustriaEast;IsInitOnly:False;IsStatic:True;"
79797979
},
7980+
"System.String BelgiumCentral": {
7981+
"Type": "Field",
7982+
"Attributes": [],
7983+
"MethodInfo": "System.String BelgiumCentral;IsInitOnly:False;IsStatic:True;"
7984+
},
79807985
"System.String BleuFranceCentral": {
79817986
"Type": "Field",
79827987
"Attributes": [],
@@ -8067,6 +8072,11 @@
80678072
"Attributes": [],
80688073
"MethodInfo": "System.String DelosCloudGermanyNorth;IsInitOnly:False;IsStatic:True;"
80698074
},
8075+
"System.String DenmarkEast": {
8076+
"Type": "Field",
8077+
"Attributes": [],
8078+
"MethodInfo": "System.String DenmarkEast;IsInitOnly:False;IsStatic:True;"
8079+
},
80708080
"System.String EastAsia": {
80718081
"Type": "Field",
80728082
"Attributes": [],
@@ -8122,6 +8132,11 @@
81228132
"Attributes": [],
81238133
"MethodInfo": "System.String IsraelCentral;IsInitOnly:False;IsStatic:True;"
81248134
},
8135+
"System.String IsraelNorthwest": {
8136+
"Type": "Field",
8137+
"Attributes": [],
8138+
"MethodInfo": "System.String IsraelNorthwest;IsInitOnly:False;IsStatic:True;"
8139+
},
81258140
"System.String ItalyNorth": {
81268141
"Type": "Field",
81278142
"Attributes": [],
@@ -8237,6 +8252,16 @@
82378252
"Attributes": [],
82388253
"MethodInfo": "System.String SoutheastUS;IsInitOnly:False;IsStatic:True;"
82398254
},
8255+
"System.String SoutheastUS3": {
8256+
"Type": "Field",
8257+
"Attributes": [],
8258+
"MethodInfo": "System.String SoutheastUS3;IsInitOnly:False;IsStatic:True;"
8259+
},
8260+
"System.String SoutheastUS5": {
8261+
"Type": "Field",
8262+
"Attributes": [],
8263+
"MethodInfo": "System.String SoutheastUS5;IsInitOnly:False;IsStatic:True;"
8264+
},
82408265
"System.String SouthIndia": {
82418266
"Type": "Field",
82428267
"Attributes": [],

0 commit comments

Comments
 (0)