Skip to content

Tags: microsoft/ReportingServicesTools

Tags

0.0.9.3

Toggle 0.0.9.3's commit message
update ModuleVersion to '0.0.9.1'

0.0.9.2

Toggle 0.0.9.2's commit message
update ModuleVersion to '0.0.9.1'

0.0.9.1

Toggle 0.0.9.1's commit message
update ModuleVersion to '0.0.9.1'

0.0.9.0

Toggle 0.0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Addresses #394, #409, adding SSRS 2022 vNext support to the SQLServer… (

#424)

* Addresses #394, #409, adding SSRS 2022 vNext support to the SQLServerVersion enum

* Fixing copy-paste mistake, sorry

* Change build to run as SQLServer2019 instead of vNext

* Remove vNext as per PR review

0.0.8.0

Toggle 0.0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload (#408)

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

Toggle 0.0.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Reopened] Updated Set-RsDatabase and Set-RsDatabaseCredentials scrip…

…ts to support new parameters of Invoke-Sqlcmd. (#406)

* Added new parameters to Set-RsDatabase script according to SQL Strict Connection Encryption update.

* Improved Set-RsDatabase script compatibility with different versions of Invoke-Sqlcmd cmdlet.

* Applied the changes from Set-RsDatabase script to Set-RsDatabaseCredentials.

* Moved Invoke-Sqlcmd general parameters composition to a separated region.

* Enhanced -Encrypt parameter description.

---------

Co-authored-by: Alexander Sholokhov <v-asholokhov@microsoft.com>

0.0.7.8

Toggle 0.0.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Set-RsDatabase and Set-RsDatabaseCredentials scripts to suppo…

…rt new parameters of Invoke-Sqlcmd. (#401)

* Added new parameters to Set-RsDatabase script according to SQL Strict Connection Encryption update.

* Improved Set-RsDatabase script compatibility with different versions of Invoke-Sqlcmd cmdlet.

* Applied the changes from Set-RsDatabase script to Set-RsDatabaseCredentials.

* Moved Invoke-Sqlcmd general parameters composition to a separated region.

* Enhanced -Encrypt parameter description.

---------

Co-authored-by: Alexander Sholokhov <v-asholokhov@microsoft.com>

0.0.7.7

Toggle 0.0.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Publish-RsProject.ps1 (#397)

Changed in the documentation path of .EXAMPLE where the input parameter name should be -RsProjectFile instead of -RsProjectFile.

0.0.7.6

Toggle 0.0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix setting linked datasources for reports #398 (#400)

* #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.5

Toggle 0.0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update New-RsRestCacheRefreshPlan.Tests.ps1