-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BREAKING CHANGE: SqlRSSecureConnectionLevel: Remove resource in favor of SqlRS #991
BREAKING CHANGE: SqlRSSecureConnectionLevel: Remove resource in favor of SqlRS #991
Conversation
- Added parameter UseSsl which when set to $true forces connections to the Reporting Services to use SSL when connecting.
c2310c4
to
400e67e
Compare
Codecov Report
@@ Coverage Diff @@
## dev #991 +/- ##
===================================
Coverage 96% 96%
===================================
Files 32 32
Lines 3874 3874
===================================
Hits 3754 3754
Misses 120 120 |
Reviewed 2 of 12 files at r1. README.md, line 142 at r1 (raw file):
This should not be in this PR. How did this entry got into this PR? 🤔 README.md, line 703 at r1 (raw file):
Missing new example here. README.md, line 806 at r1 (raw file):
This should not be here. README.md, line 827 at r1 (raw file):
This should not be here. Comments from Reviewable |
Review status: 1 of 12 files reviewed at latest revision, 4 unresolved discussions. README.md, line 142 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. README.md, line 806 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. README.md, line 827 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
Reviewed 10 of 12 files at r1, 1 of 1 files at r2. DSCResources/MSFT_SqlRS/MSFT_SqlRS.psm1, line 145 at r2 (raw file):
Wrong parameter name. DSCResources/MSFT_SqlRS/MSFT_SqlRS.psm1, line 176 at r2 (raw file):
Make a not that this is about the UseSsl parameter. Comments from Reviewable |
Review status: 10 of 12 files reviewed at latest revision, 3 unresolved discussions. README.md, line 703 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_SqlRS/MSFT_SqlRS.psm1, line 145 at r2 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_SqlRS/MSFT_SqlRS.psm1, line 176 at r2 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
Reviewed 2 of 2 files at r3. Comments from Reviewable |
Pull Request (PR) description
The parameter that was set using that resource has been merged into resource
SqlRS as the parameter UseSsl. The UseSsl parameter is of type boolean. This
change was made because from SQL Server 2008 R2 this value is made an on/off
switch. Read more in the article ConfigurationSetting Method - SetSecureConnectionLevel.
Reporting Services to use SSL when connecting (issue BREAKING CHANGE: SqlRSSecureConnectionLevel: Remove this resource #990).
This Pull Request (PR) fixes the following issues:
Fixes #990
Fixes #754
Fixes #635
Fixes #623
Fixes #586
Fixes #585
Fixes #584
Fixes #583
Fixes #296
Fixes #265
Task list:
This change is