Skip to content

Commit 298c518

Browse files
author
msftbot[bot]
authored
[ReleasePR streamanalytics] [Stream Analytics] Fix validStreamingUnits Property (#1941)
Create to sync Azure/azure-rest-api-specs#16143 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/streamanalytics?expand=1)
2 parents 92aae3d + 9f761b7 commit 298c518

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)