From 9f761b70c352167fa303f214c85d6752c4820f0f Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 29 Sep 2021 02:43:34 +0000 Subject: [PATCH] CodeGen from PR 16143 in Azure/azure-rest-api-specs fix validStreamingUnits (#16143) Co-authored-by: Roslyn Lu --- 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"