tlindsay42 / ArmorPowerShell

Community PowerShell Module for Armor
https://tlindsay42.github.io/ArmorPowerShell/
Apache License 2.0
5 stars 6 forks source link

Fix .INPUTS fields in Get-ArmorVM #134

Closed vors closed 6 years ago

vors commented 6 years ago

Description

Add missed .INPUTS annotations. Fix for https://github.com/tlindsay42/ArmorPowerShell/issues/132

Related Issue

Fix for https://github.com/tlindsay42/ArmorPowerShell/issues/132

Motivation and Context

Why is this change required? What problem does it solve?

Testing Procedure

Screenshots (optional)

Please insert screenshots here.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!

vors commented 6 years ago

Sorry, I didn't have patience to go thru the whole PR template. It's probably the longest one I seen :D Can I humbly suggest to shorten it to reduce the contribution friction?

tlindsay42 commented 6 years ago

:white_check_mark: Build ArmorPowerShell 1.0.266-erkjyomq completed (commit https://github.com/tlindsay42/ArmorPowerShell/commit/c9659b06e2 by @vors)

tlindsay42 commented 6 years ago

":white_check_mark: Build ArmorPowerShell 1.0.266-erkjyomq completed (commit https://github.com/tlindsay42/ArmorPowerShell/commit/c9659b06e2 by @vors)"

tlindsay42 commented 6 years ago

Oh cool! I didn't know that you could have multiple Inputs entries. Thanks @vors!