diff --git a/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts b/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts index f1f0698ff39c..3d227ed8eb7a 100644 --- a/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -47,6 +48,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/applicationGatewayPrivateLinkResourcesMappers.ts b/sdk/network/arm-network/src/models/applicationGatewayPrivateLinkResourcesMappers.ts index 724eb1bdf0eb..92cef355d623 100644 --- a/sdk/network/arm-network/src/models/applicationGatewayPrivateLinkResourcesMappers.ts +++ b/sdk/network/arm-network/src/models/applicationGatewayPrivateLinkResourcesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -47,6 +48,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts b/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts index 2dd5d5170953..4f6ad6e858c9 100644 --- a/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/applicationGatewaysMappers.ts @@ -24,6 +24,7 @@ export { ApplicationGatewayBackendHealthPool, ApplicationGatewayBackendHealthServer, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -55,6 +56,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -106,6 +109,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -113,6 +117,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -138,12 +143,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -185,6 +195,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -225,11 +236,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -286,6 +300,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -298,4 +313,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts b/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts index 61b99562bbe7..796fd500a78c 100644 --- a/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/applicationSecurityGroupsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/availableDelegationsMappers.ts b/sdk/network/arm-network/src/models/availableDelegationsMappers.ts index edf99f5987c5..57f8341fb467 100644 --- a/sdk/network/arm-network/src/models/availableDelegationsMappers.ts +++ b/sdk/network/arm-network/src/models/availableDelegationsMappers.ts @@ -11,4 +11,4 @@ export { AvailableDelegation, AvailableDelegationsResult, CloudError -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts b/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts index 9f25143ff32c..253af681c87c 100644 --- a/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts +++ b/sdk/network/arm-network/src/models/availableEndpointServicesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, EndpointServicesListResult, ExpressRouteCircuit, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/availablePrivateEndpointTypesMappers.ts b/sdk/network/arm-network/src/models/availablePrivateEndpointTypesMappers.ts index f00ae2e0820e..44975597ca56 100644 --- a/sdk/network/arm-network/src/models/availablePrivateEndpointTypesMappers.ts +++ b/sdk/network/arm-network/src/models/availablePrivateEndpointTypesMappers.ts @@ -11,4 +11,4 @@ export { AvailablePrivateEndpointType, AvailablePrivateEndpointTypesResult, CloudError -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/availableResourceGroupDelegationsMappers.ts b/sdk/network/arm-network/src/models/availableResourceGroupDelegationsMappers.ts index edf99f5987c5..57f8341fb467 100644 --- a/sdk/network/arm-network/src/models/availableResourceGroupDelegationsMappers.ts +++ b/sdk/network/arm-network/src/models/availableResourceGroupDelegationsMappers.ts @@ -11,4 +11,4 @@ export { AvailableDelegation, AvailableDelegationsResult, CloudError -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/availableServiceAliasesMappers.ts b/sdk/network/arm-network/src/models/availableServiceAliasesMappers.ts index 6a79e8e40fed..a41682ae0eca 100644 --- a/sdk/network/arm-network/src/models/availableServiceAliasesMappers.ts +++ b/sdk/network/arm-network/src/models/availableServiceAliasesMappers.ts @@ -11,4 +11,4 @@ export { AvailableServiceAlias, AvailableServiceAliasesResult, CloudError -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts b/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts index 7e24c474ee62..4f4cba9b8605 100644 --- a/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts +++ b/sdk/network/arm-network/src/models/azureFirewallFqdnTagsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/azureFirewallsMappers.ts b/sdk/network/arm-network/src/models/azureFirewallsMappers.ts index 2e86b6f814d3..2401b36d2eb4 100644 --- a/sdk/network/arm-network/src/models/azureFirewallsMappers.ts +++ b/sdk/network/arm-network/src/models/azureFirewallsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/bastionHostsMappers.ts b/sdk/network/arm-network/src/models/bastionHostsMappers.ts index e00a31714191..7c923a012fd4 100644 --- a/sdk/network/arm-network/src/models/bastionHostsMappers.ts +++ b/sdk/network/arm-network/src/models/bastionHostsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts b/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts index 9698021ac230..01b4b9ea1066 100644 --- a/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts +++ b/sdk/network/arm-network/src/models/bgpServiceCommunitiesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts b/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts index fda18cc0b7d8..cc072aebf0ad 100644 --- a/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts +++ b/sdk/network/arm-network/src/models/connectionMonitorsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -102,6 +105,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -109,6 +113,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorResponse, @@ -134,12 +139,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -182,6 +192,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -222,11 +233,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -283,6 +297,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -295,4 +310,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/customIPPrefixesMappers.ts b/sdk/network/arm-network/src/models/customIPPrefixesMappers.ts new file mode 100644 index 000000000000..1a3d11187e70 --- /dev/null +++ b/sdk/network/arm-network/src/models/customIPPrefixesMappers.ts @@ -0,0 +1,306 @@ +/* + * 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, + ApplicationGatewayClientAuthConfiguration, + ApplicationGatewayConnectionDraining, + ApplicationGatewayCustomError, + ApplicationGatewayFirewallDisabledRuleGroup, + ApplicationGatewayFirewallExclusion, + ApplicationGatewayFirewallRule, + ApplicationGatewayFirewallRuleGroup, + ApplicationGatewayFirewallRuleSet, + ApplicationGatewayFrontendIPConfiguration, + ApplicationGatewayFrontendPort, + ApplicationGatewayHeaderConfiguration, + ApplicationGatewayHttpListener, + ApplicationGatewayIPConfiguration, + ApplicationGatewayPathRule, + ApplicationGatewayPrivateEndpointConnection, + ApplicationGatewayPrivateLinkConfiguration, + ApplicationGatewayPrivateLinkIpConfiguration, + ApplicationGatewayPrivateLinkResource, + ApplicationGatewayProbe, + ApplicationGatewayProbeHealthResponseMatch, + ApplicationGatewayRedirectConfiguration, + ApplicationGatewayRequestRoutingRule, + ApplicationGatewayRewriteRule, + ApplicationGatewayRewriteRuleActionSet, + ApplicationGatewayRewriteRuleCondition, + ApplicationGatewayRewriteRuleSet, + ApplicationGatewaySku, + ApplicationGatewaySslCertificate, + ApplicationGatewaySslPolicy, + ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, + ApplicationGatewayTrustedRootCertificate, + ApplicationGatewayUrlConfiguration, + ApplicationGatewayUrlPathMap, + ApplicationGatewayWebApplicationFirewallConfiguration, + ApplicationRule, + ApplicationSecurityGroup, + AzureFirewall, + AzureFirewallApplicationRule, + AzureFirewallApplicationRuleCollection, + AzureFirewallApplicationRuleProtocol, + AzureFirewallFqdnTag, + AzureFirewallIPConfiguration, + AzureFirewallIpGroups, + AzureFirewallNatRCAction, + AzureFirewallNatRule, + AzureFirewallNatRuleCollection, + AzureFirewallNetworkRule, + AzureFirewallNetworkRuleCollection, + AzureFirewallPublicIPAddress, + AzureFirewallRCAction, + AzureFirewallSku, + BackendAddressPool, + BaseResource, + BastionHost, + BastionHostIPConfiguration, + BGPCommunity, + BgpConnection, + BgpServiceCommunity, + BgpSettings, + BreakOutCategoryPolicies, + CloudError, + ConnectionMonitorDestination, + ConnectionMonitorEndpoint, + ConnectionMonitorEndpointFilter, + ConnectionMonitorEndpointFilterItem, + ConnectionMonitorHttpConfiguration, + ConnectionMonitorIcmpConfiguration, + ConnectionMonitorOutput, + ConnectionMonitorResult, + ConnectionMonitorSource, + ConnectionMonitorSuccessThreshold, + ConnectionMonitorTcpConfiguration, + ConnectionMonitorTestConfiguration, + ConnectionMonitorTestGroup, + ConnectionMonitorWorkspaceSettings, + ConnectionSharedKey, + Container, + ContainerNetworkInterface, + ContainerNetworkInterfaceConfiguration, + ContainerNetworkInterfaceIpConfiguration, + CustomDnsConfigPropertiesFormat, + CustomIpPrefix, + CustomIpPrefixListResult, + DdosCustomPolicy, + DdosProtectionPlan, + DdosSettings, + Delegation, + DeviceProperties, + DhcpOptions, + DnsSettings, + DscpConfiguration, + EndpointServiceResult, + ExpressRouteCircuit, + ExpressRouteCircuitAuthorization, + ExpressRouteCircuitConnection, + ExpressRouteCircuitPeering, + ExpressRouteCircuitPeeringConfig, + ExpressRouteCircuitPeeringId, + ExpressRouteCircuitReference, + ExpressRouteCircuitServiceProviderProperties, + ExpressRouteCircuitSku, + ExpressRouteCircuitStats, + ExpressRouteConnection, + ExpressRouteConnectionId, + ExpressRouteCrossConnection, + ExpressRouteCrossConnectionPeering, + ExpressRouteGateway, + ExpressRouteGatewayPropertiesAutoScaleConfiguration, + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, + ExpressRouteLink, + ExpressRouteLinkMacSecConfig, + ExpressRoutePort, + ExpressRoutePortsLocation, + ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, + ExpressRouteServiceProvider, + ExpressRouteServiceProviderBandwidthsOffered, + FirewallPolicy, + FirewallPolicyCertificateAuthority, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, + FlowLog, + FlowLogFormatParameters, + FrontendIPConfiguration, + HTTPHeader, + HubIPAddresses, + HubIpConfiguration, + HubPublicIPAddresses, + HubRoute, + HubRouteTable, + HubVirtualNetworkConnection, + InboundNatPool, + InboundNatRule, + IpAllocation, + IPConfiguration, + IPConfigurationBgpPeeringAddress, + IPConfigurationProfile, + IpGroup, + IpsecPolicy, + IpTag, + Ipv6CircuitConnectionConfig, + Ipv6ExpressRouteCircuitPeeringConfig, + LoadBalancer, + LoadBalancerBackendAddress, + LoadBalancerSku, + LoadBalancingRule, + LocalNetworkGateway, + ManagedRuleGroupOverride, + ManagedRuleOverride, + ManagedRulesDefinition, + ManagedRuleSet, + ManagedServiceIdentity, + ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, + MatchCondition, + MatchVariable, + NatGateway, + NatGatewaySku, + NatRule, + NetworkIntentPolicy, + NetworkInterface, + NetworkInterfaceDnsSettings, + NetworkInterfaceIPConfiguration, + NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, + NetworkInterfaceTapConfiguration, + NetworkProfile, + NetworkRule, + NetworkSecurityGroup, + NetworkVirtualAppliance, + NetworkVirtualApplianceSku, + NetworkVirtualApplianceSkuInstances, + NetworkWatcher, + Office365PolicyProperties, + OutboundRule, + OwaspCrsExclusionEntry, + P2SConnectionConfiguration, + P2SVpnGateway, + PatchRouteFilter, + PatchRouteFilterRule, + PeerExpressRouteCircuitConnection, + PolicySettings, + PrivateDnsZoneConfig, + PrivateDnsZoneGroup, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateLinkService, + PrivateLinkServiceConnection, + PrivateLinkServiceConnectionState, + PrivateLinkServiceIpConfiguration, + PrivateLinkServicePropertiesAutoApproval, + PrivateLinkServicePropertiesVisibility, + Probe, + PropagatedRouteTable, + ProtocolCustomSettingsFormat, + ProxyResource, + PublicIPAddress, + PublicIPAddressDnsSettings, + PublicIPAddressSku, + PublicIPPrefix, + PublicIPPrefixSku, + QosIpRange, + QosPortRange, + RadiusServer, + RecordSet, + ReferencedPublicIpAddress, + Resource, + ResourceNavigationLink, + ResourceSet, + RetentionPolicyParameters, + Route, + RouteFilter, + RouteFilterRule, + RouteTable, + RoutingConfiguration, + SecurityPartnerProvider, + SecurityRule, + ServiceAssociationLink, + ServiceEndpointPolicy, + ServiceEndpointPolicyDefinition, + ServiceEndpointPropertiesFormat, + StaticRoute, + Subnet, + SubResource, + TagsObject, + TrafficAnalyticsConfigurationProperties, + TrafficAnalyticsProperties, + TrafficSelectorPolicy, + TunnelConnectionHealth, + VirtualApplianceNicProperties, + VirtualApplianceSite, + 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, + VpnGatewayIpConfiguration, + VpnLinkBgpSettings, + VpnLinkProviderProperties, + VpnServerConfigRadiusClientRootCertificate, + VpnServerConfigRadiusServerRootCertificate, + VpnServerConfiguration, + VpnServerConfigVpnClientRevokedCertificate, + VpnServerConfigVpnClientRootCertificate, + VpnSite, + VpnSiteLink, + VpnSiteLinkConnection, + WebApplicationFirewallCustomRule, + WebApplicationFirewallPolicy +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts b/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts index 73c0c05d0005..61a65c3cb04e 100644 --- a/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/ddosCustomPoliciesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts b/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts index 2a3da3d7d75b..b51b7a5686fc 100644 --- a/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts +++ b/sdk/network/arm-network/src/models/ddosProtectionPlansMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosProtectionPlanListResult, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts b/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts index 34f981d5b63b..7f68148894a9 100644 --- a/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts +++ b/sdk/network/arm-network/src/models/defaultSecurityRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/dscpConfigurationOperationsMappers.ts b/sdk/network/arm-network/src/models/dscpConfigurationOperationsMappers.ts new file mode 100644 index 000000000000..688045c85be3 --- /dev/null +++ b/sdk/network/arm-network/src/models/dscpConfigurationOperationsMappers.ts @@ -0,0 +1,305 @@ +/* + * 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, + ApplicationGatewayClientAuthConfiguration, + ApplicationGatewayConnectionDraining, + ApplicationGatewayCustomError, + ApplicationGatewayFirewallDisabledRuleGroup, + ApplicationGatewayFirewallExclusion, + ApplicationGatewayFirewallRule, + ApplicationGatewayFirewallRuleGroup, + ApplicationGatewayFirewallRuleSet, + ApplicationGatewayFrontendIPConfiguration, + ApplicationGatewayFrontendPort, + ApplicationGatewayHeaderConfiguration, + ApplicationGatewayHttpListener, + ApplicationGatewayIPConfiguration, + ApplicationGatewayPathRule, + ApplicationGatewayPrivateEndpointConnection, + ApplicationGatewayPrivateLinkConfiguration, + ApplicationGatewayPrivateLinkIpConfiguration, + ApplicationGatewayPrivateLinkResource, + ApplicationGatewayProbe, + ApplicationGatewayProbeHealthResponseMatch, + ApplicationGatewayRedirectConfiguration, + ApplicationGatewayRequestRoutingRule, + ApplicationGatewayRewriteRule, + ApplicationGatewayRewriteRuleActionSet, + ApplicationGatewayRewriteRuleCondition, + ApplicationGatewayRewriteRuleSet, + ApplicationGatewaySku, + ApplicationGatewaySslCertificate, + ApplicationGatewaySslPolicy, + ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, + ApplicationGatewayTrustedRootCertificate, + ApplicationGatewayUrlConfiguration, + ApplicationGatewayUrlPathMap, + ApplicationGatewayWebApplicationFirewallConfiguration, + ApplicationRule, + ApplicationSecurityGroup, + AzureFirewall, + AzureFirewallApplicationRule, + AzureFirewallApplicationRuleCollection, + AzureFirewallApplicationRuleProtocol, + AzureFirewallFqdnTag, + AzureFirewallIPConfiguration, + AzureFirewallIpGroups, + AzureFirewallNatRCAction, + AzureFirewallNatRule, + AzureFirewallNatRuleCollection, + AzureFirewallNetworkRule, + AzureFirewallNetworkRuleCollection, + AzureFirewallPublicIPAddress, + AzureFirewallRCAction, + AzureFirewallSku, + BackendAddressPool, + BaseResource, + BastionHost, + BastionHostIPConfiguration, + BGPCommunity, + BgpConnection, + BgpServiceCommunity, + BgpSettings, + BreakOutCategoryPolicies, + CloudError, + ConnectionMonitorDestination, + ConnectionMonitorEndpoint, + ConnectionMonitorEndpointFilter, + ConnectionMonitorEndpointFilterItem, + ConnectionMonitorHttpConfiguration, + ConnectionMonitorIcmpConfiguration, + ConnectionMonitorOutput, + ConnectionMonitorResult, + ConnectionMonitorSource, + ConnectionMonitorSuccessThreshold, + ConnectionMonitorTcpConfiguration, + ConnectionMonitorTestConfiguration, + ConnectionMonitorTestGroup, + ConnectionMonitorWorkspaceSettings, + ConnectionSharedKey, + Container, + ContainerNetworkInterface, + ContainerNetworkInterfaceConfiguration, + ContainerNetworkInterfaceIpConfiguration, + CustomDnsConfigPropertiesFormat, + CustomIpPrefix, + DdosCustomPolicy, + DdosProtectionPlan, + DdosSettings, + Delegation, + DeviceProperties, + DhcpOptions, + DnsSettings, + DscpConfiguration, + DscpConfigurationListResult, + EndpointServiceResult, + ExpressRouteCircuit, + ExpressRouteCircuitAuthorization, + ExpressRouteCircuitConnection, + ExpressRouteCircuitPeering, + ExpressRouteCircuitPeeringConfig, + ExpressRouteCircuitPeeringId, + ExpressRouteCircuitReference, + ExpressRouteCircuitServiceProviderProperties, + ExpressRouteCircuitSku, + ExpressRouteCircuitStats, + ExpressRouteConnection, + ExpressRouteConnectionId, + ExpressRouteCrossConnection, + ExpressRouteCrossConnectionPeering, + ExpressRouteGateway, + ExpressRouteGatewayPropertiesAutoScaleConfiguration, + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, + ExpressRouteLink, + ExpressRouteLinkMacSecConfig, + ExpressRoutePort, + ExpressRoutePortsLocation, + ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, + ExpressRouteServiceProvider, + ExpressRouteServiceProviderBandwidthsOffered, + FirewallPolicy, + FirewallPolicyCertificateAuthority, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, + FlowLog, + FlowLogFormatParameters, + FrontendIPConfiguration, + HTTPHeader, + HubIPAddresses, + HubIpConfiguration, + HubPublicIPAddresses, + HubRoute, + HubRouteTable, + HubVirtualNetworkConnection, + InboundNatPool, + InboundNatRule, + IpAllocation, + IPConfiguration, + IPConfigurationBgpPeeringAddress, + IPConfigurationProfile, + IpGroup, + IpsecPolicy, + IpTag, + Ipv6CircuitConnectionConfig, + Ipv6ExpressRouteCircuitPeeringConfig, + LoadBalancer, + LoadBalancerBackendAddress, + LoadBalancerSku, + LoadBalancingRule, + LocalNetworkGateway, + ManagedRuleGroupOverride, + ManagedRuleOverride, + ManagedRulesDefinition, + ManagedRuleSet, + ManagedServiceIdentity, + ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, + MatchCondition, + MatchVariable, + NatGateway, + NatGatewaySku, + NatRule, + NetworkIntentPolicy, + NetworkInterface, + NetworkInterfaceDnsSettings, + NetworkInterfaceIPConfiguration, + NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, + NetworkInterfaceTapConfiguration, + NetworkProfile, + NetworkRule, + NetworkSecurityGroup, + NetworkVirtualAppliance, + NetworkVirtualApplianceSku, + NetworkVirtualApplianceSkuInstances, + NetworkWatcher, + Office365PolicyProperties, + OutboundRule, + OwaspCrsExclusionEntry, + P2SConnectionConfiguration, + P2SVpnGateway, + PatchRouteFilter, + PatchRouteFilterRule, + PeerExpressRouteCircuitConnection, + PolicySettings, + PrivateDnsZoneConfig, + PrivateDnsZoneGroup, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateLinkService, + PrivateLinkServiceConnection, + PrivateLinkServiceConnectionState, + PrivateLinkServiceIpConfiguration, + PrivateLinkServicePropertiesAutoApproval, + PrivateLinkServicePropertiesVisibility, + Probe, + PropagatedRouteTable, + ProtocolCustomSettingsFormat, + ProxyResource, + PublicIPAddress, + PublicIPAddressDnsSettings, + PublicIPAddressSku, + PublicIPPrefix, + PublicIPPrefixSku, + QosIpRange, + QosPortRange, + 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, + VirtualApplianceSite, + 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, + VpnGatewayIpConfiguration, + VpnLinkBgpSettings, + VpnLinkProviderProperties, + VpnServerConfigRadiusClientRootCertificate, + VpnServerConfigRadiusServerRootCertificate, + VpnServerConfiguration, + VpnServerConfigVpnClientRevokedCertificate, + VpnServerConfigVpnClientRootCertificate, + VpnSite, + VpnSiteLink, + VpnSiteLinkConnection, + WebApplicationFirewallCustomRule, + WebApplicationFirewallPolicy +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts index 9ae7bf201213..a512c1cfa94a 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitAuthorizationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts index 6acf7544b261..d60366be2139 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts index aa425dd5589e..a91199e5e690 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitPeeringsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts index c13d7d709064..53f479b01634 100644 --- a/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCircuitsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitArpTable, @@ -134,12 +139,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -181,6 +191,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -221,11 +232,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +296,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +309,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts index 3b023ac3dade..c6f6d9564560 100644 --- a/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts index 45d957a37c9b..d182c9d00f36 100644 --- a/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCrossConnectionPeeringsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts b/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts index bd2a3a5d1565..141188fc71e6 100644 --- a/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteCrossConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitArpTable, @@ -134,12 +139,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -181,6 +191,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -221,11 +232,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +296,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +309,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts b/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts index 6dccb2459ddf..62875077f607 100644 --- a/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts b/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts index e902e91657c1..d98db7de49c5 100644 --- a/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteLinksMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts b/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts index 30f17414b935..b95f8df6919b 100644 --- a/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRoutePortsLocationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, ExpressRoutePortsLocationListResult, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts b/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts index c146803079d7..eb51b59ee74c 100644 --- a/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts +++ b/sdk/network/arm-network/src/models/expressRoutePortsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,12 +133,17 @@ export { ExpressRoutePortListResult, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -146,6 +156,8 @@ export { FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, + GenerateExpressRoutePortsLOARequest, + GenerateExpressRoutePortsLOAResult, HTTPHeader, HubIPAddresses, HubIpConfiguration, @@ -175,6 +187,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +228,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +292,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +305,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteProviderPortsMappers.ts b/sdk/network/arm-network/src/models/expressRouteProviderPortsMappers.ts new file mode 100644 index 000000000000..fbc2f5be8124 --- /dev/null +++ b/sdk/network/arm-network/src/models/expressRouteProviderPortsMappers.ts @@ -0,0 +1,305 @@ +/* + * 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, + ApplicationGatewayClientAuthConfiguration, + ApplicationGatewayConnectionDraining, + ApplicationGatewayCustomError, + ApplicationGatewayFirewallDisabledRuleGroup, + ApplicationGatewayFirewallExclusion, + ApplicationGatewayFirewallRule, + ApplicationGatewayFirewallRuleGroup, + ApplicationGatewayFirewallRuleSet, + ApplicationGatewayFrontendIPConfiguration, + ApplicationGatewayFrontendPort, + ApplicationGatewayHeaderConfiguration, + ApplicationGatewayHttpListener, + ApplicationGatewayIPConfiguration, + ApplicationGatewayPathRule, + ApplicationGatewayPrivateEndpointConnection, + ApplicationGatewayPrivateLinkConfiguration, + ApplicationGatewayPrivateLinkIpConfiguration, + ApplicationGatewayPrivateLinkResource, + ApplicationGatewayProbe, + ApplicationGatewayProbeHealthResponseMatch, + ApplicationGatewayRedirectConfiguration, + ApplicationGatewayRequestRoutingRule, + ApplicationGatewayRewriteRule, + ApplicationGatewayRewriteRuleActionSet, + ApplicationGatewayRewriteRuleCondition, + ApplicationGatewayRewriteRuleSet, + ApplicationGatewaySku, + ApplicationGatewaySslCertificate, + ApplicationGatewaySslPolicy, + ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, + ApplicationGatewayTrustedRootCertificate, + ApplicationGatewayUrlConfiguration, + ApplicationGatewayUrlPathMap, + ApplicationGatewayWebApplicationFirewallConfiguration, + ApplicationRule, + ApplicationSecurityGroup, + AzureFirewall, + AzureFirewallApplicationRule, + AzureFirewallApplicationRuleCollection, + AzureFirewallApplicationRuleProtocol, + AzureFirewallFqdnTag, + AzureFirewallIPConfiguration, + AzureFirewallIpGroups, + AzureFirewallNatRCAction, + AzureFirewallNatRule, + AzureFirewallNatRuleCollection, + AzureFirewallNetworkRule, + AzureFirewallNetworkRuleCollection, + AzureFirewallPublicIPAddress, + AzureFirewallRCAction, + AzureFirewallSku, + BackendAddressPool, + BaseResource, + BastionHost, + BastionHostIPConfiguration, + BGPCommunity, + BgpConnection, + BgpServiceCommunity, + BgpSettings, + BreakOutCategoryPolicies, + CloudError, + ConnectionMonitorDestination, + ConnectionMonitorEndpoint, + ConnectionMonitorEndpointFilter, + ConnectionMonitorEndpointFilterItem, + ConnectionMonitorHttpConfiguration, + ConnectionMonitorIcmpConfiguration, + ConnectionMonitorOutput, + ConnectionMonitorResult, + ConnectionMonitorSource, + ConnectionMonitorSuccessThreshold, + ConnectionMonitorTcpConfiguration, + ConnectionMonitorTestConfiguration, + ConnectionMonitorTestGroup, + ConnectionMonitorWorkspaceSettings, + ConnectionSharedKey, + Container, + ContainerNetworkInterface, + ContainerNetworkInterfaceConfiguration, + ContainerNetworkInterfaceIpConfiguration, + CustomDnsConfigPropertiesFormat, + CustomIpPrefix, + DdosCustomPolicy, + DdosProtectionPlan, + DdosSettings, + Delegation, + DeviceProperties, + DhcpOptions, + DnsSettings, + DscpConfiguration, + EndpointServiceResult, + ExpressRouteCircuit, + ExpressRouteCircuitAuthorization, + ExpressRouteCircuitConnection, + ExpressRouteCircuitPeering, + ExpressRouteCircuitPeeringConfig, + ExpressRouteCircuitPeeringId, + ExpressRouteCircuitReference, + ExpressRouteCircuitServiceProviderProperties, + ExpressRouteCircuitSku, + ExpressRouteCircuitStats, + ExpressRouteConnection, + ExpressRouteConnectionId, + ExpressRouteCrossConnection, + ExpressRouteCrossConnectionPeering, + ExpressRouteGateway, + ExpressRouteGatewayPropertiesAutoScaleConfiguration, + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, + ExpressRouteLink, + ExpressRouteLinkMacSecConfig, + ExpressRoutePort, + ExpressRoutePortsLocation, + ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, + ExpressRouteProviderPortListResult, + ExpressRouteServiceProvider, + ExpressRouteServiceProviderBandwidthsOffered, + FirewallPolicy, + FirewallPolicyCertificateAuthority, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, + FlowLog, + FlowLogFormatParameters, + FrontendIPConfiguration, + HTTPHeader, + HubIPAddresses, + HubIpConfiguration, + HubPublicIPAddresses, + HubRoute, + HubRouteTable, + HubVirtualNetworkConnection, + InboundNatPool, + InboundNatRule, + IpAllocation, + IPConfiguration, + IPConfigurationBgpPeeringAddress, + IPConfigurationProfile, + IpGroup, + IpsecPolicy, + IpTag, + Ipv6CircuitConnectionConfig, + Ipv6ExpressRouteCircuitPeeringConfig, + LoadBalancer, + LoadBalancerBackendAddress, + LoadBalancerSku, + LoadBalancingRule, + LocalNetworkGateway, + ManagedRuleGroupOverride, + ManagedRuleOverride, + ManagedRulesDefinition, + ManagedRuleSet, + ManagedServiceIdentity, + ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, + MatchCondition, + MatchVariable, + NatGateway, + NatGatewaySku, + NatRule, + NetworkIntentPolicy, + NetworkInterface, + NetworkInterfaceDnsSettings, + NetworkInterfaceIPConfiguration, + NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, + NetworkInterfaceTapConfiguration, + NetworkProfile, + NetworkRule, + NetworkSecurityGroup, + NetworkVirtualAppliance, + NetworkVirtualApplianceSku, + NetworkVirtualApplianceSkuInstances, + NetworkWatcher, + Office365PolicyProperties, + OutboundRule, + OwaspCrsExclusionEntry, + P2SConnectionConfiguration, + P2SVpnGateway, + PatchRouteFilter, + PatchRouteFilterRule, + PeerExpressRouteCircuitConnection, + PolicySettings, + PrivateDnsZoneConfig, + PrivateDnsZoneGroup, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateLinkService, + PrivateLinkServiceConnection, + PrivateLinkServiceConnectionState, + PrivateLinkServiceIpConfiguration, + PrivateLinkServicePropertiesAutoApproval, + PrivateLinkServicePropertiesVisibility, + Probe, + PropagatedRouteTable, + ProtocolCustomSettingsFormat, + ProxyResource, + PublicIPAddress, + PublicIPAddressDnsSettings, + PublicIPAddressSku, + PublicIPPrefix, + PublicIPPrefixSku, + QosIpRange, + QosPortRange, + 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, + VirtualApplianceSite, + 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, + VpnGatewayIpConfiguration, + VpnLinkBgpSettings, + VpnLinkProviderProperties, + VpnServerConfigRadiusClientRootCertificate, + VpnServerConfigRadiusServerRootCertificate, + VpnServerConfiguration, + VpnServerConfigVpnClientRevokedCertificate, + VpnServerConfigVpnClientRootCertificate, + VpnSite, + VpnSiteLink, + VpnSiteLinkConnection, + WebApplicationFirewallCustomRule, + WebApplicationFirewallPolicy +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts b/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts index 9664ac6dc7cd..e17727eb79a0 100644 --- a/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts +++ b/sdk/network/arm-network/src/models/expressRouteServiceProvidersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,6 +132,7 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, ExpressRouteServiceProviderListResult, @@ -134,6 +140,10 @@ export { FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts b/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts index f6ab6b4bfcab..f69dab6c6ab9 100644 --- a/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/firewallPoliciesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyListResult, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/firewallPolicyRuleCollectionGroupsMappers.ts b/sdk/network/arm-network/src/models/firewallPolicyRuleCollectionGroupsMappers.ts index 4255c31feaee..efa6bf8ddb44 100644 --- a/sdk/network/arm-network/src/models/firewallPolicyRuleCollectionGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/firewallPolicyRuleCollectionGroupsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/flowLogsMappers.ts b/sdk/network/arm-network/src/models/flowLogsMappers.ts index cbfc950233da..c3da70573433 100644 --- a/sdk/network/arm-network/src/models/flowLogsMappers.ts +++ b/sdk/network/arm-network/src/models/flowLogsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -96,6 +99,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +107,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorResponse, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -176,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -216,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -242,6 +256,7 @@ export { StaticRoute, Subnet, SubResource, + TagsObject, TrafficAnalyticsConfigurationProperties, TrafficAnalyticsProperties, TrafficSelectorPolicy, @@ -276,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts b/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts index f10ed23f2654..a05407edbc5c 100644 --- a/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts +++ b/sdk/network/arm-network/src/models/hubRouteTablesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts b/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts index 30c6b11885f9..3f629156611a 100644 --- a/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/hubVirtualNetworkConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts b/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts index 7a22ad40ce94..1e4e12e954b7 100644 --- a/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts +++ b/sdk/network/arm-network/src/models/inboundNatRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/index.ts b/sdk/network/arm-network/src/models/index.ts index 9cdc6fded1a0..4398bd9a9ebc 100644 --- a/sdk/network/arm-network/src/models/index.ts +++ b/sdk/network/arm-network/src/models/index.ts @@ -461,6 +461,11 @@ export interface NetworkInterface extends Resource { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly hostedWorkloads?: string[]; + /** + * A reference to the dscp configuration to which the network interface is linked. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly dscpConfiguration?: SubResource; /** * The resource GUID property of the network interface resource. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -1815,6 +1820,16 @@ export interface ApplicationGatewaySslPolicy { minProtocolVersion?: ApplicationGatewaySslProtocol; } +/** + * Application gateway client authentication configuration. + */ +export interface ApplicationGatewayClientAuthConfiguration { + /** + * Verify client certificate issuer name on the application gateway. + */ + verifyClientCertIssuerDN?: boolean; +} + /** * IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is * allowed. @@ -1912,6 +1927,36 @@ export interface ApplicationGatewayTrustedRootCertificate extends SubResource { readonly type?: string; } +/** + * Trusted client certificates of an application gateway. + */ +export interface ApplicationGatewayTrustedClientCertificate extends SubResource { + /** + * Certificate public data. + */ + data?: string; + /** + * The provisioning state of the trusted client certificate 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; + /** + * Name of the trusted client certificate that is unique within an Application Gateway. + */ + 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; + /** + * Type of the resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly type?: string; +} + /** * SSL certificates of an application gateway. */ @@ -2033,6 +2078,44 @@ export interface ApplicationGatewayFrontendPort extends SubResource { readonly type?: string; } +/** + * SSL profile of an application gateway. + */ +export interface ApplicationGatewaySslProfile extends SubResource { + /** + * Array of references to application gateway trusted client certificates. + */ + trustedClientCertificates?: SubResource[]; + /** + * SSL policy of the application gateway resource. + */ + sslPolicy?: ApplicationGatewaySslPolicy; + /** + * Client authentication configuration of the application gateway resource. + */ + clientAuthConfiguration?: ApplicationGatewayClientAuthConfiguration; + /** + * The provisioning state of the HTTP listener 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; + /** + * Name of the SSL profile that is unique within an Application Gateway. + */ + 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; + /** + * Type of the resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly type?: string; +} + /** * Customer error of an application gateway. */ @@ -2072,6 +2155,10 @@ export interface ApplicationGatewayHttpListener extends SubResource { * SSL certificate resource of an application gateway. */ sslCertificate?: SubResource; + /** + * SSL profile resource of the application gateway. + */ + sslProfile?: SubResource; /** * Applicable only if protocol is https. Enables SNI for multi-hosting. */ @@ -2839,6 +2926,12 @@ export interface ApplicationGateway extends Resource { * limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). */ trustedRootCertificates?: ApplicationGatewayTrustedRootCertificate[]; + /** + * Trusted client certificates of the application gateway resource. For default limits, see + * [Application Gateway + * limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + */ + trustedClientCertificates?: ApplicationGatewayTrustedClientCertificate[]; /** * SSL certificates of the application gateway resource. For default limits, see [Application * Gateway @@ -2879,6 +2972,11 @@ export interface ApplicationGateway extends Resource { * limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). */ httpListeners?: ApplicationGatewayHttpListener[]; + /** + * SSL profiles of the application gateway resource. For default limits, see [Application Gateway + * limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). + */ + sslProfiles?: ApplicationGatewaySslProfile[]; /** * URL path map of the application gateway resource. For default limits, see [Application Gateway * limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). @@ -3244,11 +3342,11 @@ export interface AzureFirewallIpGroups { */ export interface HubPublicIPAddresses { /** - * The number of Public IP addresses associated with azure firewall. + * The list of Public IP addresses associated with azure firewall or IP addresses to be retained. */ addresses?: AzureFirewallPublicIPAddress[]; /** - * Private IP Address associated with azure firewall. + * The number of Public IP addresses associated with azure firewall. */ count?: number; } @@ -3840,6 +3938,52 @@ export interface DnsNameAvailabilityResult { available?: boolean; } +/** + * Custom IP prefix resource. + */ +export interface CustomIpPrefix extends Resource { + /** + * The prefix range in CIDR notation. Should include the start address and the prefix length. + * Should be a subset of its master custom IP Prefix parent CIDR. + */ + cidr?: string; + /** + * The master custom IP Prefix parent. + */ + masterCustomIpPrefix?: SubResource; + /** + * The commissioned state of the Custom IP Prefix. Possible values include: 'Provisioning', + * 'Provisioned', 'Commissioning', 'Commissioned', 'Decommissioning', 'Deprovisioning' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly commissionedState?: CommissionedState; + /** + * The list of all referenced PublicIpPrefixes. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly publicIpPrefixes?: SubResource[]; + /** + * The resource GUID property of the custom IP prefix resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly resourceGuid?: string; + /** + * The provisioning state of the custom IP prefix 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; + /** + * 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; + /** + * A list of availability zones denoting the IP allocated for the resource needs to come from. + */ + zones?: string[]; +} + /** * DDoS custom policy properties. */ @@ -3954,6 +4098,91 @@ export interface DdosProtectionPlan extends BaseResource { readonly etag?: string; } +/** + * Qos Traffic Profiler IP Range properties. + */ +export interface QosIpRange { + /** + * Start IP Address. + */ + startIP?: string; + /** + * End IP Address. + */ + endIP?: string; +} + +/** + * Qos Traffic Profiler Port range properties. + */ +export interface QosPortRange { + /** + * Qos Port Range start. + */ + start?: number; + /** + * Qos Port Range end. + */ + end?: number; +} + +/** + * DSCP Configuration in a resource group. + */ +export interface DscpConfiguration extends Resource { + /** + * List of markings to be used in the configuration. + */ + markings?: number[]; + /** + * Source IP ranges. + */ + sourceIpRanges?: QosIpRange[]; + /** + * Destination IP ranges. + */ + destinationIpRanges?: QosIpRange[]; + /** + * Sources port ranges. + */ + sourcePortRanges?: QosPortRange[]; + /** + * Destination port ranges. + */ + destinationPortRanges?: QosPortRange[]; + /** + * RNM supported protocol types. Possible values include: 'DoNotUse', 'Icmp', 'Tcp', 'Udp', + * 'Gre', 'Esp', 'Ah', 'Vxlan', 'All' + */ + protocol?: ProtocolType; + /** + * Qos Collection ID generated by RNM. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly qosCollectionId?: string; + /** + * Associated Network Interfaces to the DSCP Configuration. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly associatedNetworkInterfaces?: NetworkInterface[]; + /** + * The resource GUID property of the DSCP Configuration resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly resourceGuid?: string; + /** + * The provisioning state of the DSCP Configuration 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; + /** + * 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; +} + /** * Endpoint service. */ @@ -4725,14 +4954,12 @@ export interface ExpressRouteCrossConnectionPeering extends SubResource { export interface ExpressRouteCrossConnection extends Resource { /** * The name of the primary port. - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly primaryAzurePort?: string; + primaryAzurePort?: string; /** * The name of the secondary port. - * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly secondaryAzurePort?: string; + secondaryAzurePort?: string; /** * The identifier of the circuit traffic. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -4740,12 +4967,14 @@ export interface ExpressRouteCrossConnection extends Resource { readonly sTag?: number; /** * The peering location of the ExpressRoute circuit. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - peeringLocation?: string; + readonly peeringLocation?: string; /** * The circuit bandwidth In Mbps. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - bandwidthInMbps?: number; + readonly bandwidthInMbps?: number; /** * The ExpressRouteCircuit. */ @@ -4962,6 +5191,26 @@ export interface ExpressRoutePort extends Resource { identity?: ManagedServiceIdentity; } +/** + * The customer name to be printed on a letter of authorization. + */ +export interface GenerateExpressRoutePortsLOARequest { + /** + * The customer name. + */ + customerName: string; +} + +/** + * Response for GenerateExpressRoutePortsLOA API service call. + */ +export interface GenerateExpressRoutePortsLOAResult { + /** + * The content as a base64 encoded string. + */ + encodedContent?: string; +} + /** * ThreatIntel Whitelist for Firewall Policy. */ @@ -4976,6 +5225,91 @@ export interface FirewallPolicyThreatIntelWhitelist { fqdns?: string[]; } +/** + * Intrusion system rules specification states. + */ +export interface FirewallPolicyIntrusionSystemRuleSpecifications { + /** + * Rule id (sid). + */ + ruleId?: string; + /** + * The rule state. Possible values include: 'Off', 'Alert', 'Deny' + */ + state?: FirewallPolicyIntrusionSystemStateType; +} + +/** + * Intrusion system ignored traffic specification. + */ +export interface FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications { + /** + * Name of the ignored traffic rule. + */ + name?: string; + /** + * Description of the ignored traffic rule. + */ + description?: string; + /** + * The FirewallPolicyIntrusionSystemIgnoredTrafficProtocol. Possible values include: 'TCP', + * 'UDP', 'ICMP', 'ANY' + */ + protocol?: FirewallPolicyIntrusionSystemProtocol; + /** + * List of source IP addresses or ranges for this rule. + */ + sourceAddresses?: string[]; + /** + * List of destination IP addresses or ranges for this rule. + */ + destinationAddresses?: string[]; + /** + * List of destination ports or ranges. + */ + destinationPorts?: string[]; + /** + * List of source IpGroups for this rule. + */ + sourceIpGroups?: string[]; + /** + * List of destination IpGroups for this rule. + */ + destinationIpGroups?: string[]; +} + +/** + * The operation for configuring intrusion system. + */ +export interface FirewallPolicyIntrusionSystemConfiguration { + /** + * List of specific rules states. + */ + rules?: FirewallPolicyIntrusionSystemRuleSpecifications[]; + /** + * List of rules for traffic to ignore. + */ + ignoredTraffic?: FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications[]; + /** + * Boolean indicating whether child policies are allowed to have ignoredTraffic. + */ + allowChildPolicyToIgnoreTraffic?: boolean; +} + +/** + * Configuration for Intrusion system mode and rules. + */ +export interface FirewallPolicyIntrusionSystem { + /** + * The operation mode for Intrusion system mode. Possible values include: 'Off', 'Alert', 'Deny' + */ + mode?: FirewallPolicyIntrusionSystemMode; + /** + * The intrusion system configuration properties. + */ + configuration?: FirewallPolicyIntrusionSystemConfiguration; +} + /** * Trusted Root certificates properties for tls. */ @@ -5079,9 +5413,9 @@ export interface FirewallPolicy extends Resource { */ threatIntelWhitelist?: FirewallPolicyThreatIntelWhitelist; /** - * The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled' + * The configuration for Intrusion system. */ - intrusionSystemMode?: FirewallPolicyIntrusionSystemMode; + intrusionSystem?: FirewallPolicyIntrusionSystem; /** * TLS Configuration definition. */ @@ -5820,31 +6154,76 @@ export interface LoadBalancer extends Resource { } /** - * SKU of nat gateway. + * Master Custom IP prefix resource. */ -export interface NatGatewaySku { +export interface MasterCustomIpPrefix extends Resource { /** - * Name of Nat Gateway SKU. Possible values include: 'Standard' + * The prefix range in CIDR notation. Should include the start address and the prefix length. */ - name?: NatGatewaySkuName; -} - -/** - * Nat Gateway resource. - */ -export interface NatGateway extends Resource { + cidr?: string; /** - * The nat gateway SKU. + * Original message used to request creation of master custom IP Prefix. */ - sku?: NatGatewaySku; + originalValidationMessage?: string; /** - * The idle timeout of the nat gateway. + * Signed message used to request creation of master custom IP Prefix. */ - idleTimeoutInMinutes?: number; + signedValidationMessage?: string; /** - * An array of public ip addresses associated with the nat gateway resource. + * The list of corresponding Custom IP Prefixes. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - publicIpAddresses?: SubResource[]; + readonly customIpPrefixes?: SubResource[]; + /** + * The validation state of the ROA for the corresponding RIR (ARIN/RIPE/APNIC/LACNIC/AFRINIC). + * Possible values include: 'Validating', 'Valid', 'Invalid' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly validationState?: ValidationStatus; + /** + * The resource GUID property of the master custom IP prefix resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly resourceGuid?: string; + /** + * The provisioning state of the master custom IP prefix 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; + /** + * 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; +} + +/** + * SKU of nat gateway. + */ +export interface NatGatewaySku { + /** + * Name of Nat Gateway SKU. Possible values include: 'Standard' + */ + name?: NatGatewaySkuName; +} + +/** + * Nat Gateway resource. + */ +export interface NatGateway extends Resource { + /** + * The nat gateway SKU. + */ + sku?: NatGatewaySku; + /** + * The idle timeout of the nat gateway. + */ + idleTimeoutInMinutes?: number; + /** + * An array of public ip addresses associated with the nat gateway resource. + */ + publicIpAddresses?: SubResource[]; /** * An array of public ip prefixes associated with the nat gateway resource. */ @@ -5896,6 +6275,30 @@ export interface AzureAsyncOperationResult { error?: ErrorModel; } +/** + * The resource model definition for a ARM proxy resource. It will have everything other than + * required location and tags. + */ +export interface ProxyResource extends BaseResource { + /** + * Fully qualified resource Id for the resource. Ex - + * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly id?: string; + /** + * The name of the resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly name?: string; + /** + * The type of the resource. Ex- Microsoft.Compute/virtualMachines or + * Microsoft.Storage/storageAccounts. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly type?: string; +} + /** * The effective network security group association. */ @@ -6254,6 +6657,11 @@ export interface NetworkVirtualAppliance extends Resource { * Network Virtual Appliance SKU. */ nvaSku?: VirtualApplianceSkuProperties; + /** + * Address Prefix. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly addressPrefix?: string; /** * BootStrapConfigurationBlobs storage URLs. */ @@ -7205,10 +7613,10 @@ export interface HopLink { */ readonly issues?: ConnectivityIssue[]; /** - * Provides additional context on links. + * Provides additional context on the issue. * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - readonly context?: { [propertyName: string]: string }; + readonly context?: { [propertyName: string]: string }[]; /** * Resource ID. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -7764,6 +8172,10 @@ export interface ConnectionMonitorTcpConfiguration { * Value indicating whether path evaluation with trace route should be disabled. */ disableTraceRoute?: boolean; + /** + * Destination port behavior. Possible values include: 'None', 'ListenIfAvailable' + */ + destinationPortBehavior?: DestinationPortBehavior; } /** @@ -8656,6 +9068,10 @@ export interface PublicIPPrefix extends Resource { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly loadBalancerFrontendIpConfiguration?: SubResource; + /** + * The customIpPrefix that this prefix is associated with. + */ + customIPPrefix?: SubResource; /** * The resource GUID property of the public IP prefix resource. * **NOTE: This property will not be serialized. It can only be populated by the server.** @@ -9027,6 +9443,21 @@ export interface AddressSpace { addressPrefixes?: 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; +} + /** * Peerings in a virtual network resource. */ @@ -9062,6 +9493,10 @@ export interface VirtualNetworkPeering extends SubResource { * The reference to the remote virtual network address space. */ remoteAddressSpace?: AddressSpace; + /** + * The reference to the remote virtual network's Bgp Communities. + */ + remoteBgpCommunities?: VirtualNetworkBgpCommunities; /** * The status of the virtual network peering. Possible values include: 'Initiated', 'Connected', * 'Disconnected' @@ -9126,21 +9561,6 @@ export interface DhcpOptions { 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. */ @@ -10806,6 +11226,10 @@ export interface VirtualHub extends Resource { * VirtualRouter IPs. */ virtualRouterIps?: string[]; + /** + * Flag to control route propogation for VirtualRouter hub. + */ + enableVirtualRouterRoutePropogation?: boolean; /** * 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.** @@ -10968,7 +11392,7 @@ export interface VpnConnection extends SubResource { */ routingWeight?: number; /** - * The dead peer detection timeout for a vpn connection in seconds. + * DPD timeout in seconds for vpn connection. */ dpdTimeoutSeconds?: number; /** @@ -11049,6 +11473,24 @@ export interface VpnConnection extends SubResource { readonly etag?: string; } +/** + * IP Configuration of a VPN Gateway Resource. + */ +export interface VpnGatewayIpConfiguration { + /** + * The identifier of the IP configuration for a VPN Gateway. + */ + id?: string; + /** + * The public IP address of this IP configuration. + */ + publicIpAddress?: string; + /** + * The private IP address of this IP configuration. + */ + privateIpAddress?: string; +} + /** * VpnGateway Resource. */ @@ -11075,6 +11517,11 @@ export interface VpnGateway extends Resource { * The scale unit for this vpn gateway. */ vpnGatewayScaleUnit?: number; + /** + * List of all IPs configured on the gateway. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly ipConfigurations?: VpnGatewayIpConfiguration[]; /** * 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.** @@ -11082,6 +11529,54 @@ export interface VpnGateway extends Resource { readonly etag?: string; } +/** + * Vpn Connection packet capture parameters supplied to start packet capture on gateway connection. + */ +export interface VpnConnectionPacketCaptureStartParameters { + /** + * Start Packet capture parameters on vpn connection. + */ + filterData?: string; + /** + * List of site link connection names. + */ + linkConnectionNames?: string[]; +} + +/** + * Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection. + */ +export interface VpnConnectionPacketCaptureStopParameters { + /** + * SAS url for packet capture on vpn connection. + */ + sasUrl?: string; + /** + * List of site link connection names. + */ + linkConnectionNames?: string[]; +} + +/** + * Start packet capture parameters. + */ +export interface VpnGatewayPacketCaptureStartParameters { + /** + * Start Packet capture parameters on vpn gateway. + */ + filterData?: string; +} + +/** + * Stop packet capture parameters. + */ +export interface VpnGatewayPacketCaptureStopParameters { + /** + * SAS url for packet capture on vpn gateway. + */ + sasUrl?: string; +} + /** * HubVirtualNetworkConnection Resource. */ @@ -11168,12 +11663,12 @@ export interface HubRouteTable extends SubResource { * 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?: string[]; + 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?: string[]; + readonly propagatingConnections?: SubResource[]; /** * The provisioning state of the RouteTable resource. Possible values include: 'Succeeded', * 'Updating', 'Deleting', 'Failed' @@ -11323,6 +11818,11 @@ export interface P2SConnectionConfiguration extends SubResource { * connection. */ routingConfiguration?: RoutingConfiguration; + /** + * Flag indicating whether the enable internet security flag is turned on for the P2S Connections + * or not. + */ + enableInternetSecurity?: boolean; /** * The provisioning state of the P2SConnectionConfiguration resource. Possible values include: * 'Succeeded', 'Updating', 'Deleting', 'Failed' @@ -11714,7 +12214,7 @@ export interface VirtualHubEffectiveRoute { /** * EffectiveRoutes List. */ -export interface VirtualHubEffectiveRouteList { +export interface VirtualHubEffectiveRouteEffectiveRouteList { /** * The list of effective routes configured on the virtual hub or the specified resource. */ @@ -11972,6 +12472,47 @@ export interface WebApplicationFirewallPolicy extends Resource { readonly etag?: string; } +/** + * ExpressRouteProviderPort resource. + */ +export interface ExpressRouteProviderPort extends ProxyResource { + /** + * The name of the port pair. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly portPairDescriptor?: string; + /** + * The name of the primary port. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly primaryAzurePort?: string; + /** + * The name of the secondary port. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly secondaryAzurePort?: string; + /** + * The peering location of the port pair. + */ + peeringLocation?: string; + /** + * Overprovisioning factor for the port pair. + */ + overprovisionFactor?: number; + /** + * Bandwidth of the port in Mbps. + */ + portBandwidthInMbps?: number; + /** + * Used Bandwidth of the port in Mbps. + */ + usedBandwidthInMbps?: number; + /** + * Remaining Bandwidth of the port in Mbps. + */ + remainingBandwidthInMbps?: number; +} + /** * Optional Parameters. */ @@ -12012,6 +12553,16 @@ export interface ApplicationGatewaysBeginBackendHealthOnDemandOptionalParams ext expand?: string; } +/** + * Optional Parameters. + */ +export interface CustomIPPrefixesGetOptionalParams extends msRest.RequestOptionsBase { + /** + * Expands referenced resources. + */ + expand?: string; +} + /** * Optional Parameters. */ @@ -12063,6 +12614,16 @@ export interface InboundNatRulesGetOptionalParams extends msRest.RequestOptionsB expand?: string; } +/** + * Optional Parameters. + */ +export interface MasterCustomIPPrefixesGetOptionalParams extends msRest.RequestOptionsBase { + /** + * Expands referenced resources. + */ + expand?: string; +} + /** * Optional Parameters. */ @@ -12368,84 +12929,178 @@ export interface VirtualHubsBeginGetEffectiveVirtualHubRoutesOptionalParams exte } /** - * An interface representing NetworkManagementClientOptions. + * Optional Parameters. */ -export interface NetworkManagementClientOptions extends AzureServiceClientOptions { - baseUri?: string; +export interface VpnGatewaysStartPacketCaptureOptionalParams extends msRest.RequestOptionsBase { + /** + * Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway. + */ + parameters?: VpnGatewayPacketCaptureStartParameters; } /** - * @interface - * Response for ListApplicationGateways API service call. - * @extends Array + * Optional Parameters. */ -export interface ApplicationGatewayListResult extends Array { +export interface VpnGatewaysStopPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * URL to get the next set of results. + * Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway. */ - nextLink?: string; + parameters?: VpnGatewayPacketCaptureStopParameters; } /** - * @interface - * Response for ApplicationGatewayAvailableSslOptions API service call. - * @extends Array + * Optional Parameters. */ -export interface ApplicationGatewayAvailableSslPredefinedPolicies extends Array { +export interface VpnGatewaysBeginStartPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * URL to get the next set of results. + * Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway. */ - nextLink?: string; + parameters?: VpnGatewayPacketCaptureStartParameters; } /** - * @interface - * Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link - * resources for an application gateway. - * @extends Array + * Optional Parameters. */ -export interface ApplicationGatewayPrivateLinkResourceListResult extends Array { +export interface VpnGatewaysBeginStopPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * URL to get the next set of results. + * Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway. */ - nextLink?: string; + parameters?: VpnGatewayPacketCaptureStopParameters; } /** - * @interface - * Response for ListApplicationGatewayPrivateEndpointConnection API service call. Gets all private - * endpoint connections for an application gateway. - * @extends Array + * Optional Parameters. */ -export interface ApplicationGatewayPrivateEndpointConnectionListResult extends Array { +export interface VpnConnectionsStartPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * URL to get the next set of results. + * Vpn Connection packet capture parameters supplied to start packet capture on gateway + * connection. */ - nextLink?: string; + parameters?: VpnConnectionPacketCaptureStartParameters; } /** - * @interface - * A list of application security groups. - * @extends Array + * Optional Parameters. */ -export interface ApplicationSecurityGroupListResult extends Array { +export interface VpnConnectionsStopPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * The URL to get the next set of results. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Vpn Connection packet capture parameters supplied to stop packet capture on gateway + * connection. */ - readonly nextLink?: string; + parameters?: VpnConnectionPacketCaptureStopParameters; } /** - * @interface - * An array of available delegations. - * @extends Array + * Optional Parameters. */ -export interface AvailableDelegationsResult extends Array { +export interface VpnConnectionsBeginStartPacketCaptureOptionalParams extends msRest.RequestOptionsBase { /** - * The URL to get the next set of results. - * **NOTE: This property will not be serialized. It can only be populated by the server.** + * Vpn Connection packet capture parameters supplied to start packet capture on gateway + * connection. + */ + parameters?: VpnConnectionPacketCaptureStartParameters; +} + +/** + * Optional Parameters. + */ +export interface VpnConnectionsBeginStopPacketCaptureOptionalParams extends msRest.RequestOptionsBase { + /** + * Vpn Connection packet capture parameters supplied to stop packet capture on gateway + * connection. + */ + parameters?: VpnConnectionPacketCaptureStopParameters; +} + +/** + * Optional Parameters. + */ +export interface ExpressRouteProviderPortsListOptionalParams extends msRest.RequestOptionsBase { + /** + * Can be used to filter on peering location. Supports only eq. + */ + filter?: string; +} + +/** + * An interface representing NetworkManagementClientOptions. + */ +export interface NetworkManagementClientOptions extends AzureServiceClientOptions { + baseUri?: string; +} + +/** + * @interface + * Response for ListApplicationGateways API service call. + * @extends Array + */ +export interface ApplicationGatewayListResult extends Array { + /** + * URL to get the next set of results. + */ + nextLink?: string; +} + +/** + * @interface + * Response for ApplicationGatewayAvailableSslOptions API service call. + * @extends Array + */ +export interface ApplicationGatewayAvailableSslPredefinedPolicies extends Array { + /** + * URL to get the next set of results. + */ + nextLink?: string; +} + +/** + * @interface + * Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link + * resources for an application gateway. + * @extends Array + */ +export interface ApplicationGatewayPrivateLinkResourceListResult extends Array { + /** + * URL to get the next set of results. + */ + nextLink?: string; +} + +/** + * @interface + * Response for ListApplicationGatewayPrivateEndpointConnection API service call. Gets all private + * endpoint connections for an application gateway. + * @extends Array + */ +export interface ApplicationGatewayPrivateEndpointConnectionListResult extends Array { + /** + * URL to get the next set of results. + */ + nextLink?: string; +} + +/** + * @interface + * A list of application security groups. + * @extends Array + */ +export interface ApplicationSecurityGroupListResult extends Array { + /** + * 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; +} + +/** + * @interface + * An array of available delegations. + * @extends Array + */ +export interface AvailableDelegationsResult extends Array { + /** + * 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; } @@ -12535,6 +13190,18 @@ export interface BastionSessionDeleteResult extends Array { nextLink?: string; } +/** + * @interface + * Response for ListCustomIpPrefixes API service call. + * @extends Array + */ +export interface CustomIpPrefixListResult extends Array { + /** + * The URL to get the next set of results. + */ + nextLink?: string; +} + /** * @interface * A list of DDoS protection plans. @@ -12548,6 +13215,19 @@ export interface DdosProtectionPlanListResult extends Array readonly nextLink?: string; } +/** + * @interface + * Response for the DscpConfigurationList API service call. + * @extends Array + */ +export interface DscpConfigurationListResult extends Array { + /** + * 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; +} + /** * @interface * Response for the ListAvailableEndpointServices API service call. @@ -12854,6 +13534,18 @@ export interface LoadBalancerProbeListResult extends Array { readonly nextLink?: string; } +/** + * @interface + * Response for ListMasterCustomIpPrefixes API service call. + * @extends Array + */ +export interface MasterCustomIpPrefixListResult extends Array { + /** + * The URL to get the next set of results. + */ + nextLink?: string; +} + /** * @interface * Response for ListNatGateways API service call. @@ -13569,6 +14261,19 @@ export interface WebApplicationFirewallPolicyListResult extends Array + */ +export interface ExpressRouteProviderPortListResult extends Array { + /** + * 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; +} + /** * Defines values for ApplicationGatewayProtocol. * Possible values include: 'Http', 'Https' @@ -13859,6 +14564,15 @@ export type AzureFirewallSkuTier = 'Standard' | 'Premium'; */ export type BastionConnectProtocol = 'SSH' | 'RDP'; +/** + * Defines values for CommissionedState. + * Possible values include: 'Provisioning', 'Provisioned', 'Commissioning', 'Commissioned', + * 'Decommissioning', 'Deprovisioning' + * @readonly + * @enum {string} + */ +export type CommissionedState = 'Provisioning' | 'Provisioned' | 'Commissioning' | 'Commissioned' | 'Decommissioning' | 'Deprovisioning'; + /** * Defines values for DdosCustomPolicyProtocol. * Possible values include: 'Tcp', 'Udp', 'Syn' @@ -13875,6 +14589,14 @@ export type DdosCustomPolicyProtocol = 'Tcp' | 'Udp' | 'Syn'; */ export type DdosCustomPolicyTriggerSensitivityOverride = 'Relaxed' | 'Low' | 'Default' | 'High'; +/** + * Defines values for ProtocolType. + * Possible values include: 'DoNotUse', 'Icmp', 'Tcp', 'Udp', 'Gre', 'Esp', 'Ah', 'Vxlan', 'All' + * @readonly + * @enum {string} + */ +export type ProtocolType = 'DoNotUse' | 'Icmp' | 'Tcp' | 'Udp' | 'Gre' | 'Esp' | 'Ah' | 'Vxlan' | 'All'; + /** * Defines values for AuthorizationUseStatus. * Possible values include: 'Available', 'InUse' @@ -13981,11 +14703,27 @@ export type ExpressRoutePortsEncapsulation = 'Dot1Q' | 'QinQ'; /** * Defines values for FirewallPolicyIntrusionSystemMode. - * Possible values include: 'Enabled', 'Disabled' + * Possible values include: 'Off', 'Alert', 'Deny' + * @readonly + * @enum {string} + */ +export type FirewallPolicyIntrusionSystemMode = 'Off' | 'Alert' | 'Deny'; + +/** + * Defines values for FirewallPolicyIntrusionSystemStateType. + * Possible values include: 'Off', 'Alert', 'Deny' + * @readonly + * @enum {string} + */ +export type FirewallPolicyIntrusionSystemStateType = 'Off' | 'Alert' | 'Deny'; + +/** + * Defines values for FirewallPolicyIntrusionSystemProtocol. + * Possible values include: 'TCP', 'UDP', 'ICMP', 'ANY' * @readonly * @enum {string} */ -export type FirewallPolicyIntrusionSystemMode = 'Enabled' | 'Disabled'; +export type FirewallPolicyIntrusionSystemProtocol = 'TCP' | 'UDP' | 'ICMP' | 'ANY'; /** * Defines values for FirewallPolicyNatRuleCollectionActionType. @@ -14059,6 +14797,14 @@ export type ProbeProtocol = 'Http' | 'Tcp' | 'Https'; */ export type LoadBalancerOutboundRuleProtocol = 'Tcp' | 'Udp' | 'All'; +/** + * Defines values for ValidationStatus. + * Possible values include: 'Validating', 'Valid', 'Invalid' + * @readonly + * @enum {string} + */ +export type ValidationStatus = 'Validating' | 'Valid' | 'Invalid'; + /** * Defines values for NatGatewaySkuName. * Possible values include: 'Standard' @@ -14270,6 +15016,14 @@ export type PreferredIPVersion = 'IPv4' | 'IPv6'; */ export type HTTPConfigurationMethod = 'Get' | 'Post'; +/** + * Defines values for DestinationPortBehavior. + * Possible values include: 'None', 'ListenIfAvailable' + * @readonly + * @enum {string} + */ +export type DestinationPortBehavior = 'None' | 'ListenIfAvailable'; + /** * Defines values for OutputType. * Possible values include: 'Workspace' @@ -16192,7 +16946,7 @@ export type BeginGetActiveSessionsNextResponse = BastionActiveSessionListResult /** * Contains response data for the get operation. */ -export type DdosCustomPoliciesGetResponse = DdosCustomPolicy & { +export type CustomIPPrefixesGetResponse = CustomIpPrefix & { /** * The underlying HTTP response. */ @@ -16205,14 +16959,14 @@ export type DdosCustomPoliciesGetResponse = DdosCustomPolicy & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosCustomPolicy; + parsedBody: CustomIpPrefix; }; }; /** * Contains response data for the createOrUpdate operation. */ -export type DdosCustomPoliciesCreateOrUpdateResponse = DdosCustomPolicy & { +export type CustomIPPrefixesCreateOrUpdateResponse = CustomIpPrefix & { /** * The underlying HTTP response. */ @@ -16225,14 +16979,14 @@ export type DdosCustomPoliciesCreateOrUpdateResponse = DdosCustomPolicy & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosCustomPolicy; + parsedBody: CustomIpPrefix; }; }; /** * Contains response data for the updateTags operation. */ -export type DdosCustomPoliciesUpdateTagsResponse = DdosCustomPolicy & { +export type CustomIPPrefixesUpdateTagsResponse = CustomIpPrefix & { /** * The underlying HTTP response. */ @@ -16245,14 +16999,14 @@ export type DdosCustomPoliciesUpdateTagsResponse = DdosCustomPolicy & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosCustomPolicy; + parsedBody: CustomIpPrefix; }; }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the listAll operation. */ -export type DdosCustomPoliciesBeginCreateOrUpdateResponse = DdosCustomPolicy & { +export type CustomIPPrefixesListAllResponse = CustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -16265,14 +17019,14 @@ export type DdosCustomPoliciesBeginCreateOrUpdateResponse = DdosCustomPolicy & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosCustomPolicy; + parsedBody: CustomIpPrefixListResult; }; }; /** - * Contains response data for the get operation. + * Contains response data for the list operation. */ -export type DdosProtectionPlansGetResponse = DdosProtectionPlan & { +export type CustomIPPrefixesListResponse = CustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -16285,14 +17039,14 @@ export type DdosProtectionPlansGetResponse = DdosProtectionPlan & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlan; + parsedBody: CustomIpPrefixListResult; }; }; /** - * Contains response data for the createOrUpdate operation. + * Contains response data for the beginCreateOrUpdate operation. */ -export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan & { +export type CustomIPPrefixesBeginCreateOrUpdateResponse = CustomIpPrefix & { /** * The underlying HTTP response. */ @@ -16305,14 +17059,14 @@ export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlan; + parsedBody: CustomIpPrefix; }; }; /** - * Contains response data for the updateTags operation. + * Contains response data for the listAllNext operation. */ -export type DdosProtectionPlansUpdateTagsResponse = DdosProtectionPlan & { +export type CustomIPPrefixesListAllNextResponse = CustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -16325,14 +17079,14 @@ export type DdosProtectionPlansUpdateTagsResponse = DdosProtectionPlan & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlan; + parsedBody: CustomIpPrefixListResult; }; }; /** - * Contains response data for the list operation. + * Contains response data for the listNext operation. */ -export type DdosProtectionPlansListResponse = DdosProtectionPlanListResult & { +export type CustomIPPrefixesListNextResponse = CustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -16345,14 +17099,14 @@ export type DdosProtectionPlansListResponse = DdosProtectionPlanListResult & { /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlanListResult; + parsedBody: CustomIpPrefixListResult; }; }; /** - * Contains response data for the listByResourceGroup operation. + * Contains response data for the get operation. */ -export type DdosProtectionPlansListByResourceGroupResponse = DdosProtectionPlanListResult & { +export type DdosCustomPoliciesGetResponse = DdosCustomPolicy & { /** * The underlying HTTP response. */ @@ -16365,14 +17119,14 @@ export type DdosProtectionPlansListByResourceGroupResponse = DdosProtectionPlanL /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlanListResult; + parsedBody: DdosCustomPolicy; }; }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the createOrUpdate operation. */ -export type DdosProtectionPlansBeginCreateOrUpdateResponse = DdosProtectionPlan & { +export type DdosCustomPoliciesCreateOrUpdateResponse = DdosCustomPolicy & { /** * The underlying HTTP response. */ @@ -16385,14 +17139,14 @@ export type DdosProtectionPlansBeginCreateOrUpdateResponse = DdosProtectionPlan /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlan; + parsedBody: DdosCustomPolicy; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the updateTags operation. */ -export type DdosProtectionPlansListNextResponse = DdosProtectionPlanListResult & { +export type DdosCustomPoliciesUpdateTagsResponse = DdosCustomPolicy & { /** * The underlying HTTP response. */ @@ -16405,14 +17159,14 @@ export type DdosProtectionPlansListNextResponse = DdosProtectionPlanListResult & /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlanListResult; + parsedBody: DdosCustomPolicy; }; }; /** - * Contains response data for the listByResourceGroupNext operation. + * Contains response data for the beginCreateOrUpdate operation. */ -export type DdosProtectionPlansListByResourceGroupNextResponse = DdosProtectionPlanListResult & { +export type DdosCustomPoliciesBeginCreateOrUpdateResponse = DdosCustomPolicy & { /** * The underlying HTTP response. */ @@ -16425,14 +17179,14 @@ export type DdosProtectionPlansListByResourceGroupNextResponse = DdosProtectionP /** * The response body as parsed JSON or XML */ - parsedBody: DdosProtectionPlanListResult; + parsedBody: DdosCustomPolicy; }; }; /** - * Contains response data for the list operation. + * Contains response data for the get operation. */ -export type AvailableEndpointServicesListResponse = EndpointServicesListResult & { +export type DdosProtectionPlansGetResponse = DdosProtectionPlan & { /** * The underlying HTTP response. */ @@ -16445,14 +17199,14 @@ export type AvailableEndpointServicesListResponse = EndpointServicesListResult & /** * The response body as parsed JSON or XML */ - parsedBody: EndpointServicesListResult; + parsedBody: DdosProtectionPlan; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the createOrUpdate operation. */ -export type AvailableEndpointServicesListNextResponse = EndpointServicesListResult & { +export type DdosProtectionPlansCreateOrUpdateResponse = DdosProtectionPlan & { /** * The underlying HTTP response. */ @@ -16465,14 +17219,14 @@ export type AvailableEndpointServicesListNextResponse = EndpointServicesListResu /** * The response body as parsed JSON or XML */ - parsedBody: EndpointServicesListResult; + parsedBody: DdosProtectionPlan; }; }; /** - * Contains response data for the get operation. + * Contains response data for the updateTags operation. */ -export type ExpressRouteCircuitAuthorizationsGetResponse = ExpressRouteCircuitAuthorization & { +export type DdosProtectionPlansUpdateTagsResponse = DdosProtectionPlan & { /** * The underlying HTTP response. */ @@ -16485,14 +17239,14 @@ export type ExpressRouteCircuitAuthorizationsGetResponse = ExpressRouteCircuitAu /** * The response body as parsed JSON or XML */ - parsedBody: ExpressRouteCircuitAuthorization; + parsedBody: DdosProtectionPlan; }; }; /** - * Contains response data for the createOrUpdate operation. + * Contains response data for the list operation. */ -export type ExpressRouteCircuitAuthorizationsCreateOrUpdateResponse = ExpressRouteCircuitAuthorization & { +export type DdosProtectionPlansListResponse = DdosProtectionPlanListResult & { /** * The underlying HTTP response. */ @@ -16505,14 +17259,14 @@ export type ExpressRouteCircuitAuthorizationsCreateOrUpdateResponse = ExpressRou /** * The response body as parsed JSON or XML */ - parsedBody: ExpressRouteCircuitAuthorization; + parsedBody: DdosProtectionPlanListResult; }; }; /** - * Contains response data for the list operation. + * Contains response data for the listByResourceGroup operation. */ -export type ExpressRouteCircuitAuthorizationsListResponse = AuthorizationListResult & { +export type DdosProtectionPlansListByResourceGroupResponse = DdosProtectionPlanListResult & { /** * The underlying HTTP response. */ @@ -16525,14 +17279,14 @@ export type ExpressRouteCircuitAuthorizationsListResponse = AuthorizationListRes /** * The response body as parsed JSON or XML */ - parsedBody: AuthorizationListResult; + parsedBody: DdosProtectionPlanListResult; }; }; /** * Contains response data for the beginCreateOrUpdate operation. */ -export type ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateResponse = ExpressRouteCircuitAuthorization & { +export type DdosProtectionPlansBeginCreateOrUpdateResponse = DdosProtectionPlan & { /** * The underlying HTTP response. */ @@ -16545,14 +17299,14 @@ export type ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateResponse = Expre /** * The response body as parsed JSON or XML */ - parsedBody: ExpressRouteCircuitAuthorization; + parsedBody: DdosProtectionPlan; }; }; /** * Contains response data for the listNext operation. */ -export type ExpressRouteCircuitAuthorizationsListNextResponse = AuthorizationListResult & { +export type DdosProtectionPlansListNextResponse = DdosProtectionPlanListResult & { /** * The underlying HTTP response. */ @@ -16565,12 +17319,312 @@ export type ExpressRouteCircuitAuthorizationsListNextResponse = AuthorizationLis /** * The response body as parsed JSON or XML */ - parsedBody: AuthorizationListResult; + parsedBody: DdosProtectionPlanListResult; }; }; /** - * Contains response data for the get operation. + * Contains response data for the listByResourceGroupNext operation. + */ +export type DdosProtectionPlansListByResourceGroupNextResponse = DdosProtectionPlanListResult & { + /** + * 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: DdosProtectionPlanListResult; + }; +}; + +/** + * Contains response data for the createOrUpdate operation. + */ +export type DscpConfigurationCreateOrUpdateResponse = DscpConfiguration & { + /** + * 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: DscpConfiguration; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type DscpConfigurationGetResponse = DscpConfiguration & { + /** + * 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: DscpConfiguration; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type DscpConfigurationListResponse = DscpConfigurationListResult & { + /** + * 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: DscpConfigurationListResult; + }; +}; + +/** + * Contains response data for the listAll operation. + */ +export type DscpConfigurationListAllResponse = DscpConfigurationListResult & { + /** + * 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: DscpConfigurationListResult; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type DscpConfigurationBeginCreateOrUpdateResponse = DscpConfiguration & { + /** + * 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: DscpConfiguration; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type DscpConfigurationListNextResponse = DscpConfigurationListResult & { + /** + * 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: DscpConfigurationListResult; + }; +}; + +/** + * Contains response data for the listAllNext operation. + */ +export type DscpConfigurationListAllNextResponse = DscpConfigurationListResult & { + /** + * 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: DscpConfigurationListResult; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type AvailableEndpointServicesListResponse = EndpointServicesListResult & { + /** + * 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: EndpointServicesListResult; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type AvailableEndpointServicesListNextResponse = EndpointServicesListResult & { + /** + * 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: EndpointServicesListResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type ExpressRouteCircuitAuthorizationsGetResponse = ExpressRouteCircuitAuthorization & { + /** + * 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: ExpressRouteCircuitAuthorization; + }; +}; + +/** + * Contains response data for the createOrUpdate operation. + */ +export type ExpressRouteCircuitAuthorizationsCreateOrUpdateResponse = ExpressRouteCircuitAuthorization & { + /** + * 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: ExpressRouteCircuitAuthorization; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type ExpressRouteCircuitAuthorizationsListResponse = AuthorizationListResult & { + /** + * 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: AuthorizationListResult; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateResponse = ExpressRouteCircuitAuthorization & { + /** + * 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: ExpressRouteCircuitAuthorization; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type ExpressRouteCircuitAuthorizationsListNextResponse = AuthorizationListResult & { + /** + * 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: AuthorizationListResult; + }; +}; + +/** + * Contains response data for the get operation. */ export type ExpressRouteCircuitPeeringsGetResponse = ExpressRouteCircuitPeering & { /** @@ -17729,6 +18783,26 @@ export type ExpressRoutePortsListResponse = ExpressRoutePortListResult & { }; }; +/** + * Contains response data for the generateLOA operation. + */ +export type ExpressRoutePortsGenerateLOAResponse = GenerateExpressRoutePortsLOAResult & { + /** + * 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: GenerateExpressRoutePortsLOAResult; + }; +}; + /** * Contains response data for the beginCreateOrUpdate operation. */ @@ -18772,7 +19846,167 @@ export type InboundNatRulesGetResponse = InboundNatRule & { /** * Contains response data for the createOrUpdate operation. */ -export type InboundNatRulesCreateOrUpdateResponse = InboundNatRule & { +export type InboundNatRulesCreateOrUpdateResponse = InboundNatRule & { + /** + * 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: InboundNatRule; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type InboundNatRulesBeginCreateOrUpdateResponse = InboundNatRule & { + /** + * 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: InboundNatRule; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type InboundNatRulesListNextResponse = InboundNatRuleListResult & { + /** + * 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: InboundNatRuleListResult; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type LoadBalancerLoadBalancingRulesListResponse = LoadBalancerLoadBalancingRuleListResult & { + /** + * 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: LoadBalancerLoadBalancingRuleListResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type LoadBalancerLoadBalancingRulesGetResponse = LoadBalancingRule & { + /** + * 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: LoadBalancingRule; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type LoadBalancerLoadBalancingRulesListNextResponse = LoadBalancerLoadBalancingRuleListResult & { + /** + * 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: LoadBalancerLoadBalancingRuleListResult; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type LoadBalancerOutboundRulesListResponse = LoadBalancerOutboundRuleListResult & { + /** + * 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: LoadBalancerOutboundRuleListResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type LoadBalancerOutboundRulesGetResponse = OutboundRule & { + /** + * 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: OutboundRule; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type LoadBalancerOutboundRulesListNextResponse = LoadBalancerOutboundRuleListResult & { /** * The underlying HTTP response. */ @@ -18785,14 +20019,14 @@ export type InboundNatRulesCreateOrUpdateResponse = InboundNatRule & { /** * The response body as parsed JSON or XML */ - parsedBody: InboundNatRule; + parsedBody: LoadBalancerOutboundRuleListResult; }; }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the list operation. */ -export type InboundNatRulesBeginCreateOrUpdateResponse = InboundNatRule & { +export type LoadBalancerNetworkInterfacesListResponse = NetworkInterfaceListResult & { /** * The underlying HTTP response. */ @@ -18805,14 +20039,14 @@ export type InboundNatRulesBeginCreateOrUpdateResponse = InboundNatRule & { /** * The response body as parsed JSON or XML */ - parsedBody: InboundNatRule; + parsedBody: NetworkInterfaceListResult; }; }; /** * Contains response data for the listNext operation. */ -export type InboundNatRulesListNextResponse = InboundNatRuleListResult & { +export type LoadBalancerNetworkInterfacesListNextResponse = NetworkInterfaceListResult & { /** * The underlying HTTP response. */ @@ -18825,14 +20059,14 @@ export type InboundNatRulesListNextResponse = InboundNatRuleListResult & { /** * The response body as parsed JSON or XML */ - parsedBody: InboundNatRuleListResult; + parsedBody: NetworkInterfaceListResult; }; }; /** * Contains response data for the list operation. */ -export type LoadBalancerLoadBalancingRulesListResponse = LoadBalancerLoadBalancingRuleListResult & { +export type LoadBalancerProbesListResponse = LoadBalancerProbeListResult & { /** * The underlying HTTP response. */ @@ -18845,14 +20079,14 @@ export type LoadBalancerLoadBalancingRulesListResponse = LoadBalancerLoadBalanci /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerLoadBalancingRuleListResult; + parsedBody: LoadBalancerProbeListResult; }; }; /** * Contains response data for the get operation. */ -export type LoadBalancerLoadBalancingRulesGetResponse = LoadBalancingRule & { +export type LoadBalancerProbesGetResponse = Probe & { /** * The underlying HTTP response. */ @@ -18865,14 +20099,14 @@ export type LoadBalancerLoadBalancingRulesGetResponse = LoadBalancingRule & { /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancingRule; + parsedBody: Probe; }; }; /** * Contains response data for the listNext operation. */ -export type LoadBalancerLoadBalancingRulesListNextResponse = LoadBalancerLoadBalancingRuleListResult & { +export type LoadBalancerProbesListNextResponse = LoadBalancerProbeListResult & { /** * The underlying HTTP response. */ @@ -18885,14 +20119,14 @@ export type LoadBalancerLoadBalancingRulesListNextResponse = LoadBalancerLoadBal /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerLoadBalancingRuleListResult; + parsedBody: LoadBalancerProbeListResult; }; }; /** - * Contains response data for the list operation. + * Contains response data for the get operation. */ -export type LoadBalancerOutboundRulesListResponse = LoadBalancerOutboundRuleListResult & { +export type MasterCustomIPPrefixesGetResponse = MasterCustomIpPrefix & { /** * The underlying HTTP response. */ @@ -18905,14 +20139,14 @@ export type LoadBalancerOutboundRulesListResponse = LoadBalancerOutboundRuleList /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerOutboundRuleListResult; + parsedBody: MasterCustomIpPrefix; }; }; /** - * Contains response data for the get operation. + * Contains response data for the createOrUpdate operation. */ -export type LoadBalancerOutboundRulesGetResponse = OutboundRule & { +export type MasterCustomIPPrefixesCreateOrUpdateResponse = MasterCustomIpPrefix & { /** * The underlying HTTP response. */ @@ -18925,14 +20159,14 @@ export type LoadBalancerOutboundRulesGetResponse = OutboundRule & { /** * The response body as parsed JSON or XML */ - parsedBody: OutboundRule; + parsedBody: MasterCustomIpPrefix; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the updateTags operation. */ -export type LoadBalancerOutboundRulesListNextResponse = LoadBalancerOutboundRuleListResult & { +export type MasterCustomIPPrefixesUpdateTagsResponse = MasterCustomIpPrefix & { /** * The underlying HTTP response. */ @@ -18945,14 +20179,14 @@ export type LoadBalancerOutboundRulesListNextResponse = LoadBalancerOutboundRule /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerOutboundRuleListResult; + parsedBody: MasterCustomIpPrefix; }; }; /** - * Contains response data for the list operation. + * Contains response data for the listAll operation. */ -export type LoadBalancerNetworkInterfacesListResponse = NetworkInterfaceListResult & { +export type MasterCustomIPPrefixesListAllResponse = MasterCustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -18965,14 +20199,14 @@ export type LoadBalancerNetworkInterfacesListResponse = NetworkInterfaceListResu /** * The response body as parsed JSON or XML */ - parsedBody: NetworkInterfaceListResult; + parsedBody: MasterCustomIpPrefixListResult; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the list operation. */ -export type LoadBalancerNetworkInterfacesListNextResponse = NetworkInterfaceListResult & { +export type MasterCustomIPPrefixesListResponse = MasterCustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -18985,14 +20219,14 @@ export type LoadBalancerNetworkInterfacesListNextResponse = NetworkInterfaceList /** * The response body as parsed JSON or XML */ - parsedBody: NetworkInterfaceListResult; + parsedBody: MasterCustomIpPrefixListResult; }; }; /** - * Contains response data for the list operation. + * Contains response data for the beginCreateOrUpdate operation. */ -export type LoadBalancerProbesListResponse = LoadBalancerProbeListResult & { +export type MasterCustomIPPrefixesBeginCreateOrUpdateResponse = MasterCustomIpPrefix & { /** * The underlying HTTP response. */ @@ -19005,14 +20239,14 @@ export type LoadBalancerProbesListResponse = LoadBalancerProbeListResult & { /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerProbeListResult; + parsedBody: MasterCustomIpPrefix; }; }; /** - * Contains response data for the get operation. + * Contains response data for the listAllNext operation. */ -export type LoadBalancerProbesGetResponse = Probe & { +export type MasterCustomIPPrefixesListAllNextResponse = MasterCustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -19025,14 +20259,14 @@ export type LoadBalancerProbesGetResponse = Probe & { /** * The response body as parsed JSON or XML */ - parsedBody: Probe; + parsedBody: MasterCustomIpPrefixListResult; }; }; /** * Contains response data for the listNext operation. */ -export type LoadBalancerProbesListNextResponse = LoadBalancerProbeListResult & { +export type MasterCustomIPPrefixesListNextResponse = MasterCustomIpPrefixListResult & { /** * The underlying HTTP response. */ @@ -19045,7 +20279,7 @@ export type LoadBalancerProbesListNextResponse = LoadBalancerProbeListResult & { /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerProbeListResult; + parsedBody: MasterCustomIpPrefixListResult; }; }; @@ -21429,6 +22663,26 @@ export type FlowLogsCreateOrUpdateResponse = FlowLog & { }; }; +/** + * Contains response data for the updateTags operation. + */ +export type FlowLogsUpdateTagsResponse = FlowLog & { + /** + * 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: FlowLog; + }; +}; + /** * Contains response data for the get operation. */ @@ -26452,7 +27706,187 @@ export type VirtualHubsBeginCreateOrUpdateResponse = VirtualHub & { /** * Contains response data for the listByResourceGroupNext operation. */ -export type VirtualHubsListByResourceGroupNextResponse = ListVirtualHubsResult & { +export type VirtualHubsListByResourceGroupNextResponse = ListVirtualHubsResult & { + /** + * 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: ListVirtualHubsResult; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type VirtualHubsListNextResponse = ListVirtualHubsResult & { + /** + * 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: ListVirtualHubsResult; + }; +}; + +/** + * Contains response data for the createOrUpdate operation. + */ +export type HubVirtualNetworkConnectionsCreateOrUpdateResponse = HubVirtualNetworkConnection & { + /** + * 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: HubVirtualNetworkConnection; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type HubVirtualNetworkConnectionsGetResponse = HubVirtualNetworkConnection & { + /** + * 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: HubVirtualNetworkConnection; + }; +}; + +/** + * Contains response data for the list operation. + */ +export type HubVirtualNetworkConnectionsListResponse = ListHubVirtualNetworkConnectionsResult & { + /** + * 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: ListHubVirtualNetworkConnectionsResult; + }; +}; + +/** + * Contains response data for the beginCreateOrUpdate operation. + */ +export type HubVirtualNetworkConnectionsBeginCreateOrUpdateResponse = HubVirtualNetworkConnection & { + /** + * 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: HubVirtualNetworkConnection; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type HubVirtualNetworkConnectionsListNextResponse = ListHubVirtualNetworkConnectionsResult & { + /** + * 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: ListHubVirtualNetworkConnectionsResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type VpnGatewaysGetResponse = VpnGateway & { + /** + * 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: VpnGateway; + }; +}; + +/** + * Contains response data for the createOrUpdate operation. + */ +export type VpnGatewaysCreateOrUpdateResponse = VpnGateway & { + /** + * 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: VpnGateway; + }; +}; + +/** + * Contains response data for the updateTags operation. + */ +export type VpnGatewaysUpdateTagsResponse = VpnGateway & { /** * The underlying HTTP response. */ @@ -26465,14 +27899,14 @@ export type VirtualHubsListByResourceGroupNextResponse = ListVirtualHubsResult & /** * The response body as parsed JSON or XML */ - parsedBody: ListVirtualHubsResult; + parsedBody: VpnGateway; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the reset operation. */ -export type VirtualHubsListNextResponse = ListVirtualHubsResult & { +export type VpnGatewaysResetResponse = VpnGateway & { /** * The underlying HTTP response. */ @@ -26485,14 +27919,19 @@ export type VirtualHubsListNextResponse = ListVirtualHubsResult & { /** * The response body as parsed JSON or XML */ - parsedBody: ListVirtualHubsResult; + parsedBody: VpnGateway; }; }; /** - * Contains response data for the createOrUpdate operation. + * Contains response data for the startPacketCapture operation. */ -export type HubVirtualNetworkConnectionsCreateOrUpdateResponse = HubVirtualNetworkConnection & { +export type VpnGatewaysStartPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26505,14 +27944,19 @@ export type HubVirtualNetworkConnectionsCreateOrUpdateResponse = HubVirtualNetwo /** * The response body as parsed JSON or XML */ - parsedBody: HubVirtualNetworkConnection; + parsedBody: string; }; }; /** - * Contains response data for the get operation. + * Contains response data for the stopPacketCapture operation. */ -export type HubVirtualNetworkConnectionsGetResponse = HubVirtualNetworkConnection & { +export type VpnGatewaysStopPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26525,14 +27969,14 @@ export type HubVirtualNetworkConnectionsGetResponse = HubVirtualNetworkConnectio /** * The response body as parsed JSON or XML */ - parsedBody: HubVirtualNetworkConnection; + parsedBody: string; }; }; /** - * Contains response data for the list operation. + * Contains response data for the listByResourceGroup operation. */ -export type HubVirtualNetworkConnectionsListResponse = ListHubVirtualNetworkConnectionsResult & { +export type VpnGatewaysListByResourceGroupResponse = ListVpnGatewaysResult & { /** * The underlying HTTP response. */ @@ -26545,14 +27989,14 @@ export type HubVirtualNetworkConnectionsListResponse = ListHubVirtualNetworkConn /** * The response body as parsed JSON or XML */ - parsedBody: ListHubVirtualNetworkConnectionsResult; + parsedBody: ListVpnGatewaysResult; }; }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the list operation. */ -export type HubVirtualNetworkConnectionsBeginCreateOrUpdateResponse = HubVirtualNetworkConnection & { +export type VpnGatewaysListResponse = ListVpnGatewaysResult & { /** * The underlying HTTP response. */ @@ -26565,14 +28009,14 @@ export type HubVirtualNetworkConnectionsBeginCreateOrUpdateResponse = HubVirtual /** * The response body as parsed JSON or XML */ - parsedBody: HubVirtualNetworkConnection; + parsedBody: ListVpnGatewaysResult; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the beginCreateOrUpdate operation. */ -export type HubVirtualNetworkConnectionsListNextResponse = ListHubVirtualNetworkConnectionsResult & { +export type VpnGatewaysBeginCreateOrUpdateResponse = VpnGateway & { /** * The underlying HTTP response. */ @@ -26585,14 +28029,14 @@ export type HubVirtualNetworkConnectionsListNextResponse = ListHubVirtualNetwork /** * The response body as parsed JSON or XML */ - parsedBody: ListHubVirtualNetworkConnectionsResult; + parsedBody: VpnGateway; }; }; /** - * Contains response data for the get operation. + * Contains response data for the beginUpdateTags operation. */ -export type VpnGatewaysGetResponse = VpnGateway & { +export type VpnGatewaysBeginUpdateTagsResponse = VpnGateway & { /** * The underlying HTTP response. */ @@ -26610,9 +28054,9 @@ export type VpnGatewaysGetResponse = VpnGateway & { }; /** - * Contains response data for the createOrUpdate operation. + * Contains response data for the beginReset operation. */ -export type VpnGatewaysCreateOrUpdateResponse = VpnGateway & { +export type VpnGatewaysBeginResetResponse = VpnGateway & { /** * The underlying HTTP response. */ @@ -26630,9 +28074,14 @@ export type VpnGatewaysCreateOrUpdateResponse = VpnGateway & { }; /** - * Contains response data for the updateTags operation. + * Contains response data for the beginStartPacketCapture operation. */ -export type VpnGatewaysUpdateTagsResponse = VpnGateway & { +export type VpnGatewaysBeginStartPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26645,14 +28094,19 @@ export type VpnGatewaysUpdateTagsResponse = VpnGateway & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnGateway; + parsedBody: string; }; }; /** - * Contains response data for the reset operation. + * Contains response data for the beginStopPacketCapture operation. */ -export type VpnGatewaysResetResponse = VpnGateway & { +export type VpnGatewaysBeginStopPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26665,14 +28119,14 @@ export type VpnGatewaysResetResponse = VpnGateway & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnGateway; + parsedBody: string; }; }; /** - * Contains response data for the listByResourceGroup operation. + * Contains response data for the listByResourceGroupNext operation. */ -export type VpnGatewaysListByResourceGroupResponse = ListVpnGatewaysResult & { +export type VpnGatewaysListByResourceGroupNextResponse = ListVpnGatewaysResult & { /** * The underlying HTTP response. */ @@ -26690,9 +28144,9 @@ export type VpnGatewaysListByResourceGroupResponse = ListVpnGatewaysResult & { }; /** - * Contains response data for the list operation. + * Contains response data for the listNext operation. */ -export type VpnGatewaysListResponse = ListVpnGatewaysResult & { +export type VpnGatewaysListNextResponse = ListVpnGatewaysResult & { /** * The underlying HTTP response. */ @@ -26710,9 +28164,9 @@ export type VpnGatewaysListResponse = ListVpnGatewaysResult & { }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the get operation. */ -export type VpnGatewaysBeginCreateOrUpdateResponse = VpnGateway & { +export type VpnConnectionsGetResponse = VpnConnection & { /** * The underlying HTTP response. */ @@ -26725,14 +28179,14 @@ export type VpnGatewaysBeginCreateOrUpdateResponse = VpnGateway & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnGateway; + parsedBody: VpnConnection; }; }; /** - * Contains response data for the beginReset operation. + * Contains response data for the createOrUpdate operation. */ -export type VpnGatewaysBeginResetResponse = VpnGateway & { +export type VpnConnectionsCreateOrUpdateResponse = VpnConnection & { /** * The underlying HTTP response. */ @@ -26745,14 +28199,19 @@ export type VpnGatewaysBeginResetResponse = VpnGateway & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnGateway; + parsedBody: VpnConnection; }; }; /** - * Contains response data for the listByResourceGroupNext operation. + * Contains response data for the startPacketCapture operation. */ -export type VpnGatewaysListByResourceGroupNextResponse = ListVpnGatewaysResult & { +export type VpnConnectionsStartPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26765,14 +28224,19 @@ export type VpnGatewaysListByResourceGroupNextResponse = ListVpnGatewaysResult & /** * The response body as parsed JSON or XML */ - parsedBody: ListVpnGatewaysResult; + parsedBody: string; }; }; /** - * Contains response data for the listNext operation. + * Contains response data for the stopPacketCapture operation. */ -export type VpnGatewaysListNextResponse = ListVpnGatewaysResult & { +export type VpnConnectionsStopPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26785,14 +28249,14 @@ export type VpnGatewaysListNextResponse = ListVpnGatewaysResult & { /** * The response body as parsed JSON or XML */ - parsedBody: ListVpnGatewaysResult; + parsedBody: string; }; }; /** - * Contains response data for the get operation. + * Contains response data for the listByVpnGateway operation. */ -export type VpnConnectionsGetResponse = VpnConnection & { +export type VpnConnectionsListByVpnGatewayResponse = ListVpnConnectionsResult & { /** * The underlying HTTP response. */ @@ -26805,14 +28269,14 @@ export type VpnConnectionsGetResponse = VpnConnection & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnConnection; + parsedBody: ListVpnConnectionsResult; }; }; /** - * Contains response data for the createOrUpdate operation. + * Contains response data for the beginCreateOrUpdate operation. */ -export type VpnConnectionsCreateOrUpdateResponse = VpnConnection & { +export type VpnConnectionsBeginCreateOrUpdateResponse = VpnConnection & { /** * The underlying HTTP response. */ @@ -26830,9 +28294,14 @@ export type VpnConnectionsCreateOrUpdateResponse = VpnConnection & { }; /** - * Contains response data for the listByVpnGateway operation. + * Contains response data for the beginStartPacketCapture operation. */ -export type VpnConnectionsListByVpnGatewayResponse = ListVpnConnectionsResult & { +export type VpnConnectionsBeginStartPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26845,14 +28314,19 @@ export type VpnConnectionsListByVpnGatewayResponse = ListVpnConnectionsResult & /** * The response body as parsed JSON or XML */ - parsedBody: ListVpnConnectionsResult; + parsedBody: string; }; }; /** - * Contains response data for the beginCreateOrUpdate operation. + * Contains response data for the beginStopPacketCapture operation. */ -export type VpnConnectionsBeginCreateOrUpdateResponse = VpnConnection & { +export type VpnConnectionsBeginStopPacketCaptureResponse = { + /** + * The parsed response body. + */ + body: string; + /** * The underlying HTTP response. */ @@ -26865,7 +28339,7 @@ export type VpnConnectionsBeginCreateOrUpdateResponse = VpnConnection & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnConnection; + parsedBody: string; }; }; @@ -27049,6 +28523,26 @@ export type P2sVpnGatewaysListResponse = ListP2SVpnGatewaysResult & { }; }; +/** + * Contains response data for the reset operation. + */ +export type P2sVpnGatewaysResetResponse = P2SVpnGateway & { + /** + * 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: P2SVpnGateway; + }; +}; + /** * Contains response data for the generateVpnProfile operation. */ @@ -27129,6 +28623,46 @@ export type P2sVpnGatewaysBeginCreateOrUpdateResponse = P2SVpnGateway & { }; }; +/** + * Contains response data for the beginUpdateTags operation. + */ +export type P2sVpnGatewaysBeginUpdateTagsResponse = P2SVpnGateway & { + /** + * 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: P2SVpnGateway; + }; +}; + +/** + * Contains response data for the beginReset operation. + */ +export type P2sVpnGatewaysBeginResetResponse = P2SVpnGateway & { + /** + * 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: P2SVpnGateway; + }; +}; + /** * Contains response data for the beginGenerateVpnProfile operation. */ @@ -27968,3 +29502,63 @@ export type WebApplicationFirewallPoliciesListAllNextResponse = WebApplicationFi parsedBody: WebApplicationFirewallPolicyListResult; }; }; + +/** + * Contains response data for the list operation. + */ +export type ExpressRouteProviderPortsListResponse = ExpressRouteProviderPortListResult & { + /** + * 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: ExpressRouteProviderPortListResult; + }; +}; + +/** + * Contains response data for the get operation. + */ +export type ExpressRouteProviderPortsGetResponse = ExpressRouteProviderPort & { + /** + * 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: ExpressRouteProviderPort; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type ExpressRouteProviderPortsListNextResponse = ExpressRouteProviderPortListResult & { + /** + * 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: ExpressRouteProviderPortListResult; + }; +}; diff --git a/sdk/network/arm-network/src/models/ipAllocationsMappers.ts b/sdk/network/arm-network/src/models/ipAllocationsMappers.ts index e6c8caee0381..91eeae115d7a 100644 --- a/sdk/network/arm-network/src/models/ipAllocationsMappers.ts +++ b/sdk/network/arm-network/src/models/ipAllocationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/ipGroupsMappers.ts b/sdk/network/arm-network/src/models/ipGroupsMappers.ts index 7b67d4fa6000..7a0deb99d5cf 100644 --- a/sdk/network/arm-network/src/models/ipGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/ipGroupsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -96,6 +99,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +107,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -176,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -216,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts b/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts index 977d076bc546..7f8b99c93cfd 100644 --- a/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerBackendAddressPoolsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts b/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts index 629b8c671ba4..30803266d502 100644 --- a/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerFrontendIPConfigurationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts index 1238652bb07c..dd26ffab8eeb 100644 --- a/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerLoadBalancingRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts index d90a33c36068..d8e3019a873a 100644 --- a/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerNetworkInterfacesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts index d23c02296736..06a2f4584b91 100644 --- a/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerOutboundRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts b/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts index 9687908c2354..fdf25d37c1b1 100644 --- a/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancerProbesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/loadBalancersMappers.ts b/sdk/network/arm-network/src/models/loadBalancersMappers.ts index e2e0927f3d46..caa9881cc09c 100644 --- a/sdk/network/arm-network/src/models/loadBalancersMappers.ts +++ b/sdk/network/arm-network/src/models/loadBalancersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts b/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts index 713d8eb09cc7..206605912388 100644 --- a/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/localNetworkGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/mappers.ts b/sdk/network/arm-network/src/models/mappers.ts index 8c9786939ec4..c6b2edebf132 100644 --- a/sdk/network/arm-network/src/models/mappers.ts +++ b/sdk/network/arm-network/src/models/mappers.ts @@ -753,6 +753,14 @@ export const NetworkInterface: msRest.CompositeMapper = { } } }, + dscpConfiguration: { + readOnly: true, + serializedName: "properties.dscpConfiguration", + type: { + name: "Composite", + className: "SubResource" + } + }, resourceGuid: { readOnly: true, serializedName: "properties.resourceGuid", @@ -3042,6 +3050,22 @@ export const ApplicationGatewaySslPolicy: msRest.CompositeMapper = { } }; +export const ApplicationGatewayClientAuthConfiguration: msRest.CompositeMapper = { + serializedName: "ApplicationGatewayClientAuthConfiguration", + type: { + name: "Composite", + className: "ApplicationGatewayClientAuthConfiguration", + modelProperties: { + verifyClientCertIssuerDN: { + serializedName: "verifyClientCertIssuerDN", + type: { + name: "Boolean" + } + } + } + } +}; + export const ApplicationGatewayIPConfiguration: msRest.CompositeMapper = { serializedName: "ApplicationGatewayIPConfiguration", type: { @@ -3181,6 +3205,50 @@ export const ApplicationGatewayTrustedRootCertificate: msRest.CompositeMapper = } }; +export const ApplicationGatewayTrustedClientCertificate: msRest.CompositeMapper = { + serializedName: "ApplicationGatewayTrustedClientCertificate", + type: { + name: "Composite", + className: "ApplicationGatewayTrustedClientCertificate", + modelProperties: { + ...SubResource.type.modelProperties, + data: { + serializedName: "properties.data", + 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" + } + }, + type: { + readOnly: true, + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + export const ApplicationGatewaySslCertificate: msRest.CompositeMapper = { serializedName: "ApplicationGatewaySslCertificate", type: { @@ -3359,6 +3427,70 @@ export const ApplicationGatewayFrontendPort: msRest.CompositeMapper = { } }; +export const ApplicationGatewaySslProfile: msRest.CompositeMapper = { + serializedName: "ApplicationGatewaySslProfile", + type: { + name: "Composite", + className: "ApplicationGatewaySslProfile", + modelProperties: { + ...SubResource.type.modelProperties, + trustedClientCertificates: { + serializedName: "properties.trustedClientCertificates", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + sslPolicy: { + serializedName: "properties.sslPolicy", + type: { + name: "Composite", + className: "ApplicationGatewaySslPolicy" + } + }, + clientAuthConfiguration: { + serializedName: "properties.clientAuthConfiguration", + type: { + name: "Composite", + className: "ApplicationGatewayClientAuthConfiguration" + } + }, + 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 ApplicationGatewayCustomError: msRest.CompositeMapper = { serializedName: "ApplicationGatewayCustomError", type: { @@ -3421,6 +3553,13 @@ export const ApplicationGatewayHttpListener: msRest.CompositeMapper = { className: "SubResource" } }, + sslProfile: { + serializedName: "properties.sslProfile", + type: { + name: "Composite", + className: "SubResource" + } + }, requireServerNameIndication: { serializedName: "properties.requireServerNameIndication", type: { @@ -4711,6 +4850,18 @@ export const ApplicationGateway: msRest.CompositeMapper = { } } }, + trustedClientCertificates: { + serializedName: "properties.trustedClientCertificates", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ApplicationGatewayTrustedClientCertificate" + } + } + } + }, sslCertificates: { serializedName: "properties.sslCertificates", type: { @@ -4795,6 +4946,18 @@ export const ApplicationGateway: msRest.CompositeMapper = { } } }, + sslProfiles: { + serializedName: "properties.sslProfiles", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ApplicationGatewaySslProfile" + } + } + } + }, urlPathMaps: { serializedName: "properties.urlPathMaps", type: { @@ -6540,6 +6703,82 @@ export const DnsNameAvailabilityResult: msRest.CompositeMapper = { } }; +export const CustomIpPrefix: msRest.CompositeMapper = { + serializedName: "CustomIpPrefix", + type: { + name: "Composite", + className: "CustomIpPrefix", + modelProperties: { + ...Resource.type.modelProperties, + cidr: { + serializedName: "properties.cidr", + type: { + name: "String" + } + }, + masterCustomIpPrefix: { + serializedName: "properties.masterCustomIpPrefix", + type: { + name: "Composite", + className: "SubResource" + } + }, + commissionedState: { + readOnly: true, + serializedName: "properties.commissionedState", + type: { + name: "String" + } + }, + publicIpPrefixes: { + readOnly: true, + serializedName: "properties.publicIpPrefixes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + resourceGuid: { + readOnly: true, + serializedName: "properties.resourceGuid", + type: { + name: "String" + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + }, + zones: { + serializedName: "zones", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + export const ProtocolCustomSettingsFormat: msRest.CompositeMapper = { serializedName: "ProtocolCustomSettingsFormat", type: { @@ -6713,23 +6952,20 @@ export const DdosProtectionPlan: msRest.CompositeMapper = { } }; -export const EndpointServiceResult: msRest.CompositeMapper = { - serializedName: "EndpointServiceResult", +export const QosIpRange: msRest.CompositeMapper = { + serializedName: "QosIpRange", type: { name: "Composite", - className: "EndpointServiceResult", + className: "QosIpRange", modelProperties: { - ...SubResource.type.modelProperties, - name: { - readOnly: true, - serializedName: "name", + startIP: { + serializedName: "startIP", type: { name: "String" } }, - type: { - readOnly: true, - serializedName: "type", + endIP: { + serializedName: "endIP", type: { name: "String" } @@ -6738,61 +6974,225 @@ export const EndpointServiceResult: msRest.CompositeMapper = { } }; -export const ExpressRouteCircuitAuthorization: msRest.CompositeMapper = { - serializedName: "ExpressRouteCircuitAuthorization", +export const QosPortRange: msRest.CompositeMapper = { + serializedName: "QosPortRange", type: { name: "Composite", - className: "ExpressRouteCircuitAuthorization", + className: "QosPortRange", modelProperties: { - ...SubResource.type.modelProperties, - authorizationKey: { - serializedName: "properties.authorizationKey", - type: { - name: "String" - } - }, - authorizationUseStatus: { - serializedName: "properties.authorizationUseStatus", - type: { - name: "String" - } - }, - provisioningState: { - readOnly: true, - serializedName: "properties.provisioningState", - type: { - name: "String" - } - }, - name: { - serializedName: "name", - type: { - name: "String" - } - }, - etag: { - readOnly: true, - serializedName: "etag", + start: { + serializedName: "start", type: { - name: "String" + name: "Number" } }, - type: { - readOnly: true, - serializedName: "type", + end: { + serializedName: "end", type: { - name: "String" + name: "Number" } } } } }; -export const ExpressRouteCircuitPeeringConfig: msRest.CompositeMapper = { - serializedName: "ExpressRouteCircuitPeeringConfig", +export const DscpConfiguration: msRest.CompositeMapper = { + serializedName: "DscpConfiguration", type: { name: "Composite", - className: "ExpressRouteCircuitPeeringConfig", + className: "DscpConfiguration", + modelProperties: { + ...Resource.type.modelProperties, + markings: { + serializedName: "properties.markings", + type: { + name: "Sequence", + element: { + type: { + name: "Number" + } + } + } + }, + sourceIpRanges: { + serializedName: "properties.sourceIpRanges", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "QosIpRange" + } + } + } + }, + destinationIpRanges: { + serializedName: "properties.destinationIpRanges", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "QosIpRange" + } + } + } + }, + sourcePortRanges: { + serializedName: "properties.sourcePortRanges", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "QosPortRange" + } + } + } + }, + destinationPortRanges: { + serializedName: "properties.destinationPortRanges", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "QosPortRange" + } + } + } + }, + protocol: { + serializedName: "properties.protocol", + type: { + name: "String" + } + }, + qosCollectionId: { + readOnly: true, + serializedName: "properties.qosCollectionId", + type: { + name: "String" + } + }, + associatedNetworkInterfaces: { + readOnly: true, + serializedName: "properties.associatedNetworkInterfaces", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "NetworkInterface" + } + } + } + }, + resourceGuid: { + readOnly: true, + serializedName: "properties.resourceGuid", + type: { + name: "String" + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const EndpointServiceResult: msRest.CompositeMapper = { + serializedName: "EndpointServiceResult", + type: { + name: "Composite", + className: "EndpointServiceResult", + modelProperties: { + ...SubResource.type.modelProperties, + name: { + readOnly: true, + serializedName: "name", + type: { + name: "String" + } + }, + type: { + readOnly: true, + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + +export const ExpressRouteCircuitAuthorization: msRest.CompositeMapper = { + serializedName: "ExpressRouteCircuitAuthorization", + type: { + name: "Composite", + className: "ExpressRouteCircuitAuthorization", + modelProperties: { + ...SubResource.type.modelProperties, + authorizationKey: { + serializedName: "properties.authorizationKey", + type: { + name: "String" + } + }, + authorizationUseStatus: { + serializedName: "properties.authorizationUseStatus", + 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" + } + }, + type: { + readOnly: true, + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + +export const ExpressRouteCircuitPeeringConfig: msRest.CompositeMapper = { + serializedName: "ExpressRouteCircuitPeeringConfig", + type: { + name: "Composite", + className: "ExpressRouteCircuitPeeringConfig", modelProperties: { advertisedPublicPrefixes: { serializedName: "advertisedPublicPrefixes", @@ -7943,14 +8343,12 @@ export const ExpressRouteCrossConnection: msRest.CompositeMapper = { modelProperties: { ...Resource.type.modelProperties, primaryAzurePort: { - readOnly: true, serializedName: "properties.primaryAzurePort", type: { name: "String" } }, secondaryAzurePort: { - readOnly: true, serializedName: "properties.secondaryAzurePort", type: { name: "String" @@ -7964,12 +8362,14 @@ export const ExpressRouteCrossConnection: msRest.CompositeMapper = { } }, peeringLocation: { + readOnly: true, serializedName: "properties.peeringLocation", type: { name: "String" } }, bandwidthInMbps: { + readOnly: true, serializedName: "properties.bandwidthInMbps", type: { name: "Number" @@ -8259,82 +8659,283 @@ export const ExpressRoutePort: msRest.CompositeMapper = { element: { type: { name: "Composite", - className: "ExpressRouteLink" + className: "ExpressRouteLink" + } + } + } + }, + circuits: { + readOnly: true, + serializedName: "properties.circuits", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + resourceGuid: { + readOnly: true, + serializedName: "properties.resourceGuid", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "ManagedServiceIdentity" + } + } + } + } +}; + +export const GenerateExpressRoutePortsLOARequest: msRest.CompositeMapper = { + serializedName: "GenerateExpressRoutePortsLOARequest", + type: { + name: "Composite", + className: "GenerateExpressRoutePortsLOARequest", + modelProperties: { + customerName: { + required: true, + serializedName: "customerName", + type: { + name: "String" + } + } + } + } +}; + +export const GenerateExpressRoutePortsLOAResult: msRest.CompositeMapper = { + serializedName: "GenerateExpressRoutePortsLOAResult", + type: { + name: "Composite", + className: "GenerateExpressRoutePortsLOAResult", + modelProperties: { + encodedContent: { + serializedName: "encodedContent", + type: { + name: "String" + } + } + } + } +}; + +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 FirewallPolicyIntrusionSystemRuleSpecifications: msRest.CompositeMapper = { + serializedName: "FirewallPolicyIntrusionSystemRuleSpecifications", + type: { + name: "Composite", + className: "FirewallPolicyIntrusionSystemRuleSpecifications", + modelProperties: { + ruleId: { + serializedName: "ruleId", + type: { + name: "String" + } + }, + state: { + serializedName: "state", + type: { + name: "String" + } + } + } + } +}; + +export const FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications: msRest.CompositeMapper = { + serializedName: "FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications", + type: { + name: "Composite", + className: "FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications", + modelProperties: { + name: { + serializedName: "name", + type: { + name: "String" + } + }, + description: { + serializedName: "description", + type: { + name: "String" + } + }, + protocol: { + serializedName: "protocol", + type: { + name: "String" + } + }, + sourceAddresses: { + serializedName: "sourceAddresses", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + destinationAddresses: { + serializedName: "destinationAddresses", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + destinationPorts: { + serializedName: "destinationPorts", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + sourceIpGroups: { + serializedName: "sourceIpGroups", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + }, + destinationIpGroups: { + serializedName: "destinationIpGroups", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const FirewallPolicyIntrusionSystemConfiguration: msRest.CompositeMapper = { + serializedName: "FirewallPolicyIntrusionSystemConfiguration", + type: { + name: "Composite", + className: "FirewallPolicyIntrusionSystemConfiguration", + modelProperties: { + rules: { + serializedName: "rules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "FirewallPolicyIntrusionSystemRuleSpecifications" } } } }, - circuits: { - readOnly: true, - serializedName: "properties.circuits", + ignoredTraffic: { + serializedName: "ignoredTraffic", type: { name: "Sequence", element: { type: { name: "Composite", - className: "SubResource" + className: "FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications" } } } }, - provisioningState: { - readOnly: true, - serializedName: "properties.provisioningState", - type: { - name: "String" - } - }, - resourceGuid: { - readOnly: true, - serializedName: "properties.resourceGuid", - type: { - name: "String" - } - }, - etag: { - readOnly: true, - serializedName: "etag", - type: { - name: "String" - } - }, - identity: { - serializedName: "identity", + allowChildPolicyToIgnoreTraffic: { + serializedName: "allowChildPolicyToIgnoreTraffic", type: { - name: "Composite", - className: "ManagedServiceIdentity" + name: "Boolean" } } } } }; -export const FirewallPolicyThreatIntelWhitelist: msRest.CompositeMapper = { - serializedName: "FirewallPolicyThreatIntelWhitelist", +export const FirewallPolicyIntrusionSystem: msRest.CompositeMapper = { + serializedName: "FirewallPolicyIntrusionSystem", type: { name: "Composite", - className: "FirewallPolicyThreatIntelWhitelist", + className: "FirewallPolicyIntrusionSystem", modelProperties: { - ipAddresses: { - serializedName: "ipAddresses", + mode: { + serializedName: "mode", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "String" } }, - fqdns: { - serializedName: "fqdns", + configuration: { + serializedName: "configuration", type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } + name: "Composite", + className: "FirewallPolicyIntrusionSystemConfiguration" } } } @@ -8532,10 +9133,11 @@ export const FirewallPolicy: msRest.CompositeMapper = { className: "FirewallPolicyThreatIntelWhitelist" } }, - intrusionSystemMode: { - serializedName: "properties.intrusionSystemMode", + intrusionSystem: { + serializedName: "properties.intrusionSystem", type: { - name: "String" + name: "Composite", + className: "FirewallPolicyIntrusionSystem" } }, transportSecurity: { @@ -9723,6 +10325,76 @@ export const LoadBalancer: msRest.CompositeMapper = { } }; +export const MasterCustomIpPrefix: msRest.CompositeMapper = { + serializedName: "MasterCustomIpPrefix", + type: { + name: "Composite", + className: "MasterCustomIpPrefix", + modelProperties: { + ...Resource.type.modelProperties, + cidr: { + serializedName: "properties.cidr", + type: { + name: "String" + } + }, + originalValidationMessage: { + serializedName: "properties.originalValidationMessage", + type: { + name: "String" + } + }, + signedValidationMessage: { + serializedName: "properties.signedValidationMessage", + type: { + name: "String" + } + }, + customIpPrefixes: { + readOnly: true, + serializedName: "properties.customIpPrefixes", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "SubResource" + } + } + } + }, + validationState: { + readOnly: true, + serializedName: "properties.validationState", + type: { + name: "String" + } + }, + resourceGuid: { + readOnly: true, + serializedName: "properties.resourceGuid", + type: { + name: "String" + } + }, + provisioningState: { + readOnly: true, + serializedName: "properties.provisioningState", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + } + } + } +}; + export const NatGatewaySku: msRest.CompositeMapper = { serializedName: "NatGatewaySku", type: { @@ -9855,6 +10527,37 @@ export const AzureAsyncOperationResult: msRest.CompositeMapper = { } }; +export const ProxyResource: msRest.CompositeMapper = { + serializedName: "ProxyResource", + type: { + name: "Composite", + className: "ProxyResource", + modelProperties: { + id: { + readOnly: true, + serializedName: "id", + type: { + name: "String" + } + }, + name: { + readOnly: true, + serializedName: "name", + type: { + name: "String" + } + }, + type: { + readOnly: true, + serializedName: "type", + type: { + name: "String" + } + } + } + } +}; + export const EffectiveNetworkSecurityGroupAssociation: msRest.CompositeMapper = { serializedName: "EffectiveNetworkSecurityGroupAssociation", type: { @@ -10487,6 +11190,13 @@ export const NetworkVirtualAppliance: msRest.CompositeMapper = { className: "VirtualApplianceSkuProperties" } }, + addressPrefix: { + readOnly: true, + serializedName: "properties.addressPrefix", + type: { + name: "String" + } + }, bootStrapConfigurationBlobs: { serializedName: "properties.bootStrapConfigurationBlobs", type: { @@ -12094,10 +12804,15 @@ export const HopLink: msRest.CompositeMapper = { readOnly: true, serializedName: "context", type: { - name: "Dictionary", - value: { + name: "Sequence", + element: { type: { - name: "String" + name: "Dictionary", + value: { + type: { + name: "String" + } + } } } } @@ -13105,6 +13820,12 @@ export const ConnectionMonitorTcpConfiguration: msRest.CompositeMapper = { type: { name: "Boolean" } + }, + destinationPortBehavior: { + serializedName: "destinationPortBehavior", + type: { + name: "String" + } } } } @@ -14670,6 +15391,13 @@ export const PublicIPPrefix: msRest.CompositeMapper = { className: "SubResource" } }, + customIPPrefix: { + serializedName: "properties.customIPPrefix", + type: { + name: "Composite", + className: "SubResource" + } + }, resourceGuid: { readOnly: true, serializedName: "properties.resourceGuid", @@ -15331,6 +16059,30 @@ export const AddressSpace: msRest.CompositeMapper = { } }; +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 VirtualNetworkPeering: msRest.CompositeMapper = { serializedName: "VirtualNetworkPeering", type: { @@ -15376,6 +16128,13 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = { className: "AddressSpace" } }, + remoteBgpCommunities: { + serializedName: "properties.remoteBgpCommunities", + type: { + name: "Composite", + className: "VirtualNetworkBgpCommunities" + } + }, peeringState: { serializedName: "properties.peeringState", type: { @@ -15485,30 +16244,6 @@ export const DhcpOptions: msRest.CompositeMapper = { } }; -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: { @@ -18276,6 +19011,12 @@ export const VirtualHub: msRest.CompositeMapper = { } } }, + enableVirtualRouterRoutePropogation: { + serializedName: "properties.enableVirtualRouterRoutePropogation", + type: { + name: "Boolean" + } + }, etag: { readOnly: true, serializedName: "etag", @@ -18659,19 +19400,47 @@ export const VpnConnection: msRest.CompositeMapper = { routingConfiguration: { serializedName: "properties.routingConfiguration", type: { - name: "Composite", - className: "RoutingConfiguration" + name: "Composite", + className: "RoutingConfiguration" + } + }, + name: { + serializedName: "name", + type: { + name: "String" + } + }, + etag: { + readOnly: true, + serializedName: "etag", + type: { + name: "String" + } + } + } + } +}; + +export const VpnGatewayIpConfiguration: msRest.CompositeMapper = { + serializedName: "VpnGatewayIpConfiguration", + type: { + name: "Composite", + className: "VpnGatewayIpConfiguration", + modelProperties: { + id: { + serializedName: "id", + type: { + name: "String" } }, - name: { - serializedName: "name", + publicIpAddress: { + serializedName: "publicIpAddress", type: { name: "String" } }, - etag: { - readOnly: true, - serializedName: "etag", + privateIpAddress: { + serializedName: "privateIpAddress", type: { name: "String" } @@ -18726,6 +19495,19 @@ export const VpnGateway: msRest.CompositeMapper = { name: "Number" } }, + ipConfigurations: { + readOnly: true, + serializedName: "properties.ipConfigurations", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "VpnGatewayIpConfiguration" + } + } + } + }, etag: { readOnly: true, serializedName: "etag", @@ -18737,6 +19519,92 @@ export const VpnGateway: msRest.CompositeMapper = { } }; +export const VpnConnectionPacketCaptureStartParameters: msRest.CompositeMapper = { + serializedName: "VpnConnectionPacketCaptureStartParameters", + type: { + name: "Composite", + className: "VpnConnectionPacketCaptureStartParameters", + modelProperties: { + filterData: { + serializedName: "filterData", + type: { + name: "String" + } + }, + linkConnectionNames: { + serializedName: "linkConnectionNames", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const VpnConnectionPacketCaptureStopParameters: msRest.CompositeMapper = { + serializedName: "VpnConnectionPacketCaptureStopParameters", + type: { + name: "Composite", + className: "VpnConnectionPacketCaptureStopParameters", + modelProperties: { + sasUrl: { + serializedName: "sasUrl", + type: { + name: "String" + } + }, + linkConnectionNames: { + serializedName: "linkConnectionNames", + type: { + name: "Sequence", + element: { + type: { + name: "String" + } + } + } + } + } + } +}; + +export const VpnGatewayPacketCaptureStartParameters: msRest.CompositeMapper = { + serializedName: "VpnGatewayPacketCaptureStartParameters", + type: { + name: "Composite", + className: "VpnGatewayPacketCaptureStartParameters", + modelProperties: { + filterData: { + serializedName: "filterData", + type: { + name: "String" + } + } + } + } +}; + +export const VpnGatewayPacketCaptureStopParameters: msRest.CompositeMapper = { + serializedName: "VpnGatewayPacketCaptureStopParameters", + type: { + name: "Composite", + className: "VpnGatewayPacketCaptureStopParameters", + modelProperties: { + sasUrl: { + serializedName: "sasUrl", + type: { + name: "String" + } + } + } + } +}; + export const HubVirtualNetworkConnection: msRest.CompositeMapper = { serializedName: "HubVirtualNetworkConnection", type: { @@ -18887,7 +19755,8 @@ export const HubRouteTable: msRest.CompositeMapper = { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "SubResource" } } } @@ -18899,7 +19768,8 @@ export const HubRouteTable: msRest.CompositeMapper = { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "SubResource" } } } @@ -19139,6 +20009,12 @@ export const P2SConnectionConfiguration: msRest.CompositeMapper = { className: "RoutingConfiguration" } }, + enableInternetSecurity: { + serializedName: "properties.enableInternetSecurity", + type: { + name: "Boolean" + } + }, provisioningState: { readOnly: true, serializedName: "properties.provisioningState", @@ -19838,11 +20714,11 @@ export const VirtualHubEffectiveRoute: msRest.CompositeMapper = { } }; -export const VirtualHubEffectiveRouteList: msRest.CompositeMapper = { - serializedName: "VirtualHubEffectiveRouteList", +export const VirtualHubEffectiveRouteEffectiveRouteList: msRest.CompositeMapper = { + serializedName: "VirtualHubEffectiveRouteEffectiveRouteList", type: { name: "Composite", - className: "VirtualHubEffectiveRouteList", + className: "VirtualHubEffectiveRouteEffectiveRouteList", modelProperties: { value: { serializedName: "value", @@ -20324,6 +21200,68 @@ export const WebApplicationFirewallPolicy: msRest.CompositeMapper = { } }; +export const ExpressRouteProviderPort: msRest.CompositeMapper = { + serializedName: "ExpressRouteProviderPort", + type: { + name: "Composite", + className: "ExpressRouteProviderPort", + modelProperties: { + ...ProxyResource.type.modelProperties, + portPairDescriptor: { + readOnly: true, + serializedName: "properties.portPairDescriptor", + type: { + name: "String" + } + }, + primaryAzurePort: { + readOnly: true, + serializedName: "properties.primaryAzurePort", + type: { + name: "String" + } + }, + secondaryAzurePort: { + readOnly: true, + serializedName: "properties.secondaryAzurePort", + type: { + name: "String" + } + }, + peeringLocation: { + serializedName: "properties.peeringLocation", + type: { + name: "String" + } + }, + overprovisionFactor: { + serializedName: "properties.overprovisionFactor", + type: { + name: "Number" + } + }, + portBandwidthInMbps: { + serializedName: "properties.portBandwidthInMbps", + type: { + name: "Number" + } + }, + usedBandwidthInMbps: { + serializedName: "properties.usedBandwidthInMbps", + type: { + name: "Number" + } + }, + remainingBandwidthInMbps: { + serializedName: "properties.remainingBandwidthInMbps", + type: { + name: "Number" + } + } + } + } +}; + export const ApplicationGatewayListResult: msRest.CompositeMapper = { serializedName: "ApplicationGatewayListResult", type: { @@ -20691,6 +21629,34 @@ export const BastionSessionDeleteResult: msRest.CompositeMapper = { } }; +export const CustomIpPrefixListResult: msRest.CompositeMapper = { + serializedName: "CustomIpPrefixListResult", + type: { + name: "Composite", + className: "CustomIpPrefixListResult", + modelProperties: { + value: { + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "CustomIpPrefix" + } + } + } + }, + nextLink: { + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const DdosProtectionPlanListResult: msRest.CompositeMapper = { serializedName: "DdosProtectionPlanListResult", type: { @@ -20720,6 +21686,35 @@ export const DdosProtectionPlanListResult: msRest.CompositeMapper = { } }; +export const DscpConfigurationListResult: msRest.CompositeMapper = { + serializedName: "DscpConfigurationListResult", + type: { + name: "Composite", + className: "DscpConfigurationListResult", + modelProperties: { + value: { + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "DscpConfiguration" + } + } + } + }, + nextLink: { + readOnly: true, + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const EndpointServicesListResult: msRest.CompositeMapper = { serializedName: "EndpointServicesListResult", type: { @@ -21402,6 +22397,34 @@ export const LoadBalancerProbeListResult: msRest.CompositeMapper = { } }; +export const MasterCustomIpPrefixListResult: msRest.CompositeMapper = { + serializedName: "MasterCustomIpPrefixListResult", + type: { + name: "Composite", + className: "MasterCustomIpPrefixListResult", + modelProperties: { + value: { + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "MasterCustomIpPrefix" + } + } + } + }, + nextLink: { + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const NatGatewayListResult: msRest.CompositeMapper = { serializedName: "NatGatewayListResult", type: { @@ -23026,6 +24049,35 @@ export const WebApplicationFirewallPolicyListResult: msRest.CompositeMapper = { } }; +export const ExpressRouteProviderPortListResult: msRest.CompositeMapper = { + serializedName: "ExpressRouteProviderPortListResult", + type: { + name: "Composite", + className: "ExpressRouteProviderPortListResult", + modelProperties: { + value: { + serializedName: "", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ExpressRouteProviderPort" + } + } + } + }, + nextLink: { + readOnly: true, + serializedName: "nextLink", + type: { + name: "String" + } + } + } + } +}; + export const discriminators = { 'FirewallPolicyRuleCollection' : FirewallPolicyRuleCollection, 'FirewallPolicyRule' : FirewallPolicyRule, diff --git a/sdk/network/arm-network/src/models/masterCustomIPPrefixesMappers.ts b/sdk/network/arm-network/src/models/masterCustomIPPrefixesMappers.ts new file mode 100644 index 000000000000..7837a9218683 --- /dev/null +++ b/sdk/network/arm-network/src/models/masterCustomIPPrefixesMappers.ts @@ -0,0 +1,306 @@ +/* + * 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, + ApplicationGatewayClientAuthConfiguration, + ApplicationGatewayConnectionDraining, + ApplicationGatewayCustomError, + ApplicationGatewayFirewallDisabledRuleGroup, + ApplicationGatewayFirewallExclusion, + ApplicationGatewayFirewallRule, + ApplicationGatewayFirewallRuleGroup, + ApplicationGatewayFirewallRuleSet, + ApplicationGatewayFrontendIPConfiguration, + ApplicationGatewayFrontendPort, + ApplicationGatewayHeaderConfiguration, + ApplicationGatewayHttpListener, + ApplicationGatewayIPConfiguration, + ApplicationGatewayPathRule, + ApplicationGatewayPrivateEndpointConnection, + ApplicationGatewayPrivateLinkConfiguration, + ApplicationGatewayPrivateLinkIpConfiguration, + ApplicationGatewayPrivateLinkResource, + ApplicationGatewayProbe, + ApplicationGatewayProbeHealthResponseMatch, + ApplicationGatewayRedirectConfiguration, + ApplicationGatewayRequestRoutingRule, + ApplicationGatewayRewriteRule, + ApplicationGatewayRewriteRuleActionSet, + ApplicationGatewayRewriteRuleCondition, + ApplicationGatewayRewriteRuleSet, + ApplicationGatewaySku, + ApplicationGatewaySslCertificate, + ApplicationGatewaySslPolicy, + ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, + ApplicationGatewayTrustedRootCertificate, + ApplicationGatewayUrlConfiguration, + ApplicationGatewayUrlPathMap, + ApplicationGatewayWebApplicationFirewallConfiguration, + ApplicationRule, + ApplicationSecurityGroup, + AzureFirewall, + AzureFirewallApplicationRule, + AzureFirewallApplicationRuleCollection, + AzureFirewallApplicationRuleProtocol, + AzureFirewallFqdnTag, + AzureFirewallIPConfiguration, + AzureFirewallIpGroups, + AzureFirewallNatRCAction, + AzureFirewallNatRule, + AzureFirewallNatRuleCollection, + AzureFirewallNetworkRule, + AzureFirewallNetworkRuleCollection, + AzureFirewallPublicIPAddress, + AzureFirewallRCAction, + AzureFirewallSku, + BackendAddressPool, + BaseResource, + BastionHost, + BastionHostIPConfiguration, + BGPCommunity, + BgpConnection, + BgpServiceCommunity, + BgpSettings, + BreakOutCategoryPolicies, + CloudError, + ConnectionMonitorDestination, + ConnectionMonitorEndpoint, + ConnectionMonitorEndpointFilter, + ConnectionMonitorEndpointFilterItem, + ConnectionMonitorHttpConfiguration, + ConnectionMonitorIcmpConfiguration, + ConnectionMonitorOutput, + ConnectionMonitorResult, + ConnectionMonitorSource, + ConnectionMonitorSuccessThreshold, + ConnectionMonitorTcpConfiguration, + ConnectionMonitorTestConfiguration, + ConnectionMonitorTestGroup, + ConnectionMonitorWorkspaceSettings, + ConnectionSharedKey, + Container, + ContainerNetworkInterface, + ContainerNetworkInterfaceConfiguration, + ContainerNetworkInterfaceIpConfiguration, + CustomDnsConfigPropertiesFormat, + CustomIpPrefix, + DdosCustomPolicy, + DdosProtectionPlan, + DdosSettings, + Delegation, + DeviceProperties, + DhcpOptions, + DnsSettings, + DscpConfiguration, + EndpointServiceResult, + ExpressRouteCircuit, + ExpressRouteCircuitAuthorization, + ExpressRouteCircuitConnection, + ExpressRouteCircuitPeering, + ExpressRouteCircuitPeeringConfig, + ExpressRouteCircuitPeeringId, + ExpressRouteCircuitReference, + ExpressRouteCircuitServiceProviderProperties, + ExpressRouteCircuitSku, + ExpressRouteCircuitStats, + ExpressRouteConnection, + ExpressRouteConnectionId, + ExpressRouteCrossConnection, + ExpressRouteCrossConnectionPeering, + ExpressRouteGateway, + ExpressRouteGatewayPropertiesAutoScaleConfiguration, + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, + ExpressRouteLink, + ExpressRouteLinkMacSecConfig, + ExpressRoutePort, + ExpressRoutePortsLocation, + ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, + ExpressRouteServiceProvider, + ExpressRouteServiceProviderBandwidthsOffered, + FirewallPolicy, + FirewallPolicyCertificateAuthority, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + FirewallPolicyTransportSecurity, + FirewallPolicyTrustedRootCertificate, + FlowLog, + FlowLogFormatParameters, + FrontendIPConfiguration, + HTTPHeader, + HubIPAddresses, + HubIpConfiguration, + HubPublicIPAddresses, + HubRoute, + HubRouteTable, + HubVirtualNetworkConnection, + InboundNatPool, + InboundNatRule, + IpAllocation, + IPConfiguration, + IPConfigurationBgpPeeringAddress, + IPConfigurationProfile, + IpGroup, + IpsecPolicy, + IpTag, + Ipv6CircuitConnectionConfig, + Ipv6ExpressRouteCircuitPeeringConfig, + LoadBalancer, + LoadBalancerBackendAddress, + LoadBalancerSku, + LoadBalancingRule, + LocalNetworkGateway, + ManagedRuleGroupOverride, + ManagedRuleOverride, + ManagedRulesDefinition, + ManagedRuleSet, + ManagedServiceIdentity, + ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, + MasterCustomIpPrefixListResult, + MatchCondition, + MatchVariable, + NatGateway, + NatGatewaySku, + NatRule, + NetworkIntentPolicy, + NetworkInterface, + NetworkInterfaceDnsSettings, + NetworkInterfaceIPConfiguration, + NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, + NetworkInterfaceTapConfiguration, + NetworkProfile, + NetworkRule, + NetworkSecurityGroup, + NetworkVirtualAppliance, + NetworkVirtualApplianceSku, + NetworkVirtualApplianceSkuInstances, + NetworkWatcher, + Office365PolicyProperties, + OutboundRule, + OwaspCrsExclusionEntry, + P2SConnectionConfiguration, + P2SVpnGateway, + PatchRouteFilter, + PatchRouteFilterRule, + PeerExpressRouteCircuitConnection, + PolicySettings, + PrivateDnsZoneConfig, + PrivateDnsZoneGroup, + PrivateEndpoint, + PrivateEndpointConnection, + PrivateLinkService, + PrivateLinkServiceConnection, + PrivateLinkServiceConnectionState, + PrivateLinkServiceIpConfiguration, + PrivateLinkServicePropertiesAutoApproval, + PrivateLinkServicePropertiesVisibility, + Probe, + PropagatedRouteTable, + ProtocolCustomSettingsFormat, + ProxyResource, + PublicIPAddress, + PublicIPAddressDnsSettings, + PublicIPAddressSku, + PublicIPPrefix, + PublicIPPrefixSku, + QosIpRange, + QosPortRange, + RadiusServer, + RecordSet, + ReferencedPublicIpAddress, + Resource, + ResourceNavigationLink, + ResourceSet, + RetentionPolicyParameters, + Route, + RouteFilter, + RouteFilterRule, + RouteTable, + RoutingConfiguration, + SecurityPartnerProvider, + SecurityRule, + ServiceAssociationLink, + ServiceEndpointPolicy, + ServiceEndpointPolicyDefinition, + ServiceEndpointPropertiesFormat, + StaticRoute, + Subnet, + SubResource, + TagsObject, + TrafficAnalyticsConfigurationProperties, + TrafficAnalyticsProperties, + TrafficSelectorPolicy, + TunnelConnectionHealth, + VirtualApplianceNicProperties, + VirtualApplianceSite, + 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, + VpnGatewayIpConfiguration, + VpnLinkBgpSettings, + VpnLinkProviderProperties, + VpnServerConfigRadiusClientRootCertificate, + VpnServerConfigRadiusServerRootCertificate, + VpnServerConfiguration, + VpnServerConfigVpnClientRevokedCertificate, + VpnServerConfigVpnClientRootCertificate, + VpnSite, + VpnSiteLink, + VpnSiteLinkConnection, + WebApplicationFirewallCustomRule, + WebApplicationFirewallPolicy +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/natGatewaysMappers.ts b/sdk/network/arm-network/src/models/natGatewaysMappers.ts index eb11e61398cc..edeb95921d67 100644 --- a/sdk/network/arm-network/src/models/natGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/natGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts index 79016a1ea7a8..f9889d77fd4a 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceIPConfigurationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts index 00204925ffc5..734241372677 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceLoadBalancersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts b/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts index 32df993003e6..610d565a7029 100644 --- a/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfaceTapConfigurationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkInterfacesMappers.ts b/sdk/network/arm-network/src/models/networkInterfacesMappers.ts index 65ee9bb1c20a..6b1554e18754 100644 --- a/sdk/network/arm-network/src/models/networkInterfacesMappers.ts +++ b/sdk/network/arm-network/src/models/networkInterfacesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveNetworkSecurityGroup, EffectiveNetworkSecurityGroupAssociation, EffectiveNetworkSecurityGroupListResult, @@ -133,12 +138,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -180,6 +190,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -222,11 +233,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -283,6 +297,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -295,4 +310,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkProfilesMappers.ts b/sdk/network/arm-network/src/models/networkProfilesMappers.ts index 7e18c43c292f..e58f95badb5c 100644 --- a/sdk/network/arm-network/src/models/networkProfilesMappers.ts +++ b/sdk/network/arm-network/src/models/networkProfilesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts b/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts index f86d9b9bdb88..618400173ba7 100644 --- a/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/networkSecurityGroupsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts b/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts index 1a4689d863db..e7e8eca0160c 100644 --- a/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts +++ b/sdk/network/arm-network/src/models/networkVirtualAppliancesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/networkWatchersMappers.ts b/sdk/network/arm-network/src/models/networkWatchersMappers.ts index 362b66a7c297..c8764bafd1a2 100644 --- a/sdk/network/arm-network/src/models/networkWatchersMappers.ts +++ b/sdk/network/arm-network/src/models/networkWatchersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -112,6 +115,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -119,6 +123,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveNetworkSecurityRule, EndpointServiceResult, ErrorDetails, @@ -146,12 +151,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -197,6 +207,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchedRule, MatchVariable, @@ -249,11 +260,14 @@ export { PropagatedRouteTable, ProtocolConfiguration, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, QueryTroubleshootingParameters, RadiusServer, RecordSet, @@ -326,6 +340,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -338,4 +353,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/operationsMappers.ts b/sdk/network/arm-network/src/models/operationsMappers.ts index 2cf45d5318e6..ade8e005e35a 100644 --- a/sdk/network/arm-network/src/models/operationsMappers.ts +++ b/sdk/network/arm-network/src/models/operationsMappers.ts @@ -17,4 +17,4 @@ export { OperationDisplay, OperationListResult, OperationPropertiesFormatServiceSpecification -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts b/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts index c5b1ed1b39b6..52577952cc3d 100644 --- a/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/p2sVpnGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -219,11 +230,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -280,6 +294,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnProfileResponse, @@ -293,4 +308,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/packetCapturesMappers.ts b/sdk/network/arm-network/src/models/packetCapturesMappers.ts index 83538740cd14..3eb89cf39079 100644 --- a/sdk/network/arm-network/src/models/packetCapturesMappers.ts +++ b/sdk/network/arm-network/src/models/packetCapturesMappers.ts @@ -16,4 +16,4 @@ export { PacketCaptureQueryStatusResult, PacketCaptureResult, PacketCaptureStorageLocation -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/parameters.ts b/sdk/network/arm-network/src/models/parameters.ts index eb5118e411ef..7ae3326ba524 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-05-01', + defaultValue: '2020-06-01', type: { name: "String" } @@ -158,6 +158,16 @@ export const crossConnectionName: msRest.OperationURLParameter = { } } }; +export const customIpPrefixName: msRest.OperationURLParameter = { + parameterPath: "customIpPrefixName", + mapper: { + required: true, + serializedName: "customIpPrefixName", + type: { + name: "String" + } + } +}; export const ddosCustomPolicyName: msRest.OperationURLParameter = { parameterPath: "ddosCustomPolicyName", mapper: { @@ -208,6 +218,16 @@ export const domainNameLabel: msRest.OperationQueryParameter = { } } }; +export const dscpConfigurationName: msRest.OperationURLParameter = { + parameterPath: "dscpConfigurationName", + mapper: { + required: true, + serializedName: "dscpConfigurationName", + type: { + name: "String" + } + } +}; export const expand: msRest.OperationQueryParameter = { parameterPath: [ "options", @@ -240,6 +260,28 @@ export const expressRoutePortName: msRest.OperationURLParameter = { } } }; +export const expressRouteProviderPortName: msRest.OperationURLParameter = { + parameterPath: "expressRouteProviderPortName", + mapper: { + required: true, + serializedName: "expressRouteProviderPortName", + type: { + name: "String" + } + } +}; +export const filter: msRest.OperationQueryParameter = { + parameterPath: [ + "options", + "filter" + ], + mapper: { + serializedName: "$filter", + type: { + name: "String" + } + } +}; export const firewallPolicyName: msRest.OperationURLParameter = { parameterPath: "firewallPolicyName", mapper: { @@ -438,6 +480,16 @@ export const locationName: msRest.OperationURLParameter = { } } }; +export const masterCustomIpPrefixName: msRest.OperationURLParameter = { + parameterPath: "masterCustomIpPrefixName", + mapper: { + required: true, + serializedName: "masterCustomIpPrefixName", + type: { + name: "String" + } + } +}; export const natGatewayName: msRest.OperationURLParameter = { parameterPath: "natGatewayName", mapper: { @@ -834,6 +886,16 @@ export const virtualHubName: msRest.OperationURLParameter = { } } }; +export const virtualmachineIndex: msRest.OperationURLParameter = { + parameterPath: "virtualmachineIndex", + mapper: { + required: true, + serializedName: "virtualmachineIndex", + type: { + name: "String" + } + } +}; export const virtualMachineScaleSetName: msRest.OperationURLParameter = { parameterPath: "virtualMachineScaleSetName", mapper: { @@ -914,11 +976,11 @@ export const virtualWANName1: msRest.OperationURLParameter = { } } }; -export const virtualmachineIndex: msRest.OperationURLParameter = { - parameterPath: "virtualmachineIndex", +export const vpnConnectionName: msRest.OperationURLParameter = { + parameterPath: "vpnConnectionName", mapper: { required: true, - serializedName: "virtualmachineIndex", + serializedName: "vpnConnectionName", type: { name: "String" } diff --git a/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts b/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts index 8d67ab2b78e1..29108c68b5ba 100644 --- a/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/peerExpressRouteCircuitConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts b/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts index f32f3e7a16f3..a9f3953235bf 100644 --- a/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts +++ b/sdk/network/arm-network/src/models/privateDnsZoneGroupsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -129,12 +134,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -176,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -217,11 +228,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/privateEndpointsMappers.ts b/sdk/network/arm-network/src/models/privateEndpointsMappers.ts index df60a35f1305..19d34455f47a 100644 --- a/sdk/network/arm-network/src/models/privateEndpointsMappers.ts +++ b/sdk/network/arm-network/src/models/privateEndpointsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -96,6 +99,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +107,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -216,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts b/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts index a44d50796963..1625e5319656 100644 --- a/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts +++ b/sdk/network/arm-network/src/models/privateLinkServicesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -100,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -107,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -132,12 +137,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -179,6 +189,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -222,11 +233,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +296,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +309,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts b/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts index 16df27c81a9c..07b654625758 100644 --- a/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts +++ b/sdk/network/arm-network/src/models/publicIPAddressesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,12 +225,15 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressListResult, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts b/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts index 81ac81743dc3..5ce9b12f022f 100644 --- a/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts +++ b/sdk/network/arm-network/src/models/publicIPPrefixesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,12 +225,15 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixListResult, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts b/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts index 11eb25a7dd18..0abd08d5c51b 100644 --- a/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts +++ b/sdk/network/arm-network/src/models/resourceNavigationLinksMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts b/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts index 1f9aee992893..f56544282c1c 100644 --- a/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts +++ b/sdk/network/arm-network/src/models/routeFilterRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/routeFiltersMappers.ts b/sdk/network/arm-network/src/models/routeFiltersMappers.ts index 715146334cd4..ec851ab47aac 100644 --- a/sdk/network/arm-network/src/models/routeFiltersMappers.ts +++ b/sdk/network/arm-network/src/models/routeFiltersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/routeTablesMappers.ts b/sdk/network/arm-network/src/models/routeTablesMappers.ts index f0f12199be37..540e70852e04 100644 --- a/sdk/network/arm-network/src/models/routeTablesMappers.ts +++ b/sdk/network/arm-network/src/models/routeTablesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/routesMappers.ts b/sdk/network/arm-network/src/models/routesMappers.ts index eba1ea366502..d18719723ca3 100644 --- a/sdk/network/arm-network/src/models/routesMappers.ts +++ b/sdk/network/arm-network/src/models/routesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts b/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts index dfd24fece42f..80b17255044e 100644 --- a/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts +++ b/sdk/network/arm-network/src/models/securityPartnerProvidersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/securityRulesMappers.ts b/sdk/network/arm-network/src/models/securityRulesMappers.ts index 34f981d5b63b..7f68148894a9 100644 --- a/sdk/network/arm-network/src/models/securityRulesMappers.ts +++ b/sdk/network/arm-network/src/models/securityRulesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts b/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts index a007506d779a..1250dffdc341 100644 --- a/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts +++ b/sdk/network/arm-network/src/models/serviceAssociationLinksMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts b/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts index 674d6f0234ea..ad9778170369 100644 --- a/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/serviceEndpointPoliciesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts b/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts index 0e5ca31266cc..39b79336b060 100644 --- a/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts +++ b/sdk/network/arm-network/src/models/serviceEndpointPolicyDefinitionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/serviceTagsMappers.ts b/sdk/network/arm-network/src/models/serviceTagsMappers.ts index 4caffd78d954..2129ca66cdf3 100644 --- a/sdk/network/arm-network/src/models/serviceTagsMappers.ts +++ b/sdk/network/arm-network/src/models/serviceTagsMappers.ts @@ -12,4 +12,4 @@ export { ServiceTagInformation, ServiceTagInformationPropertiesFormat, ServiceTagsListResult -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/subnetsMappers.ts b/sdk/network/arm-network/src/models/subnetsMappers.ts index 17acc8091ce1..75653384a359 100644 --- a/sdk/network/arm-network/src/models/subnetsMappers.ts +++ b/sdk/network/arm-network/src/models/subnetsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -216,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -278,6 +292,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -290,4 +305,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/usagesMappers.ts b/sdk/network/arm-network/src/models/usagesMappers.ts index 309cda404784..9aaa27b35552 100644 --- a/sdk/network/arm-network/src/models/usagesMappers.ts +++ b/sdk/network/arm-network/src/models/usagesMappers.ts @@ -12,4 +12,4 @@ export { Usage, UsageName, UsagesListResult -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualApplianceSitesMappers.ts b/sdk/network/arm-network/src/models/virtualApplianceSitesMappers.ts index db100be57cd3..82918a52192b 100644 --- a/sdk/network/arm-network/src/models/virtualApplianceSitesMappers.ts +++ b/sdk/network/arm-network/src/models/virtualApplianceSitesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualApplianceSkusMappers.ts b/sdk/network/arm-network/src/models/virtualApplianceSkusMappers.ts index fbe84b86fb41..706dffe5d919 100644 --- a/sdk/network/arm-network/src/models/virtualApplianceSkusMappers.ts +++ b/sdk/network/arm-network/src/models/virtualApplianceSkusMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualHubBgpConnectionMappers.ts b/sdk/network/arm-network/src/models/virtualHubBgpConnectionMappers.ts index 310c84f25bd2..a47459247afe 100644 --- a/sdk/network/arm-network/src/models/virtualHubBgpConnectionMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubBgpConnectionMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -286,4 +301,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualHubBgpConnectionsMappers.ts b/sdk/network/arm-network/src/models/virtualHubBgpConnectionsMappers.ts index b4ccb5d38a02..1a15d2679e9b 100644 --- a/sdk/network/arm-network/src/models/virtualHubBgpConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubBgpConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualHubIpConfigurationMappers.ts b/sdk/network/arm-network/src/models/virtualHubIpConfigurationMappers.ts index a1e5ef0bf55a..b48b072f4653 100644 --- a/sdk/network/arm-network/src/models/virtualHubIpConfigurationMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubIpConfigurationMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts b/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts index 948dd175b8e2..16b0615f1101 100644 --- a/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubRouteTableV2sMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -129,12 +134,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -177,6 +187,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -217,11 +228,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualHubsMappers.ts b/sdk/network/arm-network/src/models/virtualHubsMappers.ts index 017178b9483e..ff65305ac5f1 100644 --- a/sdk/network/arm-network/src/models/virtualHubsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualHubsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveRoutesParameters, EndpointServiceResult, ExpressRouteCircuit, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -176,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -216,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts index b432e3c26d51..80747bf938c5 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkGatewayConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -98,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -130,12 +135,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -177,6 +187,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -217,11 +228,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -279,6 +293,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnPacketCaptureStartParameters, @@ -293,4 +308,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts index dbc359bd68e9..306c12edbc16 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -99,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -106,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -131,12 +136,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -180,6 +190,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -221,11 +232,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -289,6 +303,7 @@ export { VpnConnection, VpnDeviceScriptParameters, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnPacketCaptureStartParameters, @@ -303,4 +318,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts index a74bc462cb97..54f07b7ff8bd 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkPeeringsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts b/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts index 41477d1a9229..588bc0a6e936 100644 --- a/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworkTapsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualNetworksMappers.ts b/sdk/network/arm-network/src/models/virtualNetworksMappers.ts index 29476424f3be..0eabc69d081d 100644 --- a/sdk/network/arm-network/src/models/virtualNetworksMappers.ts +++ b/sdk/network/arm-network/src/models/virtualNetworksMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -280,6 +294,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -292,4 +307,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts b/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts index c796bfc683b0..dcf3e4cfdc42 100644 --- a/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts +++ b/sdk/network/arm-network/src/models/virtualRouterPeeringsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -96,6 +99,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +107,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualRoutersMappers.ts b/sdk/network/arm-network/src/models/virtualRoutersMappers.ts index 868c999cdc85..57b3d941d98b 100644 --- a/sdk/network/arm-network/src/models/virtualRoutersMappers.ts +++ b/sdk/network/arm-network/src/models/virtualRoutersMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -96,6 +99,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +107,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,12 +133,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/virtualWansMappers.ts b/sdk/network/arm-network/src/models/virtualWansMappers.ts index 2b0439787030..4055fafa70c3 100644 --- a/sdk/network/arm-network/src/models/virtualWansMappers.ts +++ b/sdk/network/arm-network/src/models/virtualWansMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts index f6e46b960b47..1242744acd2c 100644 --- a/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,7 +288,10 @@ export { VpnClientRevokedCertificate, VpnClientRootCertificate, VpnConnection, + VpnConnectionPacketCaptureStartParameters, + VpnConnectionPacketCaptureStopParameters, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +304,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts b/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts index de76f23f174c..83c3d90ed134 100644 --- a/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts +++ b/sdk/network/arm-network/src/models/vpnGatewaysMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,9 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, + VpnGatewayPacketCaptureStartParameters, + VpnGatewayPacketCaptureStopParameters, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +305,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts index e4be280af993..d8d498008815 100644 --- a/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnLinkConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnServerConfigurationsAssociatedWithVirtualWanMappers.ts b/sdk/network/arm-network/src/models/vpnServerConfigurationsAssociatedWithVirtualWanMappers.ts index 842a1df802da..ceb855979b47 100644 --- a/sdk/network/arm-network/src/models/vpnServerConfigurationsAssociatedWithVirtualWanMappers.ts +++ b/sdk/network/arm-network/src/models/vpnServerConfigurationsAssociatedWithVirtualWanMappers.ts @@ -10,4 +10,4 @@ export { discriminators, CloudError, VpnServerConfigurationsResponse -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts b/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts index 52370120399b..93e702067098 100644 --- a/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnServerConfigurationsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts b/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts index 310c84f25bd2..a47459247afe 100644 --- a/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSiteLinkConnectionsMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -286,4 +301,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts b/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts index 4eabff4ecc3f..45957864edf9 100644 --- a/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSiteLinksMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnSitesConfigurationMappers.ts b/sdk/network/arm-network/src/models/vpnSitesConfigurationMappers.ts index 444381769d1e..93cd3b074321 100644 --- a/sdk/network/arm-network/src/models/vpnSitesConfigurationMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSitesConfigurationMappers.ts @@ -10,4 +10,4 @@ export { discriminators, CloudError, GetVpnSitesConfigurationRequest -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/vpnSitesMappers.ts b/sdk/network/arm-network/src/models/vpnSitesMappers.ts index 8b0d92a645aa..679acafc3742 100644 --- a/sdk/network/arm-network/src/models/vpnSitesMappers.ts +++ b/sdk/network/arm-network/src/models/vpnSitesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -175,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -215,11 +226,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +303,4 @@ export { VpnSiteLinkConnection, WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts b/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts index 0b9ba259e19f..b026d0ecbf69 100644 --- a/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts +++ b/sdk/network/arm-network/src/models/webApplicationFirewallPoliciesMappers.ts @@ -17,6 +17,7 @@ export { ApplicationGatewayBackendAddress, ApplicationGatewayBackendAddressPool, ApplicationGatewayBackendHttpSettings, + ApplicationGatewayClientAuthConfiguration, ApplicationGatewayConnectionDraining, ApplicationGatewayCustomError, ApplicationGatewayFirewallDisabledRuleGroup, @@ -46,6 +47,8 @@ export { ApplicationGatewaySslCertificate, ApplicationGatewaySslPolicy, ApplicationGatewaySslPredefinedPolicy, + ApplicationGatewaySslProfile, + ApplicationGatewayTrustedClientCertificate, ApplicationGatewayTrustedRootCertificate, ApplicationGatewayUrlConfiguration, ApplicationGatewayUrlPathMap, @@ -97,6 +100,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +108,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,12 +132,17 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyIntrusionSystem, + FirewallPolicyIntrusionSystemConfiguration, + FirewallPolicyIntrusionSystemIgnoredTrafficSpecifications, + FirewallPolicyIntrusionSystemRuleSpecifications, FirewallPolicyNatRuleCollection, FirewallPolicyNatRuleCollectionAction, FirewallPolicyRule, @@ -174,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -214,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +302,4 @@ export { WebApplicationFirewallCustomRule, WebApplicationFirewallPolicy, WebApplicationFirewallPolicyListResult -} from "./mappers"; +} from "../models/mappers"; diff --git a/sdk/network/arm-network/src/networkManagementClient.ts b/sdk/network/arm-network/src/networkManagementClient.ts index b41aead0aa95..83cca7f783f3 100644 --- a/sdk/network/arm-network/src/networkManagementClient.ts +++ b/sdk/network/arm-network/src/networkManagementClient.ts @@ -29,8 +29,10 @@ class NetworkManagementClient extends NetworkManagementClientContext { azureFirewalls: operations.AzureFirewalls; azureFirewallFqdnTags: operations.AzureFirewallFqdnTags; bastionHosts: operations.BastionHosts; + customIPPrefixes: operations.CustomIPPrefixes; ddosCustomPolicies: operations.DdosCustomPolicies; ddosProtectionPlans: operations.DdosProtectionPlans; + dscpConfiguration: operations.DscpConfigurationOperations; availableEndpointServices: operations.AvailableEndpointServices; expressRouteCircuitAuthorizations: operations.ExpressRouteCircuitAuthorizations; expressRouteCircuitPeerings: operations.ExpressRouteCircuitPeerings; @@ -55,6 +57,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { loadBalancerOutboundRules: operations.LoadBalancerOutboundRules; loadBalancerNetworkInterfaces: operations.LoadBalancerNetworkInterfaces; loadBalancerProbes: operations.LoadBalancerProbes; + masterCustomIPPrefixes: operations.MasterCustomIPPrefixes; natGateways: operations.NatGateways; networkInterfaces: operations.NetworkInterfaces; networkInterfaceIPConfigurations: operations.NetworkInterfaceIPConfigurations; @@ -120,6 +123,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { virtualHubIpConfiguration: operations.VirtualHubIpConfiguration; hubRouteTables: operations.HubRouteTables; webApplicationFirewallPolicies: operations.WebApplicationFirewallPolicies; + expressRouteProviderPorts: operations.ExpressRouteProviderPorts; /** * Initializes a new instance of the NetworkManagementClient class. @@ -140,8 +144,10 @@ class NetworkManagementClient extends NetworkManagementClientContext { this.azureFirewalls = new operations.AzureFirewalls(this); this.azureFirewallFqdnTags = new operations.AzureFirewallFqdnTags(this); this.bastionHosts = new operations.BastionHosts(this); + this.customIPPrefixes = new operations.CustomIPPrefixes(this); this.ddosCustomPolicies = new operations.DdosCustomPolicies(this); this.ddosProtectionPlans = new operations.DdosProtectionPlans(this); + this.dscpConfiguration = new operations.DscpConfigurationOperations(this); this.availableEndpointServices = new operations.AvailableEndpointServices(this); this.expressRouteCircuitAuthorizations = new operations.ExpressRouteCircuitAuthorizations(this); this.expressRouteCircuitPeerings = new operations.ExpressRouteCircuitPeerings(this); @@ -166,6 +172,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { this.loadBalancerOutboundRules = new operations.LoadBalancerOutboundRules(this); this.loadBalancerNetworkInterfaces = new operations.LoadBalancerNetworkInterfaces(this); this.loadBalancerProbes = new operations.LoadBalancerProbes(this); + this.masterCustomIPPrefixes = new operations.MasterCustomIPPrefixes(this); this.natGateways = new operations.NatGateways(this); this.networkInterfaces = new operations.NetworkInterfaces(this); this.networkInterfaceIPConfigurations = new operations.NetworkInterfaceIPConfigurations(this); @@ -231,6 +238,7 @@ class NetworkManagementClient extends NetworkManagementClientContext { this.virtualHubIpConfiguration = new operations.VirtualHubIpConfiguration(this); this.hubRouteTables = new operations.HubRouteTables(this); this.webApplicationFirewallPolicies = new operations.WebApplicationFirewallPolicies(this); + this.expressRouteProviderPorts = new operations.ExpressRouteProviderPorts(this); } /** diff --git a/sdk/network/arm-network/src/operations/customIPPrefixes.ts b/sdk/network/arm-network/src/operations/customIPPrefixes.ts new file mode 100644 index 000000000000..8913a672e837 --- /dev/null +++ b/sdk/network/arm-network/src/operations/customIPPrefixes.ts @@ -0,0 +1,477 @@ +/* + * 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/customIPPrefixesMappers"; +import * as Parameters from "../models/parameters"; +import { NetworkManagementClientContext } from "../networkManagementClientContext"; + +/** Class representing a CustomIPPrefixes. */ +export class CustomIPPrefixes { + private readonly client: NetworkManagementClientContext; + + /** + * Create a CustomIPPrefixes. + * @param {NetworkManagementClientContext} client Reference to the service client. + */ + constructor(client: NetworkManagementClientContext) { + this.client = client; + } + + /** + * Deletes the specified custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the CustomIpPrefix. + * @param [options] The optional parameters + * @returns Promise + */ + deleteMethod(resourceGroupName: string, customIpPrefixName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginDeleteMethod(resourceGroupName,customIpPrefixName,options) + .then(lroPoller => lroPoller.pollUntilFinished()); + } + + /** + * Gets the specified custom IP prefix in a specified resource group. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param [options] The optional parameters + * @returns Promise + */ + get(resourceGroupName: string, customIpPrefixName: string, options?: Models.CustomIPPrefixesGetOptionalParams): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param callback The callback + */ + get(resourceGroupName: string, customIpPrefixName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param options The optional parameters + * @param callback The callback + */ + get(resourceGroupName: string, customIpPrefixName: string, options: Models.CustomIPPrefixesGetOptionalParams, callback: msRest.ServiceCallback): void; + get(resourceGroupName: string, customIpPrefixName: string, options?: Models.CustomIPPrefixesGetOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + customIpPrefixName, + options + }, + getOperationSpec, + callback) as Promise; + } + + /** + * Creates or updates a custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param parameters Parameters supplied to the create or update custom IP prefix operation. + * @param [options] The optional parameters + * @returns Promise + */ + createOrUpdate(resourceGroupName: string, customIpPrefixName: string, parameters: Models.CustomIpPrefix, options?: msRest.RequestOptionsBase): Promise { + return this.beginCreateOrUpdate(resourceGroupName,customIpPrefixName,parameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Updates custom IP prefix tags. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param parameters Parameters supplied to update custom IP prefix tags. + * @param [options] The optional parameters + * @returns Promise + */ + updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param parameters Parameters supplied to update custom IP prefix tags. + * @param callback The callback + */ + updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: Models.TagsObject, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param parameters Parameters supplied to update custom IP prefix tags. + * @param options The optional parameters + * @param callback The callback + */ + updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + customIpPrefixName, + parameters, + options + }, + updateTagsOperationSpec, + callback) as Promise; + } + + /** + * Gets all the custom IP prefixes in a subscription. + * @param [options] The optional parameters + * @returns Promise + */ + listAll(options?: msRest.RequestOptionsBase): Promise; + /** + * @param callback The callback + */ + listAll(callback: msRest.ServiceCallback): void; + /** + * @param options The optional parameters + * @param callback The callback + */ + listAll(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAll(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + options + }, + listAllOperationSpec, + callback) as Promise; + } + + /** + * Gets all custom IP prefixes in a resource group. + * @param resourceGroupName The name of the resource group. + * @param [options] The optional parameters + * @returns Promise + */ + list(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param callback The callback + */ + list(resourceGroupName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param options The optional parameters + * @param callback The callback + */ + list(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + list(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + options + }, + listOperationSpec, + callback) as Promise; + } + + /** + * Deletes the specified custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the CustomIpPrefix. + * @param [options] The optional parameters + * @returns Promise + */ + beginDeleteMethod(resourceGroupName: string, customIpPrefixName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + customIpPrefixName, + options + }, + beginDeleteMethodOperationSpec, + options); + } + + /** + * Creates or updates a custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param customIpPrefixName The name of the custom IP prefix. + * @param parameters Parameters supplied to the create or update custom IP prefix operation. + * @param [options] The optional parameters + * @returns Promise + */ + beginCreateOrUpdate(resourceGroupName: string, customIpPrefixName: string, parameters: Models.CustomIpPrefix, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + customIpPrefixName, + parameters, + options + }, + beginCreateOrUpdateOperationSpec, + options); + } + + /** + * Gets all the custom IP prefixes in a subscription. + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param [options] The optional parameters + * @returns Promise + */ + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param callback The callback + */ + listAllNext(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 + */ + listAllNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + nextPageLink, + options + }, + listAllNextOperationSpec, + callback) as Promise; + } + + /** + * Gets all custom IP prefixes in a resource group. + * @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/customIpPrefixes/{customIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.customIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0, + Parameters.expand + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const updateTagsOperationSpec: msRest.OperationSpec = { + httpMethod: "PATCH", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes/{customIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.customIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.TagsObject, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes", + urlParameters: [ + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginDeleteMethodOperationSpec: msRest.OperationSpec = { + httpMethod: "DELETE", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes/{customIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.customIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes/{customIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.customIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.CustomIpPrefix, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefix + }, + 201: { + bodyMapper: Mappers.CustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllNextOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + baseUrl: "https://management.azure.com", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.CustomIpPrefixListResult + }, + 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.CustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; diff --git a/sdk/network/arm-network/src/operations/dscpConfigurationOperations.ts b/sdk/network/arm-network/src/operations/dscpConfigurationOperations.ts new file mode 100644 index 000000000000..623cbe29907c --- /dev/null +++ b/sdk/network/arm-network/src/operations/dscpConfigurationOperations.ts @@ -0,0 +1,408 @@ +/* + * 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/dscpConfigurationOperationsMappers"; +import * as Parameters from "../models/parameters"; +import { NetworkManagementClientContext } from "../networkManagementClientContext"; + +/** Class representing a DscpConfigurationOperations. */ +export class DscpConfigurationOperations { + private readonly client: NetworkManagementClientContext; + + /** + * Create a DscpConfigurationOperations. + * @param {NetworkManagementClientContext} client Reference to the service client. + */ + constructor(client: NetworkManagementClientContext) { + this.client = client; + } + + /** + * Creates or updates a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param parameters Parameters supplied to the create or update dscp configuration operation. + * @param [options] The optional parameters + * @returns Promise + */ + createOrUpdate(resourceGroupName: string, dscpConfigurationName: string, parameters: Models.DscpConfiguration, options?: msRest.RequestOptionsBase): Promise { + return this.beginCreateOrUpdate(resourceGroupName,dscpConfigurationName,parameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Deletes a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param [options] The optional parameters + * @returns Promise + */ + deleteMethod(resourceGroupName: string, dscpConfigurationName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginDeleteMethod(resourceGroupName,dscpConfigurationName,options) + .then(lroPoller => lroPoller.pollUntilFinished()); + } + + /** + * Gets a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param [options] The optional parameters + * @returns Promise + */ + get(resourceGroupName: string, dscpConfigurationName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param callback The callback + */ + get(resourceGroupName: string, dscpConfigurationName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param options The optional parameters + * @param callback The callback + */ + get(resourceGroupName: string, dscpConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + get(resourceGroupName: string, dscpConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + dscpConfigurationName, + options + }, + getOperationSpec, + callback) as Promise; + } + + /** + * Gets a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param [options] The optional parameters + * @returns Promise + */ + list(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param callback The callback + */ + list(resourceGroupName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param options The optional parameters + * @param callback The callback + */ + list(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + list(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + options + }, + listOperationSpec, + callback) as Promise; + } + + /** + * Gets all dscp configurations in a subscription. + * @param [options] The optional parameters + * @returns Promise + */ + listAll(options?: msRest.RequestOptionsBase): Promise; + /** + * @param callback The callback + */ + listAll(callback: msRest.ServiceCallback): void; + /** + * @param options The optional parameters + * @param callback The callback + */ + listAll(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAll(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + options + }, + listAllOperationSpec, + callback) as Promise; + } + + /** + * Creates or updates a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param parameters Parameters supplied to the create or update dscp configuration operation. + * @param [options] The optional parameters + * @returns Promise + */ + beginCreateOrUpdate(resourceGroupName: string, dscpConfigurationName: string, parameters: Models.DscpConfiguration, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + dscpConfigurationName, + parameters, + options + }, + beginCreateOrUpdateOperationSpec, + options); + } + + /** + * Deletes a DSCP Configuration. + * @param resourceGroupName The name of the resource group. + * @param dscpConfigurationName The name of the resource. + * @param [options] The optional parameters + * @returns Promise + */ + beginDeleteMethod(resourceGroupName: string, dscpConfigurationName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + dscpConfigurationName, + options + }, + beginDeleteMethodOperationSpec, + options); + } + + /** + * Gets a DSCP Configuration. + * @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; + } + + /** + * Gets all dscp configurations in a subscription. + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param [options] The optional parameters + * @returns Promise + */ + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param callback The callback + */ + listAllNext(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 + */ + listAllNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + nextPageLink, + options + }, + listAllNextOperationSpec, + 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/dscpConfigurations/{dscpConfigurationName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.dscpConfigurationName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.DscpConfiguration + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dscpConfigurations", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.DscpConfigurationListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/dscpConfigurations", + urlParameters: [ + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.DscpConfigurationListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dscpConfigurations/{dscpConfigurationName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.dscpConfigurationName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.DscpConfiguration, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.DscpConfiguration + }, + 201: { + bodyMapper: Mappers.DscpConfiguration + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginDeleteMethodOperationSpec: msRest.OperationSpec = { + httpMethod: "DELETE", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dscpConfigurations/{dscpConfigurationName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.dscpConfigurationName, + 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", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.DscpConfigurationListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllNextOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + baseUrl: "https://management.azure.com", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.DscpConfigurationListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; diff --git a/sdk/network/arm-network/src/operations/expressRoutePorts.ts b/sdk/network/arm-network/src/operations/expressRoutePorts.ts index 95b1d9adb97a..9372f6773b61 100644 --- a/sdk/network/arm-network/src/operations/expressRoutePorts.ts +++ b/sdk/network/arm-network/src/operations/expressRoutePorts.ts @@ -172,6 +172,42 @@ export class ExpressRoutePorts { callback) as Promise; } + /** + * Generate a letter of authorization for the requested ExpressRoutePort resource. + * @param resourceGroupName The name of the resource group. + * @param expressRoutePortName The name of ExpressRoutePort. + * @param request Request parameters supplied to generate a letter of authorization. + * @param [options] The optional parameters + * @returns Promise + */ + generateLOA(resourceGroupName: string, expressRoutePortName: string, request: Models.GenerateExpressRoutePortsLOARequest, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param expressRoutePortName The name of ExpressRoutePort. + * @param request Request parameters supplied to generate a letter of authorization. + * @param callback The callback + */ + generateLOA(resourceGroupName: string, expressRoutePortName: string, request: Models.GenerateExpressRoutePortsLOARequest, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param expressRoutePortName The name of ExpressRoutePort. + * @param request Request parameters supplied to generate a letter of authorization. + * @param options The optional parameters + * @param callback The callback + */ + generateLOA(resourceGroupName: string, expressRoutePortName: string, request: Models.GenerateExpressRoutePortsLOARequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + generateLOA(resourceGroupName: string, expressRoutePortName: string, request: Models.GenerateExpressRoutePortsLOARequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + expressRoutePortName, + request, + options + }, + generateLOAOperationSpec, + callback) as Promise; + } + /** * Deletes the specified ExpressRoutePort resource. * @param resourceGroupName The name of the resource group. @@ -373,6 +409,38 @@ const listOperationSpec: msRest.OperationSpec = { serializer }; +const generateLOAOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRoutePorts/{expressRoutePortName}/generateLoa", + urlParameters: [ + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.expressRoutePortName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "request", + mapper: { + ...Mappers.GenerateExpressRoutePortsLOARequest, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.GenerateExpressRoutePortsLOAResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + const beginDeleteMethodOperationSpec: msRest.OperationSpec = { httpMethod: "DELETE", path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}", diff --git a/sdk/network/arm-network/src/operations/expressRouteProviderPorts.ts b/sdk/network/arm-network/src/operations/expressRouteProviderPorts.ts new file mode 100644 index 000000000000..fab63e39cfa7 --- /dev/null +++ b/sdk/network/arm-network/src/operations/expressRouteProviderPorts.ts @@ -0,0 +1,179 @@ +/* + * 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 Models from "../models"; +import * as Mappers from "../models/expressRouteProviderPortsMappers"; +import * as Parameters from "../models/parameters"; +import { NetworkManagementClientContext } from "../networkManagementClientContext"; + +/** Class representing a ExpressRouteProviderPorts. */ +export class ExpressRouteProviderPorts { + private readonly client: NetworkManagementClientContext; + + /** + * Create a ExpressRouteProviderPorts. + * @param {NetworkManagementClientContext} client Reference to the service client. + */ + constructor(client: NetworkManagementClientContext) { + this.client = client; + } + + /** + * Retrieves all the ExpressRouteProviderPorts in a subscription. + * @param [options] The optional parameters + * @returns Promise + */ + list(options?: Models.ExpressRouteProviderPortsListOptionalParams): Promise; + /** + * @param callback The callback + */ + list(callback: msRest.ServiceCallback): void; + /** + * @param options The optional parameters + * @param callback The callback + */ + list(options: Models.ExpressRouteProviderPortsListOptionalParams, callback: msRest.ServiceCallback): void; + list(options?: Models.ExpressRouteProviderPortsListOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + options + }, + listOperationSpec, + callback) as Promise; + } + + /** + * Retrieves the requested ExpressRouteProviderPort resource. + * @param expressRouteProviderPortName The name of ExpressRouteProviderPort. + * @param [options] The optional parameters + * @returns Promise + */ + get(expressRouteProviderPortName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param expressRouteProviderPortName The name of ExpressRouteProviderPort. + * @param callback The callback + */ + get(expressRouteProviderPortName: string, callback: msRest.ServiceCallback): void; + /** + * @param expressRouteProviderPortName The name of ExpressRouteProviderPort. + * @param options The optional parameters + * @param callback The callback + */ + get(expressRouteProviderPortName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + get(expressRouteProviderPortName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + expressRouteProviderPortName, + options + }, + getOperationSpec, + callback) as Promise; + } + + /** + * Retrieves all the ExpressRouteProviderPorts in a subscription. + * @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 listOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts", + urlParameters: [ + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.filter, + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.ExpressRouteProviderPortListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const getOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{expressRouteProviderPortName}", + urlParameters: [ + Parameters.subscriptionId, + Parameters.expressRouteProviderPortName + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.ExpressRouteProviderPort + }, + 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.ExpressRouteProviderPortListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; diff --git a/sdk/network/arm-network/src/operations/flowLogs.ts b/sdk/network/arm-network/src/operations/flowLogs.ts index 6eed5603ede8..56e275506f0f 100644 --- a/sdk/network/arm-network/src/operations/flowLogs.ts +++ b/sdk/network/arm-network/src/operations/flowLogs.ts @@ -41,6 +41,46 @@ export class FlowLogs { .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; } + /** + * Update tags of the specified flow log. + * @param resourceGroupName The name of the resource group. + * @param networkWatcherName The name of the network watcher. + * @param flowLogName The name of the flow log. + * @param parameters Parameters supplied to update flow log tags. + * @param [options] The optional parameters + * @returns Promise + */ + updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param networkWatcherName The name of the network watcher. + * @param flowLogName The name of the flow log. + * @param parameters Parameters supplied to update flow log tags. + * @param callback The callback + */ + updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: Models.TagsObject, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param networkWatcherName The name of the network watcher. + * @param flowLogName The name of the flow log. + * @param parameters Parameters supplied to update flow log tags. + * @param options The optional parameters + * @param callback The callback + */ + updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + networkWatcherName, + flowLogName, + parameters, + options + }, + updateTagsOperationSpec, + callback) as Promise; + } + /** * Gets a flow log resource by name. * @param resourceGroupName The name of the resource group. @@ -195,6 +235,39 @@ export class FlowLogs { // Operation Specifications const serializer = new msRest.Serializer(Mappers); +const updateTagsOperationSpec: msRest.OperationSpec = { + httpMethod: "PATCH", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.networkWatcherName, + Parameters.flowLogName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.TagsObject, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.FlowLog + }, + default: { + bodyMapper: Mappers.ErrorResponse + } + }, + serializer +}; + const getOperationSpec: msRest.OperationSpec = { httpMethod: "GET", path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/flowLogs/{flowLogName}", diff --git a/sdk/network/arm-network/src/operations/index.ts b/sdk/network/arm-network/src/operations/index.ts index 6a822c1cb820..51a12ea6073b 100644 --- a/sdk/network/arm-network/src/operations/index.ts +++ b/sdk/network/arm-network/src/operations/index.ts @@ -18,8 +18,10 @@ export * from "./availableServiceAliases"; export * from "./azureFirewalls"; export * from "./azureFirewallFqdnTags"; export * from "./bastionHosts"; +export * from "./customIPPrefixes"; export * from "./ddosCustomPolicies"; export * from "./ddosProtectionPlans"; +export * from "./dscpConfigurationOperations"; export * from "./availableEndpointServices"; export * from "./expressRouteCircuitAuthorizations"; export * from "./expressRouteCircuitPeerings"; @@ -44,6 +46,7 @@ export * from "./loadBalancerLoadBalancingRules"; export * from "./loadBalancerOutboundRules"; export * from "./loadBalancerNetworkInterfaces"; export * from "./loadBalancerProbes"; +export * from "./masterCustomIPPrefixes"; export * from "./natGateways"; export * from "./networkInterfaces"; export * from "./networkInterfaceIPConfigurations"; @@ -109,3 +112,4 @@ export * from "./virtualHubBgpConnections"; export * from "./virtualHubIpConfiguration"; export * from "./hubRouteTables"; export * from "./webApplicationFirewallPolicies"; +export * from "./expressRouteProviderPorts"; diff --git a/sdk/network/arm-network/src/operations/masterCustomIPPrefixes.ts b/sdk/network/arm-network/src/operations/masterCustomIPPrefixes.ts new file mode 100644 index 000000000000..de7f9a647dd1 --- /dev/null +++ b/sdk/network/arm-network/src/operations/masterCustomIPPrefixes.ts @@ -0,0 +1,477 @@ +/* + * 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/masterCustomIPPrefixesMappers"; +import * as Parameters from "../models/parameters"; +import { NetworkManagementClientContext } from "../networkManagementClientContext"; + +/** Class representing a MasterCustomIPPrefixes. */ +export class MasterCustomIPPrefixes { + private readonly client: NetworkManagementClientContext; + + /** + * Create a MasterCustomIPPrefixes. + * @param {NetworkManagementClientContext} client Reference to the service client. + */ + constructor(client: NetworkManagementClientContext) { + this.client = client; + } + + /** + * Deletes the specified master custom IP Prefix. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the MasterCustomIPPrefix. + * @param [options] The optional parameters + * @returns Promise + */ + deleteMethod(resourceGroupName: string, masterCustomIpPrefixName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginDeleteMethod(resourceGroupName,masterCustomIpPrefixName,options) + .then(lroPoller => lroPoller.pollUntilFinished()); + } + + /** + * Gets the specified master custom IP prefix in a specified resource group. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param [options] The optional parameters + * @returns Promise + */ + get(resourceGroupName: string, masterCustomIpPrefixName: string, options?: Models.MasterCustomIPPrefixesGetOptionalParams): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param callback The callback + */ + get(resourceGroupName: string, masterCustomIpPrefixName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param options The optional parameters + * @param callback The callback + */ + get(resourceGroupName: string, masterCustomIpPrefixName: string, options: Models.MasterCustomIPPrefixesGetOptionalParams, callback: msRest.ServiceCallback): void; + get(resourceGroupName: string, masterCustomIpPrefixName: string, options?: Models.MasterCustomIPPrefixesGetOptionalParams | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + masterCustomIpPrefixName, + options + }, + getOperationSpec, + callback) as Promise; + } + + /** + * Creates or updates a master custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param parameters Parameters supplied to the create or update master custom IP prefix operation. + * @param [options] The optional parameters + * @returns Promise + */ + createOrUpdate(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.MasterCustomIpPrefix, options?: msRest.RequestOptionsBase): Promise { + return this.beginCreateOrUpdate(resourceGroupName,masterCustomIpPrefixName,parameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Updates master custom IP prefix tags. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param parameters Parameters supplied to update master custom IP prefix tags. + * @param [options] The optional parameters + * @returns Promise + */ + updateTags(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param parameters Parameters supplied to update master custom IP prefix tags. + * @param callback The callback + */ + updateTags(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.TagsObject, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param parameters Parameters supplied to update master custom IP prefix tags. + * @param options The optional parameters + * @param callback The callback + */ + updateTags(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + updateTags(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + masterCustomIpPrefixName, + parameters, + options + }, + updateTagsOperationSpec, + callback) as Promise; + } + + /** + * Gets all master custom IP prefixes in a subscription. + * @param [options] The optional parameters + * @returns Promise + */ + listAll(options?: msRest.RequestOptionsBase): Promise; + /** + * @param callback The callback + */ + listAll(callback: msRest.ServiceCallback): void; + /** + * @param options The optional parameters + * @param callback The callback + */ + listAll(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAll(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + options + }, + listAllOperationSpec, + callback) as Promise; + } + + /** + * Gets all master custom IP prefixes in a resource group. + * @param resourceGroupName The name of the resource group. + * @param [options] The optional parameters + * @returns Promise + */ + list(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param resourceGroupName The name of the resource group. + * @param callback The callback + */ + list(resourceGroupName: string, callback: msRest.ServiceCallback): void; + /** + * @param resourceGroupName The name of the resource group. + * @param options The optional parameters + * @param callback The callback + */ + list(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + list(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + resourceGroupName, + options + }, + listOperationSpec, + callback) as Promise; + } + + /** + * Deletes the specified master custom IP Prefix. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the MasterCustomIPPrefix. + * @param [options] The optional parameters + * @returns Promise + */ + beginDeleteMethod(resourceGroupName: string, masterCustomIpPrefixName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + masterCustomIpPrefixName, + options + }, + beginDeleteMethodOperationSpec, + options); + } + + /** + * Creates or updates a master custom IP prefix. + * @param resourceGroupName The name of the resource group. + * @param masterCustomIpPrefixName The name of the master custom IP prefix. + * @param parameters Parameters supplied to the create or update master custom IP prefix operation. + * @param [options] The optional parameters + * @returns Promise + */ + beginCreateOrUpdate(resourceGroupName: string, masterCustomIpPrefixName: string, parameters: Models.MasterCustomIpPrefix, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + masterCustomIpPrefixName, + parameters, + options + }, + beginCreateOrUpdateOperationSpec, + options); + } + + /** + * Gets all master custom IP prefixes in a subscription. + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param [options] The optional parameters + * @returns Promise + */ + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; + /** + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param callback The callback + */ + listAllNext(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 + */ + listAllNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; + listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { + return this.client.sendOperationRequest( + { + nextPageLink, + options + }, + listAllNextOperationSpec, + callback) as Promise; + } + + /** + * Gets all master custom IP prefixes in a resource group. + * @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/masterCustomIpPrefixes/{masterCustomIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.masterCustomIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0, + Parameters.expand + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const updateTagsOperationSpec: msRest.OperationSpec = { + httpMethod: "PATCH", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/masterCustomIpPrefixes/{masterCustomIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.masterCustomIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.TagsObject, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/masterCustomIpPrefixes", + urlParameters: [ + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/masterCustomIpPrefixes", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginDeleteMethodOperationSpec: msRest.OperationSpec = { + httpMethod: "DELETE", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/masterCustomIpPrefixes/{masterCustomIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.masterCustomIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: {}, + 202: {}, + 204: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/masterCustomIpPrefixes/{masterCustomIpPrefixName}", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.masterCustomIpPrefixName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: "parameters", + mapper: { + ...Mappers.MasterCustomIpPrefix, + required: true + } + }, + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefix + }, + 201: { + bodyMapper: Mappers.MasterCustomIpPrefix + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const listAllNextOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + baseUrl: "https://management.azure.com", + path: "{nextLink}", + urlParameters: [ + Parameters.nextPageLink + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.MasterCustomIpPrefixListResult + }, + 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.MasterCustomIpPrefixListResult + }, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; diff --git a/sdk/network/arm-network/src/operations/p2sVpnGateways.ts b/sdk/network/arm-network/src/operations/p2sVpnGateways.ts index 63a48074c3b6..1f3049c2e0d4 100644 --- a/sdk/network/arm-network/src/operations/p2sVpnGateways.ts +++ b/sdk/network/arm-network/src/operations/p2sVpnGateways.ts @@ -81,32 +81,9 @@ export class P2sVpnGateways { * @param [options] The optional parameters * @returns Promise */ - updateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The resource group name of the P2SVpnGateway. - * @param gatewayName The name of the gateway. - * @param p2SVpnGatewayParameters Parameters supplied to update a virtual wan p2s vpn gateway tags. - * @param callback The callback - */ - updateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The resource group name of the P2SVpnGateway. - * @param gatewayName The name of the gateway. - * @param p2SVpnGatewayParameters Parameters supplied to update a virtual wan p2s vpn gateway tags. - * @param options The optional parameters - * @param callback The callback - */ - updateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - updateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - gatewayName, - p2SVpnGatewayParameters, - options - }, - updateTagsOperationSpec, - callback) as Promise; + updateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise { + return this.beginUpdateTags(resourceGroupName,gatewayName,p2SVpnGatewayParameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; } /** @@ -173,6 +150,18 @@ export class P2sVpnGateways { callback) as Promise; } + /** + * Resets the primary of the p2s vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the P2SVpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + reset(resourceGroupName: string, gatewayName: string, options?: msRest.RequestOptionsBase): Promise { + return this.beginReset(resourceGroupName,gatewayName,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + /** * Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group. * @param resourceGroupName The name of the resource group. @@ -248,6 +237,26 @@ export class P2sVpnGateways { options); } + /** + * Updates virtual wan p2s vpn gateway tags. + * @param resourceGroupName The resource group name of the P2SVpnGateway. + * @param gatewayName The name of the gateway. + * @param p2SVpnGatewayParameters Parameters supplied to update a virtual wan p2s vpn gateway tags. + * @param [options] The optional parameters + * @returns Promise + */ + beginUpdateTags(resourceGroupName: string, gatewayName: string, p2SVpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + p2SVpnGatewayParameters, + options + }, + beginUpdateTagsOperationSpec, + options); + } + /** * Deletes a virtual wan p2s vpn gateway. * @param resourceGroupName The resource group name of the P2SVpnGateway. @@ -266,6 +275,24 @@ export class P2sVpnGateways { options); } + /** + * Resets the primary of the p2s vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the P2SVpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + beginReset(resourceGroupName: string, gatewayName: string, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + options + }, + beginResetOperationSpec, + options); + } + /** * Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group. * @param resourceGroupName The name of the resource group. @@ -431,13 +458,12 @@ const getOperationSpec: msRest.OperationSpec = { serializer }; -const updateTagsOperationSpec: msRest.OperationSpec = { - httpMethod: "PATCH", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}", +const listByResourceGroupOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways", urlParameters: [ Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.gatewayName + Parameters.resourceGroupName ], queryParameters: [ Parameters.apiVersion0 @@ -445,16 +471,9 @@ const updateTagsOperationSpec: msRest.OperationSpec = { headerParameters: [ Parameters.acceptLanguage ], - requestBody: { - parameterPath: "p2SVpnGatewayParameters", - mapper: { - ...Mappers.TagsObject, - required: true - } - }, responses: { 200: { - bodyMapper: Mappers.P2SVpnGateway + bodyMapper: Mappers.ListP2SVpnGatewaysResult }, default: { bodyMapper: Mappers.CloudError @@ -463,12 +482,11 @@ const updateTagsOperationSpec: msRest.OperationSpec = { serializer }; -const listByResourceGroupOperationSpec: msRest.OperationSpec = { +const listOperationSpec: msRest.OperationSpec = { httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways", urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName + Parameters.subscriptionId ], queryParameters: [ Parameters.apiVersion0 @@ -487,11 +505,13 @@ const listByResourceGroupOperationSpec: msRest.OperationSpec = { serializer }; -const listOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways", +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}", urlParameters: [ - Parameters.subscriptionId + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.gatewayName ], queryParameters: [ Parameters.apiVersion0 @@ -499,9 +519,19 @@ const listOperationSpec: msRest.OperationSpec = { headerParameters: [ Parameters.acceptLanguage ], + requestBody: { + parameterPath: "p2SVpnGatewayParameters", + mapper: { + ...Mappers.P2SVpnGateway, + required: true + } + }, responses: { 200: { - bodyMapper: Mappers.ListP2SVpnGatewaysResult + bodyMapper: Mappers.P2SVpnGateway + }, + 201: { + bodyMapper: Mappers.P2SVpnGateway }, default: { bodyMapper: Mappers.CloudError @@ -510,8 +540,8 @@ const listOperationSpec: msRest.OperationSpec = { serializer }; -const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", +const beginUpdateTagsOperationSpec: msRest.OperationSpec = { + httpMethod: "PATCH", path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}", urlParameters: [ Parameters.subscriptionId, @@ -527,7 +557,7 @@ const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { requestBody: { parameterPath: "p2SVpnGatewayParameters", mapper: { - ...Mappers.P2SVpnGateway, + ...Mappers.TagsObject, required: true } }, @@ -535,9 +565,7 @@ const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { 200: { bodyMapper: Mappers.P2SVpnGateway }, - 201: { - bodyMapper: Mappers.P2SVpnGateway - }, + 202: {}, default: { bodyMapper: Mappers.CloudError } @@ -570,6 +598,32 @@ const beginDeleteMethodOperationSpec: msRest.OperationSpec = { serializer }; +const beginResetOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}/reset", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.gatewayName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + responses: { + 200: { + bodyMapper: Mappers.P2SVpnGateway + }, + 202: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + const beginGenerateVpnProfileOperationSpec: msRest.OperationSpec = { httpMethod: "POST", path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}/generatevpnprofile", diff --git a/sdk/network/arm-network/src/operations/vpnConnections.ts b/sdk/network/arm-network/src/operations/vpnConnections.ts index 9d53752cc200..00852eb0a968 100644 --- a/sdk/network/arm-network/src/operations/vpnConnections.ts +++ b/sdk/network/arm-network/src/operations/vpnConnections.ts @@ -91,6 +91,32 @@ export class VpnConnections { .then(lroPoller => lroPoller.pollUntilFinished()); } + /** + * Starts packet capture on Vpn connection in the specified resource group. + * @param resourceGroupName The name of the resource group. + * @param gatewayName The name of the gateway. + * @param vpnConnectionName The name of the vpn connection. + * @param [options] The optional parameters + * @returns Promise + */ + startPacketCapture(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: Models.VpnConnectionsStartPacketCaptureOptionalParams): Promise { + return this.beginStartPacketCapture(resourceGroupName,gatewayName,vpnConnectionName,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Stops packet capture on Vpn connection in the specified resource group. + * @param resourceGroupName The name of the resource group. + * @param gatewayName The name of the gateway. + * @param vpnConnectionName The name of the vpn connection. + * @param [options] The optional parameters + * @returns Promise + */ + stopPacketCapture(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: Models.VpnConnectionsStopPacketCaptureOptionalParams): Promise { + return this.beginStopPacketCapture(resourceGroupName,gatewayName,vpnConnectionName,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + /** * Retrieves all vpn connections for a particular virtual wan vpn gateway. * @param resourceGroupName The resource group name of the VpnGateway. @@ -166,6 +192,46 @@ export class VpnConnections { options); } + /** + * Starts packet capture on Vpn connection in the specified resource group. + * @param resourceGroupName The name of the resource group. + * @param gatewayName The name of the gateway. + * @param vpnConnectionName The name of the vpn connection. + * @param [options] The optional parameters + * @returns Promise + */ + beginStartPacketCapture(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: Models.VpnConnectionsBeginStartPacketCaptureOptionalParams): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + vpnConnectionName, + options + }, + beginStartPacketCaptureOperationSpec, + options); + } + + /** + * Stops packet capture on Vpn connection in the specified resource group. + * @param resourceGroupName The name of the resource group. + * @param gatewayName The name of the gateway. + * @param vpnConnectionName The name of the vpn connection. + * @param [options] The optional parameters + * @returns Promise + */ + beginStopPacketCapture(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: Models.VpnConnectionsBeginStopPacketCaptureOptionalParams): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + vpnConnectionName, + options + }, + beginStopPacketCaptureOperationSpec, + options); + } + /** * Retrieves all vpn connections for a particular virtual wan vpn gateway. * @param nextPageLink The NextLink from the previous successful call to List operation. @@ -310,6 +376,84 @@ const beginDeleteMethodOperationSpec: msRest.OperationSpec = { serializer }; +const beginStartPacketCaptureOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{vpnConnectionName}/startpacketcapture", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.gatewayName, + Parameters.vpnConnectionName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: [ + "options", + "parameters" + ], + mapper: Mappers.VpnConnectionPacketCaptureStartParameters + }, + responses: { + 200: { + bodyMapper: { + serializedName: "parsedResponse", + type: { + name: "String" + } + } + }, + 202: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginStopPacketCaptureOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{vpnConnectionName}/stoppacketcapture", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.gatewayName, + Parameters.vpnConnectionName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: [ + "options", + "parameters" + ], + mapper: Mappers.VpnConnectionPacketCaptureStopParameters + }, + responses: { + 200: { + bodyMapper: { + serializedName: "parsedResponse", + type: { + name: "String" + } + } + }, + 202: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + const listByVpnGatewayNextOperationSpec: msRest.OperationSpec = { httpMethod: "GET", baseUrl: "https://management.azure.com", diff --git a/sdk/network/arm-network/src/operations/vpnGateways.ts b/sdk/network/arm-network/src/operations/vpnGateways.ts index 600c6e1324c1..e93c72a91034 100644 --- a/sdk/network/arm-network/src/operations/vpnGateways.ts +++ b/sdk/network/arm-network/src/operations/vpnGateways.ts @@ -80,32 +80,9 @@ export class VpnGateways { * @param [options] The optional parameters * @returns Promise */ - updateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise; - /** - * @param resourceGroupName The resource group name of the VpnGateway. - * @param gatewayName The name of the gateway. - * @param vpnGatewayParameters Parameters supplied to update a virtual wan vpn gateway tags. - * @param callback The callback - */ - updateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, callback: msRest.ServiceCallback): void; - /** - * @param resourceGroupName The resource group name of the VpnGateway. - * @param gatewayName The name of the gateway. - * @param vpnGatewayParameters Parameters supplied to update a virtual wan vpn gateway tags. - * @param options The optional parameters - * @param callback The callback - */ - updateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; - updateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { - return this.client.sendOperationRequest( - { - resourceGroupName, - gatewayName, - vpnGatewayParameters, - options - }, - updateTagsOperationSpec, - callback) as Promise; + updateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise { + return this.beginUpdateTags(resourceGroupName,gatewayName,vpnGatewayParameters,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; } /** @@ -132,6 +109,30 @@ export class VpnGateways { .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; } + /** + * Starts packet capture on vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the VpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + startPacketCapture(resourceGroupName: string, gatewayName: string, options?: Models.VpnGatewaysStartPacketCaptureOptionalParams): Promise { + return this.beginStartPacketCapture(resourceGroupName,gatewayName,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + + /** + * Stops packet capture on vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the VpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + stopPacketCapture(resourceGroupName: string, gatewayName: string, options?: Models.VpnGatewaysStopPacketCaptureOptionalParams): Promise { + return this.beginStopPacketCapture(resourceGroupName,gatewayName,options) + .then(lroPoller => lroPoller.pollUntilFinished()) as Promise; + } + /** * Lists all the VpnGateways in a resource group. * @param resourceGroupName The resource group name of the VpnGateway. @@ -204,6 +205,26 @@ export class VpnGateways { options); } + /** + * Updates virtual wan vpn gateway tags. + * @param resourceGroupName The resource group name of the VpnGateway. + * @param gatewayName The name of the gateway. + * @param vpnGatewayParameters Parameters supplied to update a virtual wan vpn gateway tags. + * @param [options] The optional parameters + * @returns Promise + */ + beginUpdateTags(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + vpnGatewayParameters, + options + }, + beginUpdateTagsOperationSpec, + options); + } + /** * Deletes a virtual wan vpn gateway. * @param resourceGroupName The resource group name of the VpnGateway. @@ -240,6 +261,42 @@ export class VpnGateways { options); } + /** + * Starts packet capture on vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the VpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + beginStartPacketCapture(resourceGroupName: string, gatewayName: string, options?: Models.VpnGatewaysBeginStartPacketCaptureOptionalParams): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + options + }, + beginStartPacketCaptureOperationSpec, + options); + } + + /** + * Stops packet capture on vpn gateway in the specified resource group. + * @param resourceGroupName The resource group name of the VpnGateway. + * @param gatewayName The name of the gateway. + * @param [options] The optional parameters + * @returns Promise + */ + beginStopPacketCapture(resourceGroupName: string, gatewayName: string, options?: Models.VpnGatewaysBeginStopPacketCaptureOptionalParams): Promise { + return this.client.sendLRORequest( + { + resourceGroupName, + gatewayName, + options + }, + beginStopPacketCaptureOperationSpec, + options); + } + /** * Lists all the VpnGateways in a resource group. * @param nextPageLink The NextLink from the previous successful call to List operation. @@ -324,13 +381,12 @@ const getOperationSpec: msRest.OperationSpec = { serializer }; -const updateTagsOperationSpec: msRest.OperationSpec = { - httpMethod: "PATCH", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}", +const listByResourceGroupOperationSpec: msRest.OperationSpec = { + httpMethod: "GET", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways", urlParameters: [ Parameters.subscriptionId, - Parameters.resourceGroupName, - Parameters.gatewayName + Parameters.resourceGroupName ], queryParameters: [ Parameters.apiVersion0 @@ -338,16 +394,9 @@ const updateTagsOperationSpec: msRest.OperationSpec = { headerParameters: [ Parameters.acceptLanguage ], - requestBody: { - parameterPath: "vpnGatewayParameters", - mapper: { - ...Mappers.TagsObject, - required: true - } - }, responses: { 200: { - bodyMapper: Mappers.VpnGateway + bodyMapper: Mappers.ListVpnGatewaysResult }, default: { bodyMapper: Mappers.CloudError @@ -356,12 +405,11 @@ const updateTagsOperationSpec: msRest.OperationSpec = { serializer }; -const listByResourceGroupOperationSpec: msRest.OperationSpec = { +const listOperationSpec: msRest.OperationSpec = { httpMethod: "GET", - path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways", + path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/vpnGateways", urlParameters: [ - Parameters.subscriptionId, - Parameters.resourceGroupName + Parameters.subscriptionId ], queryParameters: [ Parameters.apiVersion0 @@ -380,11 +428,13 @@ const listByResourceGroupOperationSpec: msRest.OperationSpec = { serializer }; -const listOperationSpec: msRest.OperationSpec = { - httpMethod: "GET", - path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/vpnGateways", +const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { + httpMethod: "PUT", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}", urlParameters: [ - Parameters.subscriptionId + Parameters.subscriptionId, + Parameters.resourceGroupName, + Parameters.gatewayName ], queryParameters: [ Parameters.apiVersion0 @@ -392,9 +442,19 @@ const listOperationSpec: msRest.OperationSpec = { headerParameters: [ Parameters.acceptLanguage ], + requestBody: { + parameterPath: "vpnGatewayParameters", + mapper: { + ...Mappers.VpnGateway, + required: true + } + }, responses: { 200: { - bodyMapper: Mappers.ListVpnGatewaysResult + bodyMapper: Mappers.VpnGateway + }, + 201: { + bodyMapper: Mappers.VpnGateway }, default: { bodyMapper: Mappers.CloudError @@ -403,8 +463,8 @@ const listOperationSpec: msRest.OperationSpec = { serializer }; -const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { - httpMethod: "PUT", +const beginUpdateTagsOperationSpec: msRest.OperationSpec = { + httpMethod: "PATCH", path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}", urlParameters: [ Parameters.subscriptionId, @@ -420,7 +480,7 @@ const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { requestBody: { parameterPath: "vpnGatewayParameters", mapper: { - ...Mappers.VpnGateway, + ...Mappers.TagsObject, required: true } }, @@ -428,9 +488,7 @@ const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = { 200: { bodyMapper: Mappers.VpnGateway }, - 201: { - bodyMapper: Mappers.VpnGateway - }, + 202: {}, default: { bodyMapper: Mappers.CloudError } @@ -489,6 +547,82 @@ const beginResetOperationSpec: msRest.OperationSpec = { serializer }; +const beginStartPacketCaptureOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/startpacketcapture", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.gatewayName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: [ + "options", + "parameters" + ], + mapper: Mappers.VpnGatewayPacketCaptureStartParameters + }, + responses: { + 200: { + bodyMapper: { + serializedName: "parsedResponse", + type: { + name: "String" + } + } + }, + 202: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + +const beginStopPacketCaptureOperationSpec: msRest.OperationSpec = { + httpMethod: "POST", + path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/stoppacketcapture", + urlParameters: [ + Parameters.resourceGroupName, + Parameters.gatewayName, + Parameters.subscriptionId + ], + queryParameters: [ + Parameters.apiVersion0 + ], + headerParameters: [ + Parameters.acceptLanguage + ], + requestBody: { + parameterPath: [ + "options", + "parameters" + ], + mapper: Mappers.VpnGatewayPacketCaptureStopParameters + }, + responses: { + 200: { + bodyMapper: { + serializedName: "parsedResponse", + type: { + name: "String" + } + } + }, + 202: {}, + default: { + bodyMapper: Mappers.CloudError + } + }, + serializer +}; + const listByResourceGroupNextOperationSpec: msRest.OperationSpec = { httpMethod: "GET", baseUrl: "https://management.azure.com", diff --git a/sdk/network/arm-network/src/operations/vpnLinkConnections.ts b/sdk/network/arm-network/src/operations/vpnLinkConnections.ts index ccc2ebfbd414..3fb2f29ff14a 100644 --- a/sdk/network/arm-network/src/operations/vpnLinkConnections.ts +++ b/sdk/network/arm-network/src/operations/vpnLinkConnections.ts @@ -28,7 +28,7 @@ export class VpnLinkConnections { /** * Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection. - * @param resourceGroupName The resource group name of the VpnGateway. + * @param resourceGroupName The resource group name of the vpn gateway. * @param gatewayName The name of the gateway. * @param connectionName The name of the vpn connection. * @param [options] The optional parameters @@ -36,14 +36,14 @@ export class VpnLinkConnections { */ listByVpnConnection(resourceGroupName: string, gatewayName: string, connectionName: string, options?: msRest.RequestOptionsBase): Promise; /** - * @param resourceGroupName The resource group name of the VpnGateway. + * @param resourceGroupName The resource group name of the vpn gateway. * @param gatewayName The name of the gateway. * @param connectionName The name of the vpn connection. * @param callback The callback */ listByVpnConnection(resourceGroupName: string, gatewayName: string, connectionName: string, callback: msRest.ServiceCallback): void; /** - * @param resourceGroupName The resource group name of the VpnGateway. + * @param resourceGroupName The resource group name of the vpn gateway. * @param gatewayName The name of the gateway. * @param connectionName The name of the vpn connection. * @param options The optional parameters