Skip to content

Commit f1c3c7b

Browse files
roslynlumarkcowlRoslyn Lu
authored andcommitted
[Hub Generated] Review request for Microsoft.StreamAnalytics to add version preview/2021-10-01-preview (Azure#20733)
* 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 Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Roslyn Lu <roslu@microsoft.com>
1 parent e5fa13c commit f1c3c7b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
},
1111
"responses": {
12+
"200": {},
1213
"202": {}
1314
}
1415
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@
559559
}
560560
],
561561
"responses": {
562+
"200": {
563+
"description": "The scale streaming job request succeeded."
564+
},
562565
"202": {
563566
"description": "The scale streaming job request was successfully initiated."
564567
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
},
1111
"responses": {
12+
"200": {},
1213
"202": {}
1314
}
1415
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@
559559
}
560560
],
561561
"responses": {
562+
"200": {
563+
"description": "The scale streaming job request succeeded."
564+
},
562565
"202": {
563566
"description": "The scale streaming job request was successfully initiated."
564567
},

0 commit comments

Comments
 (0)