This commit is contained in:
AsafMah 2023-09-27 10:04:34 +03:00 коммит произвёл GitHub
Родитель b62ccd4660
Коммит a89b4f6de5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -18,6 +18,7 @@
".kustomfa.windows.net",
".playfabapi.com",
".playfab.com",
".azureplayfab.com",
".kusto.data.microsoft.com",
".kusto.fabric.microsoft.com"
],

Просмотреть файл

@ -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),
}) {