Skip to content

Commit

Permalink
Merge pull request #3264 from Azure/autogenerate-batch
Browse files Browse the repository at this point in the history
Update Generated Schemas
  • Loading branch information
Xynoclafe authored Nov 21, 2024
2 parents d3c914d + 2aa33c6 commit 3132177
Show file tree
Hide file tree
Showing 186 changed files with 309,451 additions and 23,751 deletions.
8 changes: 8 additions & 0 deletions generator/processors/Microsoft.AwsConnector.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { SchemaPostProcessor } from '../models';
import { replaceCyclicRefByName } from './helpers';

export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {
replaceCyclicRefByName(schema, 'Configuration', { type: 'object' });
}
Loading

0 comments on commit 3132177

Please sign in to comment.