mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 20:47:16 +00:00
Remove deprecated features and plugins for 11.0.0 (#10126)
* Bump version to 11.0.0. * Removed deprecated plugins/modules. * Remove _init_session(). * Remove ack_venv_creation_deprecation. * Change behavior of state. * Remove value reading. * Remove list_all. * Remove various deprecated module helper things. * Change default of proxmox's update parameter. * Fix constructor command order. Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * MH: adjust guide --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> Co-authored-by: Alexei Znamensky <russoz@gmail.com>
This commit is contained in:
parent
b861850e1a
commit
9d7b3f13bd
74 changed files with 89 additions and 10574 deletions
|
|
@ -451,9 +451,6 @@ class RedfishUtils(object):
|
|||
pass
|
||||
return msg, data
|
||||
|
||||
def _init_session(self):
|
||||
self.module.deprecate("Method _init_session is deprecated and will be removed.", version="11.0.0", collection_name="community.general")
|
||||
|
||||
def _get_vendor(self):
|
||||
# If we got the vendor info once, don't get it again
|
||||
if self._vendor is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue