Skip to content

Commit

Permalink
[AutoPR web/resource-manager] [Hub Generated] Review request for Micr…
Browse files Browse the repository at this point in the history
…osoft.Web to add version 2018-02-01 (#3999)

* Generated from 1bf88782fb8748bb8bad35ccd046b7a7fb16ff3c

Add Hosting Environment network dependencies

* Generated from b772c09b4e8132be83594f0a834cf7b363445a3c

Address PR description feedback

* Generated from 61d39f048374e3c8dd07112e7d9e8554e8664ea5

Fix casing

* Generated from 66114e58530dd7027b63182defcf1c8f73d1d502

Remove incorrect pagination from examples.
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Mar 6, 2019
1 parent a938901 commit 7aba4a8
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 0 deletions.
6 changes: 6 additions & 0 deletions profiles/latest/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ type DomainRegistrationProviderClient = original.DomainRegistrationProviderClien
type DomainsClient = original.DomainsClient
type DomainsCreateOrUpdateFuture = original.DomainsCreateOrUpdateFuture
type EnabledConfig = original.EnabledConfig
type EndpointDependency = original.EndpointDependency
type EndpointDetail = original.EndpointDetail
type ErrorEntity = original.ErrorEntity
type Experiments = original.Experiments
type FileSystemApplicationLogsConfig = original.FileSystemApplicationLogsConfig
Expand Down Expand Up @@ -908,6 +910,7 @@ type IdentifierCollection = original.IdentifierCollection
type IdentifierCollectionIterator = original.IdentifierCollectionIterator
type IdentifierCollectionPage = original.IdentifierCollectionPage
type IdentifierProperties = original.IdentifierProperties
type InboundEnvironmentEndpoint = original.InboundEnvironmentEndpoint
type Job = original.Job
type JobCollection = original.JobCollection
type JobCollectionIterator = original.JobCollectionIterator
Expand All @@ -917,8 +920,10 @@ 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 @@ -951,6 +956,7 @@ type NetworkFeatures = original.NetworkFeatures
type NetworkFeaturesProperties = original.NetworkFeaturesProperties
type NetworkTrace = original.NetworkTrace
type Operation = original.Operation
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type PerfMonCounterCollection = original.PerfMonCounterCollection
type PerfMonCounterCollectionIterator = original.PerfMonCounterCollectionIterator
type PerfMonCounterCollectionPage = original.PerfMonCounterCollectionPage
Expand Down
6 changes: 6 additions & 0 deletions profiles/preview/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ type DomainRegistrationProviderClient = original.DomainRegistrationProviderClien
type DomainsClient = original.DomainsClient
type DomainsCreateOrUpdateFuture = original.DomainsCreateOrUpdateFuture
type EnabledConfig = original.EnabledConfig
type EndpointDependency = original.EndpointDependency
type EndpointDetail = original.EndpointDetail
type ErrorEntity = original.ErrorEntity
type Experiments = original.Experiments
type FileSystemApplicationLogsConfig = original.FileSystemApplicationLogsConfig
Expand Down Expand Up @@ -908,6 +910,7 @@ type IdentifierCollection = original.IdentifierCollection
type IdentifierCollectionIterator = original.IdentifierCollectionIterator
type IdentifierCollectionPage = original.IdentifierCollectionPage
type IdentifierProperties = original.IdentifierProperties
type InboundEnvironmentEndpoint = original.InboundEnvironmentEndpoint
type Job = original.Job
type JobCollection = original.JobCollection
type JobCollectionIterator = original.JobCollectionIterator
Expand All @@ -917,8 +920,10 @@ 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 @@ -951,6 +956,7 @@ type NetworkFeatures = original.NetworkFeatures
type NetworkFeaturesProperties = original.NetworkFeaturesProperties
type NetworkTrace = original.NetworkTrace
type Operation = original.Operation
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type PerfMonCounterCollection = original.PerfMonCounterCollection
type PerfMonCounterCollectionIterator = original.PerfMonCounterCollectionIterator
type PerfMonCounterCollectionPage = original.PerfMonCounterCollectionPage
Expand Down
172 changes: 172 additions & 0 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.

54 changes: 54 additions & 0 deletions services/web/mgmt/2018-02-01/web/models.go

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

2 changes: 2 additions & 0 deletions services/web/mgmt/2018-02-01/web/webapi/interfaces.go

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

0 comments on commit 7aba4a8

Please sign in to comment.