Skip to content

Commit 10f3124

Browse files
committed
Merge branch 'master' into users/aavasthy/hubregioncaching
2 parents ae0a771 + fbd7d28 commit 10f3124

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

Microsoft.Azure.Cosmos/src/Regions.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ public static class Regions
7575
/// </summary>
7676
public const string SoutheastAsia = "Southeast Asia";
7777

78+
/// <summary>
79+
/// Name of the Azure Southeast Asia 3 region in the Azure Cosmos DB service.
80+
/// </summary>
81+
public const string SoutheastAsia3 = "Southeast Asia 3";
82+
7883
/// <summary>
7984
/// Name of the Azure Japan East region in the Azure Cosmos DB service.
8085
/// </summary>
@@ -490,11 +495,6 @@ public static class Regions
490495
/// </summary>
491496
public const string SingaporeNorth = "Singapore North";
492497

493-
/// <summary>
494-
/// Name of the Azure Southeast Asia 3 region in the Azure Cosmos DB service.
495-
/// </summary>
496-
public const string SoutheastAsia3 = "Southeast Asia 3";
497-
498498
/// <summary>
499499
/// Name of the Azure Saudi Arabia East region in the Azure Cosmos DB service.
500500
/// </summary>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8193,6 +8193,11 @@
81938193
"Attributes": [],
81948194
"MethodInfo": "System.String QatarCentral;IsInitOnly:False;IsStatic:True;"
81958195
},
8196+
"System.String SaudiArabiaEast": {
8197+
"Type": "Field",
8198+
"Attributes": [],
8199+
"MethodInfo": "System.String SaudiArabiaEast;IsInitOnly:False;IsStatic:True;"
8200+
},
81968201
"System.String SingaporeCentral": {
81978202
"Type": "Field",
81988203
"Attributes": [],
@@ -8228,6 +8233,11 @@
82288233
"Attributes": [],
82298234
"MethodInfo": "System.String SoutheastAsia;IsInitOnly:False;IsStatic:True;"
82308235
},
8236+
"System.String SoutheastAsia3": {
8237+
"Type": "Field",
8238+
"Attributes": [],
8239+
"MethodInfo": "System.String SoutheastAsia3;IsInitOnly:False;IsStatic:True;"
8240+
},
82318241
"System.String SoutheastUS": {
82328242
"Type": "Field",
82338243
"Attributes": [],
@@ -8363,6 +8373,11 @@
83638373
"Attributes": [],
83648374
"MethodInfo": "System.String WestCentralUS;IsInitOnly:False;IsStatic:True;"
83658375
},
8376+
"System.String WestCentralUSFRE": {
8377+
"Type": "Field",
8378+
"Attributes": [],
8379+
"MethodInfo": "System.String WestCentralUSFRE;IsInitOnly:False;IsStatic:True;"
8380+
},
83668381
"System.String WestEurope": {
83678382
"Type": "Field",
83688383
"Attributes": [],

0 commit comments

Comments
 (0)