Skip to content

Releases: microsoft/ReportingServicesTools

0.0.7.0: Fix #342 (#374)

23 May 14:11
3c14f7d
Compare
Choose a tag to compare
Fixes example error as reported in #342

0.0.6.9: fix: Add -UseBasicParsing to all Invoke-WebRequest calls (#371)

13 May 14:13
47ef2c0
Compare
Choose a tag to compare

0.0.6.8: Set Inherit Parent Policy to false (#368)

29 Apr 15:33
63c3508
Compare
Choose a tag to compare
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

12 Oct 23:04
eae2b76
Compare
Choose a tag to compare
#351 fixed New-RsRestCacheRefreshPlan for custom credentials (#352)

0.0.6.6: Add support for uploading large PBIX reports (#332)

10 Jun 14:19
60db0c7
Compare
Choose a tag to compare
* 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)

17 Feb 15:46
cbed521
Compare
Choose a tag to compare
* 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)

09 Feb 16:11
fbedacb
Compare
Choose a tag to compare
* 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)

08 Feb 15:04
fbedacb
Compare
Choose a tag to compare
* 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)

29 Jan 15:36
3902ac9
Compare
Choose a tag to compare
Added new Get-RsRestCacheRefreshPlanHistory function and pester test.

0.0.6.0: Adding new functions for CacheRefreshPlans (#308)

20 Jan 03:57
4077f9d
Compare
Choose a tag to compare
* 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.