Search

2022 CW 11 Microsoft 365 Message Center changes

from 03/07/2022 to 03/13/2022

16 Office 365 Message Center Items were changed and 23 Office 365 Message Center Items were added

Please note: Only common Message Center messages are in this list you should always check your Message Center for additional messages

Subscibe to cloudscout.one Enterprise plan to get individual reports for your Office 365 tenant

Changes

MC End Time changes

MC ID MC Title Old Value New Value MC Action required by
MC287353 (Updated) Hardware Support for AJA and Blackmagic Devices 2022-05-31T09:00:00Z 2022-08-31T09:00:00Z N/A
MC311845 (Updated) Announcing graph support for Get Team Template List 2022-04-08T09:00:00Z 2022-06-25T09:00:00Z N/A
MC312070 (Updated) Connected Templates 2022-04-23T09:00:00Z 2022-07-22T09:00:00Z N/A
MC317764 (Updated) Pin a chat message 2022-03-22T08:00:00Z 2022-05-31T09:00:00Z N/A
MC317766 (Updated) Live Captions in all available languages and CART Captions on Teams Meetings on Web 2022-05-31T09:00:00Z 2022-08-12T09:00:00Z N/A
MC320162 (Updated) People centric search rollout update (SharePoint, Office.com) 2022-04-30T09:00:00Z 2022-06-30T09:00:00Z N/A
MC320694 (Updated) Communication Compliance: New machine learning classifier for customer complaints (preview) 2022-04-30T09:00:00Z 2022-05-21T09:00:00Z N/A
MC335281 (Updated) Announcing general availability of Endpoint DLP for macOS 2022-04-30T09:00:00Z 2022-05-31T09:00:00Z N/A

MC How Affect changes

MC ID MC Title Old Value New Value MC Action required by
MC283912 (Updated) Yammer Public Links API Changes Phase 1 (November 1st, 2021) - No breaking change to GET api/v1/open_graph_objects?url=https://

After November 1st, we will add a list consisting of a single OGO (which is the same OGO currently being returned by the API) to the response of GET api/v1/open_graph_objects?url=https:// - this is unlikely to affect your usage of this API, but we still recommending checking how you are consuming the API before the change happens.

Here is an example of what the response of the API will look like:

{

"id": 12345,

...,

"ogos": [{

"id": 12345,

....

}]

}

Phase 2 (February 1st, 2022) – No breaking change to GET api/v1/open_graph_objects?url=https://

Then on February 1st, 2022, all public Open Graph Objects (OGOs) will be associated with only the message it is attached to. These links, and the messages associated with them, are only visible to users who have access to the conversations the Open Graph Objects were a part of.

Previously, there was only one OGO in each Yammer Network per absolute URL. Now there will be multiple OGOs that exist because this new change will create one OGO per message the URL is attached to.

GET api/v1/open_graph_objects?url=https:// - will return, in the existing field, any OGO id from the list. In the new field, it will return the full list of OGOs for that url.

Phase 3 (March 1st, 2022) – Breaking change to GET api/v1/open_graph_objects?url=https://

Following this, on or after March 1st, 2022 you will experience changes to the following APIs:

GET api/v1/open_graph_objects?url=https://

If you are using GET api/v1/open_graph_objects?url=https:// - this API will change to only return a list of the OGO ids. Here is an example of what the response of the API will look like:

{

"ogos": [{

"id": 12345,

....

}, {

"id": 67890,

....

}]

}

GET /messages/open_group_objects/[:id].json

If you are using GET /messages/open_group_objects/[:id].json - then after the change you can use any of the OGO ids associated with a URL and this API will return a feed of messages that the user has access to relating to that link.

Note: If you have not developed custom integration with Yammer or use 3rd party software which includes specific API calls, you can safely ignore this message.

Other Updates (available now)

In addition, if you are using the POST /message.json API and the og_url is a SharePoint URL, to receive a response with metadata for the URL you will need to call this API using an AAD token. Instructions to obtain an AAD token can be found here. Additionally, if using a SharePoint URL do not pass a thumbnail image URL to og_image as Yammer fetches the thumbnail associated with the SharePoint URL.

