diff --git a/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts b/sdk/network/arm-network/src/models/applicationGatewayPrivateEndpointConnectionsMappers.ts index f1f0698ff39c..17244f730b7f 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..d1d1d91de4ca 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..fd07f0478168 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, @@ -90,6 +93,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -106,6 +111,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -113,6 +119,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -138,10 +145,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -151,8 +158,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -185,6 +190,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -203,6 +209,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -225,11 +233,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -286,6 +297,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -298,4 +310,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..aba284333305 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..a02293693932 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, EndpointServicesListResult, ExpressRouteCircuit, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..7c76b0b82597 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..29d822ae7e46 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..f06b731deb12 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..efcc2acd6f47 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..47422aa5e216 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorListResult, @@ -102,6 +107,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -109,6 +115,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorResponse, @@ -134,10 +141,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -147,8 +154,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -182,6 +187,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -200,6 +206,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -222,11 +230,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -283,6 +294,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -295,4 +307,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..820bcc3cd196 --- /dev/null +++ b/sdk/network/arm-network/src/models/customIPPrefixesMappers.ts @@ -0,0 +1,303 @@ +/* + * 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, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, + 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, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + 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, + O365BreakOutCategoryPolicies, + O365PolicyProperties, + 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..65eaa83d5c74 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..a02cc83842ae 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosProtectionPlanListResult, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..346ccf1c072b 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..77e02573fbc5 --- /dev/null +++ b/sdk/network/arm-network/src/models/dscpConfigurationOperationsMappers.ts @@ -0,0 +1,302 @@ +/* + * 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, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, + 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, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + 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, + O365BreakOutCategoryPolicies, + O365PolicyProperties, + 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..969ed35ed118 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, @@ -82,6 +85,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..db6e3f2b9671 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..8f1df669c7c2 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..c6f525668012 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitArpTable, @@ -134,10 +141,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -147,8 +154,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -181,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -199,6 +205,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -221,11 +229,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +293,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +306,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..b3dcbb6e1e20 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..6a425c513e07 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..3f7092c83aa5 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitArpTable, @@ -134,10 +141,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -147,8 +154,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -181,6 +186,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -199,6 +205,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -221,11 +229,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +293,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +306,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..3099abea8140 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..cf880275b274 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..dd23ae96c233 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, ExpressRoutePortsLocationListResult, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..7adc5046e07e 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -128,10 +135,10 @@ export { ExpressRoutePortListResult, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,11 +148,11 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, + GenerateExpressRoutePortsLOARequest, + GenerateExpressRoutePortsLOAResult, HTTPHeader, HubIPAddresses, HubIpConfiguration, @@ -175,6 +182,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +201,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +302,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..26cc1693f86c --- /dev/null +++ b/sdk/network/arm-network/src/models/expressRouteProviderPortsMappers.ts @@ -0,0 +1,302 @@ +/* + * 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, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, + 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, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + 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, + O365BreakOutCategoryPolicies, + O365PolicyProperties, + 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..e131efe7e512 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,11 +134,11 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, ExpressRouteServiceProviderListResult, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..f7bff119daf9 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyListResult, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..83f537ab4a57 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupListResult, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..ff6b5326dd35 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, @@ -80,6 +83,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -96,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorResponse, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FlowLogListResult, @@ -176,6 +181,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -194,6 +200,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -216,11 +224,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -242,6 +253,7 @@ export { StaticRoute, Subnet, SubResource, + TagsObject, TrafficAnalyticsConfigurationProperties, TrafficAnalyticsProperties, TrafficSelectorPolicy, @@ -276,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +301,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..f25a0f50fda9 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..ab70098208ac 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..1ff22f3fd7b6 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..06834481df6b 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,51 @@ 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' + */ + 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 +4097,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 +4953,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 +4966,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. */ @@ -4834,9 +5062,14 @@ export interface ExpressRouteLinkMacSecConfig { */ cakSecretIdentifier?: string; /** - * Mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256' + * Mac security cipher. Possible values include: 'GcmAes256', 'GcmAes128', 'GcmAesXpn128', + * 'GcmAesXpn256' */ cipher?: ExpressRouteLinkMacSecCipher; + /** + * Sci mode enabled/disabled. Possible values include: 'Disabled', 'Enabled' + */ + sciState?: ExpressRouteLinkMacSecSciState; } /** @@ -4963,64 +5196,37 @@ export interface ExpressRoutePort extends Resource { } /** - * ThreatIntel Whitelist for Firewall Policy. - */ -export interface FirewallPolicyThreatIntelWhitelist { - /** - * List of IP addresses for the ThreatIntel Whitelist. - */ - ipAddresses?: string[]; - /** - * List of FQDNs for the ThreatIntel Whitelist. - */ - fqdns?: string[]; -} - -/** - * Trusted Root certificates properties for tls. + * The customer name to be printed on a letter of authorization. */ -export interface FirewallPolicyCertificateAuthority { - /** - * Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in - * KeyVault. - */ - keyVaultSecretId?: string; +export interface GenerateExpressRoutePortsLOARequest { /** - * Name of the CA certificate. + * The customer name. */ - name?: string; + customerName: string; } /** - * Trusted Root certificates of a firewall policy. + * Response for GenerateExpressRoutePortsLOA API service call. */ -export interface FirewallPolicyTrustedRootCertificate { - /** - * Secret Id of (base-64 encoded unencrypted pfx) the public certificate data stored in KeyVault. - */ - keyVaultSecretId?: string; +export interface GenerateExpressRoutePortsLOAResult { /** - * Name of the trusted root certificate that is unique within a firewall policy. + * The content as a base64 encoded string. */ - name?: string; + encodedContent?: string; } /** - * Configuration needed to perform TLS termination & initiation. + * ThreatIntel Whitelist for Firewall Policy. */ -export interface FirewallPolicyTransportSecurity { - /** - * The CA used for intermediate CA generation. - */ - certificateAuthority?: FirewallPolicyCertificateAuthority; +export interface FirewallPolicyThreatIntelWhitelist { /** - * List of domains which are excluded from TLS termination. + * List of IP addresses for the ThreatIntel Whitelist. */ - excludedDomains?: string[]; + ipAddresses?: string[]; /** - * Certificates which are to be trusted by the firewall. + * List of FQDNs for the ThreatIntel Whitelist. */ - trustedRootCertificates?: FirewallPolicyTrustedRootCertificate[]; + fqdns?: string[]; } /** @@ -5078,14 +5284,6 @@ export interface FirewallPolicy extends Resource { * ThreatIntel Whitelist for Firewall Policy. */ threatIntelWhitelist?: FirewallPolicyThreatIntelWhitelist; - /** - * The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled' - */ - intrusionSystemMode?: FirewallPolicyIntrusionSystemMode; - /** - * TLS Configuration definition. - */ - transportSecurity?: FirewallPolicyTransportSecurity; /** * DNS Proxy Settings definition. */ @@ -5095,10 +5293,6 @@ export interface FirewallPolicy extends Resource { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly etag?: string; - /** - * The identity of the firewall policy. - */ - identity?: ManagedServiceIdentity; } /** @@ -5296,10 +5490,6 @@ export interface ApplicationRule { * Array of Application Protocols. */ protocols?: FirewallPolicyRuleApplicationProtocol[]; - /** - * List of Urls for this rule condition. - */ - targetUrls?: string[]; /** * List of FQDNs for this rule. */ @@ -5312,10 +5502,6 @@ export interface ApplicationRule { * List of source IpGroups for this rule. */ sourceIpGroups?: string[]; - /** - * Terminate TLS connections for this rule. - */ - terminateTLS?: boolean; } /** @@ -5819,6 +6005,51 @@ export interface LoadBalancer extends Resource { readonly etag?: string; } +/** + * Master Custom IP prefix resource. + */ +export interface MasterCustomIpPrefix extends Resource { + /** + * The prefix range in CIDR notation. Should include the start address and the prefix length. + */ + cidr?: string; + /** + * Original message used to request creation of master custom IP Prefix. + */ + originalValidationMessage?: string; + /** + * Signed message used to request creation of master custom IP Prefix. + */ + signedValidationMessage?: string; + /** + * The list of corresponding Custom IP Prefixes. + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + 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. */ @@ -5897,17 +6128,41 @@ export interface AzureAsyncOperationResult { } /** - * The effective network security group association. + * The resource model definition for a ARM proxy resource. It will have everything other than + * required location and tags. */ -export interface EffectiveNetworkSecurityGroupAssociation { +export interface ProxyResource extends BaseResource { /** - * The ID of the subnet if assigned. + * 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.** */ - subnet?: SubResource; + readonly id?: string; /** - * The ID of the network interface if assigned. + * The name of the resource. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ - networkInterface?: SubResource; + 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. + */ +export interface EffectiveNetworkSecurityGroupAssociation { + /** + * The ID of the subnet if assigned. + */ + subnet?: SubResource; + /** + * The ID of the network interface if assigned. + */ + networkInterface?: SubResource; } /** @@ -6254,6 +6509,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 +7465,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.** @@ -7699,6 +7959,31 @@ export interface ConnectionMonitorEndpointFilter { items?: ConnectionMonitorEndpointFilterItem[]; } +/** + * Describes the connection monitor endpoint scope item. + */ +export interface ConnectionMonitorEndpointScopeItem { + /** + * The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP + * address. + */ + address?: string; +} + +/** + * Describes the connection monitor endpoint scope. + */ +export interface ConnectionMonitorEndpointScope { + /** + * List of items which needs to be included to the endpoint scope. + */ + include?: ConnectionMonitorEndpointScopeItem[]; + /** + * List of items which needs to be excluded from the endpoint scope. + */ + exclude?: ConnectionMonitorEndpointScopeItem[]; +} + /** * Describes the connection monitor endpoint. */ @@ -7707,6 +7992,11 @@ export interface ConnectionMonitorEndpoint { * The name of the connection monitor endpoint. */ name: string; + /** + * The endpoint type. Possible values include: 'AzureVM', 'AzureVNet', 'AzureSubnet', + * 'ExternalAddress', 'MMAWorkspaceMachine', 'MMAWorkspaceNetwork' + */ + type?: EndpointType; /** * Resource ID of the connection monitor endpoint. */ @@ -7719,6 +8009,15 @@ export interface ConnectionMonitorEndpoint { * Filter for sub-items within the endpoint. */ filter?: ConnectionMonitorEndpointFilter; + /** + * Endpoint scope. + */ + scope?: ConnectionMonitorEndpointScope; + /** + * Test coverage for the endpoint. Possible values include: 'Default', 'Low', 'BelowAverage', + * 'Average', 'AboveAverage', 'Full' + */ + coverageLevel?: CoverageLevel; } /** @@ -7764,6 +8063,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 +8959,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 +9334,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 +9384,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 +9452,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. */ @@ -10509,6 +10820,34 @@ export interface VpnSiteLink extends SubResource { readonly type?: string; } +/** + * Office365 breakout categories. + */ +export interface O365BreakOutCategoryPolicies { + /** + * Flag to control allow category. + */ + allow?: boolean; + /** + * Flag to control optimize category. + */ + optimize?: boolean; + /** + * Flag to control default category. + */ + default?: boolean; +} + +/** + * The Office365 breakout policy. + */ +export interface O365PolicyProperties { + /** + * Office365 breakout categories. + */ + breakOutCategories?: O365BreakOutCategoryPolicies; +} + /** * VpnSite Resource. */ @@ -10551,6 +10890,10 @@ export interface VpnSite extends Resource { * List of all vpn site links. */ vpnSiteLinks?: VpnSiteLink[]; + /** + * Office365 Policy. + */ + o365Policy?: O365PolicyProperties; /** * 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.** @@ -10806,6 +11149,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 +11315,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 +11396,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 +11440,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 +11452,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 +11586,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 +11741,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 +12137,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 +12395,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 +12476,16 @@ export interface ApplicationGatewaysBeginBackendHealthOnDemandOptionalParams ext expand?: string; } +/** + * Optional Parameters. + */ +export interface CustomIPPrefixesGetOptionalParams extends msRest.RequestOptionsBase { + /** + * Expands referenced resources. + */ + expand?: string; +} + /** * Optional Parameters. */ @@ -12063,6 +12537,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 +12852,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 +13113,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 +13138,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 +13457,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 +14184,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 +14487,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 +14512,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' @@ -13949,11 +14594,19 @@ export type ServiceProviderProvisioningState = 'NotProvisioned' | 'Provisioning' /** * Defines values for ExpressRouteLinkMacSecCipher. - * Possible values include: 'gcm-aes-128', 'gcm-aes-256' + * Possible values include: 'GcmAes256', 'GcmAes128', 'GcmAesXpn128', 'GcmAesXpn256' + * @readonly + * @enum {string} + */ +export type ExpressRouteLinkMacSecCipher = 'GcmAes256' | 'GcmAes128' | 'GcmAesXpn128' | 'GcmAesXpn256'; + +/** + * Defines values for ExpressRouteLinkMacSecSciState. + * Possible values include: 'Disabled', 'Enabled' * @readonly * @enum {string} */ -export type ExpressRouteLinkMacSecCipher = 'gcm-aes-128' | 'gcm-aes-256'; +export type ExpressRouteLinkMacSecSciState = 'Disabled' | 'Enabled'; /** * Defines values for ExpressRouteLinkConnectorType. @@ -13979,14 +14632,6 @@ export type ExpressRouteLinkAdminState = 'Enabled' | 'Disabled'; */ export type ExpressRoutePortsEncapsulation = 'Dot1Q' | 'QinQ'; -/** - * Defines values for FirewallPolicyIntrusionSystemMode. - * Possible values include: 'Enabled', 'Disabled' - * @readonly - * @enum {string} - */ -export type FirewallPolicyIntrusionSystemMode = 'Enabled' | 'Disabled'; - /** * Defines values for FirewallPolicyNatRuleCollectionActionType. * Possible values include: 'DNAT' @@ -14059,6 +14704,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' @@ -14230,6 +14883,15 @@ export type ConnectionStatus = 'Unknown' | 'Connected' | 'Disconnected' | 'Degra */ export type VerbosityLevel = 'Normal' | 'Minimum' | 'Full'; +/** + * Defines values for EndpointType. + * Possible values include: 'AzureVM', 'AzureVNet', 'AzureSubnet', 'ExternalAddress', + * 'MMAWorkspaceMachine', 'MMAWorkspaceNetwork' + * @readonly + * @enum {string} + */ +export type EndpointType = 'AzureVM' | 'AzureVNet' | 'AzureSubnet' | 'ExternalAddress' | 'MMAWorkspaceMachine' | 'MMAWorkspaceNetwork'; + /** * Defines values for ConnectionMonitorEndpointFilterType. * Possible values include: 'Include' @@ -14246,6 +14908,14 @@ export type ConnectionMonitorEndpointFilterType = 'Include'; */ export type ConnectionMonitorEndpointFilterItemType = 'AgentAddress'; +/** + * Defines values for CoverageLevel. + * Possible values include: 'Default', 'Low', 'BelowAverage', 'Average', 'AboveAverage', 'Full' + * @readonly + * @enum {string} + */ +export type CoverageLevel = 'Default' | 'Low' | 'BelowAverage' | 'Average' | 'AboveAverage' | 'Full'; + /** * Defines values for ConnectionMonitorTestConfigurationProtocol. * Possible values include: 'Tcp', 'Http', 'Icmp' @@ -14270,6 +14940,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 +16870,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 +16883,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 +16903,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 +16923,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 +16943,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 +16963,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 +16983,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 +17003,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 +17023,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 +17043,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 +17063,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 +17083,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 +17103,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 +17123,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 +17143,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 +17163,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 +17183,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,7 +17203,307 @@ 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 DdosProtectionPlansBeginCreateOrUpdateResponse = DdosProtectionPlan & { + /** + * 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: DdosProtectionPlan; + }; +}; + +/** + * Contains response data for the listNext operation. + */ +export type DdosProtectionPlansListNextResponse = 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 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; }; }; @@ -17729,6 +18707,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 +19770,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 +19943,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 +19963,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 +19983,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 +20003,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 +20023,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 +20043,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 +20063,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 +20083,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 +20103,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 +20123,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 +20143,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 +20163,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 +20183,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 +20203,7 @@ export type LoadBalancerProbesListNextResponse = LoadBalancerProbeListResult & { /** * The response body as parsed JSON or XML */ - parsedBody: LoadBalancerProbeListResult; + parsedBody: MasterCustomIpPrefixListResult; }; }; @@ -21429,6 +22587,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 +27630,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 +27823,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 +27843,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 +27868,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 +27893,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 +27913,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 +27933,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 +27953,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 +27978,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 +27998,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 +28018,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 +28043,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 +28068,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 +28088,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 +28103,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 +28123,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 +28148,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 +28173,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 +28193,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 +28218,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 +28238,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 +28263,7 @@ export type VpnConnectionsBeginCreateOrUpdateResponse = VpnConnection & { /** * The response body as parsed JSON or XML */ - parsedBody: VpnConnection; + parsedBody: string; }; }; @@ -27049,6 +28447,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 +28547,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 +29426,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..b488cfbbe139 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..26bf14fffc89 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, @@ -80,6 +83,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -96,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -176,6 +181,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -194,6 +200,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -216,11 +224,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +301,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..d2f06c22732f 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..2f209532958f 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..1aea14da7e28 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..4bad2d1ac205 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..e46fd23afe2b 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..0e7698cc5afe 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..61a4aa3ae228 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..d2410ebd2bb4 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..5b3ee0346352 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,81 @@ 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: { + 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 +6951,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,63 +6973,227 @@ 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: { - advertisedPublicPrefixes: { + ...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", type: { name: "Sequence", @@ -7943,14 +8342,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 +8361,14 @@ export const ExpressRouteCrossConnection: msRest.CompositeMapper = { } }, peeringLocation: { + readOnly: true, serializedName: "properties.peeringLocation", type: { name: "String" } }, bandwidthInMbps: { + readOnly: true, serializedName: "properties.bandwidthInMbps", type: { name: "Number" @@ -8115,6 +8514,12 @@ export const ExpressRouteLinkMacSecConfig: msRest.CompositeMapper = { type: { name: "String" } + }, + sciState: { + serializedName: "sciState", + type: { + name: "String" + } } } } @@ -8309,52 +8714,15 @@ export const ExpressRoutePort: msRest.CompositeMapper = { } }; -export const FirewallPolicyThreatIntelWhitelist: msRest.CompositeMapper = { - serializedName: "FirewallPolicyThreatIntelWhitelist", +export const GenerateExpressRoutePortsLOARequest: msRest.CompositeMapper = { + serializedName: "GenerateExpressRoutePortsLOARequest", type: { name: "Composite", - className: "FirewallPolicyThreatIntelWhitelist", + className: "GenerateExpressRoutePortsLOARequest", modelProperties: { - ipAddresses: { - serializedName: "ipAddresses", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, - fqdns: { - serializedName: "fqdns", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - } - } - } -}; - -export const FirewallPolicyCertificateAuthority: msRest.CompositeMapper = { - serializedName: "FirewallPolicyCertificateAuthority", - type: { - name: "Composite", - className: "FirewallPolicyCertificateAuthority", - modelProperties: { - keyVaultSecretId: { - serializedName: "properties.keyVaultSecretId", - type: { - name: "String" - } - }, - name: { - serializedName: "name", + customerName: { + required: true, + serializedName: "customerName", type: { name: "String" } @@ -8363,20 +8731,14 @@ export const FirewallPolicyCertificateAuthority: msRest.CompositeMapper = { } }; -export const FirewallPolicyTrustedRootCertificate: msRest.CompositeMapper = { - serializedName: "FirewallPolicyTrustedRootCertificate", +export const GenerateExpressRoutePortsLOAResult: msRest.CompositeMapper = { + serializedName: "GenerateExpressRoutePortsLOAResult", type: { name: "Composite", - className: "FirewallPolicyTrustedRootCertificate", + className: "GenerateExpressRoutePortsLOAResult", modelProperties: { - keyVaultSecretId: { - serializedName: "properties.keyVaultSecretId", - type: { - name: "String" - } - }, - name: { - serializedName: "name", + encodedContent: { + serializedName: "encodedContent", type: { name: "String" } @@ -8385,21 +8747,14 @@ export const FirewallPolicyTrustedRootCertificate: msRest.CompositeMapper = { } }; -export const FirewallPolicyTransportSecurity: msRest.CompositeMapper = { - serializedName: "FirewallPolicyTransportSecurity", +export const FirewallPolicyThreatIntelWhitelist: msRest.CompositeMapper = { + serializedName: "FirewallPolicyThreatIntelWhitelist", type: { name: "Composite", - className: "FirewallPolicyTransportSecurity", + className: "FirewallPolicyThreatIntelWhitelist", modelProperties: { - certificateAuthority: { - serializedName: "certificateAuthority", - type: { - name: "Composite", - className: "FirewallPolicyCertificateAuthority" - } - }, - excludedDomains: { - serializedName: "excludedDomains", + ipAddresses: { + serializedName: "ipAddresses", type: { name: "Sequence", element: { @@ -8409,14 +8764,13 @@ export const FirewallPolicyTransportSecurity: msRest.CompositeMapper = { } } }, - trustedRootCertificates: { - serializedName: "trustedRootCertificates", + fqdns: { + serializedName: "fqdns", type: { name: "Sequence", element: { type: { - name: "Composite", - className: "FirewallPolicyTrustedRootCertificate" + name: "String" } } } @@ -8532,19 +8886,6 @@ export const FirewallPolicy: msRest.CompositeMapper = { className: "FirewallPolicyThreatIntelWhitelist" } }, - intrusionSystemMode: { - serializedName: "properties.intrusionSystemMode", - type: { - name: "String" - } - }, - transportSecurity: { - serializedName: "properties.transportSecurity", - type: { - name: "Composite", - className: "FirewallPolicyTransportSecurity" - } - }, dnsSettings: { serializedName: "properties.dnsSettings", type: { @@ -8558,13 +8899,6 @@ export const FirewallPolicy: msRest.CompositeMapper = { type: { name: "String" } - }, - identity: { - serializedName: "identity", - type: { - name: "Composite", - className: "ManagedServiceIdentity" - } } } } @@ -8867,17 +9201,6 @@ export const ApplicationRule: msRest.CompositeMapper = { } } }, - targetUrls: { - serializedName: "targetUrls", - type: { - name: "Sequence", - element: { - type: { - name: "String" - } - } - } - }, targetFqdns: { serializedName: "targetFqdns", type: { @@ -8910,12 +9233,6 @@ export const ApplicationRule: msRest.CompositeMapper = { } } } - }, - terminateTLS: { - serializedName: "terminateTLS", - type: { - name: "Boolean" - } } } } @@ -9665,37 +9982,107 @@ export const LoadBalancer: msRest.CompositeMapper = { inboundNatRules: { serializedName: "properties.inboundNatRules", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "InboundNatRule" - } - } + name: "Sequence", + element: { + type: { + name: "Composite", + className: "InboundNatRule" + } + } + } + }, + inboundNatPools: { + serializedName: "properties.inboundNatPools", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "InboundNatPool" + } + } + } + }, + outboundRules: { + serializedName: "properties.outboundRules", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "OutboundRule" + } + } + } + }, + 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 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" } }, - inboundNatPools: { - serializedName: "properties.inboundNatPools", + customIpPrefixes: { + readOnly: true, + serializedName: "properties.customIpPrefixes", type: { name: "Sequence", element: { type: { name: "Composite", - className: "InboundNatPool" + className: "SubResource" } } } }, - outboundRules: { - serializedName: "properties.outboundRules", + validationState: { + readOnly: true, + serializedName: "properties.validationState", type: { - name: "Sequence", - element: { - type: { - name: "Composite", - className: "OutboundRule" - } - } + name: "String" } }, resourceGuid: { @@ -9855,6 +10242,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 +10905,13 @@ export const NetworkVirtualAppliance: msRest.CompositeMapper = { className: "VirtualApplianceSkuProperties" } }, + addressPrefix: { + readOnly: true, + serializedName: "properties.addressPrefix", + type: { + name: "String" + } + }, bootStrapConfigurationBlobs: { serializedName: "properties.bootStrapConfigurationBlobs", type: { @@ -12094,10 +12519,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" + } + } } } } @@ -12995,6 +13425,56 @@ export const ConnectionMonitorEndpointFilter: msRest.CompositeMapper = { } }; +export const ConnectionMonitorEndpointScopeItem: msRest.CompositeMapper = { + serializedName: "ConnectionMonitorEndpointScopeItem", + type: { + name: "Composite", + className: "ConnectionMonitorEndpointScopeItem", + modelProperties: { + address: { + serializedName: "address", + type: { + name: "String" + } + } + } + } +}; + +export const ConnectionMonitorEndpointScope: msRest.CompositeMapper = { + serializedName: "ConnectionMonitorEndpointScope", + type: { + name: "Composite", + className: "ConnectionMonitorEndpointScope", + modelProperties: { + include: { + serializedName: "include", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ConnectionMonitorEndpointScopeItem" + } + } + } + }, + exclude: { + serializedName: "exclude", + type: { + name: "Sequence", + element: { + type: { + name: "Composite", + className: "ConnectionMonitorEndpointScopeItem" + } + } + } + } + } + } +}; + export const ConnectionMonitorEndpoint: msRest.CompositeMapper = { serializedName: "ConnectionMonitorEndpoint", type: { @@ -13008,6 +13488,12 @@ export const ConnectionMonitorEndpoint: msRest.CompositeMapper = { name: "String" } }, + type: { + serializedName: "type", + type: { + name: "String" + } + }, resourceId: { serializedName: "resourceId", type: { @@ -13026,6 +13512,19 @@ export const ConnectionMonitorEndpoint: msRest.CompositeMapper = { name: "Composite", className: "ConnectionMonitorEndpointFilter" } + }, + scope: { + serializedName: "scope", + type: { + name: "Composite", + className: "ConnectionMonitorEndpointScope" + } + }, + coverageLevel: { + serializedName: "coverageLevel", + type: { + name: "String" + } } } } @@ -13105,6 +13604,12 @@ export const ConnectionMonitorTcpConfiguration: msRest.CompositeMapper = { type: { name: "Boolean" } + }, + destinationPortBehavior: { + serializedName: "destinationPortBehavior", + type: { + name: "String" + } } } } @@ -14670,6 +15175,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 +15843,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 +15912,13 @@ export const VirtualNetworkPeering: msRest.CompositeMapper = { className: "AddressSpace" } }, + remoteBgpCommunities: { + serializedName: "properties.remoteBgpCommunities", + type: { + name: "Composite", + className: "VirtualNetworkBgpCommunities" + } + }, peeringState: { serializedName: "properties.peeringState", type: { @@ -15485,30 +16028,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: { @@ -17747,6 +18266,51 @@ export const VpnSiteLink: msRest.CompositeMapper = { } }; +export const O365BreakOutCategoryPolicies: msRest.CompositeMapper = { + serializedName: "O365BreakOutCategoryPolicies", + type: { + name: "Composite", + className: "O365BreakOutCategoryPolicies", + modelProperties: { + allow: { + serializedName: "allow", + type: { + name: "Boolean" + } + }, + optimize: { + serializedName: "optimize", + type: { + name: "Boolean" + } + }, + default: { + serializedName: "default", + type: { + name: "Boolean" + } + } + } + } +}; + +export const O365PolicyProperties: msRest.CompositeMapper = { + serializedName: "O365PolicyProperties", + type: { + name: "Composite", + className: "O365PolicyProperties", + modelProperties: { + breakOutCategories: { + serializedName: "breakOutCategories", + type: { + name: "Composite", + className: "O365BreakOutCategoryPolicies" + } + } + } + } +}; + export const VpnSite: msRest.CompositeMapper = { serializedName: "VpnSite", type: { @@ -17819,6 +18383,13 @@ export const VpnSite: msRest.CompositeMapper = { } } }, + o365Policy: { + serializedName: "properties.o365Policy", + type: { + name: "Composite", + className: "O365PolicyProperties" + } + }, etag: { readOnly: true, serializedName: "etag", @@ -18276,6 +18847,12 @@ export const VirtualHub: msRest.CompositeMapper = { } } }, + enableVirtualRouterRoutePropogation: { + serializedName: "properties.enableVirtualRouterRoutePropogation", + type: { + name: "Boolean" + } + }, etag: { readOnly: true, serializedName: "etag", @@ -18659,19 +19236,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 +19331,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 +19355,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 +19591,8 @@ export const HubRouteTable: msRest.CompositeMapper = { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "SubResource" } } } @@ -18899,7 +19604,8 @@ export const HubRouteTable: msRest.CompositeMapper = { name: "Sequence", element: { type: { - name: "String" + name: "Composite", + className: "SubResource" } } } @@ -19139,6 +19845,12 @@ export const P2SConnectionConfiguration: msRest.CompositeMapper = { className: "RoutingConfiguration" } }, + enableInternetSecurity: { + serializedName: "properties.enableInternetSecurity", + type: { + name: "Boolean" + } + }, provisioningState: { readOnly: true, serializedName: "properties.provisioningState", @@ -19838,11 +20550,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 +21036,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 +21465,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 +21522,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 +22233,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 +23885,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..7cd4cb27282a --- /dev/null +++ b/sdk/network/arm-network/src/models/masterCustomIPPrefixesMappers.ts @@ -0,0 +1,303 @@ +/* + * 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, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, + 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, + FirewallPolicyFilterRuleCollection, + FirewallPolicyFilterRuleCollectionAction, + FirewallPolicyNatRuleCollection, + FirewallPolicyNatRuleCollectionAction, + FirewallPolicyRule, + FirewallPolicyRuleApplicationProtocol, + FirewallPolicyRuleCollection, + FirewallPolicyRuleCollectionGroup, + FirewallPolicyThreatIntelWhitelist, + 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, + O365BreakOutCategoryPolicies, + O365PolicyProperties, + 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..a5f2c83b6f62 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..f3ad647d8c84 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..ea2be9b7f932 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..11d3a22f8eb7 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..2d3e320c4e30 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveNetworkSecurityGroup, EffectiveNetworkSecurityGroupAssociation, EffectiveNetworkSecurityGroupListResult, @@ -133,10 +140,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -146,8 +153,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -180,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -200,6 +206,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -222,11 +230,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -283,6 +294,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -295,4 +307,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..ad96509fef2f 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..1a63b366c669 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..e42a2acb2316 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..5ae8e07c7641 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, @@ -90,6 +93,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -112,6 +117,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -119,6 +125,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveNetworkSecurityRule, EndpointServiceResult, ErrorDetails, @@ -146,10 +153,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -159,8 +166,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FlowLogInformation, @@ -197,6 +202,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchedRule, MatchVariable, @@ -226,6 +232,8 @@ export { NetworkWatcherListResult, NextHopParameters, NextHopResult, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -249,11 +257,14 @@ export { PropagatedRouteTable, ProtocolConfiguration, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, QueryTroubleshootingParameters, RadiusServer, RecordSet, @@ -326,6 +337,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -338,4 +350,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..cb105eb60728 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -219,11 +227,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -280,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnProfileResponse, @@ -293,4 +305,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..3a3e68abf569 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..b3acc05e47b7 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -129,10 +136,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -142,8 +149,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -176,6 +181,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -194,6 +200,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -217,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +301,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..1d644f5f3ff7 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, @@ -80,6 +83,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -96,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -216,11 +224,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..eb4b0e09eea2 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, @@ -84,6 +87,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -100,6 +105,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -107,6 +113,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -132,10 +139,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -145,8 +152,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -179,6 +184,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -197,6 +203,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -222,11 +230,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -282,6 +293,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -294,4 +306,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..b7a75d17a2ed 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,12 +222,15 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressListResult, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..e707c57d777c 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,12 +222,15 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixListResult, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..79af20d75296 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..6515b5aa58b1 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..c3abb375e602 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..6316d51895d4 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..b9b02883a6e5 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..30b1645ba048 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..346ccf1c072b 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..accd1f59b557 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..d290b76b644f 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..3ad2a3c290aa 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..df64fd04052e 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -216,11 +224,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -278,6 +289,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -290,4 +302,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..718a5136adf8 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..ca5c70b5b32a 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSkuInstances, NetworkVirtualApplianceSkuListResult, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..93586b151566 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +285,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -286,4 +298,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..718c88a396b8 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..2f82faa5bf8d 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..8c7a2d348b95 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -129,10 +136,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -142,8 +149,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -177,6 +182,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -195,6 +201,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -217,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +301,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..462e092d656f 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EffectiveRoutesParameters, EndpointServiceResult, ExpressRouteCircuit, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -176,6 +181,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -194,6 +200,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -216,11 +224,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -277,6 +288,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -289,4 +301,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..7f39e1b0f114 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -98,6 +103,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -105,6 +111,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -130,10 +137,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -143,8 +150,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -177,6 +182,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -195,6 +201,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -217,11 +225,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -279,6 +290,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnPacketCaptureStartParameters, @@ -293,4 +305,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..093f569be6f0 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, @@ -83,6 +86,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -99,6 +104,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -106,6 +112,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -131,10 +138,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -144,8 +151,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -180,6 +185,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -198,6 +204,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -221,11 +229,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -289,6 +300,7 @@ export { VpnConnection, VpnDeviceScriptParameters, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnPacketCaptureStartParameters, @@ -303,4 +315,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..1bf9bc06530d 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..e44d7e18b456 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..ab3f9ba1330e 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -280,6 +291,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -292,4 +304,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..cc8fdffbfa7f 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, @@ -80,6 +83,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -96,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..b9968d9b0c93 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, @@ -80,6 +83,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -96,6 +101,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -103,6 +109,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ErrorDetails, ErrorModel, @@ -128,10 +135,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -141,8 +148,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..dac31a917169 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..d78e00630b8a 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,7 +285,10 @@ export { VpnClientRevokedCertificate, VpnClientRootCertificate, VpnConnection, + VpnConnectionPacketCaptureStartParameters, + VpnConnectionPacketCaptureStopParameters, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +301,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..e8a0baaa9cc8 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,9 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, + VpnGatewayPacketCaptureStartParameters, + VpnGatewayPacketCaptureStopParameters, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +302,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..6069b8c426cd 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..55b40865a4ac 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..93586b151566 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +285,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -286,4 +298,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..c6bdd44fad2c 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -275,6 +286,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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..7457f14c8cda 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -175,6 +180,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -193,6 +199,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -215,11 +223,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -276,6 +287,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -288,4 +300,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..8c5e41ccb391 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, @@ -81,6 +84,8 @@ export { ConnectionMonitorEndpoint, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointFilterItem, + ConnectionMonitorEndpointScope, + ConnectionMonitorEndpointScopeItem, ConnectionMonitorHttpConfiguration, ConnectionMonitorIcmpConfiguration, ConnectionMonitorOutput, @@ -97,6 +102,7 @@ export { ContainerNetworkInterfaceConfiguration, ContainerNetworkInterfaceIpConfiguration, CustomDnsConfigPropertiesFormat, + CustomIpPrefix, DdosCustomPolicy, DdosProtectionPlan, DdosSettings, @@ -104,6 +110,7 @@ export { DeviceProperties, DhcpOptions, DnsSettings, + DscpConfiguration, EndpointServiceResult, ExpressRouteCircuit, ExpressRouteCircuitAuthorization, @@ -127,10 +134,10 @@ export { ExpressRoutePort, ExpressRoutePortsLocation, ExpressRoutePortsLocationBandwidths, + ExpressRouteProviderPort, ExpressRouteServiceProvider, ExpressRouteServiceProviderBandwidthsOffered, FirewallPolicy, - FirewallPolicyCertificateAuthority, FirewallPolicyFilterRuleCollection, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyNatRuleCollection, @@ -140,8 +147,6 @@ export { FirewallPolicyRuleCollection, FirewallPolicyRuleCollectionGroup, FirewallPolicyThreatIntelWhitelist, - FirewallPolicyTransportSecurity, - FirewallPolicyTrustedRootCertificate, FlowLog, FlowLogFormatParameters, FrontendIPConfiguration, @@ -174,6 +179,7 @@ export { ManagedRuleSet, ManagedServiceIdentity, ManagedServiceIdentityUserAssignedIdentitiesValue, + MasterCustomIpPrefix, MatchCondition, MatchVariable, NatGateway, @@ -192,6 +198,8 @@ export { NetworkVirtualApplianceSku, NetworkVirtualApplianceSkuInstances, NetworkWatcher, + O365BreakOutCategoryPolicies, + O365PolicyProperties, Office365PolicyProperties, OutboundRule, OwaspCrsExclusionEntry, @@ -214,11 +222,14 @@ export { Probe, PropagatedRouteTable, ProtocolCustomSettingsFormat, + ProxyResource, PublicIPAddress, PublicIPAddressDnsSettings, PublicIPAddressSku, PublicIPPrefix, PublicIPPrefixSku, + QosIpRange, + QosPortRange, RadiusServer, RecordSet, ReferencedPublicIpAddress, @@ -274,6 +285,7 @@ export { VpnClientRootCertificate, VpnConnection, VpnGateway, + VpnGatewayIpConfiguration, VpnLinkBgpSettings, VpnLinkProviderProperties, VpnServerConfigRadiusClientRootCertificate, @@ -287,4 +299,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