From 62cf951f459a25056e178b43aafa7863f17ff817 Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Wed, 24 May 2023 14:24:47 +0800 Subject: [PATCH] Update sqlServer.json --- .../stable/2021-06-01/sqlServer.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 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 2a33ad88b5a2..a0d4bed398cd 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,28 +1758,21 @@ "type": "boolean", "x-ms-mutability": [ "create", - "read" + "read", + "update" ] }, "emailSubscriptionAdmins": { "description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.", "default": true, - "type": "boolean", - "x-ms-mutability": [ - "create", - "read" - ] + "type": "boolean" }, "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", - "read" - ] + } } } },