Closed
Description
Summary of the new feature / enhancement
While I was playing around an idea for a DSC Resource, I received Exit code -2147024891
(0x80070005
) Access Denied when trying to execute a binary which required elevation. I tried to represent this error in the exitCodes
section of a DSC Resource manifest, but it does not appear to match the regex that dsc is using to validated exitCodes
.
The feature request is that the regex be updated to support negative/Hexidecimal exit codes.
Proposed technical implementation details (optional)
No response