Skip to content

Global registration paused notice removed #1054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/actionable-messages/adaptive-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Designing Outlook Actionable Message cards with the Adaptive Card format

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

Outlook Actionable Messages cards are designed using the Adaptive Card format. The Adaptive Card format is a simple yet powerful declarative layout format that provides a lot of flexibility, allowing for visually rich cards. In this topic we'll cover the Outlook-specific features of the Adaptive Card format.

> [!IMPORTANT]
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/auto-invoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Refresh an actionable message when the user opens it

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

Actionable messages allow users to take quick actions on an email message, often based on data presented in the card. However, sometimes data changes after the actionable message has been sent. For example, your service might send an actionable message to multiple approvers asking them to approve or reject a request. One approver approves the request, but the actionable message in the other approver's mailbox still asks for approval. Now, with the `autoInvokeAction` property on actionable messages, you can provide an HTTP endpoint to retrieve an up-to-date Adaptive Card payload with the latest information when the user opens the email in Outlook.

> [!IMPORTANT]
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/email-dev-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Register your service with the actionable email developer dashboard

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

To test and publish actionable messages from your service, you need to provide certain information to Microsoft to enable this functionality for emails from your service. The [developer dashboard](https://aka.ms/publishoam) helps you submit and track status of your submission via the web portal.

> [!NOTE]
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Get started with actionable messages in Office 365

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

## Supported scenarios

Sending actionable messages via email is supported in the following scenarios.
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/identity-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Link Azure Active Directory identity with your own identity provider (Preview)

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

[Action.Http](adaptive-card.md#actionhttp) actions in actionable messages include an Azure AD-issued token in the `Authorization` header, which provides information about the user's identity. However, this information may not be sufficient to authenticate the user to your service. With identity linking, you can signal the Outlook client to present UI to allow the user to authenticate with your service. Once the user authenticates, you can associate their Azure AD identity with your own to allow for seamless authentication for future requests.

## Using identity linking
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ ms.subservice: o365-connectors

# Actionable messages in Outlook and Office 365 Groups

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

Whether you are filling out a survey, approving an expense report, or updating a CRM sales opportunity, Actionable Messages enable you to take quick actions right from within Outlook. Developers can now embed actions in their emails or notifications, elevating user engagement with their services and increasing organizational productivity.

## User experience
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/security-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Security requirements for actionable messages in Office 365

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

Securing actionable email is simple and easy. There are two phases within the end-to-end experience that impose security requirements on your service when supporting actionable messages with Office 365. The phases and their corresponding requirements are as follows.

1. Send phase: The pre-requisites for your service to send actionable messages are as follows:
Expand Down
2 changes: 0 additions & 2 deletions docs/actionable-messages/universal-action-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ms.subservice: o365-connectors

# Overview of Universal Action Model

[!INCLUDE [global-onboarding-paused-notice](../includes/actionable-messages/global-onboarding-paused-notice.md)]

Adaptive Cards are platform-agnostic snippets of UI, authored using a lightweight JSON format, that apps and services can share. Adaptive Cards not only adapt to the look-and-feel of the host, but also provide rich interaction capabilities.

As Adaptive Cards grew in popularity, different hosts started supporting different action models and this led to fragmentation. To solve this problem, the Teams, Outlook and Adaptive Cards teams worked on creating a new universal Bot action model compatible across hosts. This effort led to the following:
Expand Down