Skip to content

Commit 440da8c

Browse files
authored
Add securityplatform endpoint also under trusted hostnames. (#592)
1 parent 24d98c9 commit 440da8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-kusto-data/azure/kusto/data/wellKnownKustoEndpoints.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
".azureplayfab.com",
2222
".kusto.data.microsoft.com",
2323
".kusto.fabric.microsoft.com",
24-
".api.securityplatform.microsoft.com",
24+
".api.securityplatform.microsoft.com",
2525
".securitycenter.windows.com"
2626
],
2727
"AllowedKustoHostnames": [
@@ -35,7 +35,8 @@
3535
"adx.loganalytics.azure.com",
3636
"adx.monitor.azure.com",
3737
"kusto.aria.microsoft.com",
38-
"eu.kusto.aria.microsoft.com"
38+
"eu.kusto.aria.microsoft.com",
39+
"api.securityplatform.microsoft.com"
3940
]
4041
},
4142
"https://login.microsoftonline.us": {

0 commit comments

Comments
 (0)