Adding pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-10-28 12:36:33 +01:00
parent 640adf9a43
commit 20f78b5402

View File

@ -0,0 +1,20 @@
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Wait1",
"type": "Wait",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"waitTimeInSeconds": {
"value": "jgkrglksjhgjdfhgljksdfhglfsdkjhgldfjkg",
"type": "Expression"
}
}
}
],
"annotations": []
}
}