Skip to content

Commit 68a7810

Browse files
committed
Update workspace ID description to Microsoft Sentinel
Changed parameter descriptions from 'Azure Sentinel workspace ID' to 'Microsoft Sentinel workspace ID' in mainTemplate.json and azuredeploy.json for consistency with current product naming.
1 parent e4a27cc commit 68a7810

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-6 Bytes
Binary file not shown.

Solutions/SentinelSOARessentials/Package/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7329,7 +7329,7 @@
73297329
"workspaceId": {
73307330
"type": "string",
73317331
"metadata": {
7332-
"description": "Azure Sentinel workspace ID"
7332+
"description": "Microsoft Sentinel workspace ID"
73337333
}
73347334
},
73357335
"lookBackDays": {

Solutions/SentinelSOARessentials/Playbooks/Http-Trigger-Entity-Analyzer/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"workspaceId": {
1313
"type": "string",
1414
"metadata": {
15-
"description": "Azure Sentinel workspace ID"
15+
"description": "Microsoft Sentinel workspace ID"
1616
}
1717
},
1818
"lookBackDays": {

0 commit comments

Comments
 (0)