Skip to content

Commit 7d8c3d2

Browse files
Updating endpoints.json file.
1 parent 89a76da commit 7d8c3d2

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38010,6 +38010,11 @@
3801038010
}
3801138011
}
3801238012
},
38013+
"glue" : {
38014+
"endpoints" : {
38015+
"us-isob-east-1" : { }
38016+
}
38017+
},
3801338018
"health" : {
3801438019
"endpoints" : {
3801538020
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51589,6 +51589,11 @@
5158951589
}
5159051590
}
5159151591
},
51592+
"glue": {
51593+
"endpoints": {
51594+
"us-isob-east-1": {}
51595+
}
51596+
},
5159251597
"health": {
5159351598
"endpoints": {
5159451599
"us-isob-east-1": {}

0 commit comments

Comments
 (0)