Skip to content
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

Merging changes from 'dsccommunity/SqlServerDsc' main. #1

Merged
merged 9 commits into from
Jan 10, 2021

Conversation

SphenicPaul
Copy link
Owner

No description provided.

johlju and others added 9 commits December 23, 2020 15:52
- SqlServerDsc
  - The variable `$env:COMPUTERNAME` does not exist cross-platform which
    hinders development and testing on macOS and Linux. Instead the
    resources have been update to use the helper function `Get-ComputerName`
    which returns the current computer name cross-plattform.
- SqlProtocol
  - The verbose messages now correctly show that `$env:COMPUTERNAME` is used
    to get or set the configuration, while parameter **ServerName** is used
    to restart the instance.
- SqlProtocolTcpIp
  - The verbose messages now correctly show that `$env:COMPUTERNAME` is used
    to get or set the configuration, while parameter **ServerName** is used
    to restart the instance.
- SqlSetup
  - When the SqlSetup detects that the expected components was not installed
    and consequently throws an exception, that exception message now presents
    a link to an article on how to find the SQL Server setup logs (issue #1420).
- SqlRSSetup
  - If parameter `EditionUpgrade` is set to `$false` the `/EditionUpgrade`
    argument is no longer wrongly added (issue #1398).
@SphenicPaul SphenicPaul merged commit 326d424 into SphenicPaul:main Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants