Skip to content

Commit

Permalink
[ReleasePR streamanalytics] [Stream Analytics] Fix validStreamingUnit…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 29, 2021
2 parents 92aae3d + 9f761b7 commit 298c518
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/2020-03-01/Microsoft.StreamAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,10 @@
"validStreamingUnits": {
"oneOf": [
{
"type": "integer"
"type": "array",
"items": {
"type": "integer"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit 298c518

Please sign in to comment.