Skip to content

Commit

Permalink
ActiveDirectoryDsc: Resolved custom Script Analyzer rules (#508)
Browse files Browse the repository at this point in the history
- Changes to ActiveDirectoryDsc
  - Resolved custom Script Analyzer rules that was added to the test framework.
  • Loading branch information
johlju authored Sep 21, 2019
1 parent 83903b2 commit 9588297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Changes to ActiveDirectoryDsc
- Resolved custom Script Analyzer rules that was added to the test framework.
- Changes to ADReplicationSite
- Added 'Description' attribute parameter ([issue #500](https://github.com/PowerShell/ActiveDirectoryDsc/issues/500)).
- Added Integration testing ([issue #355](https://github.com/PowerShell/ActiveDirectoryDsc/issues/355)).
Expand Down
2 changes: 1 addition & 1 deletion DSCResources/MSFT_ADUser/MSFT_ADUser.psm1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingUserNameAndPassWordParams', '')]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingPlainTextForPassword", "PasswordAuthentication")]
param()
param ()

$script:resourceModulePath = Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent
$script:modulesFolderPath = Join-Path -Path $script:resourceModulePath -ChildPath 'Modules'
Expand Down

0 comments on commit 9588297

Please sign in to comment.