Closed jeremyciak closed 4 years ago
Hi @jeremyciak, sorry for the delay in response. I had a look at this PR and remembered about Test-DscParameterState, a function that is included in the DscRsource.Common module (see here: https://github.com/dsccommunity/DscResource.Common/blob/master/source/Public/Test-DscParameterState.ps1). I think that might be the way to fix this, but I did not have time to test integrating that module yet, would you be up for that?
As an intermediate step we could also merge your code in it's current form, although I would prefer the previous. Let me know your thoughts.
@danielboth, I believe I have a functional implementation of the Test-DscParameterState
function, which of course has set the foundation to implement this and other functions from the DscResource.Common
module across more DSC resources in this xRemoteDesktopSessionHost
module.
Hi @jeremyciak, thanks for this work, looks good at first sight! I'll do my best to do a full review by tomorrow.
@danielboth, alright thanks! I also have a lot of other fixes that I would love to implement so if all goes well here you can expect more Issues and PR's to come through. I'm curious how does one become an official Contributor for this repository?
Hi @jeremyciak, just some minor things in the review, if you can change / update those we're ready for merge.
You become an official contributor the first time you merge a PR, so once this one is approved & merged.
@danielboth, I suppose the question I was really meaning to ask was how to become a Reviewer and not just a Contributor
@danielboth, how do I join this DSC community call? Also, does this PR need to be merged to master?
Hi @jeremyciak, yes this PR needs to be merged to master. After it gets merged, we'll do an automatic release of the module with a preview tag (e.g. 2.0.0-preview0004). You should be able to merge this PR now, so please go ahead and do that.
On the DSC community, you can get more information here: https://dsccommunity.org/community_calls/. Also, for the schedule of the calls, please follow @dsccommunity on twitter.
@danielboth, I don't believe I have write access to this repository so I am unable to merge my PR:
Hi @jeremyciak, got it, I thought merges were allowed when an approval was given, apparently not the case. I merged it now, thank you for your contribution!
Pull Request (PR) description
Adding normalization for parameter and current values
This Pull Request (PR) fixes the following issues
82
Task list
This change is