Phase 1 (November 1st, 2021) - No breaking change to GET api/v1/open_graph_objects?url=https://

After November 1st, we will add a list consisting of a single OGO (which is the same OGO currently being returned by the API) to the response of GET api/v1/open_graph_objects?url=https:// - this is unlikely to affect your usage of this API, but we still recommending checking how you are consuming the API before the change happens.

Here is an example of what the response of the API will look like:

{

"id": 12345,

...,

"ogos": [{

"id": 12345,

....

}]

}

Phase 2 (March 1st, 2022) – No breaking change to GET api/v1/open_graph_objects?url=https://

Then on March 1st, 2022, all public Open Graph Objects (OGOs) will be associated with only the message it is attached to. These links, and the messages associated with them, are only visible to users who have access to the conversations the Open Graph Objects were a part of.

Previously, there was only one OGO in each Yammer Network per absolute URL. Now there will be multiple OGOs that exist because this new change will create one OGO per message the URL is attached to.

GET api/v1/open_graph_objects?url=https:// - will return, in the existing field, any OGO id from the list. In the new field, it will return the full list of OGOs for that url.

The previously stated breaking change is now not happening and the final experience for OGOs at this time will be Phase 2.

Note: If you have not developed custom integration with Yammer or use 3rd party software which includes specific API calls, you can safely ignore this message.

Other Updates (available now)

In addition, if you are using the POST /message.json API and the og_url is a SharePoint URL, to receive a response with metadata for the URL you will need to call this API using an AAD token. Instructions to obtain an AAD token can be found here. Additionally, if using a SharePoint URL do not pass a thumbnail image URL to og_image as Yammer fetches the thumbnail associated with the SharePoint URL.

03/01/2022
MC311845 (Updated) Announcing graph support for Get Team Template List Today, there is no support for List Team Templates and Get Template Details via Graph API. This new functionality will bring two new Azure Active Directory (AAD) permissions providing access to these APIs.

TeamTemplates.Read (for user delegated access) and TeamTemplates.Read.All (for Application access). With these accesses, Users and Admin consented Apps will be able to get the list of First Party and Tenant Team Templates using List Team Templates API and Details of a Team Template using Team Template Details API.

Customers can use Template Ids obtained through Team Template Graph APIs to create Team from Templates using Create Team Graph API.
Today, there is no support for List Team Templates via Graph API. This new functionality will bring two new Azure Active Directory (AAD) permissions providing access to these APIs.

TeamTemplates.Read (for user delegated access) and TeamTemplates.Read.All (for Application access). With these accesses, Users and Admin consented Apps will be able to get the list of First Party and Tenant Team Templates using List Team Templates API.

Customers can use Template Ids obtained through Team Template Graph APIs to create Team from Templates using Create Team Graph API.
N/A

MC Messages changes

MC ID MC Title Old Value New Value MC Action required by
MC283912 (Updated) Yammer Public Links API Changes Updated September 27, 2021: We have updated this message with additional details for clarity. Thank you for your feedback.

We're making some changes to public OGOs (Open Graph Objects) over the next two quarters. The effected APIs are:

GET api/v1/open_graph_objects?url=https://

GET /messages/open_group_objects/[:id].json

[Key points]

Timing: March 1, 2022

Control type: admin control

Action: review and assess
Updated March 08, 2021: We have updated this message with additional details for clarity. Thank you for your feedback.

We're making some changes to public OGOs (Open Graph Objects) over the next two quarters. The effected APIs are:

GET api/v1/open_graph_objects?url=https://

GET /messages/open_group_objects/[:id].json

[Key points]

Timing: March 1, 2022

Control type: admin control

Action: review and assess
03/01/2022
MC287353 (Updated) Hardware Support for AJA and Blackmagic Devices Updated January 04, 2022: We have updated the rollout timeline below. Thank you for your patience.

The ability for Teams clients to stream content from a client to the local network via Network Device Interface (NDI) is being expanded to enable streaming content to select attached hardware devices. Users with the ability to turn on NDI will also be able to push content to attached hardware devices from AJA or Blackmagic Designs. This will enable users to push content from Teams out via attached SDI or HDMI devices.

