From 0e29e2b9917737b202f12af34ba96a8e9e6ec815 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 8 May 2020 07:57:10 +0000 Subject: [PATCH] Update from master --- .../src/models/applicationGatewaysMappers.ts | 11 + .../applicationSecurityGroupsMappers.ts | 11 + .../availableEndpointServicesMappers.ts | 11 + .../models/azureFirewallFqdnTagsMappers.ts | 11 + .../src/models/azureFirewallsMappers.ts | 11 + .../src/models/bastionHostsMappers.ts | 11 + .../models/bgpServiceCommunitiesMappers.ts | 11 + .../src/models/connectionMonitorsMappers.ts | 11 + .../src/models/ddosCustomPoliciesMappers.ts | 11 + .../src/models/ddosProtectionPlansMappers.ts | 11 + .../src/models/defaultSecurityRulesMappers.ts | 11 + ...xpressRouteCircuitAuthorizationsMappers.ts | 11 + .../expressRouteCircuitConnectionsMappers.ts | 11 + .../expressRouteCircuitPeeringsMappers.ts | 11 + .../src/models/expressRouteCircuitsMappers.ts | 11 + .../models/expressRouteConnectionsMappers.ts | 11 + ...ressRouteCrossConnectionPeeringsMappers.ts | 11 + .../expressRouteCrossConnectionsMappers.ts | 11 + .../src/models/expressRouteGatewaysMappers.ts | 11 + .../src/models/expressRouteLinksMappers.ts | 11 + .../expressRoutePortsLocationsMappers.ts | 11 + .../src/models/expressRoutePortsMappers.ts | 11 + .../expressRouteServiceProvidersMappers.ts | 11 + .../src/models/firewallPoliciesMappers.ts | 11 + .../models/firewallPolicyRuleGroupsMappers.ts | 11 + .../arm-network/src/models/flowLogsMappers.ts | 11 + .../src/models/hubRouteTablesMappers.ts | 277 ++++ .../hubVirtualNetworkConnectionsMappers.ts | 11 + .../src/models/inboundNatRulesMappers.ts | 11 + sdk/network/arm-network/src/models/index.ts | 749 +++++++--- .../src/models/ipAllocationsMappers.ts | 11 + .../arm-network/src/models/ipGroupsMappers.ts | 11 + .../loadBalancerBackendAddressPoolsMappers.ts | 11 + ...BalancerFrontendIPConfigurationsMappers.ts | 11 + .../loadBalancerLoadBalancingRulesMappers.ts | 11 + .../loadBalancerNetworkInterfacesMappers.ts | 11 + .../loadBalancerOutboundRulesMappers.ts | 11 + .../src/models/loadBalancerProbesMappers.ts | 11 + .../src/models/loadBalancersMappers.ts | 11 + .../src/models/localNetworkGatewaysMappers.ts | 11 + sdk/network/arm-network/src/models/mappers.ts | 1262 ++++++++++++----- .../src/models/natGatewaysMappers.ts | 11 + ...networkInterfaceIPConfigurationsMappers.ts | 11 + .../networkInterfaceLoadBalancersMappers.ts | 11 + ...etworkInterfaceTapConfigurationsMappers.ts | 11 + .../src/models/networkInterfacesMappers.ts | 11 + .../src/models/networkProfilesMappers.ts | 11 + .../models/networkSecurityGroupsMappers.ts | 11 + .../models/networkVirtualAppliancesMappers.ts | 11 + .../src/models/networkWatchersMappers.ts | 11 + .../src/models/p2sVpnGatewaysMappers.ts | 11 + .../arm-network/src/models/parameters.ts | 2 +- ...erExpressRouteCircuitConnectionsMappers.ts | 11 + .../src/models/privateDnsZoneGroupsMappers.ts | 11 + .../src/models/privateEndpointsMappers.ts | 11 + .../src/models/privateLinkServicesMappers.ts | 11 + .../src/models/publicIPAddressesMappers.ts | 11 + .../src/models/publicIPPrefixesMappers.ts | 11 + .../models/resourceNavigationLinksMappers.ts | 11 + .../src/models/routeFilterRulesMappers.ts | 11 + .../src/models/routeFiltersMappers.ts | 11 + .../src/models/routeTablesMappers.ts | 11 + .../arm-network/src/models/routesMappers.ts | 11 + .../models/securityPartnerProvidersMappers.ts | 11 + .../src/models/securityRulesMappers.ts | 11 + .../models/serviceAssociationLinksMappers.ts | 11 + .../models/serviceEndpointPoliciesMappers.ts | 11 + ...serviceEndpointPolicyDefinitionsMappers.ts | 11 + .../arm-network/src/models/subnetsMappers.ts | 11 + .../models/virtualHubRouteTableV2sMappers.ts | 11 + .../src/models/virtualHubsMappers.ts | 11 + ...virtualNetworkGatewayConnectionsMappers.ts | 11 + .../models/virtualNetworkGatewaysMappers.ts | 11 + .../models/virtualNetworkPeeringsMappers.ts | 11 + .../src/models/virtualNetworkTapsMappers.ts | 11 + .../src/models/virtualNetworksMappers.ts | 11 + .../models/virtualRouterPeeringsMappers.ts | 11 + .../src/models/virtualRoutersMappers.ts | 11 + .../src/models/virtualWansMappers.ts | 11 + .../src/models/vpnConnectionsMappers.ts | 11 + .../src/models/vpnGatewaysMappers.ts | 11 + .../src/models/vpnLinkConnectionsMappers.ts | 11 + .../models/vpnServerConfigurationsMappers.ts | 11 + .../models/vpnSiteLinkConnectionsMappers.ts | 11 + .../src/models/vpnSiteLinksMappers.ts | 11 + .../arm-network/src/models/vpnSitesMappers.ts | 11 + .../webApplicationFirewallPoliciesMappers.ts | 11 + .../src/networkManagementClient.ts | 2 + .../src/operations/hubRouteTables.ts | 330 +++++ .../arm-network/src/operations/index.ts | 1 + .../loadBalancerBackendAddressPools.ts | 134 ++ 91 files changed, 3130 insertions(+), 540 deletions(-) create mode 100644 sdk/network/arm-network/src/models/hubRouteTablesMappers.ts create mode 100644 sdk/network/arm-network/src/operations/hubRouteTables.ts diff --git a/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts b/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts index a743d35514f8..61de09dd0e32 100644 --- a/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts @@ -134,6 +134,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -142,11 +143,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -160,6 +166,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -204,6 +211,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -221,12 +229,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -256,6 +266,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts b/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts index bfe9b81543ff..adc4a992a678 100644 --- a/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts b/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts index 764028fdf0c8..afea9566eca2 100644 --- a/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts +++ b/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts b/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts index d4566683a692..3c81d0f4586c 100644 --- a/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts +++ b/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/azureFirewallsMappers.ts b/sdk/network/arm-network/src/models/azureFirewallsMappers.ts index 6562477dfd24..c3ea4d791fa3 100644 --- a/sdk/network/arm-network/src/models/azureFirewallsMappers.ts +++ b/sdk/network/arm-network/src/models/azureFirewallsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/bastionHostsMappers.ts b/sdk/network/arm-network/src/models/bastionHostsMappers.ts index b5e7d8a7d551..458b483e245a 100644 --- a/sdk/network/arm-network/src/models/bastionHostsMappers.ts +++ b/sdk/network/arm-network/src/models/bastionHostsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts b/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts index fbaa408fe882..6d69e42676bd 100644 --- a/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts +++ b/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts b/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts index fde45adf0cca..e25ebe3a7eba 100644 --- a/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts +++ b/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts @@ -130,6 +130,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -138,11 +139,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -156,6 +162,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -200,6 +207,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -217,12 +225,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -252,6 +262,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts b/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts index f42fcb7d0110..286cc53ab85c 100644 --- a/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,12 +218,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts b/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts index 011133dbbec7..638d2b5b2c3e 100644 --- a/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts +++ b/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts b/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts index 55421c40df1e..e0990964baed 100644 --- a/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts +++ b/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, SecurityRuleListResult, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts index 48f975231608..b526c5ba59b4 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts index 038cf366d0f8..ac0c5961fb60 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts index 14817fda65d6..7b06669114e7 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts index b4f1290f9359..451c4bcce8b6 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts @@ -130,6 +130,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -138,11 +139,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -156,6 +162,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -200,6 +207,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -217,12 +225,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -252,6 +262,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts index 2123dfbe2f0e..1bb85e8385c0 100644 --- a/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts index 74e59cf786c2..e39504dfe499 100644 --- a/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts index c89b179725de..5cc2dcc28675 100644 --- a/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts @@ -130,6 +130,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -138,11 +139,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -156,6 +162,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -200,6 +207,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -217,12 +225,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -252,6 +262,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts b/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts index a7fb578bbed2..2d33a40f38b9 100644 --- a/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts b/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts index 32f22bc8209b..5dd5d90c4275 100644 --- a/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts b/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts index bd9002c59119..04e707f0f18e 100644 --- a/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts b/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts index 0128a576a1a5..38b552bcba65 100644 --- a/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts b/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts index 8971d651003b..39b91be08933 100644 --- a/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProviderBandwidthsOffered, ExpressRouteServiceProviderListResult, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts b/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts index 47e2adf36ef1..7035a08b1d04 100644 --- a/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyListResult, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/firewallPolicyRuleGroupsMappers.ts b/sdk/network/arm-network/src/models/firewallPolicyRuleGroupsMappers.ts index 1134198e3984..d645758aa9aa 100644 --- a/sdk/network/arm-network/src/models/firewallPolicyRuleGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/firewallPolicyRuleGroupsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, FirewallPolicyRuleGroupListResult, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/flowLogsMappers.ts b/sdk/network/arm-network/src/models/flowLogsMappers.ts index bb80362e73cf..2d0e85afa2b0 100644 --- a/sdk/network/arm-network/src/models/flowLogsMappers.ts +++ b/sdk/network/arm-network/src/models/flowLogsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,12 +133,17 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FlowLogListResult, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -151,6 +157,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -195,6 +202,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -212,12 +220,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts b/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts new file mode 100644 index 000000000000..08e2e948d055 --- /dev/null +++ b/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts @@ -0,0 +1,277 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +export { + discriminators, + AadAuthenticationParameters, + AddressSpace, + ApplicationGateway, + ApplicationGatewayAuthenticationCertificate, + ApplicationGatewayAutoscaleConfiguration, + ApplicationGatewayAvailableSslOptions, + ApplicationGatewayBackendAddress, + ApplicationGatewayBackendAddressPool, + ApplicationGatewayBackendHttpSettings, + ApplicationGatewayConnectionDraining, + ApplicationGatewayCustomError, + ApplicationGatewayFirewallDisabledRuleGroup, + ApplicationGatewayFirewallExclusion, + ApplicationGatewayFirewallRule, + ApplicationGatewayFirewallRuleGroup, + ApplicationGatewayFirewallRuleSet, + ApplicationGatewayFrontendIPConfiguration, + ApplicationGatewayFrontendPort, + ApplicationGatewayHeaderConfiguration, + ApplicationGatewayHttpListener, + ApplicationGatewayIPConfiguration, + ApplicationGatewayPathRule, + ApplicationGatewayProbe, + ApplicationGatewayProbeHealthResponseMatch, + ApplicationGatewayRedirectConfiguration, + ApplicationGatewayRequestRoutingRule, + ApplicationGatewayRewriteRule, + ApplicationGatewayRewriteRuleActionSet, + ApplicationGatewayRewriteRuleCondition, + ApplicationGatewayRewriteRuleSet, + ApplicationGatewaySku, + ApplicationGatewaySslCertificate, + ApplicationGatewaySslPolicy, + ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewayTrustedRootCertificate, + ApplicationGatewayUrlConfiguration, + ApplicationGatewayUrlPathMap, + ApplicationGatewayWebApplicationFirewallConfiguration, + ApplicationRuleCondition, + ApplicationSecurityGroup, + AzureFirewall, + AzureFirewallApplicationRule, + AzureFirewallApplicationRuleCollection, + AzureFirewallApplicationRuleProtocol, + AzureFirewallFqdnTag, + AzureFirewallIPConfiguration, + AzureFirewallIpGroups, + AzureFirewallNatRCAction, + AzureFirewallNatRule, + AzureFirewallNatRuleCollection, + AzureFirewallNetworkRule, + AzureFirewallNetworkRuleCollection, + AzureFirewallPublicIPAddress, + AzureFirewallRCAction, + AzureFirewallSku, + BackendAddressPool, + BaseResource, + BastionHost, + BastionHostIPConfiguration, + BGPCommunity, + BgpServiceCommunity, + BgpSettings, + CloudError, + ConnectionMonitorDestination, + ConnectionMonitorEndpoint, + ConnectionMonitorEndpointFilter, + ConnectionMonitorEndpointFilterItem, + ConnectionMonitorHttpConfiguration, + ConnectionMonitorIcmpConfiguration, + ConnectionMonitorOutput, + ConnectionMonitorResult, + ConnectionMonitorSource, + ConnectionMonitorSuccessThreshold, + ConnectionMonitorTcpConfiguration, + ConnectionMonitorTestConfiguration, + ConnectionMonitorTestGroup, + ConnectionMonitorWorkspaceSettings, + ConnectionSharedKey, + Container, + ContainerNetworkInterface, + ContainerNetworkInterfaceConfiguration, + ContainerNetworkInterfaceIpConfiguration, + CustomDnsConfigPropertiesFormat, + DdosCustomPolicy, + DdosProtectionPlan, + DdosSettings, + Delegation, + DeviceProperties, + DhcpOptions, + EndpointServiceResult, + ExpressRouteCircuit, + ExpressRouteCircuitAuthorization, + ExpressRouteCircuitConnection, + ExpressRouteCircuitPeering, + ExpressRouteCircuitPeeringConfig, + ExpressRouteCircuitPeeringId, + ExpressRouteCircuitReference, + ExpressRouteCircuitServiceProviderProperties, + ExpressRouteCircuitSku, + ExpressRouteCircuitStats, + ExpressRouteConnection, + ExpressRouteConnectionId, + ExpressRouteCrossConnection, + ExpressRouteCrossConnectionPeering, + ExpressRouteGateway, + ExpressRouteGatewayPropertiesAutoScaleConfiguration, + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, + ExpressRouteLink, + ExpressRouteLinkMacSecConfig, + ExpressRoutePort, + ExpressRoutePortsLocation, + ExpressRoutePortsLocationBandwidths, + ExpressRouteServiceProvider, + ExpressRouteServiceProviderBandwidthsOffered, + FirewallPolicy, + FirewallPolicyCertificateAuthority, + FirewallPolicyFilterRule, + FirewallPolicyFilterRuleAction, + FirewallPolicyNatRule, + FirewallPolicyNatRuleAction, + FirewallPolicyRule, + FirewallPolicyRuleCondition, + FirewallPolicyRuleConditionApplicationProtocol, + FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, + FlowLog, + FlowLogFormatParameters, + FrontendIPConfiguration, + HTTPHeader, + HubIPAddresses, + HubRoute, + HubRouteTable, + HubVirtualNetworkConnection, + InboundNatPool, + InboundNatRule, + IpAllocation, + IPConfiguration, + IPConfigurationBgpPeeringAddress, + IPConfigurationProfile, + IpGroup, + IpsecPolicy, + IpTag, + Ipv6CircuitConnectionConfig, + Ipv6ExpressRouteCircuitPeeringConfig, + ListHubRouteTablesResult, + LoadBalancer, + LoadBalancerBackendAddress, + LoadBalancerSku, + LoadBalancingRule, + LocalNetworkGateway, + ManagedRuleGroupOverride, + ManagedRuleOverride, + ManagedRulesDefinition, + ManagedRuleSet, + ManagedServiceIdentity, + ManagedServiceIdentityUserAssignedIdentitiesValue, + MatchCondition, + MatchVariable, + NatGateway, + NatGatewaySku, + NatRuleCondition, + NetworkIntentPolicy, + NetworkInterface, + NetworkInterfaceDnsSettings, + NetworkInterfaceIPConfiguration, + NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, + NetworkInterfaceTapConfiguration, + NetworkProfile, + NetworkRuleCondition, + NetworkSecurityGroup, + NetworkVirtualAppliance, + NetworkWatcher, + OutboundRule, + OwaspCrsExclusionEntry, + P2SConnectionConfiguration, + P2SVpnGateway, + PatchRouteFilter, + PatchRouteFilterRule, + PeerExpressRouteCircuitConnection, + PolicySettings, + PrivateDnsZoneConfig, + PrivateDnsZoneGroup, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateLinkService, + PrivateLinkServiceConnection, + PrivateLinkServiceConnectionState, + PrivateLinkServiceIpConfiguration, + PrivateLinkServicePropertiesAutoApproval, + PrivateLinkServicePropertiesVisibility, + Probe, + PropagatedRouteTable, + ProtocolCustomSettingsFormat, + PublicIPAddress, + PublicIPAddressDnsSettings, + PublicIPAddressSku, + PublicIPPrefix, + PublicIPPrefixSku, + RadiusServer, + RecordSet, + ReferencedPublicIpAddress, + Resource, + ResourceNavigationLink, + ResourceSet, + RetentionPolicyParameters, + Route, + RouteFilter, + RouteFilterRule, + RouteTable, + RoutingConfiguration, + SecurityPartnerProvider, + SecurityRule, + ServiceAssociationLink, + ServiceEndpointPolicy, + ServiceEndpointPolicyDefinition, + ServiceEndpointPropertiesFormat, + StaticRoute, + Subnet, + SubResource, + TrafficAnalyticsConfigurationProperties, + TrafficAnalyticsProperties, + TrafficSelectorPolicy, + TunnelConnectionHealth, + VirtualApplianceNicProperties, + VirtualApplianceSkuProperties, + VirtualHub, + VirtualHubId, + VirtualHubRoute, + VirtualHubRouteTable, + VirtualHubRouteTableV2, + VirtualHubRouteV2, + VirtualNetwork, + VirtualNetworkBgpCommunities, + VirtualNetworkConnectionGatewayReference, + VirtualNetworkGateway, + VirtualNetworkGatewayConnection, + VirtualNetworkGatewayConnectionListEntity, + VirtualNetworkGatewayIPConfiguration, + VirtualNetworkGatewaySku, + VirtualNetworkPeering, + VirtualNetworkTap, + VirtualRouter, + VirtualRouterPeering, + VirtualWAN, + VM, + VnetRoute, + VpnClientConfiguration, + VpnClientConnectionHealth, + VpnClientRevokedCertificate, + VpnClientRootCertificate, + VpnConnection, + VpnGateway, + VpnLinkBgpSettings, + VpnLinkProviderProperties, + VpnServerConfigRadiusClientRootCertificate, + VpnServerConfigRadiusServerRootCertificate, + VpnServerConfiguration, + VpnServerConfigVpnClientRevokedCertificate, + VpnServerConfigVpnClientRootCertificate, + VpnSite, + VpnSiteLink, + VpnSiteLinkConnection, + WebApplicationFirewallCustomRule, + WebApplicationFirewallPolicy +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts b/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts index 4f52f8e49028..9b59655bbc9e 100644 --- a/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListHubVirtualNetworkConnectionsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts b/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts index cb9c718ff875..50c177562f66 100644 --- a/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts +++ b/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/index.ts b/sdk/network/arm-network/src/models/index.ts index 297a556c5d6b..33f14fdf22e4 100644 --- a/sdk/network/arm-network/src/models/index.ts +++ b/sdk/network/arm-network/src/models/index.ts @@ -1311,6 +1311,185 @@ export interface VirtualNetworkTap extends Resource { readonly etag?: string; } +/** + * AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual + * network. + */ +export interface AddressSpace { + /** + * A list of address blocks reserved for this virtual network in CIDR notation. + */ + addressPrefixes?: string[]; +} + +/** + * DhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network. + * Standard DHCP option for a subnet overrides VNET DHCP options. + */ +export interface DhcpOptions { + /** + * The list of DNS servers IP addresses. + */ + dnsServers?: string[]; +} + +/** + * Peerings in a virtual network resource. + */ +export interface VirtualNetworkPeering extends SubResource { + /** + * Whether the VMs in the local virtual network space would be able to access the VMs in remote + * virtual network space. + */ + allowVirtualNetworkAccess?: boolean; + /** + * Whether the forwarded traffic from the VMs in the local virtual network will be + * allowed/disallowed in remote virtual network. + */ + allowForwardedTraffic?: boolean; + /** + * If gateway links can be used in remote virtual networking to link to this virtual network. + */ + allowGatewayTransit?: boolean; + /** + * If remote gateways can be used on this virtual network. If the flag is set to true, and + * allowGatewayTransit on remote peering is also true, virtual network will use gateways of + * remote virtual network for transit. Only one peering can have this flag set to true. This flag + * cannot be set if virtual network already has a gateway. + */ + useRemoteGateways?: boolean; + /** + * The reference to the remote virtual network. The remote virtual network can be in the same or + * different region (preview). See here to register for the preview and learn more + * (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). + */ + remoteVirtualNetwork?: SubResource; + /** + * The reference to the remote virtual network address space. + */ + remoteAddressSpace?: AddressSpace; + /** + * The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', + * 'Disconnected' + */ + peeringState?: VirtualNetworkPeeringState; + /** + * The provisioning state of the virtual network peering resource. Possible values include: + * 'Succeeded', 'Updating', 'Deleting', 'Failed' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly provisioningState?: ProvisioningState; + /** + * The name of the resource that is unique within a resource group. This name can be used to + * access the resource. + */ + name?: string; + /** + * A unique read-only string that changes whenever the resource is updated. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly etag?: string; +} + +/** + * Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. + */ +export interface VirtualNetworkBgpCommunities { + /** + * The BGP community associated with the virtual network. + */ + virtualNetworkCommunity: string; + /** + * The BGP community associated with the region of the virtual network. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly regionalCommunity?: string; +} + +/** + * Virtual Network resource. + */ +export interface VirtualNetwork extends Resource { + /** + * The AddressSpace that contains an array of IP address ranges that can be used by subnets. + */ + addressSpace?: AddressSpace; + /** + * The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual + * network. + */ + dhcpOptions?: DhcpOptions; + /** + * A list of subnets in a Virtual Network. + */ + subnets?: Subnet[]; + /** + * A list of peerings in a Virtual Network. + */ + virtualNetworkPeerings?: VirtualNetworkPeering[]; + /** + * The resourceGuid property of the Virtual Network resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly resourceGuid?: string; + /** + * The provisioning state of the virtual network resource. Possible values include: 'Succeeded', + * 'Updating', 'Deleting', 'Failed' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly provisioningState?: ProvisioningState; + /** + * Indicates if DDoS protection is enabled for all the protected resources in the virtual + * network. It requires a DDoS protection plan associated with the resource. Default value: + * false. + */ + enableDdosProtection?: boolean; + /** + * Indicates if VM protection is enabled for all the subnets in the virtual network. Default + * value: false. + */ + enableVmProtection?: boolean; + /** + * The DDoS protection plan associated with the virtual network. + */ + ddosProtectionPlan?: SubResource; + /** + * Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. + */ + bgpCommunities?: VirtualNetworkBgpCommunities; + /** + * Array of IpAllocation which reference this VNET. + */ + ipAllocations?: SubResource[]; + /** + * A unique read-only string that changes whenever the resource is updated. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly etag?: string; +} + +/** + * Load balancer backend addresses. + */ +export interface LoadBalancerBackendAddress { + /** + * Reference to an existing virtual network. + */ + virtualNetwork?: VirtualNetwork; + /** + * IP Address belonging to the referenced virtual network. + */ + ipAddress?: string; + /** + * Reference to IP address defined in network interfaces. + */ + networkInterfaceIPConfiguration?: NetworkInterfaceIPConfiguration; + /** + * Name of the backend address. + */ + name?: string; +} + /** * Pool of backend IP addresses. */ @@ -1320,6 +1499,10 @@ export interface BackendAddressPool extends SubResource { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly backendIPConfigurations?: NetworkInterfaceIPConfiguration[]; + /** + * An array of backend addresses. + */ + loadBalancerBackendAddresses?: LoadBalancerBackendAddress[]; /** * An array of references to load balancing rules that use this backend address pool. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -3334,7 +3517,7 @@ export interface AzureFirewallSku { */ name?: AzureFirewallSkuName; /** - * Tier of an Azure Firewall. Possible values include: 'Standard' + * Tier of an Azure Firewall. Possible values include: 'Standard', 'Premium' */ tier?: AzureFirewallSkuTier; } @@ -4762,6 +4945,67 @@ export interface ExpressRoutePort extends Resource { identity?: ManagedServiceIdentity; } +/** + * ThreatIntel Whitelist for Firewall Policy. + */ +export interface FirewallPolicyThreatIntelWhitelist { + /** + * List of IP addresses for the ThreatIntel Whitelist. + */ + ipAddresses?: string[]; + /** + * List of FQDNs for the ThreatIntel Whitelist. + */ + fqdns?: string[]; +} + +/** + * Trusted Root certificates properties for tls. + */ +export interface FirewallPolicyCertificateAuthority { + /** + * Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in + * KeyVault. + */ + keyVaultSecretId?: string; + /** + * Name of the CA certificate. + */ + name?: string; +} + +/** + * Trusted Root certificates of a firewall policy. + */ +export interface FirewallPolicyTrustedRootCertificate { + /** + * Secret Id of (base-64 encoded unencrypted pfx) the public certificate data stored in KeyVault. + */ + keyVaultSecretId?: string; + /** + * Name of the trusted root certificate that is unique within a firewall policy. + */ + name?: string; +} + +/** + * Configuration needed to perform TLS termination & initiation. + */ +export interface FirewallPolicyTransportSecurity { + /** + * The CA used for intermediate CA generation. + */ + certificateAuthority?: FirewallPolicyCertificateAuthority; + /** + * List of domains which are excluded from TLS termination. + */ + excludedDomains?: string[]; + /** + * Certificates which are to be trusted by the firewall. + */ + trustedRootCertificates?: FirewallPolicyTrustedRootCertificate[]; +} + /** * FirewallPolicy Resource. */ @@ -4795,15 +5039,27 @@ export interface FirewallPolicy extends Resource { * The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' */ threatIntelMode?: AzureFirewallThreatIntelMode; + /** + * ThreatIntel Whitelist for Firewall Policy. + */ + threatIntelWhitelist?: FirewallPolicyThreatIntelWhitelist; /** * The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled' */ intrusionSystemMode?: FirewallPolicyIntrusionSystemMode; + /** + * TLS Configuration definition. + */ + transportSecurity?: FirewallPolicyTransportSecurity; /** * A unique read-only string that changes whenever the resource is updated. * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly etag?: string; + /** + * The identity of the firewall policy. + */ + identity?: ManagedServiceIdentity; } /** @@ -5009,6 +5265,10 @@ export interface ApplicationRuleCondition { * Array of Application Protocols. */ protocols?: FirewallPolicyRuleConditionApplicationProtocol[]; + /** + * List of Urls for this rule condition. + */ + targetUrls?: string[]; /** * List of FQDNs for this rule condition. */ @@ -5059,6 +5319,10 @@ export interface NatRuleCondition { * List of source IpGroups for this rule. */ sourceIpGroups?: string[]; + /** + * Terminate TLS connections for this rule. + */ + terminateTLS?: boolean; } /** @@ -8534,75 +8798,6 @@ export interface Usage { name: UsageName; } -/** - * AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual - * network. - */ -export interface AddressSpace { - /** - * A list of address blocks reserved for this virtual network in CIDR notation. - */ - addressPrefixes?: string[]; -} - -/** - * Peerings in a virtual network resource. - */ -export interface VirtualNetworkPeering extends SubResource { - /** - * Whether the VMs in the local virtual network space would be able to access the VMs in remote - * virtual network space. - */ - allowVirtualNetworkAccess?: boolean; - /** - * Whether the forwarded traffic from the VMs in the local virtual network will be - * allowed/disallowed in remote virtual network. - */ - allowForwardedTraffic?: boolean; - /** - * If gateway links can be used in remote virtual networking to link to this virtual network. - */ - allowGatewayTransit?: boolean; - /** - * If remote gateways can be used on this virtual network. If the flag is set to true, and - * allowGatewayTransit on remote peering is also true, virtual network will use gateways of - * remote virtual network for transit. Only one peering can have this flag set to true. This flag - * cannot be set if virtual network already has a gateway. - */ - useRemoteGateways?: boolean; - /** - * The reference to the remote virtual network. The remote virtual network can be in the same or - * different region (preview). See here to register for the preview and learn more - * (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). - */ - remoteVirtualNetwork?: SubResource; - /** - * The reference to the remote virtual network address space. - */ - remoteAddressSpace?: AddressSpace; - /** - * The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', - * 'Disconnected' - */ - peeringState?: VirtualNetworkPeeringState; - /** - * The provisioning state of the virtual network peering resource. Possible values include: - * 'Succeeded', 'Updating', 'Deleting', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly provisioningState?: ProvisioningState; - /** - * The name of the resource that is unique within a resource group. This name can be used to - * access the resource. - */ - name?: string; - /** - * A unique read-only string that changes whenever the resource is updated. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly etag?: string; -} - /** * Response for ResourceNavigationLinks_List operation. */ @@ -8630,95 +8825,7 @@ export interface ServiceAssociationLinksListResult { * The URL to get the next set of results. * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly nextLink?: string; -} - -/** - * DhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network. - * Standard DHCP option for a subnet overrides VNET DHCP options. - */ -export interface DhcpOptions { - /** - * The list of DNS servers IP addresses. - */ - dnsServers?: string[]; -} - -/** - * Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. - */ -export interface VirtualNetworkBgpCommunities { - /** - * The BGP community associated with the virtual network. - */ - virtualNetworkCommunity: string; - /** - * The BGP community associated with the region of the virtual network. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly regionalCommunity?: string; -} - -/** - * Virtual Network resource. - */ -export interface VirtualNetwork extends Resource { - /** - * The AddressSpace that contains an array of IP address ranges that can be used by subnets. - */ - addressSpace?: AddressSpace; - /** - * The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual - * network. - */ - dhcpOptions?: DhcpOptions; - /** - * A list of subnets in a Virtual Network. - */ - subnets?: Subnet[]; - /** - * A list of peerings in a Virtual Network. - */ - virtualNetworkPeerings?: VirtualNetworkPeering[]; - /** - * The resourceGuid property of the Virtual Network resource. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly resourceGuid?: string; - /** - * The provisioning state of the virtual network resource. Possible values include: 'Succeeded', - * 'Updating', 'Deleting', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly provisioningState?: ProvisioningState; - /** - * Indicates if DDoS protection is enabled for all the protected resources in the virtual - * network. It requires a DDoS protection plan associated with the resource. Default value: - * false. - */ - enableDdosProtection?: boolean; - /** - * Indicates if VM protection is enabled for all the subnets in the virtual network. Default - * value: false. - */ - enableVmProtection?: boolean; - /** - * The DDoS protection plan associated with the virtual network. - */ - ddosProtectionPlan?: SubResource; - /** - * Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. - */ - bgpCommunities?: VirtualNetworkBgpCommunities; - /** - * Array of IpAllocation which reference this VNET. - */ - ipAllocations?: SubResource[]; - /** - * A unique read-only string that changes whenever the resource is updated. - * **NOTE: This property will not be serialized. It can only be populated by the server.** - */ - readonly etag?: string; + readonly nextLink?: string; } /** @@ -10090,6 +10197,66 @@ export interface GetVpnSitesConfigurationRequest { outputBlobSasUrl: string; } +/** + * The list of RouteTables to advertise the routes to. + */ +export interface PropagatedRouteTable { + /** + * The list of labels. + */ + labels?: string[]; + /** + * The list of resource ids of all the RouteTables. + */ + ids?: SubResource[]; +} + +/** + * List of all Static Routes. + */ +export interface StaticRoute { + /** + * The name of the StaticRoute that is unique within a VnetRoute. + */ + name?: string; + /** + * List of all address prefixes. + */ + addressPrefixes?: string[]; + /** + * The ip address of the next hop. + */ + nextHopIpAddress?: string; +} + +/** + * List of routes that control routing from VirtualHub into a virtual network connection. + */ +export interface VnetRoute { + /** + * List of all Static Routes. + */ + staticRoutes?: StaticRoute[]; +} + +/** + * Routing Configuration indicating the associated and propagated route tables for this connection. + */ +export interface RoutingConfiguration { + /** + * The resource id RouteTable associated with this RoutingConfiguration. + */ + associatedRouteTable?: SubResource; + /** + * The list of RouteTables to advertise the routes to. + */ + propagatedRouteTables?: PropagatedRouteTable; + /** + * List of routes that control routing from VirtualHub into a virtual network connection. + */ + vnetRoutes?: VnetRoute; +} + /** * HubVirtualNetworkConnection Resource. */ @@ -10110,6 +10277,11 @@ export interface HubVirtualNetworkConnection extends SubResource { * Enable internet security. */ enableInternetSecurity?: boolean; + /** + * The Routing Configuration indicating the associated and propagated route tables on this + * connection. + */ + routingConfiguration?: RoutingConfiguration; /** * The provisioning state of the hub virtual network connection resource. Possible values * include: 'Succeeded', 'Updating', 'Deleting', 'Failed' @@ -10428,6 +10600,11 @@ export interface VpnConnection extends SubResource { * List of all vpn site link connections to the gateway. */ vpnLinkConnections?: VpnSiteLinkConnection[]; + /** + * The Routing Configuration indicating the associated and propagated route tables on this + * connection. + */ + routingConfiguration?: RoutingConfiguration; /** * The name of the resource that is unique within a resource group. This name can be used to * access the resource. @@ -10473,6 +10650,78 @@ export interface VpnGateway extends Resource { readonly etag?: string; } +/** + * RouteTable route. + */ +export interface HubRoute { + /** + * The name of the Route that is unique within a RouteTable. This name can be used to access this + * route. + */ + name: string; + /** + * The type of destinations (eg: CIDR, ResourceId, Service). + */ + destinationType: string; + /** + * List of all destinations. + */ + destinations: string[]; + /** + * The type of next hop (eg: ResourceId). + */ + nextHopType: string; + /** + * NextHop resource ID. + */ + nextHop: string; +} + +/** + * RouteTable resource in a virtual hub. + */ +export interface HubRouteTable extends SubResource { + /** + * List of all routes. + */ + routes?: HubRoute[]; + /** + * List of labels associated with this route table. + */ + labels?: string[]; + /** + * List of all connections associated with this route table. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly associatedConnections?: SubResource[]; + /** + * List of all connections that advertise to this route table. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly propagatingConnections?: SubResource[]; + /** + * The provisioning state of the RouteTable resource. Possible values include: 'Succeeded', + * 'Updating', 'Deleting', 'Failed' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly provisioningState?: ProvisioningState; + /** + * The name of the resource that is unique within a resource group. This name can be used to + * access the resource. + */ + name?: string; + /** + * A unique read-only string that changes whenever the resource is updated. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly etag?: string; + /** + * Resource type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly type?: string; +} + /** * VpnSite Resource. */ @@ -10594,6 +10843,11 @@ export interface P2SConnectionConfiguration extends SubResource { * The reference to the address space resource which represents Address space for P2S VpnClient. */ vpnClientAddressPool?: AddressSpace; + /** + * The Routing Configuration indicating the associated and propagated route tables on this + * connection. + */ + routingConfiguration?: RoutingConfiguration; /** * The provisioning state of the P2SConnectionConfiguration resource. Possible values include: * 'Succeeded', 'Updating', 'Deleting', 'Failed' @@ -10891,6 +11145,11 @@ export interface ExpressRouteConnection extends SubResource { * Enable internet security. */ enableInternetSecurity?: boolean; + /** + * The Routing Configuration indicating the associated and propagated route tables on this + * connection. + */ + routingConfiguration?: RoutingConfiguration; /** * The name of the resource. */ @@ -12660,6 +12919,18 @@ export interface ListVirtualHubRouteTableV2sResult extends Array + */ +export interface ListHubRouteTablesResult extends Array { + /** + * URL to get the next set of operation list results if there are any. + */ + nextLink?: string; +} + /** * @interface * Result of the request to list WebApplicationFirewallPolicies. It contains a list of @@ -12763,6 +13034,14 @@ export type PublicIPAddressSkuName = 'Basic' | 'Standard'; */ export type DdosSettingsProtectionCoverage = 'Basic' | 'Standard'; +/** + * Defines values for VirtualNetworkPeeringState. + * Possible values include: 'Initiated', 'Connected', 'Disconnected' + * @readonly + * @enum {string} + */ +export type VirtualNetworkPeeringState = 'Initiated' | 'Connected' | 'Disconnected'; + /** * Defines values for TransportProtocol. * Possible values include: 'Udp', 'Tcp', 'All' @@ -12950,11 +13229,11 @@ export type AzureFirewallSkuName = 'AZFW_VNet' | 'AZFW_Hub'; /** * Defines values for AzureFirewallSkuTier. - * Possible values include: 'Standard' + * Possible values include: 'Standard', 'Premium' * @readonly * @enum {string} */ -export type AzureFirewallSkuTier = 'Standard'; +export type AzureFirewallSkuTier = 'Standard' | 'Premium'; /** * Defines values for BastionConnectProtocol. @@ -13439,14 +13718,6 @@ export type SecurityProviderName = 'ZScaler' | 'IBoss' | 'Checkpoint'; */ export type SecurityPartnerProviderConnectionStatus = 'Unknown' | 'PartiallyConnected' | 'Connected' | 'NotConnected'; -/** - * Defines values for VirtualNetworkPeeringState. - * Possible values include: 'Initiated', 'Connected', 'Disconnected' - * @readonly - * @enum {string} - */ -export type VirtualNetworkPeeringState = 'Initiated' | 'Connected' | 'Disconnected'; - /** * Defines values for VirtualNetworkGatewayType. * Possible values include: 'Vpn', 'ExpressRoute' @@ -17558,6 +17829,46 @@ export type LoadBalancerBackendAddressPoolsGetResponse = BackendAddressPool & { }; }; +/** + * Contains response data for the createOrUpdate operation. + */ +export type LoadBalancerBackendAddressPoolsCreateOrUpdateResponse = BackendAddressPool & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: BackendAddressPool; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type LoadBalancerBackendAddressPoolsBeginCreateOrUpdateResponse = BackendAddressPool & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: BackendAddressPool; + }; +}; + /** * Contains response data for the listNext operation. */ @@ -26218,6 +26529,106 @@ export type ExpressRouteConnectionsBeginCreateOrUpdateResponse = ExpressRouteCon }; }; +/** + * Contains response data for the createOrUpdate operation. + */ +export type HubRouteTablesCreateOrUpdateResponse = HubRouteTable & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: HubRouteTable; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type HubRouteTablesGetResponse = HubRouteTable & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: HubRouteTable; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type HubRouteTablesListResponse = ListHubRouteTablesResult & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: ListHubRouteTablesResult; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type HubRouteTablesBeginCreateOrUpdateResponse = HubRouteTable & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: HubRouteTable; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type HubRouteTablesListNextResponse = ListHubRouteTablesResult & { + /** + * The underlying HTTP response. + */ + _response: msRest.HttpResponse & { + /** + * The response body as text (string format) + */ + bodyAsText: string; + + /** + * The response body as parsed JSON or XML + */ + parsedBody: ListHubRouteTablesResult; + }; +}; + /** * Contains response data for the list operation. */ diff --git a/sdk/network/arm-network/src/models/ipAllocationsMappers.ts b/sdk/network/arm-network/src/models/ipAllocationsMappers.ts index c4c7544e6d7b..0932832fcf41 100644 --- a/sdk/network/arm-network/src/models/ipAllocationsMappers.ts +++ b/sdk/network/arm-network/src/models/ipAllocationsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/ipGroupsMappers.ts b/sdk/network/arm-network/src/models/ipGroupsMappers.ts index 2836d5614c36..1b61100dd91d 100644 --- a/sdk/network/arm-network/src/models/ipGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/ipGroupsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -151,6 +157,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -195,6 +202,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -212,12 +220,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -247,6 +257,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts b/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts index 3b789c69b7ab..5b03adcbd606 100644 --- a/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerBackendAddressPoolListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts b/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts index 26b026a89e74..18a6affac7b1 100644 --- a/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerFrontendIPConfigurationListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts index deb07efede08..09c924fcbff2 100644 --- a/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerLoadBalancingRuleListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts index 20038be54b13..1ca42a76f6ed 100644 --- a/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts index 00d4228c58be..d807268e31c7 100644 --- a/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerOutboundRuleListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts index da2767813aef..145211704f6e 100644 --- a/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerProbeListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/loadBalancersMappers.ts b/sdk/network/arm-network/src/models/loadBalancersMappers.ts index fc3b6806d036..f46baa839ae1 100644 --- a/sdk/network/arm-network/src/models/loadBalancersMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancersMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerListResult, LoadBalancerSku, LoadBalancingRule, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts b/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts index 81ca5b153493..c3e1e35ed730 100644 --- a/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/mappers.ts b/sdk/network/arm-network/src/models/mappers.ts index 37cfb03578ba..ee38298b911b 100644 --- a/sdk/network/arm-network/src/models/mappers.ts +++ b/sdk/network/arm-network/src/models/mappers.ts @@ -2186,6 +2186,293 @@ export const VirtualNetworkTap: msRest.CompositeMapper = { } }; +export const AddressSpace: msRest.CompositeMapper = { + serializedName: "AddressSpace", + type: { + name: "Composite", + className: "AddressSpace", + modelProperties: { + addressPrefixes: { + serializedName: "addressPrefixes", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const DhcpOptions: msRest.CompositeMapper = { + serializedName: "DhcpOptions", + type: { + name: "Composite", + className: "DhcpOptions", + modelProperties: { + dnsServers: { + serializedName: "dnsServers", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const VirtualNetworkPeering: msRest.CompositeMapper = { + serializedName: "VirtualNetworkPeering", + type: { + name: "Composite", + className: "VirtualNetworkPeering", + modelProperties: { + ...SubResource.type.modelProperties, + allowVirtualNetworkAccess: { + serializedName: "properties.allowVirtualNetworkAccess", + type: { + name: "Boolean" + } + }, + allowForwardedTraffic: { + serializedName: "properties.allowForwardedTraffic", + type: { + name: "Boolean" + } + }, + allowGatewayTransit: { + serializedName: "properties.allowGatewayTransit", + type: { + name: "Boolean" + } + }, + useRemoteGateways: { + serializedName: "properties.useRemoteGateways", + type: { + name: "Boolean" + } + }, + remoteVirtualNetwork: { + serializedName: "properties.remoteVirtualNetwork", + type: { + name: "Composite", + className: "SubResource" + } + }, + remoteAddressSpace: { + serializedName: "properties.remoteAddressSpace", + type: { + name: "Composite", + className: "AddressSpace" + } + }, + peeringState: { + serializedName: "properties.peeringState", + type: { + name: "String" + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const VirtualNetworkBgpCommunities: msRest.CompositeMapper = { + serializedName: "VirtualNetworkBgpCommunities", + type: { + name: "Composite", + className: "VirtualNetworkBgpCommunities", + modelProperties: { + virtualNetworkCommunity: { + required: true, + serializedName: "virtualNetworkCommunity", + type: { + name: "String" + } + }, + regionalCommunity: { + readOnly: true, + serializedName: "regionalCommunity", + type: { + name: "String" + } + } + } + } +}; + +export const VirtualNetwork: msRest.CompositeMapper = { + serializedName: "VirtualNetwork", + type: { + name: "Composite", + className: "VirtualNetwork", + modelProperties: { + ...Resource.type.modelProperties, + addressSpace: { + serializedName: "properties.addressSpace", + type: { + name: "Composite", + className: "AddressSpace" + } + }, + dhcpOptions: { + serializedName: "properties.dhcpOptions", + type: { + name: "Composite", + className: "DhcpOptions" + } + }, + subnets: { + serializedName: "properties.subnets", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "Subnet" + } + } + } + }, + virtualNetworkPeerings: { + serializedName: "properties.virtualNetworkPeerings", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "VirtualNetworkPeering" + } + } + } + }, + resourceGuid: { + readOnly: true, + serializedName: "properties.resourceGuid", + type: { + name: "String" + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + enableDdosProtection: { + serializedName: "properties.enableDdosProtection", + defaultValue: false, + type: { + name: "Boolean" + } + }, + enableVmProtection: { + serializedName: "properties.enableVmProtection", + defaultValue: false, + type: { + name: "Boolean" + } + }, + ddosProtectionPlan: { + serializedName: "properties.ddosProtectionPlan", + type: { + name: "Composite", + className: "SubResource" + } + }, + bgpCommunities: { + serializedName: "properties.bgpCommunities", + type: { + name: "Composite", + className: "VirtualNetworkBgpCommunities" + } + }, + ipAllocations: { + serializedName: "properties.ipAllocations", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const LoadBalancerBackendAddress: msRest.CompositeMapper = { + serializedName: "LoadBalancerBackendAddress", + type: { + name: "Composite", + className: "LoadBalancerBackendAddress", + modelProperties: { + virtualNetwork: { + serializedName: "properties.virtualNetwork", + type: { + name: "Composite", + className: "VirtualNetwork" + } + }, + ipAddress: { + serializedName: "properties.ipAddress", + type: { + name: "String" + } + }, + networkInterfaceIPConfiguration: { + serializedName: "properties.networkInterfaceIPConfiguration", + type: { + name: "Composite", + className: "NetworkInterfaceIPConfiguration" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + } + } + } +}; + export const BackendAddressPool: msRest.CompositeMapper = { serializedName: "BackendAddressPool", type: { @@ -2206,6 +2493,18 @@ export const BackendAddressPool: msRest.CompositeMapper = { } } }, + loadBalancerBackendAddresses: { + serializedName: "properties.loadBalancerBackendAddresses", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "LoadBalancerBackendAddress" + } + } + } + }, loadBalancingRules: { readOnly: true, serializedName: "properties.loadBalancingRules", @@ -7972,6 +8271,122 @@ export const ExpressRoutePort: msRest.CompositeMapper = { } }; +export const FirewallPolicyThreatIntelWhitelist: msRest.CompositeMapper = { + serializedName: "FirewallPolicyThreatIntelWhitelist", + type: { + name: "Composite", + className: "FirewallPolicyThreatIntelWhitelist", + modelProperties: { + ipAddresses: { + serializedName: "ipAddresses", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + fqdns: { + serializedName: "fqdns", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const FirewallPolicyCertificateAuthority: msRest.CompositeMapper = { + serializedName: "FirewallPolicyCertificateAuthority", + type: { + name: "Composite", + className: "FirewallPolicyCertificateAuthority", + modelProperties: { + keyVaultSecretId: { + serializedName: "properties.keyVaultSecretId", + type: { + name: "String" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + } + } + } +}; + +export const FirewallPolicyTrustedRootCertificate: msRest.CompositeMapper = { + serializedName: "FirewallPolicyTrustedRootCertificate", + type: { + name: "Composite", + className: "FirewallPolicyTrustedRootCertificate", + modelProperties: { + keyVaultSecretId: { + serializedName: "properties.keyVaultSecretId", + type: { + name: "String" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + } + } + } +}; + +export const FirewallPolicyTransportSecurity: msRest.CompositeMapper = { + serializedName: "FirewallPolicyTransportSecurity", + type: { + name: "Composite", + className: "FirewallPolicyTransportSecurity", + modelProperties: { + certificateAuthority: { + serializedName: "certificateAuthority", + type: { + name: "Composite", + className: "FirewallPolicyCertificateAuthority" + } + }, + excludedDomains: { + serializedName: "excludedDomains", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + trustedRootCertificates: { + serializedName: "trustedRootCertificates", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "FirewallPolicyTrustedRootCertificate" + } + } + } + } + } + } +}; + export const FirewallPolicy: msRest.CompositeMapper = { serializedName: "FirewallPolicy", type: { @@ -8038,17 +8453,38 @@ export const FirewallPolicy: msRest.CompositeMapper = { name: "String" } }, + threatIntelWhitelist: { + serializedName: "properties.threatIntelWhitelist", + type: { + name: "Composite", + className: "FirewallPolicyThreatIntelWhitelist" + } + }, intrusionSystemMode: { serializedName: "properties.intrusionSystemMode", type: { name: "String" } }, + transportSecurity: { + serializedName: "properties.transportSecurity", + type: { + name: "Composite", + className: "FirewallPolicyTransportSecurity" + } + }, etag: { readOnly: true, serializedName: "etag", type: { - name: "String" + name: "String" + } + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" } } } @@ -8359,6 +8795,17 @@ export const ApplicationRuleCondition: msRest.CompositeMapper = { } } }, + targetUrls: { + serializedName: "targetUrls", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, targetFqdns: { serializedName: "targetFqdns", type: { @@ -8459,6 +8906,12 @@ export const NatRuleCondition: msRest.CompositeMapper = { } } } + }, + terminateTLS: { + serializedName: "terminateTLS", + type: { + name: "Boolean" + } } } } @@ -14293,260 +14746,36 @@ export const ServiceTagInformationPropertiesFormat: msRest.CompositeMapper = { name: "String" } } - } - } - } - } -}; - -export const ServiceTagInformation: msRest.CompositeMapper = { - serializedName: "ServiceTagInformation", - type: { - name: "Composite", - className: "ServiceTagInformation", - modelProperties: { - properties: { - readOnly: true, - serializedName: "properties", - type: { - name: "Composite", - className: "ServiceTagInformationPropertiesFormat" - } - }, - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - } - } - } -}; - -export const ServiceTagsListResult: msRest.CompositeMapper = { - serializedName: "ServiceTagsListResult", - type: { - name: "Composite", - className: "ServiceTagsListResult", - modelProperties: { - name: { - readOnly: true, - serializedName: "name", - type: { - name: "String" - } - }, - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - type: { - readOnly: true, - serializedName: "type", - type: { - name: "String" - } - }, - changeNumber: { - readOnly: true, - serializedName: "changeNumber", - type: { - name: "String" - } - }, - cloud: { - readOnly: true, - serializedName: "cloud", - type: { - name: "String" - } - }, - values: { - readOnly: true, - serializedName: "values", - type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ServiceTagInformation" - } - } - } - } - } - } -}; - -export const UsageName: msRest.CompositeMapper = { - serializedName: "UsageName", - type: { - name: "Composite", - className: "UsageName", - modelProperties: { - value: { - serializedName: "value", - type: { - name: "String" - } - }, - localizedValue: { - serializedName: "localizedValue", - type: { - name: "String" - } - } - } - } -}; - -export const Usage: msRest.CompositeMapper = { - serializedName: "Usage", - type: { - name: "Composite", - className: "Usage", - modelProperties: { - id: { - readOnly: true, - serializedName: "id", - type: { - name: "String" - } - }, - unit: { - required: true, - isConstant: true, - serializedName: "unit", - defaultValue: 'Count', - type: { - name: "String" - } - }, - currentValue: { - required: true, - serializedName: "currentValue", - type: { - name: "Number" - } - }, - limit: { - required: true, - serializedName: "limit", - type: { - name: "Number" - } - }, - name: { - required: true, - serializedName: "name", - type: { - name: "Composite", - className: "UsageName" - } - } - } - } -}; - -export const AddressSpace: msRest.CompositeMapper = { - serializedName: "AddressSpace", - type: { - name: "Composite", - className: "AddressSpace", - modelProperties: { - addressPrefixes: { - serializedName: "addressPrefixes", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - } - } - } -}; - -export const VirtualNetworkPeering: msRest.CompositeMapper = { - serializedName: "VirtualNetworkPeering", - type: { - name: "Composite", - className: "VirtualNetworkPeering", - modelProperties: { - ...SubResource.type.modelProperties, - allowVirtualNetworkAccess: { - serializedName: "properties.allowVirtualNetworkAccess", - type: { - name: "Boolean" - } - }, - allowForwardedTraffic: { - serializedName: "properties.allowForwardedTraffic", - type: { - name: "Boolean" - } - }, - allowGatewayTransit: { - serializedName: "properties.allowGatewayTransit", - type: { - name: "Boolean" - } - }, - useRemoteGateways: { - serializedName: "properties.useRemoteGateways", - type: { - name: "Boolean" - } - }, - remoteVirtualNetwork: { - serializedName: "properties.remoteVirtualNetwork", - type: { - name: "Composite", - className: "SubResource" - } - }, - remoteAddressSpace: { - serializedName: "properties.remoteAddressSpace", - type: { - name: "Composite", - className: "AddressSpace" - } - }, - peeringState: { - serializedName: "properties.peeringState", - type: { - name: "String" - } - }, - provisioningState: { + } + } + } + } +}; + +export const ServiceTagInformation: msRest.CompositeMapper = { + serializedName: "ServiceTagInformation", + type: { + name: "Composite", + className: "ServiceTagInformation", + modelProperties: { + properties: { readOnly: true, - serializedName: "properties.provisioningState", + serializedName: "properties", type: { - name: "String" + name: "Composite", + className: "ServiceTagInformationPropertiesFormat" } }, name: { + readOnly: true, serializedName: "name", type: { name: "String" } }, - etag: { + id: { readOnly: true, - serializedName: "etag", + serializedName: "id", type: { name: "String" } @@ -14555,77 +14784,56 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = { } }; -export const ResourceNavigationLinksListResult: msRest.CompositeMapper = { - serializedName: "ResourceNavigationLinksListResult", +export const ServiceTagsListResult: msRest.CompositeMapper = { + serializedName: "ServiceTagsListResult", type: { name: "Composite", - className: "ResourceNavigationLinksListResult", + className: "ServiceTagsListResult", modelProperties: { - value: { - serializedName: "value", + name: { + readOnly: true, + serializedName: "name", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ResourceNavigationLink" - } - } + name: "String" } }, - nextLink: { + id: { readOnly: true, - serializedName: "nextLink", + serializedName: "id", type: { name: "String" } - } - } - } -}; - -export const ServiceAssociationLinksListResult: msRest.CompositeMapper = { - serializedName: "ServiceAssociationLinksListResult", - type: { - name: "Composite", - className: "ServiceAssociationLinksListResult", - modelProperties: { - value: { - serializedName: "value", + }, + type: { + readOnly: true, + serializedName: "type", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "ServiceAssociationLink" - } - } + name: "String" } }, - nextLink: { + changeNumber: { readOnly: true, - serializedName: "nextLink", + serializedName: "changeNumber", type: { name: "String" } - } - } - } -}; - -export const DhcpOptions: msRest.CompositeMapper = { - serializedName: "DhcpOptions", - type: { - name: "Composite", - className: "DhcpOptions", - modelProperties: { - dnsServers: { - serializedName: "dnsServers", + }, + cloud: { + readOnly: true, + serializedName: "cloud", + type: { + name: "String" + } + }, + values: { + readOnly: true, + serializedName: "values", type: { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "ServiceTagInformation" } } } @@ -14634,22 +14842,20 @@ export const DhcpOptions: msRest.CompositeMapper = { } }; -export const VirtualNetworkBgpCommunities: msRest.CompositeMapper = { - serializedName: "VirtualNetworkBgpCommunities", +export const UsageName: msRest.CompositeMapper = { + serializedName: "UsageName", type: { name: "Composite", - className: "VirtualNetworkBgpCommunities", + className: "UsageName", modelProperties: { - virtualNetworkCommunity: { - required: true, - serializedName: "virtualNetworkCommunity", + value: { + serializedName: "value", type: { name: "String" } }, - regionalCommunity: { - readOnly: true, - serializedName: "regionalCommunity", + localizedValue: { + serializedName: "localizedValue", type: { name: "String" } @@ -14658,108 +14864,104 @@ export const VirtualNetworkBgpCommunities: msRest.CompositeMapper = { } }; -export const VirtualNetwork: msRest.CompositeMapper = { - serializedName: "VirtualNetwork", +export const Usage: msRest.CompositeMapper = { + serializedName: "Usage", type: { name: "Composite", - className: "VirtualNetwork", + className: "Usage", modelProperties: { - ...Resource.type.modelProperties, - addressSpace: { - serializedName: "properties.addressSpace", + id: { + readOnly: true, + serializedName: "id", type: { - name: "Composite", - className: "AddressSpace" + name: "String" } }, - dhcpOptions: { - serializedName: "properties.dhcpOptions", + unit: { + required: true, + isConstant: true, + serializedName: "unit", + defaultValue: 'Count', type: { - name: "Composite", - className: "DhcpOptions" + name: "String" } }, - subnets: { - serializedName: "properties.subnets", + currentValue: { + required: true, + serializedName: "currentValue", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "Subnet" - } - } + name: "Number" } }, - virtualNetworkPeerings: { - serializedName: "properties.virtualNetworkPeerings", + limit: { + required: true, + serializedName: "limit", + type: { + name: "Number" + } + }, + name: { + required: true, + serializedName: "name", + type: { + name: "Composite", + className: "UsageName" + } + } + } + } +}; + +export const ResourceNavigationLinksListResult: msRest.CompositeMapper = { + serializedName: "ResourceNavigationLinksListResult", + type: { + name: "Composite", + className: "ResourceNavigationLinksListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "VirtualNetworkPeering" + className: "ResourceNavigationLink" } } } }, - resourceGuid: { - readOnly: true, - serializedName: "properties.resourceGuid", - type: { - name: "String" - } - }, - provisioningState: { + nextLink: { readOnly: true, - serializedName: "properties.provisioningState", + serializedName: "nextLink", type: { name: "String" } - }, - enableDdosProtection: { - serializedName: "properties.enableDdosProtection", - defaultValue: false, - type: { - name: "Boolean" - } - }, - enableVmProtection: { - serializedName: "properties.enableVmProtection", - defaultValue: false, - type: { - name: "Boolean" - } - }, - ddosProtectionPlan: { - serializedName: "properties.ddosProtectionPlan", - type: { - name: "Composite", - className: "SubResource" - } - }, - bgpCommunities: { - serializedName: "properties.bgpCommunities", - type: { - name: "Composite", - className: "VirtualNetworkBgpCommunities" - } - }, - ipAllocations: { - serializedName: "properties.ipAllocations", + } + } + } +}; + +export const ServiceAssociationLinksListResult: msRest.CompositeMapper = { + serializedName: "ServiceAssociationLinksListResult", + type: { + name: "Composite", + className: "ServiceAssociationLinksListResult", + modelProperties: { + value: { + serializedName: "value", type: { name: "Sequence", element: { type: { name: "Composite", - className: "SubResource" + className: "ServiceAssociationLink" } } } }, - etag: { + nextLink: { readOnly: true, - serializedName: "etag", + serializedName: "nextLink", type: { name: "String" } @@ -15372,6 +15574,10 @@ export const BgpSettings: msRest.CompositeMapper = { modelProperties: { asn: { serializedName: "asn", + constraints: { + InclusiveMaximum: 4294967295, + InclusiveMinimum: 0 + }, type: { name: "Number" } @@ -15427,6 +15633,10 @@ export const BgpPeerStatus: msRest.CompositeMapper = { asn: { readOnly: true, serializedName: "asn", + constraints: { + InclusiveMaximum: 4294967295, + InclusiveMinimum: 0 + }, type: { name: "Number" } @@ -16999,6 +17209,125 @@ export const GetVpnSitesConfigurationRequest: msRest.CompositeMapper = { } }; +export const PropagatedRouteTable: msRest.CompositeMapper = { + serializedName: "PropagatedRouteTable", + type: { + name: "Composite", + className: "PropagatedRouteTable", + modelProperties: { + labels: { + serializedName: "labels", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + ids: { + serializedName: "ids", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + } + } + } +}; + +export const StaticRoute: msRest.CompositeMapper = { + serializedName: "StaticRoute", + type: { + name: "Composite", + className: "StaticRoute", + modelProperties: { + name: { + serializedName: "name", + type: { + name: "String" + } + }, + addressPrefixes: { + serializedName: "addressPrefixes", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + nextHopIpAddress: { + serializedName: "nextHopIpAddress", + type: { + name: "String" + } + } + } + } +}; + +export const VnetRoute: msRest.CompositeMapper = { + serializedName: "VnetRoute", + type: { + name: "Composite", + className: "VnetRoute", + modelProperties: { + staticRoutes: { + serializedName: "staticRoutes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "StaticRoute" + } + } + } + } + } + } +}; + +export const RoutingConfiguration: msRest.CompositeMapper = { + serializedName: "RoutingConfiguration", + type: { + name: "Composite", + className: "RoutingConfiguration", + modelProperties: { + associatedRouteTable: { + serializedName: "associatedRouteTable", + type: { + name: "Composite", + className: "SubResource" + } + }, + propagatedRouteTables: { + serializedName: "propagatedRouteTables", + type: { + name: "Composite", + className: "PropagatedRouteTable" + } + }, + vnetRoutes: { + serializedName: "vnetRoutes", + type: { + name: "Composite", + className: "VnetRoute" + } + } + } + } +}; + export const HubVirtualNetworkConnection: msRest.CompositeMapper = { serializedName: "HubVirtualNetworkConnection", type: { @@ -17031,6 +17360,13 @@ export const HubVirtualNetworkConnection: msRest.CompositeMapper = { name: "Boolean" } }, + routingConfiguration: { + serializedName: "properties.routingConfiguration", + type: { + name: "Composite", + className: "RoutingConfiguration" + } + }, provisioningState: { readOnly: true, serializedName: "properties.provisioningState", @@ -17568,6 +17904,13 @@ export const VpnConnection: msRest.CompositeMapper = { } } }, + routingConfiguration: { + serializedName: "properties.routingConfiguration", + type: { + name: "Composite", + className: "RoutingConfiguration" + } + }, name: { serializedName: "name", type: { @@ -17642,6 +17985,143 @@ export const VpnGateway: msRest.CompositeMapper = { } }; +export const HubRoute: msRest.CompositeMapper = { + serializedName: "HubRoute", + type: { + name: "Composite", + className: "HubRoute", + modelProperties: { + name: { + required: true, + serializedName: "name", + type: { + name: "String" + } + }, + destinationType: { + required: true, + serializedName: "destinationType", + type: { + name: "String" + } + }, + destinations: { + required: true, + serializedName: "destinations", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + nextHopType: { + required: true, + serializedName: "nextHopType", + type: { + name: "String" + } + }, + nextHop: { + required: true, + serializedName: "nextHop", + type: { + name: "String" + } + } + } + } +}; + +export const HubRouteTable: msRest.CompositeMapper = { + serializedName: "HubRouteTable", + type: { + name: "Composite", + className: "HubRouteTable", + modelProperties: { + ...SubResource.type.modelProperties, + routes: { + serializedName: "properties.routes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "HubRoute" + } + } + } + }, + labels: { + serializedName: "properties.labels", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + associatedConnections: { + readOnly: true, + serializedName: "properties.associatedConnections", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + propagatingConnections: { + readOnly: true, + serializedName: "properties.propagatingConnections", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + }, + type: { + readOnly: true, + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + export const VpnSiteId: msRest.CompositeMapper = { serializedName: "VpnSiteId", type: { @@ -17839,6 +18319,13 @@ export const P2SConnectionConfiguration: msRest.CompositeMapper = { className: "AddressSpace" } }, + routingConfiguration: { + serializedName: "properties.routingConfiguration", + type: { + name: "Composite", + className: "RoutingConfiguration" + } + }, provisioningState: { readOnly: true, serializedName: "properties.provisioningState", @@ -18362,6 +18849,13 @@ export const ExpressRouteConnection: msRest.CompositeMapper = { name: "Boolean" } }, + routingConfiguration: { + serializedName: "properties.routingConfiguration", + type: { + name: "Composite", + className: "RoutingConfiguration" + } + }, name: { required: true, serializedName: "name", @@ -21387,6 +21881,34 @@ export const ListVirtualHubRouteTableV2sResult: msRest.CompositeMapper = { } }; +export const ListHubRouteTablesResult: msRest.CompositeMapper = { + serializedName: "ListHubRouteTablesResult", + type: { + name: "Composite", + className: "ListHubRouteTablesResult", + modelProperties: { + value: { + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "HubRouteTable" + } + } + } + }, + nextLink: { + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const WebApplicationFirewallPolicyListResult: msRest.CompositeMapper = { serializedName: "WebApplicationFirewallPolicyListResult", type: { diff --git a/sdk/network/arm-network/src/models/natGatewaysMappers.ts b/sdk/network/arm-network/src/models/natGatewaysMappers.ts index ec3df4e5a532..d129d42f6fc3 100644 --- a/sdk/network/arm-network/src/models/natGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/natGatewaysMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts index 465a79420225..de1a454e4787 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts index 69d980556e2b..07c7afd3b975 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts index 8dd8ba262bd1..b705e040545b 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkInterfacesMappers.ts b/sdk/network/arm-network/src/models/networkInterfacesMappers.ts index eaaea0bde5cd..66e332d8685e 100644 --- a/sdk/network/arm-network/src/models/networkInterfacesMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfacesMappers.ts @@ -129,6 +129,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -137,11 +138,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -155,6 +161,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -201,6 +208,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -218,12 +226,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -253,6 +263,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkProfilesMappers.ts b/sdk/network/arm-network/src/models/networkProfilesMappers.ts index af1b9e6b14a8..b33fdd54a08f 100644 --- a/sdk/network/arm-network/src/models/networkProfilesMappers.ts +++ b/sdk/network/arm-network/src/models/networkProfilesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts b/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts index b6f750db28ac..04ba39096402 100644 --- a/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts b/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts index bbebe8f18690..1b5770799ddc 100644 --- a/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts +++ b/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/networkWatchersMappers.ts b/sdk/network/arm-network/src/models/networkWatchersMappers.ts index d9e2e7b3d801..98c5467dc026 100644 --- a/sdk/network/arm-network/src/models/networkWatchersMappers.ts +++ b/sdk/network/arm-network/src/models/networkWatchersMappers.ts @@ -142,6 +142,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -150,6 +151,9 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FlowLogInformation, @@ -158,6 +162,8 @@ export { HTTPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -171,6 +177,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -226,6 +233,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolConfiguration, ProtocolCustomSettingsFormat, PublicIPAddress, @@ -245,6 +253,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityGroupNetworkInterface, SecurityGroupViewParameters, SecurityGroupViewResult, @@ -255,6 +264,7 @@ export { ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubnetAssociation, SubResource, @@ -295,6 +305,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts b/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts index ab669abcadaa..293c99d22599 100644 --- a/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListP2SVpnGatewaysResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -198,6 +205,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -215,12 +223,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -250,6 +260,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/parameters.ts b/sdk/network/arm-network/src/models/parameters.ts index 613b4bec9a4c..01d463eae62c 100644 --- a/sdk/network/arm-network/src/models/parameters.ts +++ b/sdk/network/arm-network/src/models/parameters.ts @@ -26,7 +26,7 @@ export const apiVersion0: msRest.OperationQueryParameter = { required: true, isConstant: true, serializedName: "api-version", - defaultValue: '2020-03-01', + defaultValue: '2020-04-01', type: { name: "String" } diff --git a/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts b/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts index 60fb41f3886b..cd6bfdfa01f5 100644 --- a/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts b/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts index 29c76a1e569c..98445daecd8f 100644 --- a/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts @@ -125,6 +125,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -133,11 +134,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -151,6 +157,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -196,6 +203,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -213,12 +221,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -247,6 +257,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/privateEndpointsMappers.ts b/sdk/network/arm-network/src/models/privateEndpointsMappers.ts index ea7ca3ba8e60..ee2bd40aeda1 100644 --- a/sdk/network/arm-network/src/models/privateEndpointsMappers.ts +++ b/sdk/network/arm-network/src/models/privateEndpointsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -195,6 +202,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -212,12 +220,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts b/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts index b130cd138de6..4f8d489da68e 100644 --- a/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts +++ b/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts @@ -128,6 +128,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -136,11 +137,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -154,6 +160,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -201,6 +208,7 @@ export { PrivateLinkServicePropertiesVisibility, PrivateLinkServiceVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -218,12 +226,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -252,6 +262,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts b/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts index 5eb2af1e9072..146d0ebe3bc4 100644 --- a/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts +++ b/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts b/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts index a8351a80ae9c..317045d7100b 100644 --- a/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts +++ b/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts b/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts index 12ef9e04a726..94228cc92d2a 100644 --- a/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts +++ b/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts b/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts index ee8590a3a0ec..fa649883594e 100644 --- a/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts +++ b/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilterRule, RouteFilterRuleListResult, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/routeFiltersMappers.ts b/sdk/network/arm-network/src/models/routeFiltersMappers.ts index 2d8dbbb1a72d..856cbf3d1b22 100644 --- a/sdk/network/arm-network/src/models/routeFiltersMappers.ts +++ b/sdk/network/arm-network/src/models/routeFiltersMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilterListResult, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/routeTablesMappers.ts b/sdk/network/arm-network/src/models/routeTablesMappers.ts index 9db570b8bad0..6a8308555687 100644 --- a/sdk/network/arm-network/src/models/routeTablesMappers.ts +++ b/sdk/network/arm-network/src/models/routeTablesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilterRule, RouteTable, RouteTableListResult, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/routesMappers.ts b/sdk/network/arm-network/src/models/routesMappers.ts index 33a8033c2934..ba0dd619940c 100644 --- a/sdk/network/arm-network/src/models/routesMappers.ts +++ b/sdk/network/arm-network/src/models/routesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilterRule, RouteListResult, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts b/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts index f0e358b242b9..dfa851b48215 100644 --- a/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts +++ b/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityPartnerProviderListResult, SecurityRule, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/securityRulesMappers.ts b/sdk/network/arm-network/src/models/securityRulesMappers.ts index 55421c40df1e..e0990964baed 100644 --- a/sdk/network/arm-network/src/models/securityRulesMappers.ts +++ b/sdk/network/arm-network/src/models/securityRulesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, SecurityRuleListResult, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts b/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts index b354021205cf..6ebfdfe53eea 100644 --- a/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts +++ b/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts b/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts index f32703d876aa..a665d5a19ab2 100644 --- a/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicyDefinition, ServiceEndpointPolicyListResult, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts b/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts index b327f452aa42..289e9c935c10 100644 --- a/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts +++ b/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,6 +218,7 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, @@ -217,6 +226,7 @@ export { ServiceEndpointPolicyDefinition, ServiceEndpointPolicyDefinitionListResult, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/subnetsMappers.ts b/sdk/network/arm-network/src/models/subnetsMappers.ts index 702a13507496..d6def4c9cba3 100644 --- a/sdk/network/arm-network/src/models/subnetsMappers.ts +++ b/sdk/network/arm-network/src/models/subnetsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -195,6 +202,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -212,12 +220,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubnetListResult, SubResource, @@ -248,6 +258,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts b/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts index 1594a46afa53..0a62b256753b 100644 --- a/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts @@ -125,6 +125,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -133,11 +134,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -152,6 +158,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVirtualHubRouteTableV2sResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -196,6 +203,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -213,12 +221,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -247,6 +257,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualHubsMappers.ts b/sdk/network/arm-network/src/models/virtualHubsMappers.ts index 660bd495178f..f7fa225019b8 100644 --- a/sdk/network/arm-network/src/models/virtualHubsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVirtualHubsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts index 4c22f8289fc2..b4371bb56ea0 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts @@ -126,6 +126,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -134,11 +135,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -152,6 +158,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -196,6 +203,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -213,12 +221,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -249,6 +259,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts index 5cb4d6e01bce..ebc3a9c9710e 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts @@ -127,6 +127,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -135,6 +136,9 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -142,6 +146,8 @@ export { GatewayRouteListResult, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -155,6 +161,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -200,6 +207,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -217,12 +225,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -254,6 +264,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientConnectionHealthDetail, diff --git a/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts index c7d57e562b43..5240e0c172ab 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,12 +218,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts index 5c2e0e093fbc..4d2bf7e2bdcb 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,12 +218,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualNetworksMappers.ts b/sdk/network/arm-network/src/models/virtualNetworksMappers.ts index b714d3c1ac3d..4ef38396110a 100644 --- a/sdk/network/arm-network/src/models/virtualNetworksMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworksMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -250,6 +260,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts b/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts index 440688668ace..6ea9798ac03b 100644 --- a/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -246,6 +256,7 @@ export { VirtualRouterPeeringListResult, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualRoutersMappers.ts b/sdk/network/arm-network/src/models/virtualRoutersMappers.ts index 47834f0bb60f..d115790d0b57 100644 --- a/sdk/network/arm-network/src/models/virtualRoutersMappers.ts +++ b/sdk/network/arm-network/src/models/virtualRoutersMappers.ts @@ -124,6 +124,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -132,11 +133,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/virtualWansMappers.ts b/sdk/network/arm-network/src/models/virtualWansMappers.ts index f8573dd7669a..73430c6a31ed 100644 --- a/sdk/network/arm-network/src/models/virtualWansMappers.ts +++ b/sdk/network/arm-network/src/models/virtualWansMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVirtualWANsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts index 18f955fe7f30..82d404bc78aa 100644 --- a/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnConnectionsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts b/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts index 3389c179fb38..60f73bdfafba 100644 --- a/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnGatewaysResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts index f54a4cbfe66c..db410f8f166f 100644 --- a/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnSiteLinkConnectionsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts b/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts index 88665f7a4460..b7074d8a4d89 100644 --- a/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnServerConfigurationsResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts index fdd7ca29c2cb..b9c9afdd152e 100644 --- a/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,12 +218,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -244,6 +254,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts b/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts index 7552f558cc71..029988c16687 100644 --- a/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnSiteLinksResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -245,6 +255,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/vpnSitesMappers.ts b/sdk/network/arm-network/src/models/vpnSitesMappers.ts index 6024d5e0655f..bdc72e3a5879 100644 --- a/sdk/network/arm-network/src/models/vpnSitesMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSitesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -150,6 +156,7 @@ export { Ipv6ExpressRouteCircuitPeeringConfig, ListVpnSitesResult, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -194,6 +201,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -211,12 +219,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TagsObject, @@ -246,6 +256,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts b/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts index e17f6269d8bd..943fe30ee831 100644 --- a/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts @@ -123,6 +123,7 @@ export { ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, + FirewallPolicyCertificateAuthority, FirewallPolicyFilterRule, FirewallPolicyFilterRuleAction, FirewallPolicyNatRule, @@ -131,11 +132,16 @@ export { FirewallPolicyRuleCondition, FirewallPolicyRuleConditionApplicationProtocol, FirewallPolicyRuleGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, HTTPHeader, HubIPAddresses, + HubRoute, + HubRouteTable, HubVirtualNetworkConnection, InboundNatPool, InboundNatRule, @@ -149,6 +155,7 @@ export { Ipv6CircuitConnectionConfig, Ipv6ExpressRouteCircuitPeeringConfig, LoadBalancer, + LoadBalancerBackendAddress, LoadBalancerSku, LoadBalancingRule, LocalNetworkGateway, @@ -193,6 +200,7 @@ export { PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility, Probe, + PropagatedRouteTable, ProtocolCustomSettingsFormat, PublicIPAddress, PublicIPAddressDnsSettings, @@ -210,12 +218,14 @@ export { RouteFilter, RouteFilterRule, RouteTable, + RoutingConfiguration, SecurityPartnerProvider, SecurityRule, ServiceAssociationLink, ServiceEndpointPolicy, ServiceEndpointPolicyDefinition, ServiceEndpointPropertiesFormat, + StaticRoute, Subnet, SubResource, TrafficAnalyticsConfigurationProperties, @@ -244,6 +254,7 @@ export { VirtualRouterPeering, VirtualWAN, VM, + VnetRoute, VpnClientConfiguration, VpnClientConnectionHealth, VpnClientRevokedCertificate, diff --git a/sdk/network/arm-network/src/networkManagementClient.ts b/sdk/network/arm-network/src/networkManagementClient.ts index 85a21f36f0af..1616c7e1ec7c 100644 --- a/sdk/network/arm-network/src/networkManagementClient.ts +++ b/sdk/network/arm-network/src/networkManagementClient.ts @@ -111,6 +111,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { virtualHubRouteTableV2s: operations.VirtualHubRouteTableV2s; expressRouteGateways: operations.ExpressRouteGateways; expressRouteConnections: operations.ExpressRouteConnections; + hubRouteTables: operations.HubRouteTables; webApplicationFirewallPolicies: operations.WebApplicationFirewallPolicies; /** @@ -214,6 +215,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { this.virtualHubRouteTableV2s = new operations.VirtualHubRouteTableV2s(this); this.expressRouteGateways = new operations.ExpressRouteGateways(this); this.expressRouteConnections = new operations.ExpressRouteConnections(this); + this.hubRouteTables = new operations.HubRouteTables(this); this.webApplicationFirewallPolicies = new operations.WebApplicationFirewallPolicies(this); } diff --git a/sdk/network/arm-network/src/operations/hubRouteTables.ts b/sdk/network/arm-network/src/operations/hubRouteTables.ts new file mode 100644 index 000000000000..d3d6321030c8 --- /dev/null +++ b/sdk/network/arm-network/src/operations/hubRouteTables.ts @@ -0,0 +1,330 @@ +/* + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is + * regenerated. + */ + +import * as msRest from "@azure/ms-rest-js"; +import * as msRestAzure from "@azure/ms-rest-azure-js"; +import * as Models from "../models"; +import * as Mappers from "../models/hubRouteTablesMappers"; +import * as Parameters from "../models/parameters"; +import { NetworkManagementClientContext } from "../networkManagementClientContext"; + +/** Class representing a HubRouteTables. */ +export class HubRouteTables { + private readonly client: NetworkManagementClientContext; + + /** + * Create a HubRouteTables. + * @param {NetworkManagementClientContext} client Reference to the service client. + */ + constructor(client: NetworkManagementClientContext) { + this.client = client; + } + + /** + * Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param routeTableParameters Parameters supplied to create or update RouteTable. + * @param [options] The optional parameters + * @returns Promise + */ + createOrUpdate(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: Models.HubRouteTable, options?: msRest.RequestOptionsBase): Promise { + return this.beginCreateOrUpdate(resourceGroupName,virtualHubName,routeTableName,routeTableParameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Retrieves the details of a RouteTable. + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param [options] The optional parameters + * @returns Promise + */ + get(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param callback The callback + */ + get(resourceGroupName: string, virtualHubName: string, routeTableName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param options The optional parameters + * @param callback The callback + */ + get(resourceGroupName: string, virtualHubName: string, routeTableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + get(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + virtualHubName, + routeTableName, + options + }, + getOperationSpec, + callback) as Promise; + } + + /** + * Deletes a RouteTable. + * @param resourceGroupName The resource group name of the RouteTable. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param [options] The optional parameters + * @returns Promise + */ + deleteMethod(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginDeleteMethod(resourceGroupName,virtualHubName,routeTableName,options) + .then(lroPoller => lroPoller.pollUntilFinished()); + } + + /** + * Retrieves the details of all RouteTables. + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param [options] The optional parameters + * @returns Promise + */ + list(resourceGroupName: string, virtualHubName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param callback The callback + */ + list(resourceGroupName: string, virtualHubName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param options The optional parameters + * @param callback The callback + */ + list(resourceGroupName: string, virtualHubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + list(resourceGroupName: string, virtualHubName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + virtualHubName, + options + }, + listOperationSpec, + callback) as Promise; + } + + /** + * Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable. + * @param resourceGroupName The resource group name of the VirtualHub. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param routeTableParameters Parameters supplied to create or update RouteTable. + * @param [options] The optional parameters + * @returns Promise + */ + beginCreateOrUpdate(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: Models.HubRouteTable, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + virtualHubName, + routeTableName, + routeTableParameters, + options + }, + beginCreateOrUpdateOperationSpec, + options); + } + + /** + * Deletes a RouteTable. + * @param resourceGroupName The resource group name of the RouteTable. + * @param virtualHubName The name of the VirtualHub. + * @param routeTableName The name of the RouteTable. + * @param [options] The optional parameters + * @returns Promise + */ + beginDeleteMethod(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + virtualHubName, + routeTableName, + options + }, + beginDeleteMethodOperationSpec, + options); + } + + /** + * Retrieves the details of all RouteTables. + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param [options] The optional parameters + * @returns Promise + */ + listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param callback The callback + */ + listNext(nextPageLink: string, callback: msRest.ServiceCallback): void; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param options The optional parameters + * @param callback The callback + */ + listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + nextPageLink, + options + }, + listNextOperationSpec, + callback) as Promise; + } +} + +// Operation Specifications +const serializer = new msRest.Serializer(Mappers); +const getOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.virtualHubName, + Parameters.routeTableName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.HubRouteTable + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.virtualHubName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.ListHubRouteTablesResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.virtualHubName, + Parameters.routeTableName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "routeTableParameters", + mapper: { + ...Mappers.HubRouteTable, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.HubRouteTable + }, + 201: { + bodyMapper: Mappers.HubRouteTable + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginDeleteMethodOperationSpec: msRest.OperationSpec = { + httpMethod: "DELETE", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.virtualHubName, + Parameters.routeTableName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listNextOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + baseUrl: "https://management.azure.com", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.ListHubRouteTablesResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; diff --git a/sdk/network/arm-network/src/operations/index.ts b/sdk/network/arm-network/src/operations/index.ts index ab126e8148bd..26925d896836 100644 --- a/sdk/network/arm-network/src/operations/index.ts +++ b/sdk/network/arm-network/src/operations/index.ts @@ -100,4 +100,5 @@ export * from "./vpnServerConfigurationsAssociatedWithVirtualWan"; export * from "./virtualHubRouteTableV2s"; export * from "./expressRouteGateways"; export * from "./expressRouteConnections"; +export * from "./hubRouteTables"; export * from "./webApplicationFirewallPolicies"; diff --git a/sdk/network/arm-network/src/operations/loadBalancerBackendAddressPools.ts b/sdk/network/arm-network/src/operations/loadBalancerBackendAddressPools.ts index 005083559cc1..a580d4acc321 100644 --- a/sdk/network/arm-network/src/operations/loadBalancerBackendAddressPools.ts +++ b/sdk/network/arm-network/src/operations/loadBalancerBackendAddressPools.ts @@ -9,6 +9,7 @@ */ import * as msRest from "@azure/ms-rest-js"; +import * as msRestAzure from "@azure/ms-rest-azure-js"; import * as Models from "../models"; import * as Mappers from "../models/loadBalancerBackendAddressPoolsMappers"; import * as Parameters from "../models/parameters"; @@ -94,6 +95,77 @@ export class LoadBalancerBackendAddressPools { callback) as Promise; } + /** + * Creates or updates a load balancer backend address pool. + * @param resourceGroupName The name of the resource group. + * @param loadBalancerName The name of the load balancer. + * @param backendAddressPoolName The name of the backend address pool. + * @param parameters Parameters supplied to the create or update load balancer backend address pool + * operation. + * @param [options] The optional parameters + * @returns Promise + */ + createOrUpdate(resourceGroupName: string, loadBalancerName: string, backendAddressPoolName: string, parameters: Models.BackendAddressPool, options?: msRest.RequestOptionsBase): Promise { + return this.beginCreateOrUpdate(resourceGroupName,loadBalancerName,backendAddressPoolName,parameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Deletes the specified load balancer backend address pool. + * @param resourceGroupName The name of the resource group. + * @param loadBalancerName The name of the load balancer. + * @param backendAddressPoolName The name of the backend address pool. + * @param [options] The optional parameters + * @returns Promise + */ + deleteMethod(resourceGroupName: string, loadBalancerName: string, backendAddressPoolName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginDeleteMethod(resourceGroupName,loadBalancerName,backendAddressPoolName,options) + .then(lroPoller => lroPoller.pollUntilFinished()); + } + + /** + * Creates or updates a load balancer backend address pool. + * @param resourceGroupName The name of the resource group. + * @param loadBalancerName The name of the load balancer. + * @param backendAddressPoolName The name of the backend address pool. + * @param parameters Parameters supplied to the create or update load balancer backend address pool + * operation. + * @param [options] The optional parameters + * @returns Promise + */ + beginCreateOrUpdate(resourceGroupName: string, loadBalancerName: string, backendAddressPoolName: string, parameters: Models.BackendAddressPool, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + loadBalancerName, + backendAddressPoolName, + parameters, + options + }, + beginCreateOrUpdateOperationSpec, + options); + } + + /** + * Deletes the specified load balancer backend address pool. + * @param resourceGroupName The name of the resource group. + * @param loadBalancerName The name of the load balancer. + * @param backendAddressPoolName The name of the backend address pool. + * @param [options] The optional parameters + * @returns Promise + */ + beginDeleteMethod(resourceGroupName: string, loadBalancerName: string, backendAddressPoolName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + loadBalancerName, + backendAddressPoolName, + options + }, + beginDeleteMethodOperationSpec, + options); + } + /** * Gets all the load balancer backed address pools. * @param nextPageLink The NextLink from the previous successful call to List operation. @@ -176,6 +248,68 @@ const getOperationSpec: msRest.OperationSpec = { serializer }; +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.loadBalancerName, + Parameters.backendAddressPoolName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.BackendAddressPool, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.BackendAddressPool + }, + 201: { + bodyMapper: Mappers.BackendAddressPool + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginDeleteMethodOperationSpec: msRest.OperationSpec = { + httpMethod: "DELETE", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.loadBalancerName, + Parameters.backendAddressPoolName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + const listNextOperationSpec: msRest.OperationSpec = { httpMethod: "GET", baseUrl: "https://management.azure.com",