Skip to content

Commit

Permalink
[dsccommunity#1669] SqlLogin: Updated comment help
Browse files Browse the repository at this point in the history
  • Loading branch information
bozho committed Mar 26, 2021
1 parent cd6fa58 commit 8d3aa97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/DSCResources/DSC_SqlLogin/DSC_SqlLogin.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8d3aa97

Please sign in to comment.