Skip to content

Commit 26b4986

Browse files
roslynlumarkcowlRoslyn Lu
authored
[Hub Generated] Review request for Microsoft.StreamAnalytics to add version preview/2021-10-01-preview (#21632)
* Add blockchain to latest profile * Add additional types * update enum name * update cluster max size and add default values * add gateway message bus * tenantId and principalId to readonly * add blobpathprefix * add file ref input * add missed example files * add 200 response code to scale * add to 2020GA version * change sizeWindow to int * fix api version Co-authored-by: Mark Cowlishaw <[email protected]> Co-authored-by: Roslyn Lu <[email protected]>
1 parent e9370a0 commit 26b4986

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2017-04-01-preview/outputs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@
509509
"type": "string"
510510
},
511511
"sizeWindow": {
512-
"type": "number"
512+
"type": "integer",
513+
"format": "int32",
514+
"description": "The size window to constrain a Stream Analytics output to."
513515
},
514516
"serialization": {
515517
"$ref": "./inputs.json#/definitions/Serialization",

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2021-10-01-preview/outputs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@
516516
"description": "The time frame for filtering Stream Analytics job outputs."
517517
},
518518
"sizeWindow": {
519-
"type": "number",
519+
"type": "integer",
520+
"format": "int32",
520521
"description": "The size window to constrain a Stream Analytics output to."
521522
},
522523
"serialization": {

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/examples/Output_Create_GatewayMessageBus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2021-10-01-preview",
3+
"api-version": "2020-03-01",
44
"subscriptionId": "56b5e0a9-b645-407d-99b0-c64f86013e3d",
55
"resourceGroupName": "sjrg7983",
66
"jobName": "sj2331",

specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/outputs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@
513513
"description": "The time frame for filtering Stream Analytics job outputs."
514514
},
515515
"sizeWindow": {
516-
"type": "number",
516+
"type": "integer",
517+
"format": "int32",
517518
"description": "The size window to constrain a Stream Analytics output to."
518519
},
519520
"serialization": {

0 commit comments

Comments
 (0)