Skip to content

Commit a4f4ac1

Browse files
Updating endpoints.json file.
1 parent 37a07a1 commit a4f4ac1

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-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/endpoints-original.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@
649649
"ap-southeast-2" : { },
650650
"ap-southeast-3" : { },
651651
"ap-southeast-4" : { },
652+
"ap-southeast-5" : { },
652653
"ca-central-1" : { },
653654
"ca-west-1" : { },
654655
"eu-central-1" : { },
@@ -2993,6 +2994,8 @@
29932994
"protocols" : [ "https" ]
29942995
},
29952996
"endpoints" : {
2997+
"af-south-1" : { },
2998+
"ap-east-1" : { },
29962999
"ap-northeast-1" : {
29973000
"variants" : [ {
29983001
"tags" : [ "dualstack" ]
@@ -3018,17 +3021,21 @@
30183021
"tags" : [ "dualstack" ]
30193022
} ]
30203023
},
3024+
"ap-southeast-5" : { },
3025+
"ap-southeast-7" : { },
30213026
"ca-central-1" : { },
30223027
"eu-central-1" : {
30233028
"variants" : [ {
30243029
"tags" : [ "dualstack" ]
30253030
} ]
30263031
},
3032+
"eu-central-2" : { },
30273033
"eu-north-1" : {
30283034
"variants" : [ {
30293035
"tags" : [ "dualstack" ]
30303036
} ]
30313037
},
3038+
"eu-south-1" : { },
30323039
"eu-west-1" : {
30333040
"variants" : [ {
30343041
"tags" : [ "dualstack" ]
@@ -3044,6 +3051,7 @@
30443051
"tags" : [ "dualstack" ]
30453052
} ]
30463053
},
3054+
"me-central-1" : { },
30473055
"sa-east-1" : {
30483056
"variants" : [ {
30493057
"tags" : [ "dualstack" ]
@@ -12531,6 +12539,7 @@
1253112539
"endpoints" : {
1253212540
"ap-south-1" : { },
1253312541
"ap-southeast-2" : { },
12542+
"eu-west-1" : { },
1253412543
"eu-west-2" : { },
1253512544
"us-east-1" : { },
1253612545
"us-east-2" : { },
@@ -30436,6 +30445,12 @@
3043630445
},
3043730446
"isRegionalized" : true
3043830447
},
30448+
"scheduler" : {
30449+
"endpoints" : {
30450+
"cn-north-1" : { },
30451+
"cn-northwest-1" : { }
30452+
}
30453+
},
3043930454
"schemas" : {
3044030455
"endpoints" : {
3044130456
"cn-north-1" : { },

sdk/src/Core/endpoints.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@
889889
"ap-southeast-2": {},
890890
"ap-southeast-3": {},
891891
"ap-southeast-4": {},
892+
"ap-southeast-5": {},
892893
"ca-central-1": {},
893894
"ca-west-1": {},
894895
"eu-central-1": {},
@@ -4176,6 +4177,8 @@
41764177
]
41774178
},
41784179
"endpoints": {
4180+
"af-south-1": {},
4181+
"ap-east-1": {},
41794182
"ap-northeast-1": {
41804183
"variants": [
41814184
{
@@ -4221,6 +4224,8 @@
42214224
}
42224225
]
42234226
},
4227+
"ap-southeast-5": {},
4228+
"ap-southeast-7": {},
42244229
"ca-central-1": {},
42254230
"eu-central-1": {
42264231
"variants": [
@@ -4231,6 +4236,7 @@
42314236
}
42324237
]
42334238
},
4239+
"eu-central-2": {},
42344240
"eu-north-1": {
42354241
"variants": [
42364242
{
@@ -4240,6 +4246,7 @@
42404246
}
42414247
]
42424248
},
4249+
"eu-south-1": {},
42434250
"eu-west-1": {
42444251
"variants": [
42454252
{
@@ -4267,6 +4274,7 @@
42674274
}
42684275
]
42694276
},
4277+
"me-central-1": {},
42704278
"sa-east-1": {
42714279
"variants": [
42724280
{
@@ -17081,6 +17089,7 @@
1708117089
"endpoints": {
1708217090
"ap-south-1": {},
1708317091
"ap-southeast-2": {},
17092+
"eu-west-1": {},
1708417093
"eu-west-2": {},
1708517094
"us-east-1": {},
1708617095
"us-east-2": {},
@@ -41686,6 +41695,12 @@
4168641695
},
4168741696
"isRegionalized": true
4168841697
},
41698+
"scheduler": {
41699+
"endpoints": {
41700+
"cn-north-1": {},
41701+
"cn-northwest-1": {}
41702+
}
41703+
},
4168941704
"schemas": {
4169041705
"endpoints": {
4169141706
"cn-north-1": {},

0 commit comments

Comments
 (0)