Skip to content

Releases: microsoft/ReportingServicesTools

0.0.7.3: add `Hidden` parameter, update documentation, clean up Overwrite (#389)

Choose a tag to compare

@jtarquino jtarquino released this 04 Nov 16:52
51ad6ab
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)

Choose a tag to compare

@jtarquino jtarquino released this 11 Jul 18:01
14261ed
* 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)

Choose a tag to compare

@jtarquino jtarquino released this 10 Jun 14:26
164d604
* 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)

Choose a tag to compare

@jtarquino jtarquino released this 23 May 14:11
3c14f7d
Fixes example error as reported in #342

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

Choose a tag to compare

@jtarquino jtarquino released this 13 May 14:13
47ef2c0
Should fix #314

Co-authored-by: Jason Clark <jclark@factorsgroup.com>

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

Choose a tag to compare

@jtarquino jtarquino released this 29 Apr 15:33
63c3508
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

Choose a tag to compare

@jtarquino jtarquino released this 12 Oct 23:04
eae2b76
#351 fixed New-RsRestCacheRefreshPlan for custom credentials (#352)

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

Choose a tag to compare

@jtarquino jtarquino released this 10 Jun 14:19
60db0c7
* 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)

Choose a tag to compare

@jtarquino jtarquino released this 17 Feb 15:46
cbed521
* 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)

Choose a tag to compare

@jtarquino jtarquino released this 09 Feb 16:11
fbedacb
* 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.