azure icon indicating copy to clipboard operation
azure copied to clipboard

remove functionality which should have been removed for Ansible 2.9

Open p3ck opened this issue 11 months ago • 0 comments

SUMMARY

I pulled the code from this PR https://github.com/ansible/ansible/pull/65749 and updated the integration test cases to pass.

Here is the original description: As found in #65745, these two modules contain options which were supposed to be removed in Ansible 2.9. Since the sanity check didn't find the corresponding module.deprecate() calls, no issue was created and these deprecations were apparently forgotten.

Fixes #77

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_loadbalancer azure_rm_networkinterface

ADDITIONAL INFORMATION

The following integration tests were run

  • azure_rm_networkinterface
  • azure_rm_virtualmachine
  • azure_rm_loadbalancer
  • azure_rm_image

And all passed

p3ck avatar Mar 22 '24 21:03 p3ck