parent
c6aefacc4e
commit
c82a4737c6
|
@ -66,6 +66,7 @@ let configContext: Readonly<ConfigContext> = {
|
||||||
`^https:\\/\\/.*\\.powerbi\\.com$`,
|
`^https:\\/\\/.*\\.powerbi\\.com$`,
|
||||||
`^https:\\/\\/.*\\.analysis-df\\.net$`,
|
`^https:\\/\\/.*\\.analysis-df\\.net$`,
|
||||||
`^https:\\/\\/.*\\.analysis-df\\.windows\\.net$`,
|
`^https:\\/\\/.*\\.analysis-df\\.windows\\.net$`,
|
||||||
|
`^https:\\/\\/.*\\.azure-test\\.net$`,
|
||||||
], // Webpack injects this at build time
|
], // Webpack injects this at build time
|
||||||
gitSha: process.env.GIT_SHA,
|
gitSha: process.env.GIT_SHA,
|
||||||
hostedExplorerURL: "https://cosmos.azure.com/",
|
hostedExplorerURL: "https://cosmos.azure.com/",
|
||||||
|
|
|
@ -39,6 +39,7 @@ function validateEndpointInternal(
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultAllowedArmEndpoints: ReadonlyArray<string> = [
|
export const defaultAllowedArmEndpoints: ReadonlyArray<string> = [
|
||||||
|
"https://api-dogfood.resources.windows-int.net/",
|
||||||
"https://management.azure.com",
|
"https://management.azure.com",
|
||||||
"https://management.usgovcloudapi.net",
|
"https://management.usgovcloudapi.net",
|
||||||
"https://management.chinacloudapi.cn",
|
"https://management.chinacloudapi.cn",
|
||||||
|
|
Loading…
Reference in New Issue