Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] support Express Custom Setup (#…
Browse files Browse the repository at this point in the history
…5536)

* Generated from 696212c605edef333cba0f0e86d42ba344f4fc42

address the comments

* Generated from 4de64a2262df8e2e971620c95f7c3a2ba91d49d9

address comments

* Generated from fc0bdde313743dbbed8e8c506dd9e07107d04142

Merge branch 'master' into ivan/support-express-custom-setup-for-manged-ir

* Generated from fc0bdde313743dbbed8e8c506dd9e07107d04142

Merge branch 'master' into ivan/support-express-custom-setup-for-manged-ir
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Sep 3, 2019
1 parent a17742a commit c534caf
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 0 deletions.
20 changes: 20 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,15 @@ const (
TypeZohoSource TypeBasicCopySource = original.TypeZohoSource
)

type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase

const (
TypeCmdkeySetup TypeBasicCustomSetupBase = original.TypeCmdkeySetup
TypeComponentSetup TypeBasicCustomSetupBase = original.TypeComponentSetup
TypeCustomSetupBase TypeBasicCustomSetupBase = original.TypeCustomSetupBase
TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeEnvironmentVariableSetup
)

type TypeBasicDataset = original.TypeBasicDataset

const (
Expand Down Expand Up @@ -1246,6 +1255,7 @@ type BasicActivity = original.BasicActivity
type BasicControlActivity = original.BasicControlActivity
type BasicCopySink = original.BasicCopySink
type BasicCopySource = original.BasicCopySource
type BasicCustomSetupBase = original.BasicCustomSetupBase
type BasicDataset = original.BasicDataset
type BasicDatasetCompression = original.BasicDatasetCompression
type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
Expand Down Expand Up @@ -1282,12 +1292,15 @@ type ChainingTrigger = original.ChainingTrigger
type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CmdkeySetup = original.CmdkeySetup
type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
type ComponentSetup = original.ComponentSetup
type ConcurLinkedService = original.ConcurLinkedService
type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
type ConcurObjectDataset = original.ConcurObjectDataset
Expand Down Expand Up @@ -1316,6 +1329,7 @@ type CustomActivityReferenceObject = original.CustomActivityReferenceObject
type CustomActivityTypeProperties = original.CustomActivityTypeProperties
type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
type CustomDataset = original.CustomDataset
type CustomSetupBase = original.CustomSetupBase
type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
type DatabricksNotebookActivity = original.DatabricksNotebookActivity
Expand Down Expand Up @@ -1385,6 +1399,8 @@ type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypePropert
type EloquaObjectDataset = original.EloquaObjectDataset
type EloquaSource = original.EloquaSource
type EntityReference = original.EntityReference
type EnvironmentVariableSetup = original.EnvironmentVariableSetup
type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
type ExecutePipelineActivity = original.ExecutePipelineActivity
type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
Expand Down Expand Up @@ -1534,6 +1550,7 @@ type JiraLinkedService = original.JiraLinkedService
type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
type JiraObjectDataset = original.JiraObjectDataset
type JiraSource = original.JiraSource
type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
Expand Down Expand Up @@ -2260,6 +2277,9 @@ func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
return original.PossibleTypeBasicCopySourceValues()
}
func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
return original.PossibleTypeBasicCustomSetupBaseValues()
}
func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
return original.PossibleTypeBasicDatasetCompressionValues()
}
Expand Down
20 changes: 20 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,15 @@ const (
TypeZohoSource TypeBasicCopySource = original.TypeZohoSource
)

type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase

const (
TypeCmdkeySetup TypeBasicCustomSetupBase = original.TypeCmdkeySetup
TypeComponentSetup TypeBasicCustomSetupBase = original.TypeComponentSetup
TypeCustomSetupBase TypeBasicCustomSetupBase = original.TypeCustomSetupBase
TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeEnvironmentVariableSetup
)

type TypeBasicDataset = original.TypeBasicDataset

const (
Expand Down Expand Up @@ -1246,6 +1255,7 @@ type BasicActivity = original.BasicActivity
type BasicControlActivity = original.BasicControlActivity
type BasicCopySink = original.BasicCopySink
type BasicCopySource = original.BasicCopySource
type BasicCustomSetupBase = original.BasicCustomSetupBase
type BasicDataset = original.BasicDataset
type BasicDatasetCompression = original.BasicDatasetCompression
type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
Expand Down Expand Up @@ -1282,12 +1292,15 @@ type ChainingTrigger = original.ChainingTrigger
type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CmdkeySetup = original.CmdkeySetup
type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
type ComponentSetup = original.ComponentSetup
type ConcurLinkedService = original.ConcurLinkedService
type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
type ConcurObjectDataset = original.ConcurObjectDataset
Expand Down Expand Up @@ -1316,6 +1329,7 @@ type CustomActivityReferenceObject = original.CustomActivityReferenceObject
type CustomActivityTypeProperties = original.CustomActivityTypeProperties
type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
type CustomDataset = original.CustomDataset
type CustomSetupBase = original.CustomSetupBase
type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
type DatabricksNotebookActivity = original.DatabricksNotebookActivity
Expand Down Expand Up @@ -1385,6 +1399,8 @@ type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypePropert
type EloquaObjectDataset = original.EloquaObjectDataset
type EloquaSource = original.EloquaSource
type EntityReference = original.EntityReference
type EnvironmentVariableSetup = original.EnvironmentVariableSetup
type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
type ExecutePipelineActivity = original.ExecutePipelineActivity
type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
Expand Down Expand Up @@ -1534,6 +1550,7 @@ type JiraLinkedService = original.JiraLinkedService
type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
type JiraObjectDataset = original.JiraObjectDataset
type JiraSource = original.JiraSource
type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
Expand Down Expand Up @@ -2260,6 +2277,9 @@ func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
return original.PossibleTypeBasicCopySourceValues()
}
func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
return original.PossibleTypeBasicCustomSetupBaseValues()
}
func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
return original.PossibleTypeBasicDatasetCompressionValues()
}
Expand Down
Loading

0 comments on commit c534caf

Please sign in to comment.