Skip to content

Commit a49751d

Browse files
authored
Merge pull request Azure#12003 from eset-enterprise-integration/eset-protect-platform-solution-3.1.0-fix-typo
Fix typo
2 parents 7822e9c + f255f8b commit a49751d

File tree

7 files changed

+29
-22
lines changed

7 files changed

+29
-22
lines changed

Solutions/ESET Protect Platform/Data Connectors/azuredeploy_ESETProtectPlatform_API_FunctionApp.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"description": "The name of the Log Analytics workspace associated with Microsoft Sentinel."
99
}
1010
},
11+
"location": {
12+
"type": "string",
13+
"metadata": {
14+
"description": "The region of the Log Analytics workspace associated with Microsoft Sentinel. This is the location where new resources will be created."
15+
}
16+
},
1117
"tableName": {
1218
"type": "string",
1319
"metadata": {
@@ -141,10 +147,10 @@
141147
"applicationName": "[concat(parameters('applicationName'), uniquestring(resourceGroup().id))]",
142148
"dataCollectionEndpointId":"[resourceId('Microsoft.Insights/dataCollectionEndpoints', parameters('dataCollectionEndpointName'))]",
143149
"dataCollectionRuleId": "[resourceId('Microsoft.Insights/dataCollectionRules', parameters('dataCollectionRuleName'))]",
144-
"location": "[resourceGroup().location]",
150+
"location": "[parameters('location')]",
145151
"hostingPlanName": "[variables('applicationName')]",
146152
"contentShare": "[variables('applicationName')]",
147-
"storageAccountName": "[concat(uniquestring(resourceGroup().id), 'azfunction')]",
153+
"storageAccountName": "[concat(uniquestring(resourceGroup().id), 'azfun')]",
148154
"workspaces_integration_log_analytics_workspace_externalid":"[resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspaceName'))]",
149155
"keyBase64": "[base64(substring(parameters('keyBase'), 0, 32))]"
150156

@@ -466,7 +472,7 @@
466472
"name": "[variables('applicationName')]",
467473
"type": "Microsoft.Web/sites",
468474
"kind": "functionapp,linux",
469-
"location": "[resourceGroup().location]",
475+
"location": "[variables('location')]",
470476
"tags": {},
471477
"dependsOn": [
472478
"[concat('Microsoft.Web/serverfarms/', variables('hostingPlanName'))]",
@@ -557,7 +563,7 @@
557563
{
558564
"name": "PYTHONPATH",
559565
"value": "/home/site/wwwroot/.python_packages/lib/site-packages,/home/site/wwwroot"
560-
},
566+
},
561567
{
562568
"name": "PYTHON_ISOLATE_WORKER_DEPENDENCIES",
563569
"value": "1"
@@ -615,7 +621,7 @@
615621
"apiVersion": "2022-03-01",
616622
"name": "[variables('hostingPlanName')]",
617623
"type": "Microsoft.Web/serverfarms",
618-
"location": "[resourceGroup().location]",
624+
"location": "[variables('location')]",
619625
"kind": "linux",
620626
"tags": {},
621627
"dependsOn": [],
@@ -635,7 +641,7 @@
635641
"apiVersion": "2020-02-02",
636642
"name": "[variables('applicationName')]",
637643
"type": "microsoft.insights/components",
638-
"location": "westeurope",
644+
"location": "[variables('location')]",
639645
"tags": {},
640646
"dependsOn": [],
641647
"properties": {
@@ -650,7 +656,7 @@
650656
"apiVersion": "2022-05-01",
651657
"type": "Microsoft.Storage/storageAccounts",
652658
"name": "[variables('storageAccountName')]",
653-
"location": "[resourceGroup().location]",
659+
"location": "[variables('location')]",
654660
"tags": {},
655661
"sku": {
656662
"name": "Standard_LRS"

Solutions/ESET Protect Platform/Data/Solution_ESETProtectPlatform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Parsers/ESETProtectPlatform.yaml"
1111
],
1212
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\ESET Protect Platform",
13-
"Version": "3.1.0",
13+
"Version": "3.1.1",
1414
"Metadata": "SolutionMetadata.json",
1515
"TemplateSpec": true,
1616
"Is1Pconnector": false
109 Bytes
Binary file not shown.
Binary file not shown.

Solutions/ESET Protect Platform/Package/mainTemplate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"variables": {
3333
"_solutionName": "ESET Protect Platform",
34-
"_solutionVersion": "3.1.0",
34+
"_solutionVersion": "3.1.1",
3535
"solutionId": "eset.eset-protect-platform-solution",
3636
"_solutionId": "[variables('solutionId')]",
3737
"uiConfigId1": "ESETProtectPlatform",
@@ -62,7 +62,7 @@
6262
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
6363
],
6464
"properties": {
65-
"description": "ESET Protect Platform data connector with template version 3.1.0",
65+
"description": "ESET Protect Platform data connector with template version 3.1.1",
6666
"mainTemplate": {
6767
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
6868
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -189,7 +189,7 @@
189189
},
190190
"support": {
191191
"name": "ESET Enterprise Integrations",
192-
"email": "eset-enterpise[email protected]",
192+
"email": "eset-enterprise[email protected]",
193193
"tier": "Partner",
194194
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
195195
}
@@ -233,7 +233,7 @@
233233
},
234234
"support": {
235235
"name": "ESET Enterprise Integrations",
236-
"email": "eset-enterpise[email protected]",
236+
"email": "eset-enterprise[email protected]",
237237
"tier": "Partner",
238238
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
239239
}
@@ -349,7 +349,7 @@
349349
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
350350
],
351351
"properties": {
352-
"description": "ESETProtectPlatform Data Parser with template version 3.1.0",
352+
"description": "ESETProtectPlatform Data Parser with template version 3.1.1",
353353
"mainTemplate": {
354354
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
355355
"contentVersion": "[variables('parserObject1').parserVersion1]",
@@ -399,7 +399,7 @@
399399
},
400400
"support": {
401401
"name": "ESET Enterprise Integrations",
402-
"email": "eset-enterpise[email protected]",
402+
"email": "eset-enterprise[email protected]",
403403
"tier": "Partner",
404404
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
405405
}
@@ -464,7 +464,7 @@
464464
},
465465
"support": {
466466
"name": "ESET Enterprise Integrations",
467-
"email": "eset-enterpise[email protected]",
467+
"email": "eset-enterprise[email protected]",
468468
"tier": "Partner",
469469
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
470470
}
@@ -475,7 +475,7 @@
475475
"apiVersion": "2023-04-01-preview",
476476
"location": "[parameters('workspace-location')]",
477477
"properties": {
478-
"version": "3.1.0",
478+
"version": "3.1.1",
479479
"kind": "Solution",
480480
"contentSchemaVersion": "3.0.0",
481481
"displayName": "ESET Protect Platform",
@@ -497,7 +497,7 @@
497497
},
498498
"support": {
499499
"name": "ESET Enterprise Integrations",
500-
"email": "eset-enterpise[email protected]",
500+
"email": "eset-enterprise[email protected]",
501501
"tier": "Partner",
502502
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
503503
},
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
2-
|-------------|--------------------------------|---------------------------------------------|
3-
| 3.1.0 | 06-02-2025 | Updated **Data Connector** FunctionApp code to work with old param and new |
4-
| 3.0.0 | 04-11-2024 | Initial Solution Release |
1+
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
2+
|-------------|--------------------------------|----------------------------------------------------------------------------|
3+
| 3.1.1 | 25-04-2025 | Add the location parameter to ARM template and update the email address. |
4+
| 3.1.0 | 06-02-2025 | Updated **Data Connector** FunctionApp code to work with old param and new |
5+
| 3.0.0 | 04-11-2024 | Initial Solution Release |

Solutions/ESET Protect Platform/SolutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"support": {
1111
"name": "ESET Enterprise Integrations",
12-
"email": "eset-enterpise[email protected]",
12+
"email": "eset-enterprise[email protected]",
1313
"tier": "Partner",
1414
"link": "https://help.eset.com/eset_connect/en-US/integrations.html"
1515
}

0 commit comments

Comments
 (0)