26 lines
404 B
JSON
26 lines
404 B
JSON
{
|
|
"name": "pipeline1",
|
|
"properties": {
|
|
"activities": [
|
|
{
|
|
"name": "Wait1",
|
|
"type": "Wait",
|
|
"dependsOn": [],
|
|
"userProperties": [],
|
|
"typeProperties": {
|
|
"waitTimeInSeconds": {
|
|
"value": "@variables('Demo')",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"variables": {
|
|
"Demo": {
|
|
"type": "String",
|
|
"defaultValue": "Test"
|
|
}
|
|
},
|
|
"annotations": []
|
|
}
|
|
} |