forked from dsccommunity/SqlServerDsc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed minor typos in comment-based help. - Now the verbose message say what option is changing and to what value (issue dsccommunity#1014). - Change the type of the parameter from SInt32 to UInt32. - Added localization (issue dsccommunity#605).
- Loading branch information
Showing
5 changed files
with
98 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
DSCResources/MSFT_SqlServerConfiguration/en-US/MSFT_SqlServerConfiguration.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Localized resources for SqlServerConfiguration | ||
|
||
ConvertFrom-StringData @' | ||
CurrentOptionValue = Configuration option '{0}' has a current value of '{1}'. | ||
ConfigurationValueUpdated = Configuration option '{0}' has been updated to value '{1}'. | ||
AutomaticRestart = A restart of SQL Server is required for the change to take effect. Initiating automatic restart of the SQL Server instance {0}//{1}. | ||
ConfigurationOptionNotFound = Specified option '{0}' could not be found. | ||
ConfigurationRestartRequired = Configuration option '{0}' has been updated to value '{1}', but a manual restart of SQL Server instance {2}//{3} is required for it to take effect. | ||
NotInDesiredState = Configuration option '{0}' is not in desired state. Expected '{1}', but was '{2}'. | ||
InDesiredState = Configuration option '{0}' is in desired state. | ||
'@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters