From 2acf276d94cf6a8767aaa21b3b6038685eadf20b Mon Sep 17 00:00:00 2001 From: loriatarms <105870291+loriatarms@users.noreply.github.com> Date: Tue, 13 Sep 2022 05:17:19 +0300 Subject: [PATCH] Mark mandatory param as required (#20638) --- .../preview/2022-08-01-preview/AutomationRules.json | 3 +++ .../preview/2022-09-01-preview/AutomationRules.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/AutomationRules.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/AutomationRules.json index 3bd3ad04b3bc..354336b4d907 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/AutomationRules.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/AutomationRules.json @@ -1042,6 +1042,9 @@ }, "ManualTriggerRequestBody": { "type": "object", + "required": [ + "logicAppsResourceId" + ], "properties": { "tenantId": { "format": "uuid", diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/AutomationRules.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/AutomationRules.json index 63129be36df2..0bbe32a9fb5d 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/AutomationRules.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-09-01-preview/AutomationRules.json @@ -1181,6 +1181,9 @@ }, "ManualTriggerRequestBody": { "type": "object", + "required": [ + "logicAppsResourceId" + ], "properties": { "tenantId": { "format": "uuid",