-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.module/powershell-cmdletsp2This is a standard priority issueThis is a standard priority issuequeued
Description
If you attempt to do this
Get-EC2Address | ? { -not $_.associationid } | Remove-EC2Address
You'll get the error: Remove-EC2Address: You may specify a public IP or allocation id, but not both in the same call.
Typically with powershell to solve this you'd give the cmdlet an inputobject
param which it typed to the object, and allows pipeline input, which would end up binding the object to the param, and not to the params that are by property name
ojintoad, dbaileyut and tom-henderson
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.module/powershell-cmdletsp2This is a standard priority issueThis is a standard priority issuequeued