Skip to content

Commit

Permalink
reapply workaround modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
daviditkin committed Nov 22, 2024
1 parent f3b2384 commit 7bef934
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 29 deletions.
Binary file modified Solutions/BloodHound Enterprise/Data Connectors/bhe-funcapp.zip
Binary file not shown.
Binary file modified Solutions/BloodHound Enterprise/Data Connectors/function
Binary file not shown.
Binary file modified Solutions/BloodHound Enterprise/Package/3.1.0.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Solutions/BloodHound Enterprise/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"name": "workbook1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "View the details of the attack paths in your environment."
"text": "Gain insights into BloodHound Enterprise attack path details."
}
}
]
Expand All @@ -124,7 +124,7 @@
"name": "workbook2-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "Gain insights into the attack paths in your environment."
"text": "Gain insights into BloodHound Enterprise attack path."
}
}
]
Expand All @@ -138,15 +138,15 @@
"name": "workbook3-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "View the audit logs in your environment."
"text": "Gain insights into BloodHound Enterprise audit logs."
}
}
]
},
{
"name": "workbook4",
"type": "Microsoft.Common.Section",
"label": "BloodHound Enterprise Posture",
"label": "BloodHound Enterprise Domain Posture",
"elements": [
{
"name": "workbook4-text",
Expand All @@ -166,7 +166,7 @@
"name": "workbook5-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "Search for Tier Zero assets in your environment."
"text": "Search BloodHound Enterprise Tier Zero data."
}
}
]
Expand Down
90 changes: 71 additions & 19 deletions Solutions/BloodHound Enterprise/Package/mainTemplate.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Solutions/BloodHound Enterprise/Package/testParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,39 @@
},
"workbook1-name": {
"type": "string",
"defaultValue": null,
"defaultValue": "BloodHound Enterprise Attack Path Details",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
}
},
"workbook2-name": {
"type": "string",
"defaultValue": null,
"defaultValue": "BloodHound Enterprise Attack Path Overview",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
}
},
"workbook3-name": {
"type": "string",
"defaultValue": null,
"defaultValue": "BloodHound Enterprise Audit Logs",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
}
},
"workbook4-name": {
"type": "string",
"defaultValue": "BloodHound Enterprise Posture",
"defaultValue": "BloodHound Enterprise Domain Posture",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
}
},
"workbook5-name": {
"type": "string",
"defaultValue": null,
"defaultValue": "BloodHound Enterprise Tier Zero Search",
"minLength": 1,
"metadata": {
"description": "Name for the workbook"
Expand Down

0 comments on commit 7bef934

Please sign in to comment.