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:
Alexei Znamensky
2025-10-28 10:50:56 +13:00
committed by GitHub
parent efad7a0d38
commit 6829a064a5
7 changed files with 52 additions and 0 deletions

View File

@@ -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):

View File

@@ -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):

View File

@@ -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

View File

@@ -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:

View File

@@ -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: