Skip to content

Commit 5bd40c5

Browse files
committed
remove cyclic reference
1 parent 7000f09 commit 5bd40c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/processors/Microsoft.SecurityInsights.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ import { replaceCyclicRef } from './helpers';
55

66
export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {
77
replaceCyclicRef(schema.definitions?.MetadataDependencies?.properties?.criteria?.oneOf[0]?.items);
8+
replaceCyclicRef(schema.definitions?.AutomationRuleCondition?.oneOf[0]);
89
}

0 commit comments

Comments
 (0)