Skip to content

Commit 16839c9

Browse files
12VamshiKrishnaVamshiKrishna Chirra (Quadrant Resource)
andauthored
added x-ms-mutability for VulnerabilityAssessmentRecurringScansProper… (#24139)
* added x-ms-mutability for VulnerabilityAssessmentRecurringScansProperties in sqlserver * Create and read --------- Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <[email protected]>
1 parent 03540a0 commit 16839c9

File tree

1 file changed

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

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,19 +1755,31 @@
17551755
"properties": {
17561756
"isEnabled": {
17571757
"description": "Recurring scans state.",
1758-
"type": "boolean"
1758+
"type": "boolean",
1759+
"x-ms-mutability": [
1760+
"create",
1761+
"read"
1762+
]
17591763
},
17601764
"emailSubscriptionAdmins": {
17611765
"description": "Specifies that the schedule scan notification will be is sent to the subscription administrators.",
17621766
"default": true,
1763-
"type": "boolean"
1767+
"type": "boolean",
1768+
"x-ms-mutability": [
1769+
"create",
1770+
"read"
1771+
]
17641772
},
17651773
"emails": {
17661774
"description": "Specifies an array of e-mail addresses to which the scan notification is sent.",
17671775
"type": "array",
17681776
"items": {
17691777
"type": "string"
1770-
}
1778+
},
1779+
"x-ms-mutability": [
1780+
"create",
1781+
"read"
1782+
]
17711783
}
17721784
}
17731785
},

0 commit comments

Comments
 (0)