Skip to content

Releases: microsoft/ReportingServicesTools

0.0.9.0

04 Apr 20:39
ba9226a
Compare
Choose a tag to compare
Addresses #394, #409, adding SSRS 2022 vNext support to the SQLServer…

0.0.8.0: Add files via upload (#408)

26 Jun 13:59
e41048c
Compare
Choose a tag to compare
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

08 Jun 12:25
9fca9a3
Compare
Choose a tag to compare
[Reopened] Updated Set-RsDatabase and Set-RsDatabaseCredentials scrip…

0.0.7.8

05 Jun 21:02
0e1dc2a
Compare
Choose a tag to compare
Updated Set-RsDatabase and Set-RsDatabaseCredentials scripts to suppo…

0.0.7.7: Update Publish-RsProject.ps1 (#397)

22 May 14:37
6a1b35c
Compare
Choose a tag to compare
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)

03 Mar 21:50
7ede0da
Compare
Choose a tag to compare
* #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)

28 Feb 15:50
24c9eb3
Compare
Choose a tag to compare
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)

04 Nov 16:52
51ad6ab
Compare
Choose a tag to compare
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)

11 Jul 18:01
14261ed
Compare
Choose a tag to compare
* 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)

10 Jun 14:26
164d604
Compare
Choose a tag to compare
* 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 <vytautas.krivickas@steadfasttech.com.au>