Deleting pipeline: pipeline1
This commit is contained in:
parent
37945fadde
commit
b24737c787
@ -1,26 +0,0 @@
|
||||
{
|
||||
"name": "pipeline1",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Wait1",
|
||||
"type": "Wait",
|
||||
"dependsOn": [],
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"waitTimeInSeconds": {
|
||||
"value": "@variables('Demo')",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"Demo": {
|
||||
"type": "String",
|
||||
"defaultValue": "Test"
|
||||
}
|
||||
},
|
||||
"annotations": []
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user