Skip to content

Commit

Permalink
fix(InternetMonitor): set endpoint to dualstack by default (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Feb 27, 2023
1 parent ff78c25 commit 2c1e051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
},
"*/resource-explorer-2": "dualstackByDefault",
"*/kendra-ranking": "dualstackByDefault",
"*/internetmonitor": "dualstackByDefault",
"*/codecatalyst": "globalDualstackByDefault"
},

Expand Down Expand Up @@ -134,6 +135,7 @@
},
"*/resource-explorer-2": "fipsDualstackByDefault",
"*/kendra-ranking": "dualstackByDefault",
"*/internetmonitor": "dualstackByDefault",
"*/codecatalyst": "fipsGlobalDualstackByDefault"
},

Expand Down

0 comments on commit 2c1e051

Please sign in to comment.