Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,9 @@
"type": "string"
},
"sizeWindow": {
"type": "number"
"type": "integer",
"format": "int32",
"description": "The size window to constrain a Stream Analytics output to."
},
"serialization": {
"$ref": "./inputs.json#/definitions/Serialization",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@
"description": "The time frame for filtering Stream Analytics job outputs."
},
"sizeWindow": {
"type": "number",
"type": "integer",
"format": "int32",
"description": "The size window to constrain a Stream Analytics output to."
},
"serialization": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters": {
"api-version": "2021-10-01-preview",
"api-version": "2020-03-01",
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d",
"resourceGroupName": "sjrg7983",
"jobName": "sj2331",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@
"description": "The time frame for filtering Stream Analytics job outputs."
},
"sizeWindow": {
"type": "number",
"type": "integer",
"format": "int32",
"description": "The size window to constrain a Stream Analytics output to."
},
"serialization": {
Expand Down