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
10 changes: 0 additions & 10 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,6 @@ const (
RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = original.RunQueryOrderByFieldTriggerRunTimestamp
)

type SSISExecutionRuntime = original.SSISExecutionRuntime

const (
X64 SSISExecutionRuntime = original.X64
X86 SSISExecutionRuntime = original.X86
)

type SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehavior

const (
Expand Down Expand Up @@ -1710,9 +1703,6 @@ func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
func PossibleRunQueryOrderValues() []RunQueryOrder {
return original.PossibleRunQueryOrderValues()
}
func PossibleSSISExecutionRuntimeValues() []SSISExecutionRuntime {
return original.PossibleSSISExecutionRuntimeValues()
}
func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
return original.PossibleSalesforceSinkWriteBehaviorValues()
}
Expand Down
10 changes: 0 additions & 10 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,6 @@ const (
RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = original.RunQueryOrderByFieldTriggerRunTimestamp
)

type SSISExecutionRuntime = original.SSISExecutionRuntime

const (
X64 SSISExecutionRuntime = original.X64
X86 SSISExecutionRuntime = original.X86
)

type SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehavior

const (
Expand Down Expand Up @@ -1710,9 +1703,6 @@ func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
func PossibleRunQueryOrderValues() []RunQueryOrder {
return original.PossibleRunQueryOrderValues()
}
func PossibleSSISExecutionRuntimeValues() []SSISExecutionRuntime {
return original.PossibleSSISExecutionRuntimeValues()
}
func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
return original.PossibleSalesforceSinkWriteBehaviorValues()
}
Expand Down
33 changes: 9 additions & 24 deletions services/datafactory/mgmt/2018-06-01/datafactory/models.go

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