Skip to content

Commit fe68e3e

Browse files
Updating endpoints.json file.
1 parent a9ca5ff commit fe68e3e

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37360,6 +37360,11 @@
3736037360
"us-iso-west-1" : { }
3736137361
}
3736237362
},
37363+
"network-firewall" : {
37364+
"endpoints" : {
37365+
"us-iso-east-1" : { }
37366+
}
37367+
},
3736337368
"oam" : {
3736437369
"endpoints" : {
3736537370
"us-iso-east-1" : { },
@@ -38415,6 +38420,11 @@
3841538420
"us-isob-east-1" : { }
3841638421
}
3841738422
},
38423+
"network-firewall" : {
38424+
"endpoints" : {
38425+
"us-isob-east-1" : { }
38426+
}
38427+
},
3841838428
"oam" : {
3841938429
"endpoints" : {
3842038430
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50738,6 +50738,11 @@
5073850738
"us-iso-west-1": {}
5073950739
}
5074050740
},
50741+
"network-firewall": {
50742+
"endpoints": {
50743+
"us-iso-east-1": {}
50744+
}
50745+
},
5074150746
"oam": {
5074250747
"endpoints": {
5074350748
"us-iso-east-1": {},
@@ -52002,6 +52007,11 @@
5200252007
"us-isob-east-1": {}
5200352008
}
5200452009
},
52010+
"network-firewall": {
52011+
"endpoints": {
52012+
"us-isob-east-1": {}
52013+
}
52014+
},
5200552015
"oam": {
5200652016
"endpoints": {
5200752017
"us-isob-east-1": {}

0 commit comments

Comments
 (0)