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] datafactory/resource-manager #5341

Closed
wants to merge 5 commits into from
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
278 changes: 239 additions & 39 deletions profiles/latest/datafactory/mgmt/datafactory/models.go

Large diffs are not rendered by default.

278 changes: 239 additions & 39 deletions profiles/preview/datafactory/mgmt/datafactory/models.go

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions profiles/preview/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ const (
SparkThriftTransportProtocolSASL SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
)

type SsisPackageLocationType = original.SsisPackageLocationType

const (
File SsisPackageLocationType = original.File
SSISDB SsisPackageLocationType = original.SSISDB
)

type SybaseAuthenticationType = original.SybaseAuthenticationType

const (
Expand Down Expand Up @@ -1134,9 +1141,13 @@ type SQLServerTableDataset = original.SQLServerTableDataset
type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
type SQLSink = original.SQLSink
type SQLSource = original.SQLSource
type SSISAccessCredential = original.SSISAccessCredential
type SSISExecutionCredential = original.SSISExecutionCredential
type SSISExecutionParameter = original.SSISExecutionParameter
type SSISLogLocation = original.SSISLogLocation
type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
type SSISPackageLocation = original.SSISPackageLocation
type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
type SSISPropertyOverride = original.SSISPropertyOverride
type SalesforceLinkedService = original.SalesforceLinkedService
type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
Expand Down Expand Up @@ -1489,6 +1500,9 @@ func PossibleSparkServerTypeValues() []SparkServerType {
func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
return original.PossibleSparkThriftTransportProtocolValues()
}
func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
return original.PossibleSsisPackageLocationTypeValues()
}
func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
return original.PossibleSybaseAuthenticationTypeValues()
}
Expand Down

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

16 changes: 8 additions & 8 deletions services/datafactory/mgmt/2018-06-01/datafactory/datasets.go

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

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

36 changes: 18 additions & 18 deletions services/datafactory/mgmt/2018-06-01/datafactory/factories.go

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

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

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

Loading