Added two functions:
-
GetPaginatedReportDatasourcesInGroup (https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-datasources-in-group)
Returns a list of data sources for the specified paginated report (RDL) from the specified workspace. -
ExportReportInGroup (https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group)
Exports the specified report from the specified workspace to a Power BI .pbix or .rdl file.
BREAKING CHANGE: Renamed GetDatasetSyncStatusInGroup to GetDatasetQueryScaleOutStatusInGroup to standardize naming conventions.