Cleanup Schema Analyzer feature flag (#938)

This commit is contained in:
Tanuj Mittal
2021-07-14 18:12:14 -07:00
committed by GitHub
parent 62b483d740
commit 416358f540
6 changed files with 1 additions and 15 deletions

View File

@@ -27,7 +27,6 @@ export interface ConfigContext {
hostedExplorerURL: string;
armAPIVersion?: string;
allowedJunoOrigins: string[];
enableSchemaAnalyzer: boolean;
msalRedirectURI?: string;
}
@@ -63,7 +62,6 @@ let configContext: Readonly<ConfigContext> = {
"https://tools-staging.cosmos.azure.com",
"https://localhost",
],
enableSchemaAnalyzer: false,
};
export function resetConfigContext(): void {