From 3543753ccd23b116fc2a01978df7c12b6e7b69e9 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 24 Sep 2021 01:59:01 +0000 Subject: [PATCH] CodeGen from PR 16143 in Azure/azure-rest-api-specs Merge b528d2c19b97476f1d1aa001e7409e49abe20901 into 33998161763a845ec4160ab09bb5de7d70befb37 --- schemas/2020-03-01/Microsoft.StreamAnalytics.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemas/2020-03-01/Microsoft.StreamAnalytics.json b/schemas/2020-03-01/Microsoft.StreamAnalytics.json index 69d460ebed..f6a6429c89 100644 --- a/schemas/2020-03-01/Microsoft.StreamAnalytics.json +++ b/schemas/2020-03-01/Microsoft.StreamAnalytics.json @@ -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"