Gijs Reijn

Results 93 comments of Gijs Reijn

@SydneyhSmith I was curious if there is a release planned to ship this feature.

@ThomasNieto `winget install --name --name DesiredStateConfiguration-Preview` should do the trick :)

You should also be able to do: `winget install --name Microsoft.Dsc.Preview --source winget`, as it is published in [Windows Package Manager](https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Microsoft/DSC/Preview/3.0.12.0) repository.

With the Bicep extension merged and a request from Jason on #973, I made a slight rename, including a condition. Can you check once again @SteveL-MSFT?

Merged with the latest changes as requested @SteveL-MSFT. Should be good to go :)

@mgreenegit I'm bothering Steve too much, so I thought of giving you a heads-up. Could you take a quick look at this one? It shouldn't be that big of a...

Thanks @michaeltlombardi for the check. I thought there was a remark once to do it in the style Pester tests are written (OTBS). I switched the blocks in `psDscAdapter.psm1` to...

Hi @michaeltlombardi, I was writing documentation to explain the `Delete` method and encountered this issue. After reading it through, one thought came to mind on option one. Wouldn't this also...

> Please add some tests @SteveL-MSFT I added one test now with a hardcoded resource manifest. I'm struggling to find out the logic how `dsc.exe` handles adapter resources types. For...