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

WaitForCertificateServices: Add read-only parameter 'Available' #145

Open
johlju opened this issue Jul 20, 2018 · 0 comments
Open

WaitForCertificateServices: Add read-only parameter 'Available' #145

johlju opened this issue Jul 20, 2018 · 0 comments
Assignees
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.

Comments

@johlju
Copy link
Member

johlju commented Jul 20, 2018

Details of the scenario you tried and the problem that is occurring:
Suggest we add a read-only parameter to the WaitForCertificateServices resource. That way the Get-TargetResource could call Test-TargetResource and return the result (the actual current state) of the certificate services in the property Available when calling Get-DscConfiguration.

The DSC configuration that is using the resource (as detailed as possible):

        WaitForCertificateServices RootCA
        {
            CARootName   = 'test-dc01-ca'
            CAServerFQDN = 'dc01.test.pha'
        }

Version of the Operating System and PowerShell the DSC Target Node is running:
n/a

Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev

@PlagueHO PlagueHO self-assigned this Jul 20, 2018
@PlagueHO PlagueHO added bug The issue is a bug. in progress The issue is being actively worked on by someone. labels Jul 20, 2018
@SteveL-MSFT SteveL-MSFT added this to In progress in powershell/dscresources May 14, 2019
@SteveL-MSFT SteveL-MSFT removed this from In progress in powershell/dscresources Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

No branches or pull requests

2 participants