This message is associated with Microsoft 365 Roadmap ID 82812 & 83486

[When this will happen:]

Standard and GCC: begin in late January (previously early January) and expect the rollout to be complete by mid-February (previously mid-January).

GCC-High and DoD: begin in late March and expect the rollout to be complete by mid-April.

Updated March 08, 2022: We have updated the rollout timeline below. Thank you for your patience.

The ability for Teams clients to stream content from a client to the local network via Network Device Interface (NDI) is being expanded to enable streaming content to select attached hardware devices. Users with the ability to turn on NDI will also be able to push content to attached hardware devices from AJA or Blackmagic Designs. This will enable users to push content from Teams out via attached SDI or HDMI devices.

This message is associated with Microsoft 365 Roadmap ID 82812 & 83486

[When this will happen:]

Standard and GCC: begin in late January (previously early January) and expect the rollout to be complete by mid-February (previously mid-January). - Complete

GCC-High and DoD: begin in late June (previously late March) and expect the rollout to be complete by mid-July (previously mid-April).

N/A
MC299210 (Updated) Conversation search in Office.com and SharePoint Updated December 08, 2021: We have updated the rollout timeline below. Thank you for your patience.

Microsoft Search is adding the capability to find relevant Microsoft Teams, and Outlook conversations when searching in SharePoint and Office.com.

This message is associated with Microsoft 365 Roadmap ID 68779.

[When this will happen:]

We expect for this rollout to begin in early January (previously early December) and to be fully completed in early February.
Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

Microsoft Search is adding the capability to find relevant Microsoft Teams, and Outlook conversations when searching in SharePoint and Office.com.

This message is associated with Microsoft 365 Roadmap ID 68779.

[When this will happen:]

We expect for this rollout to begin in early January (previously early December) and to be fully completed in late March (previously early February).
N/A
MC307310 (Updated) sip-all FQDNs will not be supported starting June 1st, 2022 Updated February 23, 2022: We have updated the post to ensure it shows for all tenants as intended. No changes have been made to the content below. Thank you for your patience.

On June 1, 2022 (previously March 1, 2022), we will be removing support for sip-all.pstnhub.microsoft.com and sip-all.pstnhub.gov.teams.microsoft.us FQDNs from Direct Routing configuration.

Note: If you aren't using Session Border Controllers you can safely disregard this message.
Updated March 07, 2022: We have updated the post to ensure it shows for all tenants as intended. No changes have been made to the content below. Thank you for your patience.

On June 1, 2022 (previously March 1, 2022), we will be removing support for sip-all.pstnhub.microsoft.com and sip-all.pstnhub.gov.teams.microsoft.us FQDNs from Direct Routing configuration.

Note: If you aren't using Session Border Controllers you can safely disregard this message.
06/01/2022
MC311845 (Updated) Announcing graph support for Get Team Template List This new release will bring Graph support to Get Template List and Get Template Details. Team templates enable users to quickly create the right collaboration structure for their business needs. With Graph API support for Team Templates, we will be empowering our developer community to build their custom create team solutions on top of our existing APIs.

This message is associated with Microsoft 365 Roadmap ID 70793.

[When this will happen:]

Public preview: We will begin rolling this out in mid-February and expect to complete rollout late February.

Standard: We will begin rolling this out in late February and expect to complete rollout early March.
Updated March 07, 2022: We will not be moving forward with Get Template Details at this time and will communicate via Message center when it will be available. We have updated the content below to reflect this change as well as updated the rollout timeline. Thank you for your patience.

This new release will bring Graph support to Get Template List. Team templates enable users to quickly create the right collaboration structure for their business needs. With Graph API support for Team Templates, we will be empowering our developer community to build their custom create team solutions on top of our existing APIs.

This message is associated with Microsoft 365 Roadmap ID 70793.

[When this will happen:]

Public preview: We will begin rolling this out in mid-February and expect to complete rollout late February.

