We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7000f09 + 5bd40c5 commit 6ae85c1Copy full SHA for 6ae85c1
generator/processors/Microsoft.SecurityInsights.ts
@@ -5,4 +5,5 @@ import { replaceCyclicRef } from './helpers';
5
6
export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {
7
replaceCyclicRef(schema.definitions?.MetadataDependencies?.properties?.criteria?.oneOf[0]?.items);
8
+ replaceCyclicRef(schema.definitions?.AutomationRuleCondition?.oneOf[0]);
9
}
0 commit comments