Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.26 KB

Build Status

Azure Data Factory

This extension adds release tasks related to Azure Data Factory (V1 and V2) to Visual Studio Team Service.

Azure Data Factory Deployment

Visual Studio Team Service deploy task that will deploy JSON files with definition of Linked Services, Datasets, Pipelines and/or Triggers (V2) to an existing Azure Data Factory.

More information

Azure Data Factory Pipelines Management

This release task can be added to a release pipeline to either start or stop Azure Data Factory V2 triggers.

More information

Azure Data Factory Pipelines Management

This release task can be added to a release pipeline to either suspend or resume all pipelines of an Azure Data Factory.

More information

Release notes

1.5.7

  • Added support for V2 deployments
  • Added trigger start/stop task (V2)

1.0.7

  • Add extra error logging

1.0.5

  • [Bug] Fixed suspend/resume logic

1.0.0

  • Initial public release