-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
111bcf2
commit 30ee03d
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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')]", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|