Skip to content

Commit

Permalink
fix validStreamingUnits (Azure#16143)
Browse files Browse the repository at this point in the history
Co-authored-by: Roslyn Lu <roslu@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent a84cd8d commit 89b7ae7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,12 @@
"description": "Specifies the number of streaming units that the streaming job uses."
},
"validStreamingUnits": {
"type": "integer",
"format": "int32",
"type": "array",
"items": {
"type": "integer",
"format": "int32",
"description": "Specifies the number of streaming units that the streaming job can use."
},
"description": "Specifies the valid streaming units a streaming job can scale to."
},
"query": {
Expand Down

0 comments on commit 89b7ae7

Please sign in to comment.