Skip to content

Commit adeee8d

Browse files
MSFT-AndreaMicrosoft Graph DevX ToolingFaithOmbongi
authored
Updated What's new topic and TOC (#28728)
* Updated What's new topic Fixed alphabetical order. * Update reference TOC * Update note.md * Update reference TOC * Enhance identity and access governance features Added new properties and methods to various resources related to identity and access governance, including approver information visibility and workflow cancellation. --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
1 parent f624eed commit adeee8d

4 files changed

Lines changed: 33 additions & 7 deletions

File tree

api-reference/beta/resources/note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/07/2026
66
ms.localizationpriority: medium
77
ms.subservice: "outlook"
88
doc_type: resourcePageType
9-
toc.title: "note (preview)"
9+
toc.title: "Note (preview)"
1010
---
1111

1212
# note resource type

api-reference/beta/toc/mail/toc.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,28 @@ items:
196196
href: ../../api/messagerule-update.md
197197
- name: Delete rule
198198
href: ../../api/messagerule-delete.md
199+
- name: Note (preview)
200+
items:
201+
- name: Note (preview)
202+
href: ../../resources/note.md
203+
- name: List
204+
href: ../../api/user-list-notes.md
205+
- name: Create
206+
href: ../../api/user-post-notes.md
207+
- name: Get
208+
href: ../../api/note-get.md
209+
- name: Update
210+
href: ../../api/note-update.md
211+
- name: Delete
212+
href: ../../api/note-delete.md
213+
- name: Get delta
214+
href: ../../api/note-delta.md
215+
- name: List attachments
216+
href: ../../api/note-list-attachments.md
217+
- name: Create attachment
218+
href: ../../api/note-post-attachments.md
219+
- name: Delete attachment
220+
href: ../../api/attachment-delete.md
199221
- name: Message trace
200222
items:
201223
- name: Message trace

api-reference/beta/toc/users/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ items:
196196
href: ../../api/user-sendmail.md
197197
- name: Get mail tips
198198
href: ../../api/user-getmailtips.md
199+
- name: List notes
200+
href: ../../api/user-list-notes.md
201+
- name: Create note
202+
href: ../../api/user-post-notes.md
199203
- name: Notes
200204
items:
201205
- name: List notebooks

concepts/whats-new-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,19 @@ Added the **deprecationDate** property to the [applicationTemplate](/graph/api/r
7070
- [Update](/graph/api/mailboxprotectionunit-update?view=graph-rest-beta&preserve-view=true) the **billingPolicyId** property on a [mailboxProtectionUnit](/graph/api/resources/mailboxprotectionunit?view=graph-rest-beta&preserve-view=true) object.
7171
- [Update](/graph/api/siteprotectionunit-update?view=graph-rest-beta&preserve-view=true) the **billingPolicyId** property on a [siteProtectionUnit](/graph/api/resources/siteprotectionunit?view=graph-rest-beta&preserve-view=true) object.
7272

73+
### Files
74+
75+
Use the **height** and **width** query parameters on the [driveItem content conversion API](/graph/api/driveitem-get-content-format?view=graph-rest-beta&preserve-view=true) to download a file in another format when `format=jpg`.
76+
7377
### Identity and access | Governance
7478

75-
Use `default`, `notVisible`, and `visible` as supported values for the **approverInformationVisibility** property of the [accessPackageApprovalStage](/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta&preserve-view=true) and [approvalStage](/graph/api/resources/approvalstage?view=graph-rest-beta&preserve-view=true) resources to indicate whether approver information is visible to the requestor.
79+
- Use `default`, `notVisible`, and `visible` as supported values for the **approverInformationVisibility** property of the [accessPackageApprovalStage](/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta&preserve-view=true) and [approvalStage](/graph/api/resources/approvalstage?view=graph-rest-beta&preserve-view=true) resources to indicate whether approver information is visible to the requestor.
80+
- Added the [cancelProcessing](/graph/api/identitygovernance-workflow-cancelprocessing?view=graph-rest-beta&preserve-view=true) method to the [workflow](/graph/api/resources/identitygovernance-workflow?view=graph-rest-beta&preserve-view=true) resource to cancel workflow runs that are currently in progress or queued.
7681

7782
### Identity and access | Identity and sign-in
7883

7984
Added the **blueprintId** and **source** agent-descriptive properties to [agentRiskDetection](/graph/api/resources/agentriskdetection?view=graph-rest-beta&preserve-view=true) and [riskyAgent](/graph/api/resources/riskyagent?view=graph-rest-beta&preserve-view=true) resources.
8085

81-
### Files
82-
83-
Use the **height** and **width** query parameters on the [driveItem content conversion API](/graph/api/driveitem-get-content-format?view=graph-rest-beta&preserve-view=true) to download a file in another format when `format=jpg`.
84-
8586
### Mail
8687

8788
Introduced the new notes API that enables users to create and manage simple notes in their *Notes* folder. Notes support text content with optional inline image attachments, and are suitable for quick capture scenarios. Use the [note](/graph/api/resources/note?view=graph-rest-beta&preserve-view=true) resource and the following APIs:
@@ -261,7 +262,6 @@ Added the [ownerlessGroupPolicy](/graph/api/resources/ownerlessgrouppolicy?view=
261262
Use the **administrationScopeTargets** relationship on the [workflowBase](/graph/api/resources/identitygovernance-workflowbase?view=graph-rest-beta&preserve-view=true), [workflow](/graph/api/resources/identitygovernance-workflow?view=graph-rest-beta&preserve-view=true), and [workflowVersion](/graph/api/resources/identitygovernance-workflowversion?view=graph-rest-beta&preserve-view=true) resources to specify the [administrative units](/graph/api/resources/administrativeunit?view=graph-rest-beta&preserve-view=true) in the scope of a lifecycle workflow.
262263
- Added **privilegeLevel** as a property on [accessPackageCatalog](/graph/api/resources/accesspackagecatalog?view=graph-rest-beta&preserve-view=true). This value represents the privilege level of the access package catalogs.
263264
- Added the [targetAgentIdentitySponsorsOrOwners](/graph/api/resources/targetagentidentitysponsorsorowners?view=graph-rest-beta&preserve-view=true) resource type that defines the sponsors or owners of a specific agent identity.
264-
- Added the [cancelProcessing](/graph/api/identitygovernance-workflow-cancelprocessing?view=graph-rest-beta&preserve-view=true) method to the [workflow](/graph/api/resources/identitygovernance-workflow?view=graph-rest-beta&preserve-view=true) resource to cancel workflow runs that are currently in progress or queued.
265265

266266
### Identity and access | Network access
267267

0 commit comments

Comments
 (0)