Skip to content

Commit

Permalink
deprecate content_library_item_info due to module generation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Nov 25, 2024
1 parent 7cc48d2 commit 04b106e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- content_library_item_info - Deprecate module in favor of vmware.vmware.content_library_item_info
5 changes: 5 additions & 0 deletions config/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@
- vcenter_vm_hardware_serial:
- vcenter_vm_info:
- vcenter_vm_libraryitem_info:
documentation:
deprecated:
removed_in: 5.0.0
why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880)
alternative: Use M(vmware.vmware.content_library_item_info) instead.
- vcenter_vm_power_info:
- vcenter_vm_power:
documentation:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/content_library_item_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
module: content_library_item_info
short_description: Returns the ItemModel with the given identifier.
description: Returns the ItemModel with the given identifier.
deprecated:
removed_in: 5.0.0
why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880)
alternative: Use M(vmware.vmware.content_library_item_info) instead.
options:
library_id:
description:
Expand Down

0 comments on commit 04b106e

Please sign in to comment.