Updating pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-03-01 12:41:45 +00:00
parent 96a37399d0
commit 37945fadde

View File

@ -3,10 +3,16 @@
"properties": {
"activities": [
{
"name": "Set variable1",
"type": "SetVariable",
"name": "Wait1",
"type": "Wait",
"dependsOn": [],
"userProperties": []
"userProperties": [],
"typeProperties": {
"waitTimeInSeconds": {
"value": "@variables('Demo')",
"type": "Expression"
}
}
}
],
"variables": {