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.
SqlServerDsc: Minor style cleanup of code and typos (dsccommunity#1018)
- Changes to SqlSetup - Added PSSA rule 'PSUseDeclaredVarsMoreThanAssignments' override in the function Set-TargetResource for the variable $global:DSCMachineStatus. - Style cleanup in helper function ConvertTo-Decimal. - Changes to SqlServerDscHelper - Fixed typo in comment-base help for helper function Test-AvailabilityReplicaSeedingModeAutomatic. - Changes to SqlServerMemory - Minor style cleanup of code in tests. - Changes to SqlDatabaseDefaultLocation - Minor style cleanup of code in tests. - Changes to SqlServerMemory - Minor style cleanup of code in tests. - Changes to SqlAGListener - Fixed typo in comment-based help. - Changes to SqlAGReplica - Minor code style cleanup. Removed unused variable and instead piped the cmdlet Join-SqlAvailabilityGroup to Out-Null. - Changes to SqlScript - Fixed minor typos in comment-based help. - Changes to SqlAGReplica - Fixed minor typos in comment-based help. - Changes to SqlServerConfiguration - Fixed minor typos in comment-based help. - Changes to SqlScript - Fixed minor typos in comment-based help. - Changes to SqlAGReplica - Fixed minor typos in comment. - Changes to SqlServerMaxDop - Minor style - Changes in the helper function Get-SqlDscDynamicMaxDop. - Changes to SqlServerLogin - Minor code style cleanup. - Removed unused variable and instead piped the helper function Connect-SQL to Out-Null. - Changes to SqlServerMemory - Minor style cleanup of code in tests. - Changes to SqlServerPermission - Fixed minor typos in comment-based help. - Changes to SqlServerReplication - Fixed minor typos in verbose messages. - Changes to SqlServiceAccount - Minor code style cleanup. - Changes to SqlWindowsFirewall - Fixed minor typos in comment-based help. - Minor code style cleanup.
- Loading branch information
Showing
16 changed files
with
117 additions
and
77 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
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
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
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
Oops, something went wrong.