File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { replaceCyclicRef } from './helpers';
55
66export 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 ) ;
You can’t perform that action at this time.
0 commit comments