Skip to content
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
3 changes: 3 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ const (
TypeDatabricksSparkJar TypeBasicActivity = original.TypeDatabricksSparkJar
TypeDatabricksSparkPython TypeBasicActivity = original.TypeDatabricksSparkPython
TypeDataLakeAnalyticsUSQL TypeBasicActivity = original.TypeDataLakeAnalyticsUSQL
TypeDelete TypeBasicActivity = original.TypeDelete
TypeExecutePipeline TypeBasicActivity = original.TypeExecutePipeline
TypeExecuteSSISPackage TypeBasicActivity = original.TypeExecuteSSISPackage
TypeExecution TypeBasicActivity = original.TypeExecution
Expand Down Expand Up @@ -1022,6 +1023,8 @@ type DatasetStorageFormat = original.DatasetStorageFormat
type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
type Db2LinkedService = original.Db2LinkedService
type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
type DeleteActivity = original.DeleteActivity
type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
type BasicDependencyReference = original.BasicDependencyReference
type DependencyReference = original.DependencyReference
type DistcpSettings = original.DistcpSettings
Expand Down
Loading