Azure / nxtools

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

Fix nxFile not able to delete file #32

Closed gurrajatwal closed 11 months ago

gurrajatwal commented 12 months ago

Pull Request (PR) description

The nxFile resource throws an error if you try to use it to delete a file.

Remove-Item: Cannot bind argument to parameter 'Path' because it is null.

The root cause is that $nxFileSystemInfo does not have a property named DestinationPath.

This Pull Request (PR) fixes the following issues

Task list