mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
typetalk: deprecation
This commit is contained in:
parent
e853bdf6f9
commit
0cff569ea9
2 changed files with 8 additions and 0 deletions
|
@ -812,6 +812,10 @@ plugin_routing:
|
||||||
warning_text: This module relied on HTTPS APIs that do not exist anymore,
|
warning_text: This module relied on HTTPS APIs that do not exist anymore,
|
||||||
and any new development in the direction of providing an alternative should
|
and any new development in the direction of providing an alternative should
|
||||||
happen in the context of the google.cloud collection.
|
happen in the context of the google.cloud collection.
|
||||||
|
typetalk:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 13.0.0
|
||||||
|
warning_text: The typetalk service will be discontinued on Dec 2025.
|
||||||
vertica_facts:
|
vertica_facts:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 3.0.0
|
removal_version: 3.0.0
|
||||||
|
|
|
@ -14,6 +14,10 @@ module: typetalk
|
||||||
short_description: Send a message to typetalk
|
short_description: Send a message to typetalk
|
||||||
description:
|
description:
|
||||||
- Send a message to typetalk using typetalk API.
|
- Send a message to typetalk using typetalk API.
|
||||||
|
deprecated:
|
||||||
|
removed_in: 13.0.0
|
||||||
|
why: The typetalk service will be discontinued on Dec 2025.
|
||||||
|
alternative: There is none.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue