Skip to content

Commit 7fc830e

Browse files
Fixed one more cycle fix
1 parent 5b4d645 commit 7fc830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/processors/Microsoft.Network.ts

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

66
export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion, schema) => {
77
replaceCyclicRef(schema.definitions?.NetworkInterfaceIPConfigurationPropertiesFormat?.properties?.virtualNetworkTaps?.oneOf[0]?.items);
8-
replaceCyclicRef(schema.definitions?.NetworkInterfaceIPConfiguration?.properties?.properties?.oneOf[0]?.properties?.publicIPAddress?.oneOf[0].properties?.properties?.oneOf[0]?.properties?.ipConfiguration?.oneOf[0].properties?.properties?.oneOf[0]?.properties?.subnet?.oneOf[0].properties?.properties?.oneOf[0].properties?.networkSecurityGroup.oneOf[0].properties?.properties?.oneOf[0]?.properties?.networkInterfaces.oneOf[0].items);
8+
replaceCyclicRef(schema.definitions?.NetworkInterfaceIPConfiguration?.properties?.properties?.oneOf[0]?.properties?.publicIPAddress?.oneOf[0]?.properties?.properties?.oneOf[0]?.properties?.ipConfiguration?.oneOf[0]?.properties?.properties?.oneOf[0]?.properties?.subnet?.oneOf[0]?.properties?.properties?.oneOf[0]?.properties?.networkSecurityGroup?.oneOf[0]?.properties?.properties?.oneOf[0]?.properties?.networkInterfaces?.oneOf[0].items);
99
replaceCyclicRef(schema.definitions?.NetworkInterfaceIPConfigurationPropertiesFormat?.properties?.ipConfiguration?.oneOf[0]?.items);
1010
replaceCyclicRef(schema.definitions?.NetworkInterfaceIPConfigurationPropertiesFormat?.properties?.applictionGatewayBackendAddressPools?.oneOf[0]?.items);
1111
replaceCyclicRef(schema.definitions?.ApplicationGatewayBackendAddressPoolPropertiesFormat?.properties?.backendIPConfigurations?.oneOf[0]?.items);

0 commit comments

Comments
 (0)