Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
"name": "subaccountName"
}
},
{
"type": "Textbox",
"parameters": {
"label": "Subaccount ID (GUID)",
"placeholder": "SubaccountId property from the BTP service key JSON",
"type": "text",
"name": "subaccountId"
}
},
{
"type": "Textbox",
"parameters": {
Expand Down Expand Up @@ -177,7 +186,15 @@
"mapping": [
{
"columnName": "Subaccount Name",
"columnValue": "properties.addOnAttributes.SubaccountName"
},
{
"columnName": "Subaccount ID",
"columnValue": "name"
},
{
"columnName": "Polling Frequency (minutes)",
"columnValue": "properties.request.queryWindowInMin"
}
],
"menuItems": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[
{
"name": "{{innerWorkspace}}/Microsoft.SecurityInsights/BTP_{{subaccountName}}",
"name": "{{innerWorkspace}}/Microsoft.SecurityInsights/{{subaccountId}}",
"apiVersion": "2025-07-01-preview",
"type": "Microsoft.SecurityInsights/dataConnectors",
"location": "{{location}}",
"kind": "RestApiPoller",
"UseRandomGuid": false,
"properties": {
"connectorDefinitionName": "SAPBTPAuditEvents",
"dcrConfig": {
Expand Down
Binary file added Solutions/SAP BTP/Package/3.0.12.zip
Binary file not shown.
159 changes: 97 additions & 62 deletions Solutions/SAP BTP/Package/mainTemplate.json

Large diffs are not rendered by default.

Loading
Loading