Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xBitlockerCommon: Add remaining Unit tests for xBitlockerCommon #28

Merged
merged 7 commits into from
Nov 8, 2018
Merged
2 changes: 0 additions & 2 deletions DSCResources/MSFT_xBLAutoBitlocker/MSFT_xBLAutoBitlocker.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,3 @@ function GetAutoBitlockerStatus
}

Export-ModuleMember -Function *-TargetResource


2 changes: 0 additions & 2 deletions DSCResources/MSFT_xBLBitlocker/MSFT_xBLBitlocker.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,3 @@ function Test-TargetResource
}

Export-ModuleMember -Function *-TargetResource


Expand Down
2 changes: 0 additions & 2 deletions DSCResources/MSFT_xBLTpm/MSFT_xBLTpm.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,3 @@ function Test-TargetResource


Export-ModuleMember -Function *-TargetResource


Expand Down
Loading