Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] [DataFactory]Add AzureMySqlSink…
Browse files Browse the repository at this point in the history
… and two datasets (#5395)

* Generated from 1b18c2083c2f615314cf0fb27d52856d5bd7d82b

[DataFactory]Add AzureMySqlSink and two datasets

* Generated from ad0415214526fb869348a455b71c91ac292c7f1d

split name

* Generated from 640aecc601208064fd2d81a92214739e756e6167

don't split name for odbc

* Generated from 640aecc601208064fd2d81a92214739e756e6167

don't split name for odbc
  • Loading branch information
AutorestCI authored Aug 7, 2019
1 parent b75d7d0 commit 9117c88
Show file tree
Hide file tree
Showing 3 changed files with 2,686 additions and 124 deletions.
9 changes: 9 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ const (
TypeAzureBlobFSSink TypeBasicCopySink = original.TypeAzureBlobFSSink
TypeAzureDataExplorerSink TypeBasicCopySink = original.TypeAzureDataExplorerSink
TypeAzureDataLakeStoreSink TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
TypeAzureMySQLSink TypeBasicCopySink = original.TypeAzureMySQLSink
TypeAzurePostgreSQLSink TypeBasicCopySink = original.TypeAzurePostgreSQLSink
TypeAzureQueueSink TypeBasicCopySink = original.TypeAzureQueueSink
TypeAzureSearchIndexSink TypeBasicCopySink = original.TypeAzureSearchIndexSink
Expand Down Expand Up @@ -801,6 +802,7 @@ type TypeBasicDataset = original.TypeBasicDataset

const (
TypeAmazonMWSObject TypeBasicDataset = original.TypeAmazonMWSObject
TypeAmazonRedshiftTable TypeBasicDataset = original.TypeAmazonRedshiftTable
TypeAmazonS3Object TypeBasicDataset = original.TypeAmazonS3Object
TypeAvro TypeBasicDataset = original.TypeAvro
TypeAzureBlob TypeBasicDataset = original.TypeAzureBlob
Expand All @@ -823,6 +825,7 @@ const (
TypeCouchbaseTable TypeBasicDataset = original.TypeCouchbaseTable
TypeCustomDataset TypeBasicDataset = original.TypeCustomDataset
TypeDataset TypeBasicDataset = original.TypeDataset
TypeDb2Table TypeBasicDataset = original.TypeDb2Table
TypeDelimitedText TypeBasicDataset = original.TypeDelimitedText
TypeDocumentDbCollection TypeBasicDataset = original.TypeDocumentDbCollection
TypeDrillTable TypeBasicDataset = original.TypeDrillTable
Expand Down Expand Up @@ -1095,6 +1098,8 @@ type AmazonMWSSource = original.AmazonMWSSource
type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
type AmazonRedshiftSource = original.AmazonRedshiftSource
type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
type AmazonS3Dataset = original.AmazonS3Dataset
type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
type AmazonS3LinkedService = original.AmazonS3LinkedService
Expand Down Expand Up @@ -1168,6 +1173,7 @@ type AzureMariaDBSource = original.AzureMariaDBSource
type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
type AzureMySQLLinkedService = original.AzureMySQLLinkedService
type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
type AzureMySQLSink = original.AzureMySQLSink
type AzureMySQLSource = original.AzureMySQLSource
type AzureMySQLTableDataset = original.AzureMySQLTableDataset
type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
Expand Down Expand Up @@ -1302,6 +1308,8 @@ type DatasetsClient = original.DatasetsClient
type Db2LinkedService = original.Db2LinkedService
type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
type Db2Source = original.Db2Source
type Db2TableDataset = original.Db2TableDataset
type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
type DeleteActivity = original.DeleteActivity
type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
type DelimitedTextDataset = original.DelimitedTextDataset
Expand Down Expand Up @@ -1549,6 +1557,7 @@ type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypePrope
type NetezzaPartitionSettings = original.NetezzaPartitionSettings
type NetezzaSource = original.NetezzaSource
type NetezzaTableDataset = original.NetezzaTableDataset
type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
type ODataLinkedService = original.ODataLinkedService
type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
type ODataResourceDataset = original.ODataResourceDataset
Expand Down
9 changes: 9 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ const (
TypeAzureBlobFSSink TypeBasicCopySink = original.TypeAzureBlobFSSink
TypeAzureDataExplorerSink TypeBasicCopySink = original.TypeAzureDataExplorerSink
TypeAzureDataLakeStoreSink TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
TypeAzureMySQLSink TypeBasicCopySink = original.TypeAzureMySQLSink
TypeAzurePostgreSQLSink TypeBasicCopySink = original.TypeAzurePostgreSQLSink
TypeAzureQueueSink TypeBasicCopySink = original.TypeAzureQueueSink
TypeAzureSearchIndexSink TypeBasicCopySink = original.TypeAzureSearchIndexSink
Expand Down Expand Up @@ -801,6 +802,7 @@ type TypeBasicDataset = original.TypeBasicDataset

const (
TypeAmazonMWSObject TypeBasicDataset = original.TypeAmazonMWSObject
TypeAmazonRedshiftTable TypeBasicDataset = original.TypeAmazonRedshiftTable
TypeAmazonS3Object TypeBasicDataset = original.TypeAmazonS3Object
TypeAvro TypeBasicDataset = original.TypeAvro
TypeAzureBlob TypeBasicDataset = original.TypeAzureBlob
Expand All @@ -823,6 +825,7 @@ const (
TypeCouchbaseTable TypeBasicDataset = original.TypeCouchbaseTable
TypeCustomDataset TypeBasicDataset = original.TypeCustomDataset
TypeDataset TypeBasicDataset = original.TypeDataset
TypeDb2Table TypeBasicDataset = original.TypeDb2Table
TypeDelimitedText TypeBasicDataset = original.TypeDelimitedText
TypeDocumentDbCollection TypeBasicDataset = original.TypeDocumentDbCollection
TypeDrillTable TypeBasicDataset = original.TypeDrillTable
Expand Down Expand Up @@ -1095,6 +1098,8 @@ type AmazonMWSSource = original.AmazonMWSSource
type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
type AmazonRedshiftSource = original.AmazonRedshiftSource
type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
type AmazonS3Dataset = original.AmazonS3Dataset
type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
type AmazonS3LinkedService = original.AmazonS3LinkedService
Expand Down Expand Up @@ -1168,6 +1173,7 @@ type AzureMariaDBSource = original.AzureMariaDBSource
type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
type AzureMySQLLinkedService = original.AzureMySQLLinkedService
type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
type AzureMySQLSink = original.AzureMySQLSink
type AzureMySQLSource = original.AzureMySQLSource
type AzureMySQLTableDataset = original.AzureMySQLTableDataset
type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
Expand Down Expand Up @@ -1302,6 +1308,8 @@ type DatasetsClient = original.DatasetsClient
type Db2LinkedService = original.Db2LinkedService
type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
type Db2Source = original.Db2Source
type Db2TableDataset = original.Db2TableDataset
type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
type DeleteActivity = original.DeleteActivity
type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
type DelimitedTextDataset = original.DelimitedTextDataset
Expand Down Expand Up @@ -1549,6 +1557,7 @@ type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypePrope
type NetezzaPartitionSettings = original.NetezzaPartitionSettings
type NetezzaSource = original.NetezzaSource
type NetezzaTableDataset = original.NetezzaTableDataset
type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
type ODataLinkedService = original.ODataLinkedService
type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
type ODataResourceDataset = original.ODataResourceDataset
Expand Down
Loading

0 comments on commit 9117c88

Please sign in to comment.