Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft PowerBI solution repacking #8935

Merged
merged 3 commits into from
Sep 4, 2023
Merged
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 @@ -28,7 +28,7 @@
],
"availability": {
"status": 1,
"isPreview": false
"isPreview": true
},
"permissions": {
"resourceProvider": [
Expand Down
30 changes: 30 additions & 0 deletions Solutions/Microsoft PowerBI/Data/system_generated_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"Name": "Microsoft PowerBI",
"Author": "Microsoft",
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/PowerBILogo.svg\" width=\"75px\" height=\"75px\">",
"Description": "The [Microsoft PowerBI](https://docs.microsoft.com/power-bi/fundamentals/power-bi-overview) solution enables you to track user activities in your PowerBI environment. You can filter the audit data by date range, user, dashboard, report, dataset, and activity type.\n\n**Underlying Microsoft Technologies used:**\n\nThis solution takes a dependency on the following technologies, and some of these dependencies either may be in [Preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) state or might result in additional ingestion or operational costs:\n\na. [Office Management API ](https://docs.microsoft.com/office/office-365-management-api/office-365-management-apis-overview)",
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Microsoft PowerBI",
"TemplateSpec": true,
"Is1PConnector": true,
"Version": "3.0.0",
"publisherId": "azuresentinel",
"offerId": "azure-sentinel-solution-microsoftpowerbi",
"providers": [
"Microsoft"
],
"categories": {
"domains": [
"Application"
]
},
"firstPublishDate": "2022-05-23",
"support": {
"name": "Microsoft Corporation",
"email": "support@microsoft.com",
"tier": "Microsoft",
"link": "https://support.microsoft.com"
},
"Data Connectors": "[\n \"Data Connectors/template_OfficePowerBI.JSON\"\n]",
"Workbooks": "[\n \"Workbooks/MicrosoftPowerBIActivityWorkbook.json\"\n]"
}
Binary file added Solutions/Microsoft PowerBI/Package/3.0.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
"workspace": "[basics('workspace')]"
}
}
}
}
114 changes: 56 additions & 58 deletions Solutions/Microsoft PowerBI/Package/mainTemplate.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"availability": {
"status": 1,
"isPreview": false
"isPreview": true
},
"permissions": {
"resourceProvider": [
Expand Down