-
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
SqlServerDsc: Replace Import-SQLPSModule
#1862
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 28 of 28 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion
source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psd1
line 35 at r1 (raw file):
'Connect-SQLAnalysis' 'Get-SqlInstanceMajorVersion' 'Import-SqlDscPreferredModule'
This should not be exported.
Code quote:
'Import-SqlDscPreferredModule'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: 27 of 28 files reviewed, all discussions resolved (waiting on @johlju)
source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psd1
line 35 at r1 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
This should not be exported.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @johlju)
Pull Request (PR) description
Import-SQLPSModule
was replaced throughout withthe public command
Import-SqlDscPreferredModule
(issue SqlServerDsc.Common: ReplaceImport-SQLPSModule
withImport-SqlDscPreferredModule
#1848).This Pull Request (PR) fixes the following issues
Import-SQLPSModule
withImport-SqlDscPreferredModule
#1848Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
This change is