Standard: We will begin rolling this out in mid-April (previously late February) and expect to complete mid-May (previously early March).
N/A
MC312070 (Updated) Connected Templates Updated February 08, 2022: We have updated the rollout timeline below. Thank you for your patience.

We are announcing the upcoming release of Connected Templates with Microsoft Teams and SharePoint. The connected templates will offer a new way of combining Microsoft Teams templates with SharePoint templates. Prior to this integration, clients needed to deploy Microsoft Teams or SharePoint-specific templates.

Microsoft Team Templates allow administrators to easily deploy consistent teams across their organization using predefined or customized team templates across their organization.

SharePoint templates offer a straightforward way for admins to build sites with pre-populated pages, page templates, news post templates, and web parts that can be customized to fit the needs of their organization.

Through this integration, Teams administrators can create templates that include SharePoint components, bringing together the capabilities of the Teams and SharePoint templates.

This message is associated with Microsoft 365 Roadmap ID: 84724

[When this will happen:]

We will begin rolling this out in mid-January and expect to complete rollout mid-March (previously early February).

Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

We are announcing the upcoming release of Connected Templates with Microsoft Teams and SharePoint. The connected templates will offer a new way of combining Microsoft Teams templates with SharePoint templates. Prior to this integration, clients needed to deploy Microsoft Teams or SharePoint-specific templates.

Microsoft Team Templates allow administrators to easily deploy consistent teams across their organization using predefined or customized team templates across their organization.

SharePoint templates offer a straightforward way for admins to build sites with pre-populated pages, page templates, news post templates, and web parts that can be customized to fit the needs of their organization.

Through this integration, Teams administrators can create templates that include SharePoint components, bringing together the capabilities of the Teams and SharePoint templates.

This message is associated with Microsoft 365 Roadmap ID: 84724

[When this will happen:]

We will begin rolling this out in mid-January and expect to complete rollout early June (previously mid-March).

N/A
MC317764 (Updated) Pin a chat message This new feature will enable users to pin a specific message and provide chat members with quick access to critical content whenever it's needed.

This message is associated with Microsoft 365 Roadmap ID: 82584.

[When this will happen:]

We will begin rolling this out in mid-February and expect to complete rollout late February.
Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

This new feature will enable users to pin a specific message and provide chat members with quick access to critical content whenever it's needed.

This message is associated with Microsoft 365 Roadmap ID: 82584.

[When this will happen:]

We will begin rolling this out in mid-February and expect to complete rollout late April (previously late February).
N/A
MC317766 (Updated) Live Captions in all available languages and CART Captions on Teams Meetings on Web Updated February 24, 2022: We have updated the rollout timeline below. Thank you for your patience.

Live Captions in all available languages will now be available on Teams Meetings on web browsers. CART Captioning support will also be available on web browsers. Chrome/Edge/Safari on Win/Mac/Linux platforms will be supported.

This message is associated with Microsoft 365 Roadmap ID 84906, 84001.

[When this will happen:]

Live captions for web: We expect the rollout to begin in late March (previously early February) and expect the rollout to be completed by mid-April (previously mid-February).

CART captions for web: We expect the rollout to begin in early April and expect the rollout to be completed by mid-April.
Updated March 08, 2022: We have updated the rollout timeline below. Thank you for your patience.

Live Captions in all available languages will now be available on Teams Meetings on web browsers. CART Captioning support will also be available on web browsers. Chrome/Edge/Safari on Win/Mac/Linux platforms will be supported.

This message is associated with Microsoft 365 Roadmap ID 84906, 84001.

[When this will happen:]

Live captions for web: We expect the rollout to begin in mid-June (previously late March) and expect the rollout to be completed by early July (previously mid-April).

CART captions for web: We expect the rollout to begin in early April and expect the rollout to be completed by mid-April.

N/A
MC320162 (Updated) People centric search rollout update (SharePoint, Office.com) Since previously communicated (MC275345 - Sept 2021), we have updated the people-centric search rollout timeline below. After the gradual rollout began in December, we have worked to improve your experience around finding content through people and understanding people through their content by offering greater consistency and reliability in SharePoint and Office.com.

