Skip to content

Commit 3960e39

Browse files
Updating endpoints.json file.
1 parent 450db91 commit 3960e39

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17437,6 +17437,7 @@
1743717437
"endpoints" : {
1743817438
"af-south-1" : { },
1743917439
"ap-east-1" : { },
17440+
"ap-east-2" : { },
1744017441
"ap-northeast-1" : { },
1744117442
"ap-northeast-2" : { },
1744217443
"ap-northeast-3" : { },
@@ -37625,6 +37626,12 @@
3762537626
"us-iso-west-1" : { }
3762637627
}
3762737628
},
37629+
"servicequotas" : {
37630+
"endpoints" : {
37631+
"us-iso-east-1" : { },
37632+
"us-iso-west-1" : { }
37633+
}
37634+
},
3762837635
"snowball" : {
3762937636
"endpoints" : {
3763037637
"us-iso-east-1" : { },
@@ -38573,6 +38580,11 @@
3857338580
"us-isob-east-1" : { }
3857438581
}
3857538582
},
38583+
"servicequotas" : {
38584+
"endpoints" : {
38585+
"us-isob-east-1" : { }
38586+
}
38587+
},
3857638588
"snowball" : {
3857738589
"endpoints" : {
3857838590
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23520,6 +23520,7 @@
2352023520
"endpoints": {
2352123521
"af-south-1": {},
2352223522
"ap-east-1": {},
23523+
"ap-east-2": {},
2352323524
"ap-northeast-1": {},
2352423525
"ap-northeast-2": {},
2352523526
"ap-northeast-3": {},
@@ -51092,6 +51093,12 @@
5109251093
"us-iso-west-1": {}
5109351094
}
5109451095
},
51096+
"servicequotas": {
51097+
"endpoints": {
51098+
"us-iso-east-1": {},
51099+
"us-iso-west-1": {}
51100+
}
51101+
},
5109551102
"snowball": {
5109651103
"endpoints": {
5109751104
"us-iso-east-1": {},
@@ -52208,6 +52215,11 @@
5220852215
"us-isob-east-1": {}
5220952216
}
5221052217
},
52218+
"servicequotas": {
52219+
"endpoints": {
52220+
"us-isob-east-1": {}
52221+
}
52222+
},
5221152223
"snowball": {
5221252224
"endpoints": {
5221352225
"us-isob-east-1": {}

0 commit comments

Comments
 (0)