Skip to content

Commit 9e67907

Browse files
Updating endpoints.json file.
1 parent 09201e8 commit 9e67907

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37422,6 +37422,12 @@
3742237422
}
3742337423
}
3742437424
},
37425+
"servicediscovery" : {
37426+
"endpoints" : {
37427+
"us-iso-east-1" : { },
37428+
"us-iso-west-1" : { }
37429+
}
37430+
},
3742537431
"snowball" : {
3742637432
"endpoints" : {
3742737433
"us-iso-east-1" : { },
@@ -38298,6 +38304,11 @@
3829838304
}
3829938305
}
3830038306
},
38307+
"servicediscovery" : {
38308+
"endpoints" : {
38309+
"us-isob-east-1" : { }
38310+
}
38311+
},
3830138312
"snowball" : {
3830238313
"endpoints" : {
3830338314
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50889,6 +50889,12 @@
5088950889
}
5089050890
}
5089150891
},
50892+
"servicediscovery": {
50893+
"endpoints": {
50894+
"us-iso-east-1": {},
50895+
"us-iso-west-1": {}
50896+
}
50897+
},
5089250898
"snowball": {
5089350899
"endpoints": {
5089450900
"us-iso-east-1": {},
@@ -51933,6 +51939,11 @@
5193351939
}
5193451940
}
5193551941
},
51942+
"servicediscovery": {
51943+
"endpoints": {
51944+
"us-isob-east-1": {}
51945+
}
51946+
},
5193651947
"snowball": {
5193751948
"endpoints": {
5193851949
"us-isob-east-1": {}

0 commit comments

Comments
 (0)