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

Enhancement for all resources which request a restart #432

Open
jeremyhagan opened this issue Aug 29, 2024 · 1 comment
Open

Enhancement for all resources which request a restart #432

jeremyhagan opened this issue Aug 29, 2024 · 1 comment
Labels
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.

Comments

@jeremyhagan
Copy link

Problem description

When using this module with the Azure DSC extension, the azure deployment completes while the DSC configuration is still running. It would be desirable if all reboots could be suppressed and then handled in a single reboot at the end.

The resource for IEEnhancedSecurityConfiguration has this feature.

Verbose logs

N/A

DSC configuration

N/A

Suggested solution

Port the suppress reboot switch to each resource

Operating system the target node is running

N/A

PowerShell version and build the target node is running

N/A

ComputerManagementDsc version

Name                  Version
----                  ------- 
ComputerManagementDsc 9.1.0
@johlju
Copy link
Member

johlju commented Aug 29, 2024

As long it is optional in each resource and not the default it sounds like something that is needed.

@jeremyhagan do you like to send in a PR?

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. good first issue The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

No branches or pull requests

3 participants
@johlju @jeremyhagan and others