Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@teramako teramako released this 17 Feb 13:36
· 8 commits to develop since this release
7c8cadf

BREAKING CHANGE: -Type and -Id parameters are removed from all commands

Use <IResource> typed value instead.

Tip

<IResource> typed value can be specified s string like Job:1 (Format: {Type}:{Id}).
And also accept objects have type and id properties.

For example:

  • -Resource (Get-AnsibleJob -Id 1)
  • -Resource @{ type = "job"; id = 1 }
  • -Resource job:1

Command example:

Get-AnsibleJobLog Job:10
Find-AnsibleHost -associatedWith Inventory:1

What's Changed

Full Changelog: v2.2.0...v2.3.0