Updating pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-03-09 15:58:17 +00:00
parent c168fb875f
commit 09c848bc7d

View File

@ -1,6 +1,17 @@
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Wait1",
"type": "Wait",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"waitTimeInSeconds": 1
}
}
],
"annotations": []
}
}