Skip to content

Releases: devblackops/POSHOrigin

v1.6.0

11 Jun 02:58

Choose a tag to compare

  • Add Azure ARM template DSC resource
  • Add PrettyPrint switch to Invoke-POSHOriginNEW
  • Fix elapsed time display

v1.5.11

10 May 22:51

Choose a tag to compare

Fix bug dealing with -WhatIf support in Invoke-POSHOrigin

v1.5.10

18 Apr 06:34

Choose a tag to compare

  • Add new secret alias to Get-POSHOriginSecret
  • Remove some old code
  • Change LCM configuration from ApplyAndMonitor to ApplyOnly

v1.5.9

03 Feb 06:37

Choose a tag to compare

  • 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

28 Jan 07:26

Choose a tag to compare

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

17 Jan 06:30

Choose a tag to compare

Added en-US localization

v1.5.6

15 Jan 17:00

Choose a tag to compare

Remove old code