Skip to content

Commit 121de43

Browse files
Updating endpoints.json file.
1 parent 4cb4246 commit 121de43

File tree

3 files changed

+56
-6
lines changed

3 files changed

+56
-6
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: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11913,9 +11913,21 @@
1191311913
},
1191411914
"iotfleetwise" : {
1191511915
"endpoints" : {
11916-
"ap-south-1" : { },
11917-
"eu-central-1" : { },
11918-
"us-east-1" : { }
11916+
"ap-south-1" : {
11917+
"variants" : [ {
11918+
"tags" : [ "dualstack" ]
11919+
} ]
11920+
},
11921+
"eu-central-1" : {
11922+
"variants" : [ {
11923+
"tags" : [ "dualstack" ]
11924+
} ]
11925+
},
11926+
"us-east-1" : {
11927+
"variants" : [ {
11928+
"tags" : [ "dualstack" ]
11929+
} ]
11930+
}
1191911931
}
1192011932
},
1192111933
"iotsecuredtunneling" : {

sdk/src/Core/endpoints.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15775,9 +15775,33 @@
1577515775
},
1577615776
"iotfleetwise": {
1577715777
"endpoints": {
15778-
"ap-south-1": {},
15779-
"eu-central-1": {},
15780-
"us-east-1": {}
15778+
"ap-south-1": {
15779+
"variants": [
15780+
{
15781+
"tags": [
15782+
"dualstack"
15783+
]
15784+
}
15785+
]
15786+
},
15787+
"eu-central-1": {
15788+
"variants": [
15789+
{
15790+
"tags": [
15791+
"dualstack"
15792+
]
15793+
}
15794+
]
15795+
},
15796+
"us-east-1": {
15797+
"variants": [
15798+
{
15799+
"tags": [
15800+
"dualstack"
15801+
]
15802+
}
15803+
]
15804+
}
1578115805
}
1578215806
},
1578315807
"iotsecuredtunneling": {

0 commit comments

Comments
 (0)