-
Notifications
You must be signed in to change notification settings - Fork 65
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
xVMHyperV - AutomaticCheckpointsUnsupported var name incorrect #148
Conversation
`AutomaticCheckpointsUnsupportedError` on line 740 does not resolve to a defined localized data variable and it looks like it should be `AutomaticCheckpointsUnsupported instead. Without this change a meaningless error message is produced: `ScriptHalted` instead of what is should be: `AutomaticCheckpoints are not supported on this host`
@Geogboe this PR targets the master branch, I tried to change the base to dev, but that didn't work. I need your help to send in the PR against the dev branch instead. I think we should change the line 15 to 'AutomaticCheckpointsUnsupportedError' instead (the localized string is used at two locations). Also, please add an entry about this change under the Unreleased section in the CHANGELOG.md. |
i added an issue #149 to track this. |
Labeling this PR as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on the PR is taken up again. |
…nsupportedError to correct one AutomaticCheckpointsUnsupported Redoing work from abandoned PR dsccommunity#148
* moved localizedData to own file * moved parameter validation tests which are only applicable with Ensure Present to if present block * Redoing work from abandoned PR #67 * fixed code styling issues * fixed StartupMemory evaluation in Test-TargetResource * changed wrong localized data variable reference AutomaticCheckpointsUnsupportedError to correct one AutomaticCheckpointsUnsupported * Redoing work from abandoned PR #148 * updated changelog * fix psv5 parsing error and added verbose in Get-TargetResource * Fixed Get throws errors when no NICs or missing NIC properties * fix Null indexing error for Get-TargetResource when VM does not exists * added periods to end of lines in changelog * changed multiline comments to commentblocks
Since this PR was abandoned, I redid the work in PR #163 |
Pull Request (PR) description
AutomaticCheckpointsUnsupportedError
on line 740 does not resolve to a defined localized data variable and it looks like it should beAutomaticCheckpointsUnsupported
instead. Without this change a meaningless error message is produced:ScriptHalted
instead of what is should be:AutomaticCheckpoints are not supported on this host
.Task list:
This change is