From d3faeef14de46a826c5adc7da9f313bfc81c195f Mon Sep 17 00:00:00 2001 From: Anat Gilenson Date: Thu, 23 Mar 2023 15:25:51 +0200 Subject: [PATCH] Add readonly flag to providerName property --- .../preview/2023-04-01-preview/Incidents.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Incidents.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Incidents.json index db91c35f690b..e97b5fea8391 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Incidents.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2023-04-01-preview/Incidents.json @@ -1386,7 +1386,8 @@ }, "providerName": { "description": "The name of the source provider that generated the incident", - "type": "string" + "type": "string", + "readOnly": true }, "providerIncidentId": { "description": "The incident ID assigned by the incident provider",