Skip to content

Commit d006e1d

Browse files
shahafalShahaf Alkaslassy
andauthored
[Hub Generated] Review request for Microsoft.Security to add version stable/2022-05-01 (#19334)
* Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * add Microsoft.Security Settings API version 2022-05-01 Co-authored-by: Shahaf Alkaslassy <[email protected]>
1 parent ebcfe55 commit d006e1d

File tree

5 files changed

+437
-5
lines changed

5 files changed

+437
-5
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": "2022-05-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: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-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/WDATP_UNIFIED_SOLUTION",
39+
"name": "WDATP_UNIFIED_SOLUTION",
40+
"kind": "DataExportSettings",
41+
"type": "Microsoft.Security/settings",
42+
"properties": {
43+
"enabled": false
44+
}
45+
},
46+
{
47+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/Sentinel",
48+
"name": "Sentinel",
49+
"kind": "AlertSyncSettings",
50+
"type": "Microsoft.Security/settings",
51+
"properties": {
52+
"enabled": false
53+
}
54+
}
55+
]
56+
}
57+
}
58+
}
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-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)