Azure / nxtools

Azure Automanage Machine Configuration Linux DSC resources
Other
13 stars 13 forks source link

InstalledApplicationLinux: Parse failure on Red Hat 7.9 #56

Closed gurrajatwal closed 1 week ago

gurrajatwal commented 3 months ago

Details of the scenario you tried and the problem that is occurring

image

Unable to parse output due to "Plugin "yum_rhui_plugin" can't be imported" line in response

Verbose logs showing the problem

N/A

Suggested solution to the issue

N/A

The DSC configuration that is used to reproduce the issue (as detailed as possible)

InstalledApplicationLinux

The operating system the target node is running

Red Hat 7.9

Version and build of PowerShell the target node is running

7.2.4

Version of the DSC module that was used

1.4.0

gurrajatwal commented 1 week ago

I wasn't able to repro this exactly, but I was able to generate a similar error and investigate how the cmdlets would handle this case. I found that, while the error gets logged, it doesn't impact parsing of the application. For that reason, I'm closing this as not a bug.

Image