MSRC fixes for testExplorer and HeatMap (#2183)

* MSRC fixes for testExplorer and HeatMap

* MSRC fixes for testExplorer and HeatMap
This commit is contained in:
sunghyunkang1111
2025-07-07 11:00:29 -05:00
committed by GitHub
parent f8231600d6
commit e0edaf405c
9 changed files with 46 additions and 634 deletions

View File

@@ -76,9 +76,6 @@ let configContext: Readonly<ConfigContext> = {
`^https:\\/\\/cosmos-db-dataexplorer-germanycentral\\.azurewebsites\\.de$`,
`^https:\\/\\/.*\\.fabric\\.microsoft\\.com$`,
`^https:\\/\\/.*\\.powerbi\\.com$`,
`^https:\\/\\/.*\\.analysis-df\\.net$`,
`^https:\\/\\/.*\\.analysis-df\\.windows\\.net$`,
`^https:\\/\\/.*\\.azure-test\\.net$`,
`^https:\\/\\/dataexplorer-preview\\.azurewebsites\\.net$`,
], // Webpack injects this at build time
gitSha: process.env.GIT_SHA,