Table of Contents

ChangeManagement.Read.All

Allows to read all Change Management items.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the ChangeManagement.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 418dae40-2b65-4819-900c-519a04e4d278 4628dff5-c33e-4fde-b17a-b64e7acb1bed
DisplayText Read Change Management items Read Change Management items
Description Allows to read all Change Management items. Allows to read all Change Management items.
AdminConsentRequired Yes No

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: announcement

Property Type Description
announcementDateTime DateTimeOffset Change announcement date. Supports $filter (eq, ne, gt, lt, le and ge on year(), month(), day(), hour(), minute(), and second() built in functions) and $orderby.
changeType changeAnnouncementChangeType Specifies the nature of the change. The possible values are: breakingChange, deprecation, endOfSupport, featureChange, other, retirement, securityIncident, uxChange, unknownFutureValue. Supports $filter (eq, ne, in) and $orderby.
changeItemService String Specifies the Microsoft Entra service name to which this item belongs. Inherited from changeItemBase. Supports $filter (eq, ne, in) and $orderby.
description String Description of the change announcement. Inherited from changeItemBase. Supports $filter (eq, ne, in, startswith) and $orderby.
documentationUrls String collection Link to the change documentation. Inherited from changeItemBase. Supports $filter (any with eq).
id String Unique identifier for the change announcement. Inherited from entity. Supports $filter (eq, ne, in, startswith) and $orderby.
impactLink String Change impact URL. Supports $filter (eq, ne, in) and $orderby.
isCustomerActionRequired Boolean Indicates whether the customer needs to take any action for this change. Supports $filter (eq, ne).
shortDescription String A short description of the change. Inherited from changeItemBase. Supports $filter (eq, ne, in, startswith) and $orderby.
systemTags String collection Microsoft Entra specific tags. Example value: Top announcement - entra_roadmap_highlight_product_news. Inherited from changeItemBase. Supports $filter (any with eq).
tags String collection Identity and Access Management (IAM) related tags. Example values: External Identities, Reliability and Resilience. Inherited from changeItemBase. Supports $filter (any with eq).
targetDateTime DateTimeOffset Date on which the change rolls out. Supports $filter (eq, ne, gt, lt, le and ge on year(), month(), day(), hour(), minute(), and second() built in functions) and $orderby.
title String Title of the change. Inherited from changeItemBase. Supports $filter (eq, ne, in, startswith) and $orderby.