File tree Expand file tree Collapse file tree 1 file changed +19
-9
lines changed
specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview Expand file tree Collapse file tree 1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1492
1492
"properties" : {},
1493
1493
"allOf" : [
1494
1494
{
1495
- "$ref" : " #/definitions/Resource"
1496
- },
1497
- {
1498
- "$ref" : " #/definitions/SettingKind"
1495
+ "$ref" : " #/definitions/SettingResource"
1499
1496
}
1500
1497
]
1501
1498
},
1516
1513
}
1517
1514
]
1518
1515
},
1519
- "SettingKind " : {
1516
+ "SettingResource " : {
1520
1517
"type" : " object" ,
1521
1518
"description" : " The kind of the security setting" ,
1522
1519
"properties" : {
1523
1520
"kind" : {
1524
1521
"type" : " string" ,
1525
- "description" : " the kind of the settings string" ,
1522
+ "description" : " the kind of the settings string (DataExportSetting) " ,
1526
1523
"enum" : [
1527
- " DataExportSetting"
1524
+ " DataExportSetting" ,
1525
+ " AlertSuppressionSetting"
1528
1526
],
1529
1527
"x-ms-enum" : {
1530
1528
"name" : " SettingKind" ,
1531
1529
"modelAsString" : true ,
1532
1530
"values" : [
1533
1531
{
1534
1532
"value" : " DataExportSetting"
1533
+ },
1534
+ {
1535
+ "value" : " AlertSuppressionSetting"
1535
1536
}
1536
1537
]
1537
1538
}
1539
+
1538
1540
}
1539
- }
1541
+ },
1542
+ "required" : [
1543
+ " kind"
1544
+ ],
1545
+ "allOf" : [
1546
+ {
1547
+ "$ref" : " #/definitions/Resource"
1548
+ }
1549
+ ]
1540
1550
},
1541
1551
"DataExportSettingProperties" : {
1542
1552
"type" : " object" ,
1783
1793
"in" : " path" ,
1784
1794
"required" : true ,
1785
1795
"type" : " string" ,
1786
- "description" : " Name of setting" ,
1796
+ "description" : " Name of setting: (MCAS/WDATP) " ,
1787
1797
"enum" : [
1788
1798
" MCAS" ,
1789
1799
" WDATP"
You can’t perform that action at this time.
0 commit comments