Skip to content

Commit 7f5ff3f

Browse files
removing mcas from examples in MDC settings api docs as intergration is being deprecated. (#23072)
no changes to actual API client, just docs Co-authored-by: [email protected] <[email protected]>
1 parent f4d6029 commit 7f5ff3f

File tree

11 files changed

+19
-46
lines changed

11 files changed

+19
-46
lines changed

specification/security/resource-manager/Microsoft.Security/stable/2019-01-01/examples/Settings/GetSettings_example.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
"200": {
88
"body": {
99
"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-
},
1910
{
2011
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
2112
"name": "WDATP",

specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/alerts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
"productName": {
836836
"readOnly": true,
837837
"type": "string",
838-
"description": "The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on)."
838+
"description": "The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, and so on)."
839839
},
840840
"processingEndTimeUtc": {
841841
"readOnly": true,

specification/security/resource-manager/Microsoft.Security/stable/2021-06-01/examples/Settings/GetSettings_example.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
"200": {
88
"body": {
99
"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-
},
1910
{
2011
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
2112
"name": "WDATP",

specification/security/resource-manager/Microsoft.Security/stable/2021-06-01/examples/Settings/UpdateSetting_example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"api-version": "2021-06-01",
44
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5-
"settingName": "MCAS",
5+
"settingName": "WDATP",
66
"setting": {
77
"kind": "DataExportSettings",
88
"properties": {
@@ -13,8 +13,8 @@
1313
"responses": {
1414
"200": {
1515
"body": {
16-
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
17-
"name": "MCAS",
16+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
17+
"name": "WDATP",
1818
"kind": "DataExportSettings",
1919
"type": "Microsoft.Security/settings",
2020
"properties": {

specification/security/resource-manager/Microsoft.Security/stable/2021-07-01/examples/Settings/GetSetting_example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"parameters": {
33
"api-version": "2021-07-01",
44
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5-
"settingName": "MCAS"
5+
"settingName": "WDATP"
66
},
77
"responses": {
88
"200": {
99
"body": {
10-
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
11-
"name": "MCAS",
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
11+
"name": "WDATP",
1212
"kind": "DataExportSettings",
1313
"type": "Microsoft.Security/settings",
1414
"properties": {

specification/security/resource-manager/Microsoft.Security/stable/2021-07-01/examples/Settings/GetSettings_example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"body": {
99
"value": [
1010
{
11-
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
12-
"name": "MCAS",
11+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
12+
"name": "WDATP",
1313
"kind": "DataExportSettings",
1414
"type": "Microsoft.Security/settings",
1515
"properties": {

specification/security/resource-manager/Microsoft.Security/stable/2021-07-01/examples/Settings/UpdateSetting_example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"api-version": "2021-07-01",
44
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5-
"settingName": "MCAS",
5+
"settingName": "WDATP",
66
"setting": {
77
"kind": "DataExportSettings",
88
"properties": {
@@ -13,8 +13,8 @@
1313
"responses": {
1414
"200": {
1515
"body": {
16-
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
17-
"name": "MCAS",
16+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
17+
"name": "WDATP",
1818
"kind": "DataExportSettings",
1919
"type": "Microsoft.Security/settings",
2020
"properties": {

specification/security/resource-manager/Microsoft.Security/stable/2021-11-01/alerts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
"productName": {
875875
"readOnly": true,
876876
"type": "string",
877-
"description": "The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on)."
877+
"description": "The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, and so on)."
878878
},
879879
"processingEndTimeUtc": {
880880
"readOnly": true,

specification/security/resource-manager/Microsoft.Security/stable/2022-05-01/examples/Settings/GetSetting_example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"parameters": {
33
"api-version": "2022-05-01",
44
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5-
"settingName": "MCAS"
5+
"settingName": "WDATP"
66
},
77
"responses": {
88
"200": {
99
"body": {
10-
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS",
11-
"name": "MCAS",
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
11+
"name": "WDATP",
1212
"kind": "DataExportSettings",
1313
"type": "Microsoft.Security/settings",
1414
"properties": {

specification/security/resource-manager/Microsoft.Security/stable/2022-05-01/examples/Settings/GetSettings_example.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
"200": {
88
"body": {
99
"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-
},
1910
{
2011
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
2112
"name": "WDATP",

0 commit comments

Comments
 (0)