You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are casting the service principle names to [System.String[]] here, but it should not be necessary as they are already cast in the Get-TargetResource funciton.
The text was updated successfully, but these errors were encountered:
johlju
added
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
May 25, 2019
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
Jun 4, 2019
- Changes to xADComputer
- Fix unnecessary cast in `Test-TargetResource` (Issue #295).
johlju
removed
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
in progress
The issue is being actively worked on by someone.
labels
Jun 12, 2019
We are casting the service principle names to
[System.String[]]
here, but it should not be necessary as they are already cast in theGet-TargetResource
funciton.https://github.com/PowerShell/xActiveDirectory/blob/43f4be93484cbb2f9c87bdf8bffacaf4ec2bad7d/DSCResources/MSFT_xADComputer/MSFT_xADComputer.psm1#L848
The text was updated successfully, but these errors were encountered: