Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] network/resource-manager #3422

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion profiles/preview/network/mgmt/network/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package network
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-08-01/network"
original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network"
)

type ApplicationGatewaysClient = original.ApplicationGatewaysClient
Expand Down Expand Up @@ -426,6 +426,12 @@ const (
QinQ ExpressRoutePortsEncapsulation = original.QinQ
)

type FlowLogFormatType = original.FlowLogFormatType

const (
JSON FlowLogFormatType = original.JSON
)

type HTTPMethod = original.HTTPMethod

const (
Expand Down Expand Up @@ -671,6 +677,15 @@ const (
Standard PublicIPPrefixSkuName = original.Standard
)

type ResourceIdentityType = original.ResourceIdentityType

const (
ResourceIdentityTypeNone ResourceIdentityType = original.ResourceIdentityTypeNone
ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
ResourceIdentityTypeSystemAssignedUserAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssignedUserAssigned
ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned
)

type RouteNextHopType = original.RouteNextHopType

const (
Expand Down Expand Up @@ -890,6 +905,7 @@ type ApplicationGatewayFrontendIPConfiguration = original.ApplicationGatewayFron
type ApplicationGatewayFrontendIPConfigurationPropertiesFormat = original.ApplicationGatewayFrontendIPConfigurationPropertiesFormat
type ApplicationGatewayFrontendPort = original.ApplicationGatewayFrontendPort
type ApplicationGatewayFrontendPortPropertiesFormat = original.ApplicationGatewayFrontendPortPropertiesFormat
type ApplicationGatewayHeaderConfiguration = original.ApplicationGatewayHeaderConfiguration
type ApplicationGatewayHTTPListener = original.ApplicationGatewayHTTPListener
type ApplicationGatewayHTTPListenerPropertiesFormat = original.ApplicationGatewayHTTPListenerPropertiesFormat
type ApplicationGatewayIPConfiguration = original.ApplicationGatewayIPConfiguration
Expand All @@ -907,6 +923,10 @@ type ApplicationGatewayRedirectConfiguration = original.ApplicationGatewayRedire
type ApplicationGatewayRedirectConfigurationPropertiesFormat = original.ApplicationGatewayRedirectConfigurationPropertiesFormat
type ApplicationGatewayRequestRoutingRule = original.ApplicationGatewayRequestRoutingRule
type ApplicationGatewayRequestRoutingRulePropertiesFormat = original.ApplicationGatewayRequestRoutingRulePropertiesFormat
type ApplicationGatewayRewriteRule = original.ApplicationGatewayRewriteRule
type ApplicationGatewayRewriteRuleActionSet = original.ApplicationGatewayRewriteRuleActionSet
type ApplicationGatewayRewriteRuleSet = original.ApplicationGatewayRewriteRuleSet
type ApplicationGatewayRewriteRuleSetPropertiesFormat = original.ApplicationGatewayRewriteRuleSetPropertiesFormat
type ApplicationGatewaysBackendHealthFuture = original.ApplicationGatewaysBackendHealthFuture
type ApplicationGatewaysCreateOrUpdateFuture = original.ApplicationGatewaysCreateOrUpdateFuture
type ApplicationGatewaysDeleteFuture = original.ApplicationGatewaysDeleteFuture
Expand Down Expand Up @@ -1054,6 +1074,9 @@ type ExpressRouteCircuitAuthorization = original.ExpressRouteCircuitAuthorizatio
type ExpressRouteCircuitAuthorizationsCreateOrUpdateFuture = original.ExpressRouteCircuitAuthorizationsCreateOrUpdateFuture
type ExpressRouteCircuitAuthorizationsDeleteFuture = original.ExpressRouteCircuitAuthorizationsDeleteFuture
type ExpressRouteCircuitConnection = original.ExpressRouteCircuitConnection
type ExpressRouteCircuitConnectionListResult = original.ExpressRouteCircuitConnectionListResult
type ExpressRouteCircuitConnectionListResultIterator = original.ExpressRouteCircuitConnectionListResultIterator
type ExpressRouteCircuitConnectionListResultPage = original.ExpressRouteCircuitConnectionListResultPage
type ExpressRouteCircuitConnectionPropertiesFormat = original.ExpressRouteCircuitConnectionPropertiesFormat
type ExpressRouteCircuitConnectionsCreateOrUpdateFuture = original.ExpressRouteCircuitConnectionsCreateOrUpdateFuture
type ExpressRouteCircuitConnectionsDeleteFuture = original.ExpressRouteCircuitConnectionsDeleteFuture
Expand Down Expand Up @@ -1142,6 +1165,7 @@ type ExpressRouteServiceProviderListResult = original.ExpressRouteServiceProvide
type ExpressRouteServiceProviderListResultIterator = original.ExpressRouteServiceProviderListResultIterator
type ExpressRouteServiceProviderListResultPage = original.ExpressRouteServiceProviderListResultPage
type ExpressRouteServiceProviderPropertiesFormat = original.ExpressRouteServiceProviderPropertiesFormat
type FlowLogFormatParameters = original.FlowLogFormatParameters
type FlowLogInformation = original.FlowLogInformation
type FlowLogProperties = original.FlowLogProperties
type FlowLogStatusParameters = original.FlowLogStatusParameters
Expand Down Expand Up @@ -1264,6 +1288,8 @@ type LocalNetworkGatewaysCreateOrUpdateFuture = original.LocalNetworkGatewaysCre
type LocalNetworkGatewaysDeleteFuture = original.LocalNetworkGatewaysDeleteFuture
type LocalNetworkGatewaysUpdateTagsFuture = original.LocalNetworkGatewaysUpdateTagsFuture
type LogSpecification = original.LogSpecification
type ManagedServiceIdentity = original.ManagedServiceIdentity
type ManagedServiceIdentityUserAssignedIdentitiesValue = original.ManagedServiceIdentityUserAssignedIdentitiesValue
type MatchedRule = original.MatchedRule
type MetricSpecification = original.MetricSpecification
type NextHopParameters = original.NextHopParameters
Expand Down Expand Up @@ -1955,6 +1981,9 @@ func PossibleExpressRoutePeeringTypeValues() []ExpressRoutePeeringType {
func PossibleExpressRoutePortsEncapsulationValues() []ExpressRoutePortsEncapsulation {
return original.PossibleExpressRoutePortsEncapsulationValues()
}
func PossibleFlowLogFormatTypeValues() []FlowLogFormatType {
return original.PossibleFlowLogFormatTypeValues()
}
func PossibleHTTPMethodValues() []HTTPMethod {
return original.PossibleHTTPMethodValues()
}
Expand Down Expand Up @@ -2036,6 +2065,9 @@ func PossiblePublicIPAddressSkuNameValues() []PublicIPAddressSkuName {
func PossiblePublicIPPrefixSkuNameValues() []PublicIPPrefixSkuName {
return original.PossiblePublicIPPrefixSkuNameValues()
}
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
func PossibleRouteNextHopTypeValues() []RouteNextHopType {
return original.PossibleRouteNextHopTypeValues()
}
Expand Down Expand Up @@ -2159,6 +2191,12 @@ func NewEndpointServicesListResultIterator(page EndpointServicesListResultPage)
func NewEndpointServicesListResultPage(getNextPage func(context.Context, EndpointServicesListResult) (EndpointServicesListResult, error)) EndpointServicesListResultPage {
return original.NewEndpointServicesListResultPage(getNextPage)
}
func NewExpressRouteCircuitConnectionListResultIterator(page ExpressRouteCircuitConnectionListResultPage) ExpressRouteCircuitConnectionListResultIterator {
return original.NewExpressRouteCircuitConnectionListResultIterator(page)
}
func NewExpressRouteCircuitConnectionListResultPage(getNextPage func(context.Context, ExpressRouteCircuitConnectionListResult) (ExpressRouteCircuitConnectionListResult, error)) ExpressRouteCircuitConnectionListResultPage {
return original.NewExpressRouteCircuitConnectionListResultPage(getNextPage)
}
func NewExpressRouteCircuitListResultIterator(page ExpressRouteCircuitListResultPage) ExpressRouteCircuitListResultIterator {
return original.NewExpressRouteCircuitListResultIterator(page)
}
Expand Down
4 changes: 2 additions & 2 deletions profiles/preview/network/mgmt/network/networkapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package networkapi

import original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-08-01/network/networkapi"
import original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-10-01/network/networkapi"

type BaseClientAPI = original.BaseClientAPI
type ApplicationGatewaysClientAPI = original.ApplicationGatewaysClientAPI
Expand Down Expand Up @@ -76,10 +76,10 @@ type UsagesClientAPI = original.UsagesClientAPI
type VirtualNetworksClientAPI = original.VirtualNetworksClientAPI
type SubnetsClientAPI = original.SubnetsClientAPI
type VirtualNetworkPeeringsClientAPI = original.VirtualNetworkPeeringsClientAPI
type VirtualNetworkTapsClientAPI = original.VirtualNetworkTapsClientAPI
type VirtualNetworkGatewaysClientAPI = original.VirtualNetworkGatewaysClientAPI
type VirtualNetworkGatewayConnectionsClientAPI = original.VirtualNetworkGatewayConnectionsClientAPI
type LocalNetworkGatewaysClientAPI = original.LocalNetworkGatewaysClientAPI
type VirtualNetworkTapsClientAPI = original.VirtualNetworkTapsClientAPI
type VirtualWansClientAPI = original.VirtualWansClientAPI
type VpnSitesClientAPI = original.VpnSitesClientAPI
type VpnSitesConfigurationClientAPI = original.VpnSitesConfigurationClientAPI
Expand Down
Loading