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.
1 parent 7000f09 commit 5bd40c5Copy full SHA for 5bd40c5
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