Releases: microsoft/ReportingServicesTools
Releases · microsoft/ReportingServicesTools
Release list
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 <vytautas.krivickas@steadfasttech.com.au>
0.0.7.0: Fix #342 (#374)
Fixes example error as reported in #342
0.0.6.9: fix: Add -UseBasicParsing to all Invoke-WebRequest calls (#371)
Should fix #314 Co-authored-by: Jason Clark <jclark@factorsgroup.com>
0.0.6.8: Set Inherit Parent Policy to false (#368)
Without setting this property to false, this function will not work on objects that have 'InheritParentPolicy' set to true. It sets to false when granting permissions (in Grant RsRestItemAccessPolicy), but does not set to false in this one. In any case, when changing permissions, granting or revoking, the inheritence should be set to false as per the behaviour of the PBIRS app.
0.0.6.7
0.0.6.6: Add support for uploading large PBIX reports (#332)
* Add support for uploading large PBIX reports * Added getting server configurations related to the maximum possible size of the uploaded file * Add tests * Resolve review points * Resolve review points Co-authored-by: Maksim Melnikov (Akvelon INC) <v-mameln@microsoft.com>
0.0.6.5: Adding NULL handling for target folders (#320)
* Adding NULL handling for target folders Adding NULL handling for Dataset, Datasource, & ReportPart folders. * Improved Pester test for Get-RsDeploymentConfig Added new deployment config to SQL Server Performance Dashboard.rptproj file. Improved Pester test for Get-RsDeploymentConfig to use new DebugNull deployment config.
0.0.6.4: Update Get-RsRestCacheRefreshPlanHistory.Tests.ps1 (#317)
* Update Get-RsRestCacheRefreshPlanHistory.Tests.ps1 Increased Start-Sleep duration from 3 seconds to 6 seconds, to allow time for subscription to run and have history to display. * Swapped out the Start-Sleep for a While loop. Swapped out the second Start-Sleep for a While loop. * Swapped out the other Start-Sleep. Swapped out the other Start-Sleep. * Moved break condition for count inside while parens. Moved break condition for count inside while parens.