Releases: microsoft/ReportingServicesTools
Releases · microsoft/ReportingServicesTools
0.0.9.0
0.0.8.0: Add files via upload (#408)
Add .xlsm (Microsoft Excel macro-enabled spreadsheet) to the type lookup. XLSM files are supported by Power BI but until now they could not be uploaded, refer to issue #349
0.0.7.9
0.0.7.8
0.0.7.7: Update Publish-RsProject.ps1 (#397)
Changed in the documentation path of .EXAMPLE where the input parameter name should be -RsProjectFile instead of -RsProjectFile.
0.0.7.6: Fix setting linked datasources for reports #398 (#400)
* #398 fix setting referenced datasource in report * add test case * remove test items to avoid interfering other test cases * move test items to dedicated folder * adjust expected values for recursive folder upload
0.0.7.4: Exclude Linked Reports (#393)
Exclude Linked Reports from being downloadedd by the function Out-RsRestCatalogItemId because it cannot download them anyway. It was causing bugs when wanting to download content from Report Server (type was not invalid).
0.0.7.3: add `Hidden` parameter, update documentation, clean up Overwrite (#389)
The following can now be uploaded as hidden: - DataSource - Kpi - all others except large power bi report files (>=MinLargeFileSizeInMb) Clarify documentation of - `Description` - `Overwrite` to be ignored by large Power BI Report files. Add documentation for new `Hidden` parameter. Add example for new `Hidden` parameter. Fix some formatting issues. Add information about ignored parameters to verbose write. Remove ignored fields from large file upload. See https://app.swaggerhub.com/apis-docs/microsoft-rs/pbirs/2.0#/PowerBIReports/UploadPowerBIReport Make Try upload block smaller. The follow-up catch block was still relying on parts of the now moved out code block. Overwrite upload code now uses same requestBody as normal upload. Kpi `Hidden` property is only changed if parameter `Hidden` is used.
0.0.7.2: Fixed issue with Resolve-Path breaking UNC keypaths. (#385)
* Update Restore-RsEncryptionKey.ps1 Fixed issue with Resolve-Path breaking UNC keypaths. * Change $Keypath to simpler method
0.0.7.1: Fix #377 by loading creds from session unless provided (#378)
* Fix #377 by loading creds from session unless provided * Don't use plain text password when getting creds * Replace tabs with spaces * Use $null checks instead Co-authored-by: Vytautas Krivickas <[email protected]>