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] Enable Avro Dataset in public swagger #5385

Merged
Merged
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
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