From 06c1cf081593043bb33ad933909b4536a5ecf6d9 Mon Sep 17 00:00:00 2001 From: Marko Bozikovic Date: Wed, 10 Mar 2021 19:17:38 +0100 Subject: [PATCH] [#1669] SqlLogin: Updated comment help --- source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1 b/source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1 index 8449b9b5b..d0badcca5 100644 --- a/source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1 +++ b/source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1 @@ -107,13 +107,13 @@ function Get-TargetResource The credential containing the password for a SQL Login. Only applies if the login type is SqlLogin. .PARAMETER LoginMustChangePassword - Specifies if the login is required to have its password change on the next login. Only applies to SQL Logins. Does not update pre-existing SQL Logins. Default is $true. + Specifies if the login is required to have its password change on the next login. Only applies to SQL Logins. Does not update pre-existing SQL Logins. .PARAMETER LoginPasswordExpirationEnabled - Specifies if the login password is required to expire in accordance to the operating system security policy. Only applies to SQL Logins. Default is $true. + Specifies if the login password is required to expire in accordance to the operating system security policy. Only applies to SQL Logins. .PARAMETER LoginPasswordPolicyEnforced - Specifies if the login password is required to conform to the password policy specified in the system security policy. Only applies to SQL Logins. Default is $true. + Specifies if the login password is required to conform to the password policy specified in the system security policy. Only applies to SQL Logins. .PARAMETER Disabled Specifies if the login is disabled. Default is $false. @@ -372,13 +372,13 @@ function Set-TargetResource The credential containing the password for a SQL Login. Only applies if the login type is SqlLogin. .PARAMETER LoginMustChangePassword - Specifies if the login is required to have its password change on the next login. Only applies to SQL Logins. Default is $true. + Specifies if the login is required to have its password change on the next login. Only applies to SQL Logins. .PARAMETER LoginPasswordExpirationEnabled - Specifies if the login password is required to expire in accordance to the operating system security policy. Only applies to SQL Logins. Default is $true. + Specifies if the login password is required to expire in accordance to the operating system security policy. Only applies to SQL Logins. .PARAMETER LoginPasswordPolicyEnforced - Specifies if the login password is required to conform to the password policy specified in the system security policy. Only applies to SQL Logins. Default is $true. + Specifies if the login password is required to conform to the password policy specified in the system security policy. Only applies to SQL Logins. .PARAMETER Disabled Specifies if the login is disabled. Default is $false.