changeItemBase resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents either a planned change or planned new feature in Microsoft Entra. This resource is an abstract type from which the following resources inherit:

  • announcement - represents a Microsoft Entra change announcement, such as deprecations, breaking changes, retirements, feature changes, and Microsoft-managed policies
  • roadmap - represents previews and generally available releases

Inherits from entity.

Methods

Method Return type Description
List changeItemBase collection Get a list of the changeItemBase objects and their properties.

Properties

Property Type Description
changeItemService String Specifies the Microsoft Entra service name to which this item belongs. Supports $filter (eq, ne, in) and $orderby.
description String Description of the new feature or change announcement. Supports $filter (eq, ne, in, startswith) and $orderby.
documentationUrls String collection Link to the feature or change documentation. Supports $filter (any with eq).
id String Unique identifier for the new feature or change announcement. Inherited from entity. Supports $filter (eq, ne, in, startswith) and $orderby.
shortDescription String A short description of the feature or change. Supports $filter (eq, ne, in, startswith) and $orderby.
systemTags String collection Microsoft Entra-specific tags. Example values: Top announcement - entra_roadmap_highlight_product_news, New release highlight - entra_roadmap_highlight_new_feature. Supports $filter (any with eq).
tags String collection Identity and Access Management (IAM) related tags. Example values: External Identities, Reliability and Resilience. Supports $filter (any with eq).
title String Title of the feature or change. Supports $filter (eq, ne, in, startswith) and $orderby.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.changeItemBase",
  "id": "String (identifier)",
  "changeItemService": "String",
  "tags": [
    "String"
  ],
  "systemTags": [
    "String"
  ],
  "documentationUrls": [
    "String"
  ],
  "shortDescription": "String",
  "title": "String",
  "description": "String"
}