This message is associated with Microsoft 365 Roadmap ID: 68783.

[When this will happen:]

Targeted release (entire org): now available.

Standard: will begin rolling out in early March and expect to complete rollout mid-March.

Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

Since previously communicated (MC275345 - Sept 2021), we have updated the people-centric search rollout timeline below. After the gradual rollout began in December, we have worked to improve your experience around finding content through people and understanding people through their content by offering greater consistency and reliability in SharePoint and Office.com.

This message is associated with Microsoft 365 Roadmap ID: 68783.

[When this will happen:]

Targeted release (entire org): now available.

Standard: will begin rolling out in mid-May (previously early March) and expect to complete rollout late May (previously mid-March).

N/A
MC320694 (Updated) Communication Compliance: New machine learning classifier for customer complaints (preview) Coming soon to public preview, a new machine learning classifier for Communication Compliance will enable you to detect customer complaints.

This message is associated with Microsoft 365 Roadmap ID: 88872.

[When this will happen:]

Rollout will begin in early March and is expected to be complete by late March.
Updated March 08, 2022: We have updated the rollout timeline below. Thank you for your patience.

Coming soon to public preview, a new machine learning classifier for Communication Compliance will enable you to detect customer complaints.

This message is associated with Microsoft 365 Roadmap ID: 88872.

[When this will happen:]

Rollout will begin in mid-March (previously early March) and is expected to be complete by early April (previously late March).
N/A
MC332869 (Updated) List of the joined teams per user in Teams Admin Center We ask that you pardon us for not sending an earlier message, as is our customer commitment, regarding our early February rollout. Teams admin center is adding support for viewing the list of teams a user has joined.

This integration will enable the admins to view all the teams that a user is a part of from a single view.

This message is associated with Microsoft 365 Roadmap ID: 87969

[When this will happen]

We began rolling this out in early February and expect to complete the rollout by late February.

Updated March 11, 2022: We have updated the rollout timeline below. Thank you for your patience.

We ask that you pardon us for not sending an earlier message, as is our customer commitment, regarding our early February rollout. Teams admin center is adding support for viewing the list of teams a user has joined.

This integration will enable the admins to view all the teams that a user is a part of from a single view.

This message is associated with Microsoft 365 Roadmap ID: 87969

[When this will happen]

We began rolling this out in early February and expect to complete the rollout by mid-March (previously late February).
N/A
MC333623 (Updated) Chat filter for non-meeting chats There will be a new chat filter within the Chat app filter which filters out meeting chats and chats with bots. It will filter for one on one and group chats with other users.

This message is associated with Microsoft 365 Roadmap ID 89436.

[When this will happen:]

We expect this rollout to begin in early March and expect the rollout to be completed in all environments by late May.
Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

There will be a new chat filter within the Chat app filter which filters out meeting chats and chats with bots. It will filter for one on one and group chats with other users.

This message is associated with Microsoft 365 Roadmap ID 89436.

[When this will happen:]

We expect this rollout to begin in mid-March (previously early March) and expect the rollout to be completed in all environments by late May.
N/A
MC335281 (Updated) Announcing general availability of Endpoint DLP for macOS Currently available in public preview, Microsoft 365 Endpoint DLP for macOS allows you to extend your endpoint data loss prevention insights and controls to devices running macOS (Catalina or higher). To get started using this capability, you will need to onboard the endpoint in your environment using our streamlined device onboarding process.

This message is associated with Microsoft 365 Roadmap ID 88927.

[When this will happen:]

Standard: will begin in early March and is expected to be complete by late March.
Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

Currently available in public preview, Microsoft 365 Endpoint DLP for macOS allows you to extend your endpoint data loss prevention insights and controls to devices running macOS (Catalina or higher). To get started using this capability, you will need to onboard the endpoint in your environment using our streamlined device onboarding process.

This message is associated with Microsoft 365 Roadmap ID 88927.

[When this will happen:]

