Azure / nxtools

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

Fix nxService unknown propertyName error #26

Closed gurrajatwal closed 1 year ago

gurrajatwal commented 1 year ago

Pull Request (PR) description

Fixed a bug in nxService where the Get-GuestConfigurationPackageComplianceStatus cmdlet from the GuestConfiguration module was throwing an unknown propertyName error. The GC agent was throwing this error because Get() was returning an object with more properties than what is defined in the nxService class.

This Pull Request (PR) fixes the following issues

Task list