Skip to content

Commit

Permalink
added missing files, fixed build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecotillo committed Dec 21, 2023
1 parent 4e0fec2 commit ccd8f49
Show file tree
Hide file tree
Showing 16 changed files with 47,654 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generator/processors/Microsoft.ServiceFabric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SchemaPostProcessor } from '../models';

export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {

let IpTag = schema.definitions?.IpConfigurationPublicIPAddressConfiguration?.properties?.ipTags?.oneOf[0].items;
const IpTag = schema.definitions?.IpConfigurationPublicIPAddressConfiguration?.properties?.ipTags?.oneOf[0].items;
if (IpTag && IpTag['$ref']) {
IpTag['$ref'] = '#/definitions/IPTag';
}
Expand Down
Loading

0 comments on commit ccd8f49

Please sign in to comment.