Skip to content

Commit

Permalink
fix: Remove 'operation'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Richardson authored and shinmog committed Oct 6, 2020
1 parent 136d51c commit c9f653c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/modules/panos_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ def main():
required_one_of=helper.required_one_of,
)

# TODO(gfreeman) - remove in the next release.
if module.params['operation'] is not None:
module.fail_json(msg='Operation has been removed; use "state"')

# Get the object params.
spec = {
'name': module.params['if_name'],
Expand Down

0 comments on commit c9f653c

Please sign in to comment.