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 #5730

Merged
merged 5 commits into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated from 5e1bb35d5c3314d8f4fead76c3d69a2522be026b (#5651)
Update review comments
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Sep 3, 2019
commit a17742a5ba9b31a1dadbf9c8b7a31dd8b52a44c2
3 changes: 3 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ type TypeBasicTrigger = original.TypeBasicTrigger
const (
TypeBlobEventsTrigger TypeBasicTrigger = original.TypeBlobEventsTrigger
TypeBlobTrigger TypeBasicTrigger = original.TypeBlobTrigger
TypeChainingTrigger TypeBasicTrigger = original.TypeChainingTrigger
TypeMultiplePipelineTrigger TypeBasicTrigger = original.TypeMultiplePipelineTrigger
TypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeRerunTumblingWindowTrigger
TypeScheduleTrigger TypeBasicTrigger = original.TypeScheduleTrigger
Expand Down Expand Up @@ -1277,6 +1278,8 @@ type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeP
type CassandraSource = original.CassandraSource
type CassandraTableDataset = original.CassandraTableDataset
type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
type ChainingTrigger = original.ChainingTrigger
type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
Expand Down
3 changes: 3 additions & 0 deletions profiles/preview/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ type TypeBasicTrigger = original.TypeBasicTrigger
const (
TypeBlobEventsTrigger TypeBasicTrigger = original.TypeBlobEventsTrigger
TypeBlobTrigger TypeBasicTrigger = original.TypeBlobTrigger
TypeChainingTrigger TypeBasicTrigger = original.TypeChainingTrigger
TypeMultiplePipelineTrigger TypeBasicTrigger = original.TypeMultiplePipelineTrigger
TypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeRerunTumblingWindowTrigger
TypeScheduleTrigger TypeBasicTrigger = original.TypeScheduleTrigger
Expand Down Expand Up @@ -1277,6 +1278,8 @@ type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeP
type CassandraSource = original.CassandraSource
type CassandraTableDataset = original.CassandraTableDataset
type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
type ChainingTrigger = original.ChainingTrigger
type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
Expand Down
Loading