Skip to content

Commit 8e2c3ab

Browse files
Updating partitions.json file.
1 parent f2dc379 commit 8e2c3ab

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{
3+
"services" : null,
4+
"core" : {
5+
"updateMinimum" : true,
6+
"backwardIncompatibilitiesToIgnore" : [
7+
],
8+
"type" : "Patch",
9+
"changeLogMessages" : [
10+
"Updating partitions.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/Amazon.Runtime/Internal/Endpoints/StandardLibrary/Partition.generated.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ static Partition()
6565
_partitionsByRegionName.Add("il-central-1", aws);
6666
_partitionsByRegionName.Add("me-central-1", aws);
6767
_partitionsByRegionName.Add("me-south-1", aws);
68+
_partitionsByRegionName.Add("mx-central-1", aws);
6869
_partitionsByRegionName.Add("sa-east-1", aws);
6970
_partitionsByRegionName.Add("us-east-1", aws);
7071
_partitionsByRegionName.Add("us-east-2", aws);

sdk/src/Core/partitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
"me-south-1" : {
9393
"description" : "Middle East (Bahrain)"
9494
},
95+
"mx-central-1" : {
96+
"description" : "Mexico (Central)"
97+
},
9598
"sa-east-1" : {
9699
"description" : "South America (Sao Paulo)"
97100
},

0 commit comments

Comments
 (0)