@@ -624,7 +624,7 @@ type azureAppGatewayProbe
624
624
provisioningState : String @search (by : [hash , regexp ])
625
625
}
626
626
627
- type azureAppGatewayAppGatewayBackendAddressPool
627
+ type azureAppGatewayAppGatewayBackendAddrPool
628
628
@generate (
629
629
query : { get : false , query : false , aggregate : false }
630
630
mutation : { add : false , delete : false }
@@ -744,7 +744,7 @@ type azureAppGatewayNetIntfIPConfig
744
744
type : String @search (by : [hash , regexp ])
745
745
gatewayLoadBalancer : azureAppGatewaySubResource
746
746
virtualNetworkTaps : [azureAppGatewayVirtualNetworkTap ]
747
- appGatewayBackendAddrPools : [azureAppGatewayAppGatewayBackendAddressPool ]
747
+ appGatewayBackendAddrPools : [azureAppGatewayAppGatewayBackendAddrPool ]
748
748
loadBalancerBackendAddrPools : [azureAppGatewayBackendAddrPool ]
749
749
loadBalancerInboundNatRules : [azureAppGatewayInboundNatRule ]
750
750
privateIPAddress : String @search (by : [hash , regexp ])
@@ -1212,7 +1212,7 @@ type azureAppGateway implements azureResource
1212
1212
frontendIPConfigurations : [azureAppGatewayAppGatewayFrontendIPConfig ]
1213
1213
frontendPorts : [azureAppGatewayFrontendPort ]
1214
1214
probes : [azureAppGatewayProbe ]
1215
- backendAddressPools : [azureAppGatewayAppGatewayBackendAddressPool ]
1215
+ backendAddressPools : [azureAppGatewayAppGatewayBackendAddrPool ]
1216
1216
backendHttpSettingsCollection : [azureAppGatewayBackendHttpSettings ]
1217
1217
httpListeners : [azureAppGatewayHttpListener ]
1218
1218
sslProfiles : [azureAppGatewaySslProfile ]
0 commit comments