Inedo / inedox-windows

Windows extension for Otter and BuildMaster.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Internal Server Error when saving Ensure DSC in GUI mode #62

Closed pcamelio closed 5 years ago

pcamelio commented 5 years ago

Hello I tried to use the Ensure-DSC. Creation in gui mode the hdars text sample unsuccessuffly. I have got an Internal error when I save it.. I change to text mode, I wrote

 {
    Ensure-DscResource
    (
        Name: File,
        ConfigurationKey: DestinationPath,
        Properties: %(
    DestinationPath: C:\hdars\1000.txt,
    Contents: test file ensured)
    );
}

Save and force an autoremediate and it is working fine. I went back to the GUI mode:

Regards Philippe

gdivis commented 5 years ago

Hi Philippe,

It looks like this is actually an error in BuildMaster itself - I've logged it as SDK-28, and it will be fixed in the next release.

gdivis commented 5 years ago

I meant to say in Otter and BuildMaster - it affects both products.

pcamelio commented 5 years ago

Hello gdivis, it seems not a lot of people try this new feature. I'll still use PsDSC until the next release. Regards