Skip to content
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
4 changes: 4 additions & 0 deletions profiles/preview/web/mgmt/web/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ type AppsRestoreFuture = original.AppsRestoreFuture
type AppsRestoreSlotFuture = original.AppsRestoreSlotFuture
type AppsRestoreSnapshotFuture = original.AppsRestoreSnapshotFuture
type AppsRestoreSnapshotSlotFuture = original.AppsRestoreSnapshotSlotFuture
type AppsStartWebSiteNetworkTraceOperationFuture = original.AppsStartWebSiteNetworkTraceOperationFuture
type AppsStartWebSiteNetworkTraceOperationSlotFuture = original.AppsStartWebSiteNetworkTraceOperationSlotFuture
type AppsSwapSlotSlotFuture = original.AppsSwapSlotSlotFuture
type AppsSwapSlotWithProductionFuture = original.AppsSwapSlotWithProductionFuture
type AutoHealActions = original.AutoHealActions
Expand Down Expand Up @@ -897,6 +899,7 @@ type ListCapability = original.ListCapability
type ListCertificateEmail = original.ListCertificateEmail
type ListCertificateOrderAction = original.ListCertificateOrderAction
type ListHostingEnvironmentDiagnostics = original.ListHostingEnvironmentDiagnostics
type ListNetworkTrace = original.ListNetworkTrace
type ListOperation = original.ListOperation
type ListVnetInfo = original.ListVnetInfo
type ListVnetRoute = original.ListVnetRoute
Expand Down Expand Up @@ -927,6 +930,7 @@ type NameValuePair = original.NameValuePair
type NetworkAccessControlEntry = original.NetworkAccessControlEntry
type NetworkFeatures = original.NetworkFeatures
type NetworkFeaturesProperties = original.NetworkFeaturesProperties
type NetworkTrace = original.NetworkTrace
type Operation = original.Operation
type PerfMonCounterCollection = original.PerfMonCounterCollection
type PerfMonCounterCollectionIterator = original.PerfMonCounterCollectionIterator
Expand Down
Loading