File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01 Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1755
1755
"properties" : {
1756
1756
"isEnabled" : {
1757
1757
"description" : " Recurring scans state." ,
1758
- "type" : " boolean"
1758
+ "type" : " boolean" ,
1759
+ "x-ms-mutability" : [
1760
+ " create" ,
1761
+ " read"
1762
+ ]
1759
1763
},
1760
1764
"emailSubscriptionAdmins" : {
1761
1765
"description" : " Specifies that the schedule scan notification will be is sent to the subscription administrators." ,
1762
1766
"default" : true ,
1763
- "type" : " boolean"
1767
+ "type" : " boolean" ,
1768
+ "x-ms-mutability" : [
1769
+ " create" ,
1770
+ " read"
1771
+ ]
1764
1772
},
1765
1773
"emails" : {
1766
1774
"description" : " Specifies an array of e-mail addresses to which the scan notification is sent." ,
1767
1775
"type" : " array" ,
1768
1776
"items" : {
1769
1777
"type" : " string"
1770
- }
1778
+ },
1779
+ "x-ms-mutability" : [
1780
+ " create" ,
1781
+ " read"
1782
+ ]
1771
1783
}
1772
1784
}
1773
1785
},
You can’t perform that action at this time.
0 commit comments