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 web/resource-manager] Fix Hosting Environment Network Dependencies pagination #4216

Merged
merged 1 commit into from
Mar 5, 2019
Merged
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
20 changes: 18 additions & 2 deletions profiles/latest/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ type IdentifierCollectionIterator = original.IdentifierCollectionIterator
type IdentifierCollectionPage = original.IdentifierCollectionPage
type IdentifierProperties = original.IdentifierProperties
type InboundEnvironmentEndpoint = original.InboundEnvironmentEndpoint
type InboundEnvironmentEndpointCollection = original.InboundEnvironmentEndpointCollection
type InboundEnvironmentEndpointCollectionIterator = original.InboundEnvironmentEndpointCollectionIterator
type InboundEnvironmentEndpointCollectionPage = original.InboundEnvironmentEndpointCollectionPage
type Job = original.Job
type JobCollection = original.JobCollection
type JobCollectionIterator = original.JobCollectionIterator
Expand All @@ -920,10 +923,8 @@ type ListCapability = original.ListCapability
type ListCertificateEmail = original.ListCertificateEmail
type ListCertificateOrderAction = original.ListCertificateOrderAction
type ListHostingEnvironmentDiagnostics = original.ListHostingEnvironmentDiagnostics
type ListInboundEnvironmentEndpoint = original.ListInboundEnvironmentEndpoint
type ListNetworkTrace = original.ListNetworkTrace
type ListOperation = original.ListOperation
type ListOutboundEnvironmentEndpoint = original.ListOutboundEnvironmentEndpoint
type ListVnetInfo = original.ListVnetInfo
type ListVnetRoute = original.ListVnetRoute
type LocalizableString = original.LocalizableString
Expand Down Expand Up @@ -957,6 +958,9 @@ type NetworkFeaturesProperties = original.NetworkFeaturesProperties
type NetworkTrace = original.NetworkTrace
type Operation = original.Operation
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type OutboundEnvironmentEndpointCollection = original.OutboundEnvironmentEndpointCollection
type OutboundEnvironmentEndpointCollectionIterator = original.OutboundEnvironmentEndpointCollectionIterator
type OutboundEnvironmentEndpointCollectionPage = original.OutboundEnvironmentEndpointCollectionPage
type PerfMonCounterCollection = original.PerfMonCounterCollection
type PerfMonCounterCollectionIterator = original.PerfMonCounterCollectionIterator
type PerfMonCounterCollectionPage = original.PerfMonCounterCollectionPage
Expand Down Expand Up @@ -1404,6 +1408,12 @@ func NewIdentifierCollectionIterator(page IdentifierCollectionPage) IdentifierCo
func NewIdentifierCollectionPage(getNextPage func(context.Context, IdentifierCollection) (IdentifierCollection, error)) IdentifierCollectionPage {
return original.NewIdentifierCollectionPage(getNextPage)
}
func NewInboundEnvironmentEndpointCollectionIterator(page InboundEnvironmentEndpointCollectionPage) InboundEnvironmentEndpointCollectionIterator {
return original.NewInboundEnvironmentEndpointCollectionIterator(page)
}
func NewInboundEnvironmentEndpointCollectionPage(getNextPage func(context.Context, InboundEnvironmentEndpointCollection) (InboundEnvironmentEndpointCollection, error)) InboundEnvironmentEndpointCollectionPage {
return original.NewInboundEnvironmentEndpointCollectionPage(getNextPage)
}
func NewJobCollectionIterator(page JobCollectionPage) JobCollectionIterator {
return original.NewJobCollectionIterator(page)
}
Expand All @@ -1416,6 +1426,12 @@ func NewNameIdentifierCollectionIterator(page NameIdentifierCollectionPage) Name
func NewNameIdentifierCollectionPage(getNextPage func(context.Context, NameIdentifierCollection) (NameIdentifierCollection, error)) NameIdentifierCollectionPage {
return original.NewNameIdentifierCollectionPage(getNextPage)
}
func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator {
return original.NewOutboundEnvironmentEndpointCollectionIterator(page)
}
func NewOutboundEnvironmentEndpointCollectionPage(getNextPage func(context.Context, OutboundEnvironmentEndpointCollection) (OutboundEnvironmentEndpointCollection, error)) OutboundEnvironmentEndpointCollectionPage {
return original.NewOutboundEnvironmentEndpointCollectionPage(getNextPage)
}
func NewPerfMonCounterCollectionIterator(page PerfMonCounterCollectionPage) PerfMonCounterCollectionIterator {
return original.NewPerfMonCounterCollectionIterator(page)
}
Expand Down
20 changes: 18 additions & 2 deletions profiles/preview/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ type IdentifierCollectionIterator = original.IdentifierCollectionIterator
type IdentifierCollectionPage = original.IdentifierCollectionPage
type IdentifierProperties = original.IdentifierProperties
type InboundEnvironmentEndpoint = original.InboundEnvironmentEndpoint
type InboundEnvironmentEndpointCollection = original.InboundEnvironmentEndpointCollection
type InboundEnvironmentEndpointCollectionIterator = original.InboundEnvironmentEndpointCollectionIterator
type InboundEnvironmentEndpointCollectionPage = original.InboundEnvironmentEndpointCollectionPage
type Job = original.Job
type JobCollection = original.JobCollection
type JobCollectionIterator = original.JobCollectionIterator
Expand All @@ -920,10 +923,8 @@ type ListCapability = original.ListCapability
type ListCertificateEmail = original.ListCertificateEmail
type ListCertificateOrderAction = original.ListCertificateOrderAction
type ListHostingEnvironmentDiagnostics = original.ListHostingEnvironmentDiagnostics
type ListInboundEnvironmentEndpoint = original.ListInboundEnvironmentEndpoint
type ListNetworkTrace = original.ListNetworkTrace
type ListOperation = original.ListOperation
type ListOutboundEnvironmentEndpoint = original.ListOutboundEnvironmentEndpoint
type ListVnetInfo = original.ListVnetInfo
type ListVnetRoute = original.ListVnetRoute
type LocalizableString = original.LocalizableString
Expand Down Expand Up @@ -957,6 +958,9 @@ type NetworkFeaturesProperties = original.NetworkFeaturesProperties
type NetworkTrace = original.NetworkTrace
type Operation = original.Operation
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type OutboundEnvironmentEndpointCollection = original.OutboundEnvironmentEndpointCollection
type OutboundEnvironmentEndpointCollectionIterator = original.OutboundEnvironmentEndpointCollectionIterator
type OutboundEnvironmentEndpointCollectionPage = original.OutboundEnvironmentEndpointCollectionPage
type PerfMonCounterCollection = original.PerfMonCounterCollection
type PerfMonCounterCollectionIterator = original.PerfMonCounterCollectionIterator
type PerfMonCounterCollectionPage = original.PerfMonCounterCollectionPage
Expand Down Expand Up @@ -1404,6 +1408,12 @@ func NewIdentifierCollectionIterator(page IdentifierCollectionPage) IdentifierCo
func NewIdentifierCollectionPage(getNextPage func(context.Context, IdentifierCollection) (IdentifierCollection, error)) IdentifierCollectionPage {
return original.NewIdentifierCollectionPage(getNextPage)
}
func NewInboundEnvironmentEndpointCollectionIterator(page InboundEnvironmentEndpointCollectionPage) InboundEnvironmentEndpointCollectionIterator {
return original.NewInboundEnvironmentEndpointCollectionIterator(page)
}
func NewInboundEnvironmentEndpointCollectionPage(getNextPage func(context.Context, InboundEnvironmentEndpointCollection) (InboundEnvironmentEndpointCollection, error)) InboundEnvironmentEndpointCollectionPage {
return original.NewInboundEnvironmentEndpointCollectionPage(getNextPage)
}
func NewJobCollectionIterator(page JobCollectionPage) JobCollectionIterator {
return original.NewJobCollectionIterator(page)
}
Expand All @@ -1416,6 +1426,12 @@ func NewNameIdentifierCollectionIterator(page NameIdentifierCollectionPage) Name
func NewNameIdentifierCollectionPage(getNextPage func(context.Context, NameIdentifierCollection) (NameIdentifierCollection, error)) NameIdentifierCollectionPage {
return original.NewNameIdentifierCollectionPage(getNextPage)
}
func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator {
return original.NewOutboundEnvironmentEndpointCollectionIterator(page)
}
func NewOutboundEnvironmentEndpointCollectionPage(getNextPage func(context.Context, OutboundEnvironmentEndpointCollection) (OutboundEnvironmentEndpointCollection, error)) OutboundEnvironmentEndpointCollectionPage {
return original.NewOutboundEnvironmentEndpointCollectionPage(getNextPage)
}
func NewPerfMonCounterCollectionIterator(page PerfMonCounterCollectionPage) PerfMonCounterCollectionIterator {
return original.NewPerfMonCounterCollectionIterator(page)
}
Expand Down
104 changes: 90 additions & 14 deletions services/web/mgmt/2018-02-01/web/appserviceenvironments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading