Skip to content

Commit 6a9875b

Browse files
Updating endpoints.json file.
1 parent 1ee62c6 commit 6a9875b

File tree

5 files changed

+166
-0
lines changed

5 files changed

+166
-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 endpoints.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/RegionEndpoint/RegionEndpoint.generated.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ public partial class RegionEndpoint
4242
/// </summary>
4343
public static readonly RegionEndpoint APEast1 = GetEndpoint("ap-east-1", "Asia Pacific (Hong Kong)");
4444

45+
/// <summary>
46+
/// The Asia Pacific (Taipei) endpoint.
47+
/// </summary>
48+
public static readonly RegionEndpoint APEast2 = GetEndpoint("ap-east-2", "Asia Pacific (Taipei)");
49+
4550
/// <summary>
4651
/// The Asia Pacific (Tokyo) endpoint.
4752
/// </summary>

0 commit comments

Comments
 (0)