Skip to content

Commit

Permalink
Merge pull request #6871 from datarootsio/bugfix/fix-6869-type-pipeli…
Browse files Browse the repository at this point in the history
…nereference

Add type PipelineReference in trigger resource
  • Loading branch information
tombuildsstuff committed May 12, 2020
2 parents 49b2066 + 0c2f2d9 commit 8f281da
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -166,6 +166,7 @@ func resourceArmDataFactoryTriggerScheduleCreateUpdate(d *schema.ResourceData, m

reference := &datafactory.PipelineReference{
ReferenceName: utils.String(d.Get("pipeline_name").(string)),
Type: utils.String("PipelineReference"),
}

scheduleProps := &datafactory.ScheduleTrigger{
Expand Down

0 comments on commit 8f281da

Please sign in to comment.