Skip to content

Commit

Permalink
Change type name and add timeout property (#6717)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomersh26 authored and shahabhijeet committed Jul 25, 2019
1 parent 79ecf24 commit 548e21c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4111,7 +4111,7 @@
"dataset"
]
},
"AzureDataExplorerCommand": {
"AzureDataExplorerCommandActivity": {
"x-ms-discriminator-value": "AzureDataExplorerCommand",
"description": "Azure Data Explorer command activity.",
"allOf": [
Expand All @@ -4136,6 +4136,10 @@
"command": {
"type": "object",
"description": "A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string)."
},
"commandTimeout": {
"type": "object",
"description": "Control command timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)"
}
},
"required": [
Expand Down

0 comments on commit 548e21c

Please sign in to comment.