From 5dc60cbc9e036a2a2fda966afb8ac34007e8af4d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 16:50:32 +0200 Subject: [PATCH] [PR #6390/c1b16d53 backport][stable-5] office_365_connector_card: Remove references to dev.outlook.com (#6406) office_365_connector_card: Remove references to dev.outlook.com (#6390) * office_365_connector_card: Remove references to dev.outlook.com Remove references to the deprecated dev.outlook.com and update them to the relevant learn.microsoft.com links. Closed #6262 * Fix PEP 8 line length issue * Apply suggestions from PR review * Update plugins/modules/office_365_connector_card.py Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit c1b16d534fa79f457d368eddbee2fe7551171b90) Co-authored-by: Marc Sensenich --- plugins/modules/notification/office_365_connector_card.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/notification/office_365_connector_card.py b/plugins/modules/notification/office_365_connector_card.py index fc9a24aa57..fed556e2ef 100644 --- a/plugins/modules/notification/office_365_connector_card.py +++ b/plugins/modules/notification/office_365_connector_card.py @@ -13,7 +13,8 @@ module: office_365_connector_card short_description: Use webhooks to create Connector Card messages within an Office 365 group description: - Creates Connector Card messages through - - Office 365 Connectors U(https://dev.outlook.com/Connectors) + Office 365 Connectors + U(https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#connector-card-for-microsoft-365-groups). author: "Marc Sensenich (@marc-sensenich)" notes: - This module is not idempotent, therefore if the same task is run twice @@ -55,7 +56,7 @@ options: elements: dict description: - Contains a list of sections to display in the card. - - For more information see https://dev.outlook.com/Connectors/reference. + - For more information see U(https://learn.microsoft.com/en-us/outlook/actionable-messages/message-card-reference#section-fields). ''' EXAMPLES = """