Added playfab (#324)
This commit is contained in:
Родитель
b62ccd4660
Коммит
a89b4f6de5
|
@ -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),
|
||||
}) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче