Skip to content

Commit fd160f2

Browse files
committed
New offer id for CCF solution
1 parent ef0ae33 commit fd160f2

6 files changed

Lines changed: 25 additions & 21 deletions

File tree

Solutions/WithSecureElementsCCF/Data/Solution_WithSecureElementsCCF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Solutions/WithSecureElementsCCF/Data Connectors/WithSecureElementsCCP/WithSecureElements_ConnectorDefinition.json"
1111
],
1212
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\WithSecureElementsCCF",
13-
"Version": "4.0.0",
13+
"Version": "3.0.0",
1414
"Metadata": "SolutionMetadata.json",
1515
"TemplateSpec": true,
1616
"Is1PConnector": false
9.81 KB
Binary file not shown.
-9.78 KB
Binary file not shown.

Solutions/WithSecureElementsCCF/Package/mainTemplate.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
33
"contentVersion": "1.0.0.0",
44
"metadata": {
5-
"author": "WithSecure",
5+
"author": "WithSecure - project-msp-integrations@withsecure.com",
66
"comments": "Solution template for WithSecureElementsCCF"
77
},
88
"parameters": {
@@ -52,9 +52,11 @@
5252
}
5353
},
5454
"variables": {
55+
"email": "project-msp-integrations@withsecure.com",
56+
"_email": "[variables('email')]",
5557
"_solutionName": "WithSecureElementsCCF",
56-
"_solutionVersion": "4.0.0",
57-
"solutionId": "withsecurecorporation.sentinel-solution-withsecure-via-function",
58+
"_solutionVersion": "3.0.0",
59+
"solutionId": "withsecurecorporation.sentinel-solution-withsecure-elements-ccf",
5860
"_solutionId": "[variables('solutionId')]",
5961
"workbookVersion1": "1.0",
6062
"workbookContentId1": "WithSecureTopComputersByInfection",
@@ -63,7 +65,7 @@
6365
"_workbookContentId1": "[variables('workbookContentId1')]",
6466
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
6567
"_workbookcontentProductId1": "[concat(take(variables('_solutionId'),50),'-','wb','-', uniqueString(concat(variables('_solutionId'),'-','Workbook','-',variables('_workbookContentId1'),'-', variables('workbookVersion1'))))]",
66-
"dataConnectorCCPVersion": "4.0.0",
68+
"dataConnectorCCPVersion": "3.0.0",
6769
"_dataConnectorContentIdConnectorDefinition1": "WithSecureElementsCCF",
6870
"dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]",
6971
"_dataConnectorContentIdConnections1": "WithSecureElementsCCFConnections",
@@ -82,7 +84,7 @@
8284
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
8385
],
8486
"properties": {
85-
"description": "WithSecureTopComputersByInfections Workbook with template version 4.0.0",
87+
"description": "WithSecureTopComputersByInfections Workbook with template version 3.0.0",
8688
"mainTemplate": {
8789
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
8890
"contentVersion": "[variables('workbookVersion1')]",
@@ -122,7 +124,8 @@
122124
"sourceId": "[variables('_solutionId')]"
123125
},
124126
"author": {
125-
"name": "WithSecure"
127+
"name": "WithSecure",
128+
"email": "[variables('_email')]"
126129
},
127130
"support": {
128131
"name": "WithSecure",
@@ -308,7 +311,8 @@
308311
"kind": "Solution"
309312
},
310313
"author": {
311-
"name": "WithSecure"
314+
"name": "WithSecure",
315+
"email": "[variables('_email')]"
312316
},
313317
"support": {
314318
"name": "WithSecure",
@@ -644,7 +648,8 @@
644648
"kind": "Solution"
645649
},
646650
"author": {
647-
"name": "WithSecure"
651+
"name": "WithSecure",
652+
"email": "[variables('_email')]"
648653
},
649654
"support": {
650655
"name": "WithSecure",
@@ -757,7 +762,8 @@
757762
"kind": "Solution"
758763
},
759764
"author": {
760-
"name": "WithSecure"
765+
"name": "WithSecure",
766+
"email": "[variables('_email')]"
761767
},
762768
"support": {
763769
"name": "WithSecure",
@@ -839,7 +845,7 @@
839845
"apiVersion": "2023-04-01-preview",
840846
"location": "[parameters('workspace-location')]",
841847
"properties": {
842-
"version": "4.0.0",
848+
"version": "3.0.0",
843849
"kind": "Solution",
844850
"contentSchemaVersion": "3.0.0",
845851
"displayName": "WithSecureElementsCCF",
@@ -857,7 +863,8 @@
857863
"sourceId": "[variables('_solutionId')]"
858864
},
859865
"author": {
860-
"name": "WithSecure"
866+
"name": "WithSecure",
867+
"email": "[variables('_email')]"
861868
},
862869
"support": {
863870
"name": "WithSecure",
@@ -879,8 +886,8 @@
879886
}
880887
]
881888
},
882-
"firstPublishDate": "2024-02-22",
883-
"lastPublishDate": "2026-05-12",
889+
"firstPublishDate": "2026-06-08",
890+
"lastPublishDate": "2026-06-08",
884891
"providers": [
885892
"WithSecure"
886893
],
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|------------------------------------------------------------------------------------------------------------------------------|
3-
| 4.0.0 | 12-05-2026 | Migrate to Codeless Connector Framework (CCF). Remove Azure Function, Storage Account and Key Vault dependencies. |
4-
| 3.0.2 | 13-02-2026 | Add support of lacking event types. Migrate to Python 3.12. |
5-
| 3.0.1 | 28-03-2025 | Memory overflow fix - process events via batches<br/>Fix wrong workspace name in sentinel connector installation instruction |
6-
| 3.0.0 | 22-02-2024 | Initial commit - Data Connector based on Azure Function and "Top computers by infections" Workbook |
3+
| 3.0.0 | 08-06-2026 | Initial release. WithSecure Elements data connector built on the Codeless Connector Framework (CCF) and the "Top computers by infections" workbook. |

Solutions/WithSecureElementsCCF/SolutionMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"publisherId": "withsecurecorporation",
3-
"offerId": "sentinel-solution-withsecure-via-function",
4-
"firstPublishDate": "2024-02-22",
5-
"lastPublishDate": "2026-05-12",
3+
"offerId": "sentinel-solution-withsecure-elements-ccf",
4+
"firstPublishDate": "2026-06-08",
5+
"lastPublishDate": "2026-06-08",
66
"providers": ["WithSecure"],
77
"categories": {
88
"domains" : ["Security - Threat Protection"],

0 commit comments

Comments
 (0)