Standard: will begin in mid-April (previously early March) and is expected to be complete by late April (previously late March).
N/A
MC335634 (Updated) Teams Desktop Client Cross Cloud Anonymous Meeting Join This feature update to Cross Cloud Anonymous (CCA) Meeting Join in Microsoft Teams will allow users to join meetings as unauthenticated (anonymous) users.

This release expands the current unauthenticated (anonymous) meeting experience available for different tenants within a single cloud to all remaining Microsoft clouds (Worldwide, GCC, GCC High and DOD).

Note: This new functionality will only affect the Teams desktop client. Teams web client meeting join experiences will remain unchanged as they already support cross cloud meeting join.

This message is associated with Microsoft 365 Roadmap ID 86311.

[When this will happen:]

Standard and GCC: will begin rolling out in early March and expect to complete rollout by late March.

GCC-H and DoD: will begin rolling out in early March and expect to complete rollout by early May.

Updated March 10, 2022: We have updated the rollout timeline below. Thank you for your patience.

This feature update to Cross Cloud Anonymous (CCA) Meeting Join in Microsoft Teams will allow users to join meetings as unauthenticated (anonymous) users.

This release expands the current unauthenticated (anonymous) meeting experience available for different tenants within a single cloud to all remaining Microsoft clouds (Worldwide, GCC, GCC High and DOD).

Note: This new functionality will only affect the Teams desktop client. Teams web client meeting join experiences will remain unchanged as they already support cross cloud meeting join.

This message is associated with Microsoft 365 Roadmap ID 86311.

[When this will happen:]

Standard and GCC: will begin rolling out in early March and expect to complete rollout by late March.

GCC-H and DoD: will begin rolling out in late March (previously early March) and expect to complete rollout by early May.

N/A
MC340293 (Updated) Feature update: Modern Dynamic Distribution Groups We’re modernizing Dynamic Distribution Groups (DDGs) to bring you a more reliable, more predictable, and better performing experience. We’re making changes that will reduce mail delivery latency, improve service reliability, and allow you to see the members of a DDG. This rollout will provide the functionality to all Exchange Online organizations.

[When this will happen:]

We will begin rolling this out in early April and expect to complete by mid-April.
Updated March 09, 2022: We have updated the content below to show as intended. Thank you for your patience.

We’re modernizing Dynamic Distribution Groups (DDGs) to bring you a more reliable, more predictable, and better performing experience. We’re making changes that will reduce mail delivery latency, improve service reliability, and allow you to see the members of a DDG. This rollout will provide the functionality to all Exchange Online organizations.

[When this will happen:]

We will begin rolling this out in early April and expect to complete by mid-April.
N/A

MC MessageTagNames changes

MC ID MC Title Old Value New Value MC Action required by
MC311845 (Updated) Announcing graph support for Get Team Template List New feature, Admin impact Updated message, New feature, Admin impact N/A
MC312070 (Updated) Connected Templates New feature, User impact Updated message, New feature, User impact N/A
MC317764 (Updated) Pin a chat message New feature, User impact Updated message, New feature, User impact N/A
MC320162 (Updated) People centric search rollout update (SharePoint, Office.com) Feature update, User impact, Admin impact Updated message, Feature update, User impact, Admin impact N/A
MC320694 (Updated) Communication Compliance: New machine learning classifier for customer complaints (preview) New feature, Admin impact Updated message, New feature, Admin impact N/A
MC333623 (Updated) Chat filter for non-meeting chats New feature, User impact Updated message, New feature, User impact N/A
MC335281 (Updated) Announcing general availability of Endpoint DLP for macOS New feature Updated message, New feature N/A
MC335634 (Updated) Teams Desktop Client Cross Cloud Anonymous Meeting Join Feature update, User impact Updated message, Feature update, User impact N/A
MC340293 (Updated) Feature update: Modern Dynamic Distribution Groups Feature update, User impact, Admin impact Updated message, Feature update, User impact, Admin impact N/A

MC prepare changes

MC ID MC Title Old Value New Value MC Action required by
MC283912 (Updated) Yammer Public Links API Changes If your organization is using any of the APIs listed above, ensure that you plan for this change so it does not break any custom experiences you have leveraging these Yammer APIs. Also, contact the developers of any 3rd party software that you use to make sure that they are prepared for the coming changes to these Yammer APIs.

