Skip to content

Commit f84ffd0

Browse files
Updating partitions.json file.
1 parent 9a0e834 commit f84ffd0

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
@@ -40,6 +40,7 @@ static Partition()
4040
_partitionsByRegex.Add(@"^(us|eu|ap|sa|ca|me|af|il|mx)\-\w+\-\d+$", aws);
4141
_partitionsByRegionName.Add("af-south-1", aws);
4242
_partitionsByRegionName.Add("ap-east-1", aws);
43+
_partitionsByRegionName.Add("ap-east-2", aws);
4344
_partitionsByRegionName.Add("ap-northeast-1", aws);
4445
_partitionsByRegionName.Add("ap-northeast-2", aws);
4546
_partitionsByRegionName.Add("ap-northeast-3", aws);

sdk/src/Core/partitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"ap-east-1" : {
1818
"description" : "Asia Pacific (Hong Kong)"
1919
},
20+
"ap-east-2" : {
21+
"description" : "Asia Pacific (Taipei)"
22+
},
2023
"ap-northeast-1" : {
2124
"description" : "Asia Pacific (Tokyo)"
2225
},

0 commit comments

Comments
 (0)