|
2 | 2 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
3 | 3 | "contentVersion": "1.0.0.0", |
4 | 4 | "metadata": { |
5 | | - "author": "WithSecure", |
| 5 | + "author": "WithSecure - project-msp-integrations@withsecure.com", |
6 | 6 | "comments": "Solution template for WithSecureElementsCCF" |
7 | 7 | }, |
8 | 8 | "parameters": { |
|
52 | 52 | } |
53 | 53 | }, |
54 | 54 | "variables": { |
| 55 | + "email": "project-msp-integrations@withsecure.com", |
| 56 | + "_email": "[variables('email')]", |
55 | 57 | "_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", |
58 | 60 | "_solutionId": "[variables('solutionId')]", |
59 | 61 | "workbookVersion1": "1.0", |
60 | 62 | "workbookContentId1": "WithSecureTopComputersByInfection", |
|
63 | 65 | "_workbookContentId1": "[variables('workbookContentId1')]", |
64 | 66 | "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", |
65 | 67 | "_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", |
67 | 69 | "_dataConnectorContentIdConnectorDefinition1": "WithSecureElementsCCF", |
68 | 70 | "dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]", |
69 | 71 | "_dataConnectorContentIdConnections1": "WithSecureElementsCCFConnections", |
|
82 | 84 | "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" |
83 | 85 | ], |
84 | 86 | "properties": { |
85 | | - "description": "WithSecureTopComputersByInfections Workbook with template version 4.0.0", |
| 87 | + "description": "WithSecureTopComputersByInfections Workbook with template version 3.0.0", |
86 | 88 | "mainTemplate": { |
87 | 89 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
88 | 90 | "contentVersion": "[variables('workbookVersion1')]", |
|
122 | 124 | "sourceId": "[variables('_solutionId')]" |
123 | 125 | }, |
124 | 126 | "author": { |
125 | | - "name": "WithSecure" |
| 127 | + "name": "WithSecure", |
| 128 | + "email": "[variables('_email')]" |
126 | 129 | }, |
127 | 130 | "support": { |
128 | 131 | "name": "WithSecure", |
|
308 | 311 | "kind": "Solution" |
309 | 312 | }, |
310 | 313 | "author": { |
311 | | - "name": "WithSecure" |
| 314 | + "name": "WithSecure", |
| 315 | + "email": "[variables('_email')]" |
312 | 316 | }, |
313 | 317 | "support": { |
314 | 318 | "name": "WithSecure", |
|
644 | 648 | "kind": "Solution" |
645 | 649 | }, |
646 | 650 | "author": { |
647 | | - "name": "WithSecure" |
| 651 | + "name": "WithSecure", |
| 652 | + "email": "[variables('_email')]" |
648 | 653 | }, |
649 | 654 | "support": { |
650 | 655 | "name": "WithSecure", |
|
757 | 762 | "kind": "Solution" |
758 | 763 | }, |
759 | 764 | "author": { |
760 | | - "name": "WithSecure" |
| 765 | + "name": "WithSecure", |
| 766 | + "email": "[variables('_email')]" |
761 | 767 | }, |
762 | 768 | "support": { |
763 | 769 | "name": "WithSecure", |
|
839 | 845 | "apiVersion": "2023-04-01-preview", |
840 | 846 | "location": "[parameters('workspace-location')]", |
841 | 847 | "properties": { |
842 | | - "version": "4.0.0", |
| 848 | + "version": "3.0.0", |
843 | 849 | "kind": "Solution", |
844 | 850 | "contentSchemaVersion": "3.0.0", |
845 | 851 | "displayName": "WithSecureElementsCCF", |
|
857 | 863 | "sourceId": "[variables('_solutionId')]" |
858 | 864 | }, |
859 | 865 | "author": { |
860 | | - "name": "WithSecure" |
| 866 | + "name": "WithSecure", |
| 867 | + "email": "[variables('_email')]" |
861 | 868 | }, |
862 | 869 | "support": { |
863 | 870 | "name": "WithSecure", |
|
879 | 886 | } |
880 | 887 | ] |
881 | 888 | }, |
882 | | - "firstPublishDate": "2024-02-22", |
883 | | - "lastPublishDate": "2026-05-12", |
| 889 | + "firstPublishDate": "2026-06-08", |
| 890 | + "lastPublishDate": "2026-06-08", |
884 | 891 | "providers": [ |
885 | 892 | "WithSecure" |
886 | 893 | ], |
|
0 commit comments