Additional information:

/open_graph_objects · Yammer Developer Site

/messages/open_graph_objects/[:id].json · Yammer Developer Site

/messages.json · Yammer Developer Site

https://developer.yammer.com/docs/messages-json-post

https://developer.yammer.com/docs/messagesopen_graph_objects

https://developer.yammer.com/v1.0/docs/open_graph_objects

https://docs.microsoft.com/graph/auth-v2-use
If your organization is using any of the APIs listed above, ensure that you plan for this change, but no changes should break any custom experiences you have leveraging these Yammer APIs. Also, contact the developers of any 3rd party software that you use to make sure that they are prepared for the coming changes to these Yammer APIs.

Additional information:

/open_graph_objects · Yammer Developer Site

/messages/open_graph_objects/[:id].json · Yammer Developer Site

/messages.json · Yammer Developer Site

https://developer.yammer.com/docs/messages-json-post

https://developer.yammer.com/docs/messagesopen_graph_objects

https://developer.yammer.com/v1.0/docs/open_graph_objects

https://docs.microsoft.com/graph/auth-v2-use
03/01/2022
MC299210 (Updated) Conversation search in Office.com and SharePoint You might want to notify your users about this new capability and update your training and documentation as appropriate.

https://www.microsoft.com/en-ww/microsoft-365/roadmap?filters=&searchterms=68779
You might want to notify your users about this new capability and update your training and documentation as appropriate.

https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=68779
N/A
MC317766 (Updated) Live Captions in all available languages and CART Captions on Teams Meetings on Web IT Admins should update documentation for their organization as necessary.

https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=84001

https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=84906
IT Admins should update documentation for their organization as necessary.

https://www.microsoft.com/en-ww/microsoft-365/roadmap?filters=&searchterms=84001

https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=84906
N/A
MC340293 (Updated) Feature update: Modern Dynamic Distribution Groups You don't need to do anything since the functionality of Dynamic Distribution Groups remains the same. However, you may consider updating your user training, and notifying your helpdesk as there are behavioral changes involved. Since the membership list is no longer calculated each time, a message is sent, the recipient list may not always be up to date as it gets refreshed every 24 hours.

For detailed information please refer to: Modern Dynamic Distribution Groups

For support, please email modernddgsupport@service.microsoft.com.

about:modernddgsupport@service.microsoft.com

https://docs.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-dynamic-distribution-groups/modern-dynamic-distribution-groups

https://docs.microsoft.com/powershell/module/exchange/get-dynamicdistributiongroupmember?view=exchange-ps
You don't need to do anything since the functionality of Dynamic Distribution Groups remains the same. However, you may consider updating your user training, and notifying your helpdesk as there are behavioral changes involved. Since the membership list is no longer calculated each time, a message is sent, the recipient list may not always be up to date as it gets refreshed every 24 hours.

For detailed information please refer to: Modern Dynamic Distribution Groups

https://docs.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-dynamic-distribution-groups/modern-dynamic-distribution-groups

https://docs.microsoft.com/powershell/module/exchange/get-dynamicdistributiongroupmember?view=exchange-ps
N/A

MC Title changes

