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
We should combine the helper modules DscResource.LocalizationHelper and DscResource.Common into SqlServerDsc.Common.
We also need to name the new module SqlServerDsc.Common so it does not conflict with another resource modules helper module if both would be using a generic name.
The text was updated successfully, but these errors were encountered:
johlju
added
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
May 4, 2019
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
May 28, 2019
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
May 28, 2019
- Changes to SqlServerDsc
- Opt-in to the common test 'Common Test - Validation Localization'.
- Removed the helper function `New-TerminatingError`, `New-WarningMessage`
and `New-VerboseMessage` in favor of the the new
[localization helper functions](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#localization).
- Combine DscResource.LocalizationHelper and DscResource.Common into
SqlServerDsc.Common (issue #1357).
- Changes to SqlAlwaysOnService
- Now outputs the correct verbose message when restarting the service.
- Changes to SqlServerMemory
- Now outputs the correct verbose messages when calculating the dynamic
memory, and when limiting maximum memory.
- Changes to SqlServerRole
- Now outputs the correct verbose message when the members of a role is
not in desired state.
- Changes to SqlAgentOperator
- Fix minor issue that when unable to connect to an instance. Instead
of showing a message saying that connect failed another unrelated
error message could have been shown, because of an error in the code.
We should combine the helper modules DscResource.LocalizationHelper and DscResource.Common into SqlServerDsc.Common.
We also need to name the new module SqlServerDsc.Common so it does not conflict with another resource modules helper module if both would be using a generic name.
The text was updated successfully, but these errors were encountered: