Skip to content

Commit

Permalink
Merge pull request Azure#2561 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Autogenerate
  • Loading branch information
jorgecotillo authored Sep 9, 2022
2 parents 6ae85c1 + 987c719 commit c62258e
Show file tree
Hide file tree
Showing 25 changed files with 21,162 additions and 116 deletions.
1 change: 1 addition & 0 deletions generator/processors/Microsoft.SecurityInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ import { replaceCyclicRef } from './helpers';
export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {
replaceCyclicRef(schema.definitions?.MetadataDependencies?.properties?.criteria?.oneOf[0]?.items);
replaceCyclicRef(schema.definitions?.AutomationRuleCondition?.oneOf[0]);
replaceCyclicRef(schema.definitions?.AutomationRuleCondition?.oneOf[2]);
}
Loading

0 comments on commit c62258e

Please sign in to comment.