Skip to content

Commit

Permalink
Minor style corrections from PR for issue dsccommunity#161 that were …
Browse files Browse the repository at this point in the history
…missed
  • Loading branch information
PlagueHO committed Jan 10, 2019
1 parent 4a69eb9 commit ee24810
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,15 @@

## Unreleased

- Minor style corrections from PR for [Issue #161](https://github.com/PowerShell/CertificateDsc/issues/161)
that were missed.

## 4.3.0.0

- Updated certificate import to only use Import-CertificateEx - fixes [Issue #161](https://github.com/PowerShell/CertificateDsc/issues/161)
- Update LICENSE file to match the Microsoft Open Source Team standard -fixes
- CertificateImport:
- Updated certificate import to only use Import-CertificateEx - fixes
[Issue #161](https://github.com/PowerShell/CertificateDsc/issues/161).
- Update LICENSE file to match the Microsoft Open Source Team standard - fixes
[Issue 164](https://github.com/PowerShell/CertificateDsc/issues/164).
- Opted into Common Tests - fixes [Issue 168](https://github.com/PowerShell/CertificateDsc/issues/168):
- Required Script Analyzer Rules
Expand Down
Expand Up @@ -252,8 +252,10 @@ function Set-TargetResource
Verbose = $VerbosePreference
}

# Using Import-CertificateEx instead of Import-Certificate due to the following issue:
# https://github.com/PowerShell/CertificateDsc/issues/161
<#
Using Import-CertificateEx instead of Import-Certificate due to the following issue:
https://github.com/PowerShell/CertificateDsc/issues/161
#>
Import-CertificateEx @importCertificateParameters
}
}
Expand Down

0 comments on commit ee24810

Please sign in to comment.