We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to install or uninstall a software package using xPackage and providing a file hash, this error is thrown:
PowerShell DSC resource DSC_xPackageResource failed to execute Set-TargetResource functionality with error message: The parameter "Hash" is declared in parameter-set "__AllParameterSets" multiple times. + CategoryInfo : InvalidOperation: (:) [], CimException + FullyQualifiedErrorId : ProviderOperationExecutionFailure + PSComputerName : localhost
No useful verbose information
The attribute 'Parameter' was added twice to parameter 'Hash' in 'Assert-FileHashValid'.
NA
OS independent
9.1.0
The text was updated successfully, but these errors were encountered:
Fixes dsccommunity#702
be58c68
xPackage, fixes bug using the file hash (#703)
2c4d585
* Fixes #702 * Updated changelog * Fixed changelog * Style
raandree
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
When trying to install or uninstall a software package using xPackage and providing a file hash, this error is thrown:
Verbose logs showing the problem
No useful verbose information
Suggested solution to the issue
The attribute 'Parameter' was added twice to parameter 'Hash' in 'Assert-FileHashValid'.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
NA
The operating system the target node is running
OS independent
Version and build of PowerShell the target node is running
NA
Version of the DSC module that was used
9.1.0
The text was updated successfully, but these errors were encountered: