Skip to content

Commit

Permalink
update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
liprec committed Feb 16, 2020
1 parent 17cdc21 commit 0e511a7
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 75 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Azure DevOps release task to trigger an Azure Data Factory pipeline to start.

[More information](trigger-adf-pipeline/README.md)

## Azure Data Factory Pipelines Management
## Azure Data Factory Pipelines Management (Deprecated)

Azure DevOps release task to either suspend or resume all pipelines of an Azure Data Factory.
![](images/screenshot-3.png)
Expand All @@ -41,6 +41,12 @@ Azure DevOps release task to either suspend or resume all pipelines of an Azure

## Release notes

**2.2**

- Added support for deploy Data flows definition files
- Added paging support for data factories with more than 50 objects
- Adding support for trigger parameter files

**2.0.0**
- Added new task: Delete Items
- Added new task: Toggle Pipeline
Expand Down
36 changes: 8 additions & 28 deletions delete-adf-items/README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,17 @@
# Azure Data Factory Delete Items **PREVIEW**
# Azure Data Factory Delete Items

This release task can be added to a release pipeline to delete Azure Data Factory V2 items, like Datasets, Pipelines, Linked Services or Triggers.
![](../images/screenshot-5.png)
This task can be added to a pipeline to delete Azure Data Factory items, like Datasets, Pipelines, Linked Services or Triggers.

## Parameters
Full documentation: https://azurebi-docs.jppp.org/vsts-extensions/azure-data-factory-delete.html

Generic:

- **Display name** - Description name of the task
- **Azure Subscription** - Which Azure Subscription (Service Endpoint) should be used to connect to the datafactory

Azure Details:
- **Resource Group** - To which Resource Group is the Azure Data Factory deployed
- **Azure Data Factory** - The name of the Azure Data Factory.

Data Factory Details:
- **Linked Service Filter** - Filter to determine which linked service to delete.
- **Pipeline Filter** - Filter to determine which pipeline to delete.
- **Dataset Filter** - Filter to determine which datasets to delete.
- **Trigger Filter** - Filter to determine which triggers to delete.

For all filters:

- Empty string: *none* items will be deleted.
- `*`: *all* found items will be deleted.
## Release notes

Advanced:
- **Continue on Error** - When turned on continue after an error occurs and finish the task with the status 'Partially succeeded'
- **Number of parallel actions** - Maximum amount of parallel tasks are initiated.
**2.2**

## Release notes
- Added support for deleting data flow definitions
- Added paging support to delete object with data factories with more than 50 objects

**2.0** **PREVIEW**
**2.0**

- Rewrite to platform independent version by using NodeJS and REST APIs
- This version only support Azure Data Factory v2
Expand Down
Binary file modified images/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion suspend-adf-pipeline/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Data Factory Pipelines Management
# Azure Data Factory Pipelines Management (Deprecated)

This release task can be added to a release pipeline to either suspend or resume all pipelines of an Azure Data Factory.
![](../images/screenshot-3.png)
Expand Down
28 changes: 6 additions & 22 deletions toggle-adf-trigger/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
# Azure Data Factory Trigger

This release task can be added to a release pipeline to either start or stop Azure Data Factory triggers.
![](../images/screenshot-4.png)
This task can be added to a pipeline to either toggle a Azure Data Factory trigger to status start or stop.

## Parameters
Full documentation: https://azurebi-docs.jppp.org/vsts-extensions/azure-data-factory-trigger.html

Generic:

- **Display name** - Description name of the task
- **Azure Subscription** - Which Azure Subscription (Service Endpoint) should be used to connect to the datafactory

Azure Details:
- **Resource Group** - To which Resource Group is the Azure Data Factory deployed
- **Azure Data Factory** - The name of the Azure Data Factory.

Data Factory Details:
- **Trigger Filter** - Filter to determine which triggers to delete.
- Empty string: *none* items will be deleted.
- `*`: *all* found items will be deleted.
- **Set Trigger Status** - The status of the stigger: Start or Stop.
## Release notes

Advanced:
- **Continue on Error** - When turned on continue after an error occurs and finish the task with the status 'Partially succeeded'
- **Number of parallel actions** - Maximum amount of parallel tasks are initiated.
**2.2**

## Release notes
- Added paging support for data factories with more than 50 triggers

**2.0** **PREVIEW**
**2.0**

- Rewrite to platform independent version by using NodeJS and REST APIs
- This version only support Azure Data Factory v2
Expand Down
30 changes: 7 additions & 23 deletions trigger-adf-pipeline/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
# Azure Data Factory Trigger Pipelines **PREVIEW**
# Azure Data Factory Pipeline Trigger

This release task can be added to a release pipeline to delete Azure Data Factory V2 items, like Datasets, Pipelines, Linked Services or Triggers.
![](../images/screenshot-6.png)
This task can be added to a pipeline to trigger a Azure Data Factory pipeline run.

## Parameters
Full documentation: https://azurebi-docs.jppp.org/vsts-extensions/azure-data-factory-trigger.html

Generic:

- **Display name** - Description name of the task
- **Azure Subscription** - Which Azure Subscription (Service Endpoint) should be used to connect to the datafactory

Azure Details:
- **Resource Group** - To which Resource Group is the Azure Data Factory deployed
- **Azure Data Factory** - The name of the Azure Data Factory.

Data Factory Details:
- **Pipeline Filter** - Filter to determine which pipeline to delete.
- Empty string: *none* items will be deleted.
- `*`: *all* found items will be deleted.
- **Pipeline Parameter** - (Optional) Add pipeline parameters in JSON
## Release notes

Advanced:
- **Continue on Error** - When turned on continue after an error occurs and finish the task with the status 'Partially succeeded'
- **Number of parallel actions** - Maximum amount of parallel tasks are initiated.
**2.2**

## Release notes
- Added paging support for data factories with more than 50 pipelines

**2.0** **PREVIEW**
**2.0**

- Rewrite to platform independent version by using NodeJS and REST APIs
- This version only support Azure Data Factory v2
Expand Down

0 comments on commit 0e511a7

Please sign in to comment.