From 462571e59594c9111291ef0ac274df678bbf1c10 Mon Sep 17 00:00:00 2001 From: Lori Atar Date: Thu, 8 Sep 2022 11:57:08 +0300 Subject: [PATCH] Mark mandatory param as required --- .../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",