Skip to content

Commit 10580d6

Browse files
authored
Update sqlServer.json (#24140)
1 parent 16839c9 commit 10580d6

File tree

1 file changed

+4
-11
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01

1 file changed

+4
-11
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlServer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,28 +1758,21 @@
17581758
"type": "boolean",
17591759
"x-ms-mutability": [
17601760
"create",
1761-
"read"
1761+
"read",
1762+
"update"
17621763
]
17631764
},
17641765
"emailSubscriptionAdmins": {
17651766
"description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.",
17661767
"default": true,
1767-
"type": "boolean",
1768-
"x-ms-mutability": [
1769-
"create",
1770-
"read"
1771-
]
1768+
"type": "boolean"
17721769
},
17731770
"emails": {
17741771
"description": "Specifies an array of e-mail addresses to which the scan notification is sent.",
17751772
"type": "array",
17761773
"items": {
17771774
"type": "string"
1778-
},
1779-
"x-ms-mutability": [
1780-
"create",
1781-
"read"
1782-
]
1775+
}
17831776
}
17841777
}
17851778
},

0 commit comments

Comments
 (0)