Releases: microsoft/ReportingServicesTools
Releases · microsoft/ReportingServicesTools
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 <[email protected]>
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) <[email protected]>
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.
0.0.6.2: 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.
0.0.6.1: Added Get-RsRestCacheRefreshPlanHistory function and test. (#312)
Added new Get-RsRestCacheRefreshPlanHistory function and pester test.
0.0.6.0: Adding new functions for CacheRefreshPlans (#308)
* Added Get-RsCacheRefreshPlan function. * Added Start-RsReportRefresh function. * Renamed Get-CacheRefreshPlan file. * Added function names. * Added New-RsRestCacheRefreshPlan function * Added test for New-RsRestCacheRefreshPlan * Added two more Pester tests. Added two more Pester tests, corrected name of the Start- function, corrected URL used for testing. * Updated file names. Changed to Should Not -Be. * Changed to Should Not Be. Changed Should Not -Be to Should Not Be. * Addressed naming & cosmetic issues Addressed naming & cosmetic issues mentioned on code review. * Updated Get-RsRestCacheRefreshPlan for multiple results Updated Get-RsRestCacheRefreshPlan to better present results when a Power BI report multiple CacheRefreshPlans. * Added second test for New-RsRestCacheRefreshPlan. Added extra help examples to show how to use the -StartDateTime and -Recurrence parameters. Also added second test for New-RsRestCacheRefreshPlan. * Update Start-RsRestCacheRefreshPlan.ps1 Added logic to skip starting any CacheRefreshPlans when the -RsReport parameter is specified and multiple CacheRefreshPlans are present. * Update Start-RsRestCacheRefreshPlan.ps1 Small clarification / amplification of the help info. * Added warning to New-RsRestCacheRefreshPlan Added a warning message to New-RsRestCacheRefreshPlan in case a users tries to use this command with a non-Power BI report.