Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] [DataFactory]Add AzurePostgreSq…
Browse files Browse the repository at this point in the history
…l Sink and Oracle/SapTable/Netezza Partitions and Several Relational sets (#5302)

* Generated from 286bc89ff8d226f2a683dcb48a896b8ffb3f348e

remove SapBwCube and Sybase for investigation

* Generated from 75bd5a9689dac5c2bb8f5828cfcb24e1a28a5950

will postpone SapBwSource in another coming PR.

* Generated from 7f632e8ccaca0bd5ab8a44832710d1a3cc19e39f

refine case of Oracle in description
  • Loading branch information
AutorestCI authored Jul 19, 2019
1 parent afaf7c1 commit 243829d
Show file tree
Hide file tree
Showing 29 changed files with 82,687 additions and 49,149 deletions.
259 changes: 220 additions & 39 deletions profiles/latest/datafactory/mgmt/datafactory/models.go

Large diffs are not rendered by default.

259 changes: 220 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

0 comments on commit 243829d

Please sign in to comment.