Skip to content

Commit

Permalink
Solution packaged correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
v-prasadboke committed Dec 26, 2024
1 parent 111bcf2 commit 30ee03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified Solutions/Torq/Package/3.0.0.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Solutions/Torq/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"email": "[email protected]",
"_email": "[variables('email')]",
"_solutionName": "Torq",
"_solutionVersion": "3.0.1",
"_solutionVersion": "3.0.0",
"solutionId": "torqtechnologiesltd2020.torq_sentinel_solution",
"_solutionId": "[variables('solutionId')]",
"Torq-Sentinel-Incident-Trigger": "Torq-Sentinel-Incident-Trigger",
Expand All @@ -58,7 +58,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "Sentinel_Incident_Sync_to_Torq Playbook with template version 3.0.1",
"description": "Sentinel_Incident_Sync_to_Torq Playbook with template version 3.0.0",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('playbookVersion1')]",
Expand Down Expand Up @@ -275,7 +275,7 @@
"packageVersion": "[variables('_solutionVersion')]",
"packageName": "[variables('_solutionName')]",
"packageId": "[variables('_solutionId')]",
"contentSchemaVersion": "3.0.1",
"contentSchemaVersion": "3.0.0",
"contentId": "[variables('_playbookContentId1')]",
"contentKind": "Playbook",
"displayName": "Sentinel_Incident_Sync_to_Torq",
Expand All @@ -289,9 +289,9 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.1",
"version": "3.0.0",
"kind": "Solution",
"contentSchemaVersion": "3.0.1",
"contentSchemaVersion": "3.0.0",
"displayName": "Torq",
"publisherDisplayName": "Torq Support Team",
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Torq/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p><a href=\"https://www.recordedfuture.com/\">Torq</a> is the AI-Driven Hyperautomation Platform that helps security teams automate more faster</p>\n<p><strong>Playbooks:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
Expand Down

0 comments on commit 30ee03d

Please sign in to comment.