MC ID MC Title Old Value New Value MC Action required by
MC311845 (Updated) Announcing graph support for Get Team Template List Announcing graph support for Get Team Template List and Get Team Template Details (Updated) Announcing graph support for Get Team Template List N/A
MC317764 (Updated) Pin a chat message Pin a chat message (Updated) Pin a chat message N/A
MC320162 (Updated) People centric search rollout update (SharePoint, Office.com) People centric search rollout update (SharePoint, Office.com) (Updated) People centric search rollout update (SharePoint, Office.com) N/A
MC320694 (Updated) Communication Compliance: New machine learning classifier for customer complaints (preview) Communication Compliance: New machine learning classifier for customer complaints (preview) (Updated) Communication Compliance: New machine learning classifier for customer complaints (preview) N/A
MC332869 (Updated) List of the joined teams per user in Teams Admin Center List of the joined teams per user in Teams Admin Cente (Updated) List of the joined teams per user in Teams Admin Cente N/A
MC333623 (Updated) Chat filter for non-meeting chats Chat filter for non-meeting chats (Updated) Chat filter for non-meeting chats N/A
MC335281 (Updated) Announcing general availability of Endpoint DLP for macOS Announcing general availability of Endpoint DLP for macOS (Updated) Announcing general availability of Endpoint DLP for macOS N/A
MC335634 (Updated) Teams Desktop Client Cross Cloud Anonymous Meeting Join Teams Desktop Client Cross Cloud Anonymous Meeting Join (Updated) Teams Desktop Client Cross Cloud Anonymous Meeting Join N/A
MC340293 (Updated) Feature update: Modern Dynamic Distribution Groups Feature update: Modern Dynamic Distribution Groups (Updated) Feature update: Modern Dynamic Distribution Groups N/A
MC341152 Bookmarks in New Yammer Bookmarks in New Yammme Bookmarks in New Yamme N/A

CW11 New Office 365 Message Center items

MC ID MC Title MC Category MC Workload MC Major Change MC Action required by
MC340281 Viva Topics Insights Stay Informed Microsoft Viva False N/A
MC340284 Update to Safe Links Policy cmdlet Plan For Change Exchange Online False N/A
MC340285 (Updated) Create and manage Power Apps from Microsoft Lists within Microsoft Teams Plan For Change SharePoint Online, Microsoft Teams, Power Apps in Microsoft 365 False N/A
MC340286 Microsoft Teams: Roaming bandwidth control Stay Informed Microsoft Teams False N/A
MC340292 Insider Risk Management – new enhancements coming to public preview Stay Informed Microsoft 365 suite False N/A
MC340293 (Updated) Feature update: Modern Dynamic Distribution Groups Plan For Change Exchange Online True N/A
MC340717 Take action: March 2022 security update available for all supported versions of Windows Prevent Or Fix Issue Windows False N/A
MC340771 Communication Compliance – DLP policy recommendations (general availability) Stay Informed Microsoft 365 suite False N/A
MC340773 Microsoft Viva Digest Email to be sent 2X a month Stay Informed Microsoft Viva False N/A
MC340779 (Updated) Every Meeting Online (EMO) by Default - Support for third-party online meeting providers Plan For Change Exchange Online True N/A
MC340780 (Updated) Dark mode in New Yammer Stay Informed Yammer Enterprise False N/A
MC340782 Updates available for Microsoft 365 Apps for all channels Stay Informed Microsoft 365 Apps False N/A
MC340783 Organization Fonts on PowerPoint for the web Stay Informed Microsoft 365 suite, Office for the web False N/A
MC341151 Large Folder Delete on OneDrive and SharePoint Document Libraries on Web Plan For Change SharePoint Online, OneDrive for Business False N/A
MC341152 Bookmarks in New Yammer Plan For Change Yammer Enterprise False N/A
MC341571 Microsoft Teams: Casting from Teams desktop client to Microsoft Teams Rooms Plan For Change Microsoft Teams False N/A
MC341572 Microsoft Teams: Text Predictions for Teams Mobile (Android) Plan For Change Microsoft Teams False N/A
MC341683 Upcoming changes to Office 365 Management API events for Microsoft Defender for Office 365 Plan For Change Microsoft 365 Defender False N/A
MC341996 Search highlights for enterprise coming soon to Windows 10 and Windows 11 Stay Informed Windows False N/A
MC342069 In development for Windows 365 Enterprise is now available Stay Informed Windows 365 False N/A
MC342071 Search in Teams Admin Center (Preview) Stay Informed Microsoft Teams False N/A
MC342072 Safe Links Global Settings Migrated to Custom Policies Plan For Change Exchange Online, Microsoft 365 Defender True N/A
MC342090 Introducing Power Platform admin center Home page Stay Informed Dynamics 365 Apps, Power Apps, Microsoft Power Automate False N/A

Share to MS Teams

Login to your account

Welcome Back, We Missed You!