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",