Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] Enable Avro Dataset in public s…
Browse files Browse the repository at this point in the history
…wagger (#5385)

* Generated from ec112148bf30430557ff3fac0c74f0706b1042de

Enable Avro Dataset in public swagger

* Generated from e41431428e45beaa5bbb12344d3332479c095e31

UPDATE
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Aug 1, 2019
1 parent 74b3f98 commit 9760775
Show file tree
Hide file tree
Showing 3 changed files with 5,884 additions and 278 deletions.
43 changes: 40 additions & 3 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ const (
AuthorizationTypeRBAC AuthorizationType = original.AuthorizationTypeRBAC
)

type AvroCompressionCodec = original.AvroCompressionCodec

const (
Bzip2 AvroCompressionCodec = original.Bzip2
Deflate AvroCompressionCodec = original.Deflate
None AvroCompressionCodec = original.None
Snappy AvroCompressionCodec = original.Snappy
Xz AvroCompressionCodec = original.Xz
)

type AzureFunctionActivityMethod = original.AzureFunctionActivityMethod

const (
Expand Down Expand Up @@ -171,9 +181,9 @@ const (
type HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOption

const (
Always HDInsightActivityDebugInfoOption = original.Always
Failure HDInsightActivityDebugInfoOption = original.Failure
None HDInsightActivityDebugInfoOption = original.None
HDInsightActivityDebugInfoOptionAlways HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionAlways
HDInsightActivityDebugInfoOptionFailure HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionFailure
HDInsightActivityDebugInfoOptionNone HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionNone
)

type HTTPAuthenticationType = original.HTTPAuthenticationType
Expand Down Expand Up @@ -665,6 +675,7 @@ const (
type TypeBasicCopySink = original.TypeBasicCopySink

const (
TypeAvroSink TypeBasicCopySink = original.TypeAvroSink
TypeAzureBlobFSSink TypeBasicCopySink = original.TypeAzureBlobFSSink
TypeAzureDataExplorerSink TypeBasicCopySink = original.TypeAzureDataExplorerSink
TypeAzureDataLakeStoreSink TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
Expand Down Expand Up @@ -702,6 +713,7 @@ type TypeBasicCopySource = original.TypeBasicCopySource
const (
TypeAmazonMWSSource TypeBasicCopySource = original.TypeAmazonMWSSource
TypeAmazonRedshiftSource TypeBasicCopySource = original.TypeAmazonRedshiftSource
TypeAvroSource TypeBasicCopySource = original.TypeAvroSource
TypeAzureBlobFSSource TypeBasicCopySource = original.TypeAzureBlobFSSource
TypeAzureDataExplorerSource TypeBasicCopySource = original.TypeAzureDataExplorerSource
TypeAzureDataLakeStoreSource TypeBasicCopySource = original.TypeAzureDataLakeStoreSource
Expand Down Expand Up @@ -762,6 +774,7 @@ const (
TypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeSalesforceMarketingCloudSource
TypeSalesforceServiceCloudSource TypeBasicCopySource = original.TypeSalesforceServiceCloudSource
TypeSalesforceSource TypeBasicCopySource = original.TypeSalesforceSource
TypeSapBwSource TypeBasicCopySource = original.TypeSapBwSource
TypeSapCloudForCustomerSource TypeBasicCopySource = original.TypeSapCloudForCustomerSource
TypeSapEccSource TypeBasicCopySource = original.TypeSapEccSource
TypeSapHanaSource TypeBasicCopySource = original.TypeSapHanaSource
Expand All @@ -788,6 +801,7 @@ type TypeBasicDataset = original.TypeBasicDataset
const (
TypeAmazonMWSObject TypeBasicDataset = original.TypeAmazonMWSObject
TypeAmazonS3Object TypeBasicDataset = original.TypeAmazonS3Object
TypeAvro TypeBasicDataset = original.TypeAvro
TypeAzureBlob TypeBasicDataset = original.TypeAzureBlob
TypeAzureBlobFSFile TypeBasicDataset = original.TypeAzureBlobFSFile
TypeAzureDataExplorerTable TypeBasicDataset = original.TypeAzureDataExplorerTable
Expand Down Expand Up @@ -850,6 +864,7 @@ const (
TypeSalesforceMarketingCloudObject TypeBasicDataset = original.TypeSalesforceMarketingCloudObject
TypeSalesforceObject TypeBasicDataset = original.TypeSalesforceObject
TypeSalesforceServiceCloudObject TypeBasicDataset = original.TypeSalesforceServiceCloudObject
TypeSapBwCube TypeBasicDataset = original.TypeSapBwCube
TypeSapCloudForCustomerResource TypeBasicDataset = original.TypeSapCloudForCustomerResource
TypeSapEccResource TypeBasicDataset = original.TypeSapEccResource
TypeSapHanaTable TypeBasicDataset = original.TypeSapHanaTable
Expand All @@ -860,6 +875,7 @@ const (
TypeSparkObject TypeBasicDataset = original.TypeSparkObject
TypeSQLServerTable TypeBasicDataset = original.TypeSQLServerTable
TypeSquareObject TypeBasicDataset = original.TypeSquareObject
TypeSybaseTable TypeBasicDataset = original.TypeSybaseTable
TypeTeradataTable TypeBasicDataset = original.TypeTeradataTable
TypeVerticaTable TypeBasicDataset = original.TypeVerticaTable
TypeWebTable TypeBasicDataset = original.TypeWebTable
Expand Down Expand Up @@ -1084,7 +1100,12 @@ type AmazonS3Location = original.AmazonS3Location
type AmazonS3ReadSettings = original.AmazonS3ReadSettings
type AppendVariableActivity = original.AppendVariableActivity
type AppendVariableActivityTypeProperties = original.AppendVariableActivityTypeProperties
type AvroDataset = original.AvroDataset
type AvroDatasetTypeProperties = original.AvroDatasetTypeProperties
type AvroFormat = original.AvroFormat
type AvroSink = original.AvroSink
type AvroSource = original.AvroSource
type AvroWriteSettings = original.AvroWriteSettings
type AzureBatchLinkedService = original.AzureBatchLinkedService
type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
type AzureBlobDataset = original.AzureBlobDataset
Expand Down Expand Up @@ -1288,6 +1309,7 @@ type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
type DocumentDbCollectionSink = original.DocumentDbCollectionSink
type DocumentDbCollectionSource = original.DocumentDbCollectionSource
type DrillDatasetTypeProperties = original.DrillDatasetTypeProperties
type DrillLinkedService = original.DrillLinkedService
type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
type DrillSource = original.DrillSource
Expand Down Expand Up @@ -1364,10 +1386,12 @@ type GoogleAdWordsLinkedService = original.GoogleAdWordsLinkedService
type GoogleAdWordsLinkedServiceTypeProperties = original.GoogleAdWordsLinkedServiceTypeProperties
type GoogleAdWordsObjectDataset = original.GoogleAdWordsObjectDataset
type GoogleAdWordsSource = original.GoogleAdWordsSource
type GoogleBigQueryDatasetTypeProperties = original.GoogleBigQueryDatasetTypeProperties
type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
type GoogleBigQuerySource = original.GoogleBigQuerySource
type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
type GreenplumLinkedService = original.GreenplumLinkedService
type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
type GreenplumSource = original.GreenplumSource
Expand Down Expand Up @@ -1402,6 +1426,7 @@ type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
type HdfsLocation = original.HdfsLocation
type HdfsReadSettings = original.HdfsReadSettings
type HdfsSource = original.HdfsSource
type HiveDatasetTypeProperties = original.HiveDatasetTypeProperties
type HiveLinkedService = original.HiveLinkedService
type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
type HiveObjectDataset = original.HiveObjectDataset
Expand All @@ -1412,6 +1437,7 @@ type HubspotObjectDataset = original.HubspotObjectDataset
type HubspotSource = original.HubspotSource
type IfConditionActivity = original.IfConditionActivity
type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
type ImpalaDatasetTypeProperties = original.ImpalaDatasetTypeProperties
type ImpalaLinkedService = original.ImpalaLinkedService
type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
type ImpalaObjectDataset = original.ImpalaObjectDataset
Expand Down Expand Up @@ -1566,6 +1592,7 @@ type PaypalLinkedService = original.PaypalLinkedService
type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
type PaypalObjectDataset = original.PaypalObjectDataset
type PaypalSource = original.PaypalSource
type PhoenixDatasetTypeProperties = original.PhoenixDatasetTypeProperties
type PhoenixLinkedService = original.PhoenixLinkedService
type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
type PhoenixObjectDataset = original.PhoenixObjectDataset
Expand All @@ -1588,6 +1615,7 @@ type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTyp
type PostgreSQLSource = original.PostgreSQLSource
type PostgreSQLTableDataset = original.PostgreSQLTableDataset
type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
type PrestoLinkedService = original.PrestoLinkedService
type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
type PrestoObjectDataset = original.PrestoObjectDataset
Expand Down Expand Up @@ -1668,6 +1696,8 @@ type SalesforceSink = original.SalesforceSink
type SalesforceSource = original.SalesforceSource
type SapBWLinkedService = original.SapBWLinkedService
type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
type SapBwCubeDataset = original.SapBwCubeDataset
type SapBwSource = original.SapBwSource
type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
Expand Down Expand Up @@ -1721,6 +1751,7 @@ type ShopifyLinkedService = original.ShopifyLinkedService
type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
type ShopifyObjectDataset = original.ShopifyObjectDataset
type ShopifySource = original.ShopifySource
type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
type SparkLinkedService = original.SparkLinkedService
type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
type SparkObjectDataset = original.SparkObjectDataset
Expand All @@ -1747,6 +1778,8 @@ type SubResource = original.SubResource
type SybaseLinkedService = original.SybaseLinkedService
type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
type SybaseSource = original.SybaseSource
type SybaseTableDataset = original.SybaseTableDataset
type SybaseTableDatasetTypeProperties = original.SybaseTableDatasetTypeProperties
type TeradataLinkedService = original.TeradataLinkedService
type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
type TeradataPartitionSettings = original.TeradataPartitionSettings
Expand Down Expand Up @@ -1780,6 +1813,7 @@ type UserProperty = original.UserProperty
type ValidationActivity = original.ValidationActivity
type ValidationActivityTypeProperties = original.ValidationActivityTypeProperties
type VariableSpecification = original.VariableSpecification
type VerticaDatasetTypeProperties = original.VerticaDatasetTypeProperties
type VerticaLinkedService = original.VerticaLinkedService
type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
type VerticaSource = original.VerticaSource
Expand Down Expand Up @@ -1952,6 +1986,9 @@ func PossibleAuthenticationTypeValues() []AuthenticationType {
func PossibleAuthorizationTypeValues() []AuthorizationType {
return original.PossibleAuthorizationTypeValues()
}
func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
return original.PossibleAvroCompressionCodecValues()
}
func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
return original.PossibleAzureFunctionActivityMethodValues()
}
Expand Down
Loading

0 comments on commit 9760775

Please sign in to comment.