Skip to content

Commit 1d28da6

Browse files
shahafalShahaf Alkaslassy
andauthored
Add Security Settings new API version (#15093)
* add settings for version 2021-07-01 * add tag package-2021-06-only Co-authored-by: Shahaf Alkaslassy <shahafal@microsoft.com>
1 parent af06ae6 commit 1d28da6

File tree

5 files changed

+411
-1
lines changed

5 files changed

+411
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-07-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"settingName": "MCAS"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
11+
"name": "MCAS",
12+
"kind": "DataExportSettings",
13+
"type": "Microsoft.Security/settings",
14+
"properties": {
15+
"enabled": true
16+
}
17+
}
18+
}
19+
}
20+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-07-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
12+
"name": "MCAS",
13+
"kind": "DataExportSettings",
14+
"type": "Microsoft.Security/settings",
15+
"properties": {
16+
"enabled": true
17+
}
18+
},
19+
{
20+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
21+
"name": "WDATP",
22+
"kind": "DataExportSettings",
23+
"type": "Microsoft.Security/settings",
24+
"properties": {
25+
"enabled": false
26+
}
27+
},
28+
{
29+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW",
30+
"name": "WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW",
31+
"kind": "DataExportSettings",
32+
"type": "Microsoft.Security/settings",
33+
"properties": {
34+
"enabled": false
35+
}
36+
},
37+
{
38+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/Sentinel",
39+
"name": "Sentinel",
40+
"kind": "AlertSyncSettings",
41+
"type": "Microsoft.Security/settings",
42+
"properties": {
43+
"enabled": false
44+
}
45+
}
46+
]
47+
}
48+
}
49+
}
50+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-07-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"settingName": "MCAS",
6+
"setting": {
7+
"kind": "DataExportSettings",
8+
"properties": {
9+
"enabled": true
10+
}
11+
}
12+
},
13+
"responses": {
14+
"200": {
15+
"body": {
16+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
17+
"name": "MCAS",
18+
"kind": "DataExportSettings",
19+
"type": "Microsoft.Security/settings",
20+
"properties": {
21+
"enabled": true
22+
}
23+
}
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)