mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
dimensiondata: deprecation (#10986)
* dimensiondata: deprecation * add changelog frag * typo * Update changelogs/fragments/10986-deprecation-dimensiondata.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -8,6 +8,12 @@ from __future__ import annotations
|
||||
# Authors:
|
||||
# - Adam Friedman <tintoy@tintoy.io>
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This doc fragment is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
|
||||
|
||||
@@ -8,6 +8,12 @@ from __future__ import annotations
|
||||
# Authors:
|
||||
# - Adam Friedman <tintoy@tintoy.io>
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This doc fragment is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
|
||||
|
||||
@@ -13,6 +13,12 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
#
|
||||
# DEPRECATED
|
||||
#
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
#
|
||||
|
||||
import configparser
|
||||
import os
|
||||
import re
|
||||
|
||||
@@ -22,6 +22,10 @@ extends_documentation_fragment:
|
||||
|
||||
description:
|
||||
- Create, update, and delete MCP 1.0 & 2.0 networks.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Service and its endpoints are no longer available.
|
||||
alternative: There is none.
|
||||
author: 'Aimon Bustardo (@aimonb)'
|
||||
attributes:
|
||||
check_mode:
|
||||
|
||||
@@ -18,6 +18,10 @@ extends_documentation_fragment:
|
||||
|
||||
description:
|
||||
- Manage VLANs in Cloud Control network domains.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Service and its endpoints are no longer available.
|
||||
alternative: There is none.
|
||||
author: 'Adam Friedman (@tintoy)'
|
||||
attributes:
|
||||
check_mode:
|
||||
|
||||
Reference in New Issue
Block a user