Skip to content

Commit

Permalink
Updating to fix workflow errors (#19490)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkarcher-msft authored Jun 16, 2022
1 parent 98eed5b commit a48ea4d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24760,13 +24760,13 @@
"items": {
"$ref": "#/definitions/ExpressionRoot"
},
"nextLink": {
"description": "The link used to get the next page of recommendations.",
"type": "string"
},
"x-ms-identifiers": [
"path"
]
},
"nextLink": {
"description": "The link used to get the next page of recommendations.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -25556,6 +25556,18 @@
}
}
},
"Kind": {
"type": "string",
"enum": [
"Stateful",
"Stateless"
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": true
},
"description": "The workflow kind."
},
"KeyType": {
"type": "string",
"description": "The key type.",
Expand Down Expand Up @@ -29222,6 +29234,10 @@
"$ref": "#/definitions/WorkflowParameter"
},
"description": "The parameters."
},
"kind": {
"$ref": "#/definitions/Kind",
"description": "The workflow kind."
}
},
"description": "The workflow properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
"connector": {
"outgoingIpAddresses": []
}
},
"runtimeConfiguration": {
"lifetime": {
"unit": "Day",
"count": 90
},
"operationOptions": "None"
}
},
"id": "/workflows/test-workflow",
Expand Down

0 comments on commit a48ea4d

Please sign in to comment.