in libraries/azure-app-configuration-importer/src/internal/parsers/defaultConfigurationSettingsConverter.ts [174:182]
constructor(dotnetFmSchemaKeyWord: string, foundMsFeatureManagement: boolean) {
this.dotnetFmSchemaKeyWord = dotnetFmSchemaKeyWord;
this.foundMsFeatureManagement = foundMsFeatureManagement;
this.ajv = new Ajv();
if (!this.dotnetFmSchemaKeyWord && !this.foundMsFeatureManagement) {
throw new ArgumentError("No feature management was found");
}
}