From 29dbd366e1223ecb3c122311ab11e490c1c7907b Mon Sep 17 00:00:00 2001 From: "VamshiKrishna Chirra (Quadrant Resource)" Date: Wed, 24 May 2023 11:10:53 +0530 Subject: [PATCH 1/2] added x-ms-mutability for VulnerabilityAssessmentRecurringScansProperties in sqlserver --- .../stable/2021-06-01/sqlServer.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json index 58aa842b2bd8..bb313c0e35c1 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json @@ -1755,19 +1755,31 @@ "properties": { "isEnabled": { "description": "Recurring scans state.", - "type": "boolean" + "type": "boolean", + "x-ms-mutability": [ + "create", + "update" + ] }, "emailSubscriptionAdmins": { "description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.", "default": true, - "type": "boolean" + "type": "boolean", + "x-ms-mutability": [ + "create", + "update" + ] }, "emails": { "description": "Specifies an array of e-mail addresses to which the scan notification is sent.", "type": "array", "items": { "type": "string" - } + }, + "x-ms-mutability": [ + "create", + "update" + ] } } }, From 291f7dca9a94602ae4d1af367031bf260be13097 Mon Sep 17 00:00:00 2001 From: "VamshiKrishna Chirra (Quadrant Resource)" Date: Wed, 24 May 2023 11:32:54 +0530 Subject: [PATCH 2/2] Create and read --- .../Microsoft.Synapse/stable/2021-06-01/sqlServer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json index bb313c0e35c1..2a33ad88b5a2 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json @@ -1758,7 +1758,7 @@ "type": "boolean", "x-ms-mutability": [ "create", - "update" + "read" ] }, "emailSubscriptionAdmins": { @@ -1767,7 +1767,7 @@ "type": "boolean", "x-ms-mutability": [ "create", - "update" + "read" ] }, "emails": { @@ -1778,7 +1778,7 @@ }, "x-ms-mutability": [ "create", - "update" + "read" ] } }