Skip to content

Commit

Permalink
xActiveDirectory.Common: Add Comment Based Help to all Functions (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO authored and johlju committed Jul 22, 2019
1 parent 7e5344a commit 60f5e5d
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 66 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@
- Remove remnants of the `SupportsShouldProcess` ([issue #329](https://github.com/PowerShell/xActiveDirectory/issues/329)).
- Changes to xADDomain
- Added comment-based help ([issue #335](https://github.com/PowerShell/xActiveDirectory/issues/335)).
- Fixed Comment based help for the following resources:
- xADUser ([issue #340](https://github.com/PowerShell/xActiveDirectory/issues/340)).
- xADOrganizational Unit ([issue #339](https://github.com/PowerShell/xActiveDirectory/issues/339)).
- xADDomain ([issue #335](https://github.com/PowerShell/xActiveDirectory/issues/335)).
- xADRecycleBin ([issue #330](https://github.com/PowerShell/xActiveDirectory/issues/330)).
- Changes to xActiveDirectory.Common:
- Removed unused parameter `ModuleName` from `Assert-MemberParameters` function.
- Removed unused parameter `ModuleName` from `ConvertTo-DeploymentForestMode` function.
- Removed unused parameter `ModuleName` from `ConvertTo-DeploymentDomainMode` function.
- Added function help ([issue #321](https://github.com/PowerShell/xActiveDirectory/issues/321)).

## 3.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion DSCResources/MSFT_xADGroup/MSFT_xADGroup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function Test-TargetResource
$assertMemberParameters['MembersToExclude'] = $MembersToExclude
}

Assert-MemberParameters @assertMemberParameters -ModuleName 'xADDomain' -ErrorAction Stop
Assert-MemberParameters @assertMemberParameters -ErrorAction Stop

$targetResource = Get-TargetResource @PSBoundParameters

Expand Down
Loading

0 comments on commit 60f5e5d

Please sign in to comment.