From 57522675ad9c4e9174d50679469308ddae990f42 Mon Sep 17 00:00:00 2001 From: Anat Gilenson <53407600+anat-gilenson@users.noreply.github.com> Date: Fri, 31 Mar 2023 05:14:46 +0300 Subject: [PATCH] Add readonly flag to providerName property (#23259) --- .../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",