Skip to content

Commit 9f761b7

Browse files
SDKAutoRoslyn Lu
andcommitted
CodeGen from PR 16143 in Azure/azure-rest-api-specs
fix validStreamingUnits (#16143) Co-authored-by: Roslyn Lu <[email protected]>
1 parent 92aae3d commit 9f761b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

schemas/2020-03-01/Microsoft.StreamAnalytics.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,10 @@
26702670
"validStreamingUnits": {
26712671
"oneOf": [
26722672
{
2673-
"type": "integer"
2673+
"type": "array",
2674+
"items": {
2675+
"type": "integer"
2676+
}
26742677
},
26752678
{
26762679
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)