-
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.
Merge pull request #10842 from Azure/origins/users/rahul/workbook-bug…
…-SOCProcessFramework Updated SOCProcessFramework Workbook - Table markdown from "| : |" to "| - |"
- Loading branch information
Showing
8 changed files
with
252 additions
and
75 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
74 changes: 37 additions & 37 deletions
74
Solutions/SOC-Process-Framework/Package/mainTemplate.json
Large diffs are not rendered by default.
Oops, something went wrong.
176 changes: 176 additions & 0 deletions
176
Solutions/SOC-Process-Framework/Package/testParameters.json
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 |
---|---|---|
@@ -0,0 +1,176 @@ | ||
{ | ||
"location": { | ||
"type": "string", | ||
"minLength": 1, | ||
"defaultValue": "[resourceGroup().location]", | ||
"metadata": { | ||
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace" | ||
} | ||
}, | ||
"workspace-location": { | ||
"type": "string", | ||
"defaultValue": "", | ||
"metadata": { | ||
"description": "[concat('Region to deploy solution resources -- separate from location selection',parameters('location'))]" | ||
} | ||
}, | ||
"workspace": { | ||
"defaultValue": "", | ||
"type": "string", | ||
"metadata": { | ||
"description": "Workspace name for Log Analytics where Microsoft Sentinel is setup" | ||
} | ||
}, | ||
"workbook1-name": { | ||
"type": "string", | ||
"defaultValue": "SOC Process Framework", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook2-name": { | ||
"type": "string", | ||
"defaultValue": "SOC Large Staff", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook3-name": { | ||
"type": "string", | ||
"defaultValue": "SOC Medium Staff", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook4-name": { | ||
"type": "string", | ||
"defaultValue": "SOC Small Staff", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook5-name": { | ||
"type": "string", | ||
"defaultValue": "SOC Part Time Staff", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook6-name": { | ||
"type": "string", | ||
"defaultValue": "SOC IR Planning", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"workbook7-name": { | ||
"type": "string", | ||
"defaultValue": "Update SOC Maturity Score", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Name for the workbook" | ||
} | ||
}, | ||
"watchlist1-id": { | ||
"type": "string", | ||
"defaultValue": "SOCcontacts", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist2-id": { | ||
"type": "string", | ||
"defaultValue": "SOCDepartmental", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist3-id": { | ||
"type": "string", | ||
"defaultValue": "SOCEmailDistribution", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist4-id": { | ||
"type": "string", | ||
"defaultValue": "SOCExternalContacts", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist5-id": { | ||
"type": "string", | ||
"defaultValue": "SOCgeneralIT", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist6-id": { | ||
"type": "string", | ||
"defaultValue": "SOCIRP", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist7-id": { | ||
"type": "string", | ||
"defaultValue": "SOCInternalContacts", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist8-id": { | ||
"type": "string", | ||
"defaultValue": "SOCMA", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist9-id": { | ||
"type": "string", | ||
"defaultValue": "SOCPager", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist10-id": { | ||
"type": "string", | ||
"defaultValue": "SocRA", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist11-id": { | ||
"type": "string", | ||
"defaultValue": "SOCUseCase", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
}, | ||
"watchlist12-id": { | ||
"type": "string", | ||
"defaultValue": "SOCworkstations", | ||
"minLength": 1, | ||
"metadata": { | ||
"description": "Unique id for the watchlist" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
|-------------|--------------------------------|---------------------------------------------| | ||
| 3.0.1 | 24-07-2023 | Update Table markdown from "| : |" to "| - |" in SOCProcessFramework **Workbook** . | | ||
| 3.0.0 | 12-07-2023 | Correction of **Logo** in the solution. | |
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
2 changes: 1 addition & 1 deletion
2
Solutions/SOC-Process-Framework/Watchlists/SOC-Recommended-Actions/SocRA.json
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 34 additions & 34 deletions
68
Solutions/SOC-Process-Framework/Workbooks/SOCProcessFramework.json
Large diffs are not rendered by default.
Oops, something went wrong.