Skip to content

Commit ddc9b54

Browse files
Updating endpoints.json file.
1 parent 2b9b41b commit ddc9b54

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12610,6 +12610,7 @@
1261012610
"ap-southeast-3" : { },
1261112611
"ap-southeast-4" : { },
1261212612
"ap-southeast-5" : { },
12613+
"ap-southeast-7" : { },
1261312614
"ca-central-1" : { },
1261412615
"ca-west-1" : { },
1261512616
"eu-central-1" : { },
@@ -38387,6 +38388,11 @@
3838738388
}
3838838389
}
3838938390
},
38391+
"securityhub" : {
38392+
"endpoints" : {
38393+
"us-isob-east-1" : { }
38394+
}
38395+
},
3839038396
"servicediscovery" : {
3839138397
"endpoints" : {
3839238398
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17175,6 +17175,7 @@
1717517175
"ap-southeast-3": {},
1717617176
"ap-southeast-4": {},
1717717177
"ap-southeast-5": {},
17178+
"ap-southeast-7": {},
1717817179
"ca-central-1": {},
1717917180
"ca-west-1": {},
1718017181
"eu-central-1": {},
@@ -52022,6 +52023,11 @@
5202252023
}
5202352024
}
5202452025
},
52026+
"securityhub": {
52027+
"endpoints": {
52028+
"us-isob-east-1": {}
52029+
}
52030+
},
5202552031
"servicediscovery": {
5202652032
"endpoints": {
5202752033
"us-isob-east-1": {}

0 commit comments

Comments
 (0)