Skip to content

Commit

Permalink
playfab (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah authored Sep 27, 2023
1 parent 6817075 commit cca5de1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Added
- Support new playfab domain

### Fixed

- Fixed deadlock when having high number of concurrent queries
Expand Down
1 change: 1 addition & 0 deletions kusto/trustedendpoints/trusted_endpoints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func TestWellTrustedEndpoints_ProxyTest(t *testing.T) {
fmt.Sprintf("https://kusto.aria.microsoft.com,%s", defaultPublicLoginUrl),
fmt.Sprintf("https://adx.monitor.azure.com,%s", defaultPublicLoginUrl),
fmt.Sprintf("https://cluster.playfab.com,%s", defaultPublicLoginUrl),
fmt.Sprintf("https://cluster.azureplayfab.com,%s", defaultPublicLoginUrl),
fmt.Sprintf("https://cluster.playfabapi.com,%s", defaultPublicLoginUrl),
fmt.Sprintf("https://cluster.playfab.cn,%s", chinaCloudLoginUrl),
} {
Expand Down
1 change: 1 addition & 0 deletions kusto/trustedendpoints/well_known_kusto_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
".kustomfa.windows.net",
".playfabapi.com",
".playfab.com",
".azureplayfab.com",
".kusto.data.microsoft.com",
".kusto.fabric.microsoft.com"
],
Expand Down

0 comments on commit cca5de1

Please sign in to comment.