You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
[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>
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>
Update Publish-RsProject.ps1 (#397)
Changed in the documentation path of .EXAMPLE where the input parameter name should be -RsProjectFile instead of -RsProjectFile.
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