Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Solutions/SOCRadar/Data/Solution_SOCRadar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"HuntingQueryBladeDescription": "This solution installs hunting queries to help investigate SOCRadar alarm data in Microsoft Sentinel.",
"AnalyticalRuleBladeDescription": "This solution installs analytic rule templates to detect critical SOCRadar alarms, alarm volume anomalies, and sync failures.",
"PlaybooksBladeDescription": "This solution installs playbooks to automate alarm import and sync between SOCRadar and Microsoft Sentinel.",
"Version": "3.0.0",
"Version": "3.0.1",
"BasePath": "C:\\\\GitHub\\\\Azure-Sentinel\\\\Solutions\\\\SOCRadar",
"TemplateSpec": true,
"Is1Pconnector": false,
Expand Down
Binary file added Solutions/SOCRadar/Package/3.0.1.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/SOCRadar/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"email": "integration@socradar.io",
"_email": "[variables('email')]",
"_solutionName": "SOCRadar",
"_solutionVersion": "3.0.0",
"_solutionVersion": "3.0.1",
"solutionId": "socradar.azure-sentinel-solution-socradar",
"_solutionId": "[variables('solutionId')]",
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
Expand Down Expand Up @@ -126,7 +126,7 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.0",
"version": "3.0.1",
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "SOCRadar",
Comment thread
Radargoger marked this conversation as resolved.
Expand Down
1 change: 1 addition & 0 deletions Solutions/SOCRadar/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|--------------------|
| 3.0.1 | 17-06-2026 | Version bump to align the published package with the catalog; no template or playbook logic changes. |
| 3.0.0 | 26-02-2026 | Initial release. |