Releases: devblackops/POSHOrigin
Releases · devblackops/POSHOrigin
v1.6.0
v1.5.11
Fix bug dealing with -WhatIf support in Invoke-POSHOrigin
v1.5.10
- Add new
secretalias toGet-POSHOriginSecret - Remove some old code
- Change LCM configuration from
ApplyAndMonitortoApplyOnly
v1.5.9
- Added new credential resolver 'ProtectedData'
- Added experimental cmdlet Invoke-POSHOriginConfigNew (alias: iponew) that
will invoke DSC resources directly using Invoke-DscResource rather than
compiling and appliying a MOF using Start-DscConfiguration
v1.5.8
Added experimental support for reusable modules.
As part of your resource configuration file, you can now define a 'module' block in addition to the 'resource' block. The 'module' block will load any resources defined in configuration files (.ps1) in the module folder and return them alongside any resources defined in your main configuration file.
See the wiki for more information.
module 'mymodule' @{
source = '.\modules\mymodule'
}
resource 'poshorigin_vsphere:vm' 'myvm' @{
...
}
1.5.7
Added en-US localization
v1.5.6
Remove old code