Ben Gelens
Ben Gelens
The Container PowerShell module has been dropped in favor of a new one build upon Docker.Net and relying on Docker Daemon to work. The module is called Docker currently and...
- [X] Pester Test method coverage - [X] Pester Get method coverage - [X] Pester Set method coverage - [X] Pester helper method coverage - [ ] String localization
Essential resources to bootstrap a Windows node into a docker managed container host: - [X] DockerService - Add / Remove Docker service - [ ] DockerImage - Add / Remove...
Currently there are a lot of tests that are basically the same but just targeting a different database provider. This results in a lot of duplication in the unit test...
The State parameter is validated in Test but is not implemented in Set. As a result, setting the State to Stopped doesn't have the intended result.
I get this `The property 'Copyright' cannot be found on this object. Verify that the property exists.` error when I update modules (any module). Steps to reproduce ------------------ ```powershell Update-Module...
@SteveL-MSFT @rjmholt As discussed in community call I raise this issue so hopefully something can be done with YamlDotNet dependency for v2 release. Some ideas suggested in the call: *...
```Get-TargetResource``` will throw as the hashtable doesn't contain all required keys. Maybe some other issues as well (need to investigate some more). Also, need to setup integration test for this...
Currently xVMHyperV bounds the amount of memory specified by having the ```[ValidateRange()]``` attribute on the parameters: * StartupMemory * MinimumMemory * MaximumMemory Since limitations differ from OS version to OS...
All example files should be checked - [ ] So we can enable common tests (should not have compile statements) - [ ] Add missing examples - [ ] Remove...