Skip to content

Commit 6ae85c1

Browse files
authored
Merge pull request Azure#2565 from Azure/jcotillo/fix_cyclic_ref_msft_insights
[Microsoft.Insights] Remove cyclic reference
2 parents 7000f09 + 5bd40c5 commit 6ae85c1

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)