Skip to content

Commit

Permalink
repackaged
Browse files Browse the repository at this point in the history
  • Loading branch information
v-atulyadav committed Nov 24, 2023
1 parent e746cc9 commit 179e1d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"Playbooks/AusCtisExportTaggedIndicators/azuredeploy.json"
],
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\azure-sentinel\\Solutions\\Australian Cyber Security Centre",
"Version": "3.0.0",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Australian Cyber Security Centre\\",
"Version": "3.0.1",
"TemplateSpec": true,
"Is1PConnector": true
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"email": "support@microsoft.com",
"_email": "[variables('email')]",
"_solutionName": "Australian Cyber Security Centre",
"_solutionVersion": "3.0.0",
"_solutionVersion": "3.0.1",
"solutionId": "azuresentinel.azure-sentinel-solution-australiancybersecurity",
"_solutionId": "[variables('solutionId')]",
"AusCtisExportTaggedIndicators": "AusCtisExportTaggedIndicators",
Expand All @@ -60,7 +60,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "AusCtisExportTaggedIndicators Playbook with template version 3.0.0",
"description": "AusCtisExportTaggedIndicators Playbook with template version 3.0.1",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('playbookVersion1')]",
Expand Down Expand Up @@ -2209,7 +2209,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": "Australian Cyber Security Centre",
Expand Down
4 changes: 2 additions & 2 deletions Solutions/Australian Cyber Security Centre/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------------------------------------|
| 3.0.0 | 15-11-2023 | Updated the Playbook to align with the new requirements. |
| 3.0.1 | 24-11-2023 | Re-developed **Playbook** according to new requirements. |
| 3.0.0 | 15-11-2023 | Updated the **Playbook** to align with the new requirements. |

0 comments on commit 179e1d0

Please sign in to comment.