diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0cbe68..460aac96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unversioned - +## Added +- Support new playfab domain + ## [5.0.2] - 2023-08-24 ### Fixed diff --git a/data/src/main/resources/WellKnownKustoEndpoints.json b/data/src/main/resources/WellKnownKustoEndpoints.json index 9a64e68d..11c4b637 100644 --- a/data/src/main/resources/WellKnownKustoEndpoints.json +++ b/data/src/main/resources/WellKnownKustoEndpoints.json @@ -18,6 +18,7 @@ ".kustomfa.windows.net", ".playfabapi.com", ".playfab.com", + ".azureplayfab.com", ".kusto.data.microsoft.com", ".kusto.fabric.microsoft.com" ], diff --git a/data/src/test/java/com/microsoft/azure/kusto/data/auth/WellKnownKustoEndpointsTests.java b/data/src/test/java/com/microsoft/azure/kusto/data/auth/WellKnownKustoEndpointsTests.java index 4e3e4648..c4029204 100644 --- a/data/src/test/java/com/microsoft/azure/kusto/data/auth/WellKnownKustoEndpointsTests.java +++ b/data/src/test/java/com/microsoft/azure/kusto/data/auth/WellKnownKustoEndpointsTests.java @@ -204,6 +204,7 @@ public class WellKnownKustoEndpointsTests { String.format("https://kusto.aria.microsoft.com,%s", DEFAULT_PUBLIC_LOGIN_URL), String.format("https://adx.monitor.azure.com,%s", DEFAULT_PUBLIC_LOGIN_URL), String.format("https://cluster.playfab.com,%s", DEFAULT_PUBLIC_LOGIN_URL), + String.format("https://cluster.playfab.com,%s", DEFAULT_PUBLIC_LOGIN_URL), String.format("https://cluster.playfabapi.com,%s", DEFAULT_PUBLIC_LOGIN_URL), String.format("https://cluster.playfab.cn,%s", chinaCloudLogin), }) {