AnsibleJob.ps1 - improved to coding guidelines. #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added function Wait-AnsibleJob.
Added function Get-AnsibleJobTemplateID.
Added help for function Get-AnsibleJobTemplate.
Get-AnsibleJobTemplate accepts a name or id, where name is now the default.
Invoke-AnsibleJobTemplate accepts a name or id, where name is now the default.
Bumped module version from 0.1 to 0.2.
Added function Disable-CertificateVerification.
Added function Join-AnsibleUrl.
Added function Get-AnsibleResourceUrl, which caches the resource urls.
Added help for Connect-AnsibleTower.
The module now supports BasicAuth, specified via the switch BasicAuth in Connect-AnsibleTower.
Property created in the class User is now of type DateTime?.
Added property external_account to class User.
Property unified_job_template in class Job is now of type int.
Added property launch_type to class Job.
Added property status to class Job.
Added property failed to class Job.
Added property elapsed to class Job.
Added property job_explanation to class Job.
Property job_template in class Job is now of type int.
Added property result_stdout to class Job.