Skip to content

Commit 253694a

Browse files
committed
Fixes #489, remove MDCA endpoint from deployment
1 parent b8198f6 commit 253694a

5 files changed

Lines changed: 0 additions & 80 deletions

File tree

Deploy/deployui.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -462,36 +462,6 @@
462462
}
463463
],
464464
"visible": "[if(equals(steps('apiStep').api, 'custom'), true, false)]"
465-
},
466-
{
467-
"name": "apiTextBlock5",
468-
"type": "Microsoft.Common.TextBlock",
469-
"visible": true,
470-
"options": {
471-
"text": "Microsoft Defender for Cloud Apps API uses a tenant specific endpoint which must be entered to use that module.",
472-
"link": {
473-
"label": "Learn more",
474-
"uri": "https://learn.microsoft.com/defender-cloud-apps/api-introduction#api-url-structure"
475-
}
476-
}
477-
},
478-
{
479-
"name": "mdcaApi",
480-
"type": "Microsoft.Common.TextBox",
481-
"label": "Microsoft Defender for Cloud Apps API",
482-
"placeholder": "*.*.portal.cloudappsecurity.com",
483-
"defaultValue": "",
484-
"toolTip": "Microsoft Defender for Cloud Apps API Endpoint",
485-
"constraints": {
486-
"required": true,
487-
"validations": [
488-
{
489-
"regex": "(^(?![hH][tT][tT][pP][sS]?:\/\/)).*",
490-
"message": "Enter only the hostname, such as org.region.cloudappsecurity.com, do not include the https:// prefix."
491-
}
492-
]
493-
},
494-
"visible": true
495465
}
496466
]
497467
},
@@ -584,7 +554,6 @@
584554
"MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]",
585555
"M365Endpoint": "[coalesce(steps('apiStep').customApi.m365Api,'api.security.microsoft.com')]",
586556
"MDEEndpoint": "[coalesce(steps('apiStep').customApi.mdeApi,'api.securitycenter.microsoft.com')]",
587-
"MDCAEndpoint": "[steps('apiStep').mdcaApi]",
588557
"LogAnalyticsEndpoint": "[coalesce(steps('apiStep').customApi.laApi,'api.loganalytics.io')]",
589558
"AzureResourceManagerEndpoint": "[coalesce(steps('apiStep').customApi.armApi,'management.azure.com')]",
590559
"ServicePrincipalClientId": "[coalesce(steps('identityStep').spId.clientId,steps('identityStep').userId.clientId, 'none')]",

Deploy/statdeploy.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
"description": "Microsoft Defender for Endpoint API endpoint"
6767
}
6868
},
69-
"MDCAEndpoint": {
70-
"type": "string",
71-
"defaultValue": "",
72-
"metadata": {
73-
"description": "Organization Specific Microsoft Defender for Cloud Apps Endpoint"
74-
}
75-
},
7669
"LogAnalyticsEndpoint": {
7770
"type": "string",
7871
"defaultValue": "api.loganalytics.io",
@@ -191,9 +184,6 @@
191184
"MDEEndpoint": {
192185
"value": "[parameters('MDEEndpoint')]"
193186
},
194-
"MDCAEndpoint": {
195-
"value": "[parameters('MDCAEndpoint')]"
196-
},
197187
"LogAnalyticsEndpoint": {
198188
"value": "[parameters('LogAnalyticsEndpoint')]"
199189
},
@@ -267,9 +257,6 @@
267257
"MDEEndpoint": {
268258
"value": "[parameters('MDEEndpoint')]"
269259
},
270-
"MDCAEndpoint": {
271-
"value": "[parameters('MDCAEndpoint')]"
272-
},
273260
"LogAnalyticsEndpoint": {
274261
"value": "[parameters('LogAnalyticsEndpoint')]"
275262
},
@@ -337,9 +324,6 @@
337324
"MDEEndpoint": {
338325
"value": "[parameters('MDEEndpoint')]"
339326
},
340-
"MDCAEndpoint": {
341-
"value": "[parameters('MDCAEndpoint')]"
342-
},
343327
"LogAnalyticsEndpoint": {
344328
"value": "[parameters('LogAnalyticsEndpoint')]"
345329
},

Function/ServicePrincipalIdentity.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
"description": "Microsoft Defender for Endpoint API endpoint"
4848
}
4949
},
50-
"MDCAEndpoint": {
51-
"type": "string",
52-
"defaultValue": "",
53-
"metadata": {
54-
"description": "Organization Specific Microsoft Defender for Cloud Apps Endpoint"
55-
}
56-
},
5750
"LogAnalyticsEndpoint": {
5851
"type": "string",
5952
"defaultValue": "api.loganalytics.io",
@@ -162,10 +155,6 @@
162155
"name": "MDE_ENDPOINT",
163156
"value": "[parameters('MDEEndpoint')]"
164157
},
165-
{
166-
"name": "MDCA_ENDPOINT",
167-
"value": "[parameters('MDCAEndpoint')]"
168-
},
169158
{
170159
"name": "AZURE_CLIENT_ID",
171160
"value": "[parameters('ServicePrincipalClientId')]"

Function/SystemIdentity.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
"description": "Microsoft Defender for Endpoint API endpoint"
4848
}
4949
},
50-
"MDCAEndpoint": {
51-
"type": "string",
52-
"defaultValue": "",
53-
"metadata": {
54-
"description": "Organization Specific Microsoft Defender for Cloud Apps Endpoint"
55-
}
56-
},
5750
"LogAnalyticsEndpoint": {
5851
"type": "string",
5952
"defaultValue": "api.loganalytics.io",
@@ -150,10 +143,6 @@
150143
"name": "MDE_ENDPOINT",
151144
"value": "[parameters('MDEEndpoint')]"
152145
},
153-
{
154-
"name": "MDCA_ENDPOINT",
155-
"value": "[parameters('MDCAEndpoint')]"
156-
},
157146
{
158147
"name": "AZURE_TENANT_ID",
159148
"value": "[parameters('AADTenantId')]"

Function/UserAssignedIdentity.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
"description": "Microsoft Defender for Endpoint API endpoint"
4848
}
4949
},
50-
"MDCAEndpoint": {
51-
"type": "string",
52-
"defaultValue": "",
53-
"metadata": {
54-
"description": "Organization Specific Microsoft Defender for Cloud Apps Endpoint"
55-
}
56-
},
5750
"LogAnalyticsEndpoint": {
5851
"type": "string",
5952
"defaultValue": "api.loganalytics.io",
@@ -162,10 +155,6 @@
162155
"name": "MDE_ENDPOINT",
163156
"value": "[parameters('MDEEndpoint')]"
164157
},
165-
{
166-
"name": "MDCA_ENDPOINT",
167-
"value": "[parameters('MDCAEndpoint')]"
168-
},
169158
{
170159
"name": "AZURE_CLIENT_ID",
171160
"value": "[parameters('ServicePrincipalClientId')]"

0 commit comments

Comments
 (0)