Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Based on the way the function is authored, even though both -registerYaml and -configureYaml are marked as optional, the function actually requires both to work. And, if one is empty, then the GetBytes method throws an exception.
This pull request includes updates to the
PowerValidatedSolutions
module, focusing on enhancing theAdd-SupervisorService
function and updating the module version.Enhancements to
Add-SupervisorService
function:registerYaml
parameter to mandatory, ensuring that it is always provided when the function is called.registerYaml
andconfigureYaml
parameters if they were not provided.registerYaml
file exists before proceeding with the registration process, and output an error if the file is not found.configureYaml
file exists before proceeding with the configuration process, and output an error if the file is not found.Module version update:
ModuleVersion
inPowerValidatedSolutions.psd1
from2.12.0.1050
to2.12.1.1002
.Type
Please describe:
Breaking Changes?
Test and Documentation
Issue References
Closes #763
Additional Information