Update simulation-update.md for requirement around simuation state#9936
Merged
Conversation
Clarified simulation state as draft as required and updated description.
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the simulation-update API documentation to clarify update constraints and expected async operation behavior.
Changes:
- Added a note that only draft simulations can be updated.
- Updated the
payloadproperty row and its description. - Clarified the
202 Acceptedresponse and that thelocationheader should be polled.
Comment on lines
+46
to
+47
| [!IMPORTANT] You can only update simulations that are in draft status. Simulations in any other state do not support updates. | ||
|
|
Contributor
|
Learn Build status updates of commit 513c4a3: ✅ Validation status: passed
For more details, please refer to the build report. |
Contributor
|
@copilot make similar fixes in the beta file |
Contributor
|
Learn Build status updates of commit 2558c7b: ✅ Validation status: passed
For more details, please refer to the build report. |
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 17, 2026
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com>
Co-authored-by: Ryutaro Koma <rykoma@microsoft.com>
Co-authored-by: Micah Warren <26724012+MicahWW@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Vipul <84970543+VipulMSFT@users.noreply.github.com>
* Document provisioning workflow support in Lifecycle Workflows (beta) (#28966)
* Document provisioning workflow support in Lifecycle Workflows (beta)
Add public preview documentation for provisioning workflow features in Microsoft Graph Lifecycle Workflows beta API.
New resources:
- workflowSubject (abstract base type)
- provisioningObjectWorkflowSubject (concrete implementation)
- attributeSetEntry (key-value pairs for attribute sets)
- awaitedWorkflowProcessingResult (return type)
- customTaskExtensionResponseData (extension response)
- provisioningAttributeMapping (execution conditions)
- subjectProcessingResult (entity for processing results)
New API operations:
- workflow: activateAndWait
- run: list subjectProcessingResults
- subjectProcessingResult: get
- taskReport: list subjectProcessingResults
Updated enumerations:
- Added customTaskExtensionReplyMode enum
- Added extensibility to lifecycleTaskCategory
- Added extensibility to lifecycleWorkflowCategory
- Added extensibilityOnDemand to workflowExecutionType
Updates to existing resources:
- customTaskExtension: added replyMode property
- customTaskExtensionCallbackData: added targetSubject property
- taskProcessingResult: added workflowSubject property
- run: added subjectProcessingResults relationship and list method
- taskReport: added subjectProcessingResults relationship and list method
- workflow: added activateAndWait method
Also includes changelog, What's New, TOC, and permissions updates.
Workload: Microsoft.AAD.LCM
Changelog GUID: 6a9c6f5d-eeb3-438e-b9f2-4705836e94fe
* Clean up temp-docstubs folder
Remove temporary authoring input files. Only temp-docstubs-instructions.md should remain.
* Fix documentation validation errors
- Fix openType metadata in subjectProcessingResult (was 'id', now false)
- Remove tab syntax from HTTP-only examples (tabs require multiple SDK examples)
* Fix changelog target and add missing complex types to TOC
- Fixed changelog: Changed Target from customTaskExtensionCalloutData to customTaskExtensionCallbackData for targetSubject property
- Removed workflowSubjectType enum entry (private preview feature)
- Added missing complex types to TOC: attributeSetEntry, awaitedWorkflowProcessingResult, customTaskExtensionResponseData, provisioningAttributeMapping, provisioningObjectWorkflowSubject, workflowSubject
* Remove taskProcessingResults expansion example
- Removed Example 2 that demonstrated expanding taskProcessingResults relationship
- Keep only the basic GET example without expansion
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* fix: update resource link prefixes in customTaskExtensionResponseData doc
* Fix reference
* Updates
* Update reference TOC
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update api-reference/beta/api/identitygovernance-taskreport-list-subjectprocessingresults.md
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update api-reference/beta/api/identitygovernance-run-list-subjectprocessingresults.md
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update api-reference/beta/api/identitygovernance-taskreport-list-subjectprocessingresults.md
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update api-reference/beta/api/identitygovernance-run-list-subjectprocessingresults.md
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update perms
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix subject
* Updates
* Revert "Update perms"
This reverts commit 636a2a571984b1f18c187522635abf853b55be2d.
* Perms updates
* Remove from docstubs
* Fix broken link
* fixes from code review
* Update api-reference/beta/resources/identitygovernance-subjectprocessingresult.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/identitygovernance-awaitedworkflowprocessingresult.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update callout data
* Updated changelog
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Mason Wolff <masonwolff@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* docs: Clarify MTO tenant API permission-to-property mapping and role access (#28886)
* docs: clarify MTO tenant API permission-to-property mapping and role access
- Add detailed permission-to-property mapping showing which properties
are returned for each permission level
- Document that Directory.Read.All also grants full read access to
multitenant organization tenant resources (delegated or application)
- Clarify that ReadBasic.All only returns displayName and tenantId,
and only active tenants
- Expand RBAC role documentation to specify that Security Reader and
Global Reader can only read basic tenant info
- Add guidance on which role is needed for full property access
- Updated for both v1.0 and beta API references
Addresses IcM 31000000597799
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: add Directory.Read.All clarification to GET member endpoint
Apply the same permission-to-property mapping to the
multitenantorganizationmember-get API (v1.0 and beta).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: make RBAC include generic (shared across 6 MTO endpoints)
The rbac-multitenantorganization-apis-read.md include is consumed by
6 different endpoints returning different resource types. Remove
member-specific property names (displayName, tenantId, role, state,
etc.) that are incorrect for the non-member endpoints (MTO object,
join request, sync policy template, partner config template).
Property-specific details remain in the individual API docs where
they are correct and scoped to the right resource type.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: add MultiTenantOrganization.Read.All to beta get-member docs
* fix: add MultiTenantOrganization.Read.All to v1.0 get-member docs
* fix: remove redundant RBAC statement per reviewer feedback
* fix: remove redundant RBAC statement from v1.0 per reviewer feedback
* Simplify permission callouts in beta list-tenants per reviewer suggestion
* Simplify permission callouts in beta get-member per reviewer suggestion
* Simplify permission callouts in v1.0 list-tenants per reviewer suggestion
* Simplify permission callouts in v1.0 get-member per reviewer suggestion
* fix: restore line endings mangled by Apply-Suggestion edits
The 4 'Simplify permission callouts' commits collapsed the 4 MTO API doc files into single lines, breaking YAML frontmatter and Markdown structure. This caused the API Doctor validation to fail (h1-missing, title-missing, bookmark-not-found tabs, ms-date-missing, description-missing).
This commit restores proper line endings while preserving the reviewer-approved simplified permission-to-property mapping that documents Directory.Read.All as an accepted permission for the MTO endpoints (per IcM 31000000597799 / MSRC 115408).
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 223315 (#29089)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Move lifecycle workflows preview note from May to June 2026 What's New (#29090)
* Move lifecycle workflows preview entry to June 2026 section
* Apply suggestion from @FaithOmbongi
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Adding Redirect URI Restrictions in App Management Policies (#28070)
* Initial documentation on Redirect URI restrictions in App Management Policies
* Update changelog/Microsoft.DirectoryServices.json
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update concepts/whats-new-overview.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiblockeddomainconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiwildcardexcludeformats.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiplatformalloweddomainconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiplatformblockeddomainconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiplatformblockedschemeconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update api-reference/beta/resources/redirecturiplatformallowedschemeconfiguration.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Doc: update redirect URI restrictions and examples
* Doc: add examples for updating redirect URI restrictions
* Doc: update examples for tenantAppManagementPolicy to include redirect URI restrictions
* Apply suggestion from @FaithOmbongi
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Copilot <copilot@github.com>
* Add personal distribution lists beta API documentation (#29046)
* Add personal distribution lists beta API documentation
Add documentation for personal distribution lists in the user's mailbox,
including resource types, API methods, permission includes, changelog,
What's New, and TOC mapping updates.
New resources:
- distributionList (entity type, inherits outlookItem)
- distributionListMember (entity type)
- member (complex type)
- recipientType (enum type)
New API methods (9):
- List/Create/Get/Update/Delete distributionList
- addMembers/deleteMembers actions
- List/Get distributionListMembers
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.Exchange.json
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Align distributionLists docs with approved CSDL
Apply review feedback from API team. CSDL is source of truth; docs now
match the schema exactly.
Resources:
- member: replace emailAddress with key; add routingType and contactId
- distributionListMember: replace emailAddress with contactId; add
contact navigation property
- distributionList: add notes, personIdentifier properties; add
singleValueExtendedProperties navigation property; note that members,
notes, personIdentifier are not returned by default
API methods:
- addMembers, deleteMembers: change return from 204 No Content to
200 OK with updated distributionList object; update request and
response examples to use key/routingType/recipientType
- Create, Update, Get, List distributionLists: remove members from
example responses (not returned by default)
- Get distributionList: note that members, notes, personIdentifier
require explicit ``
- List/Get distributionListMembers: replace emailAddress with contactId
in example responses
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Revert "Align distributionLists docs with approved CSDL"
This reverts commit 6636446866092d92ffbd80419cc67a3cb3bf885e.
* Fix documentation clarity and consistency issues
- Add clarity note to distributionlist members property
- Mark displayName as optional in member complex type
- Add read-only indicators to distributionListMember properties
- Clarify parameter requirements in addMembers and deleteMembers
* Fix PR review comments: align docs with API.md/CSDL source of truth
- Fix string casing in JSON representations (String -> string)
- Update addMembers/deleteMembers to return distributionList (not 204)
- Remove members from default GET/List responses (requires $select)
- Rename emailAddress to key in member complex type, add routingType and contactId
- Update distributionListMember to use contactId instead of emailAddress
- Fix all API examples to use correct property names
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* What's new update.
* Fix changelog ChangedApiName format for bound actions
Remove 'distributionList: ' prefix from addMembers and deleteMembers
entries to match the standard changelog format used by other workloads.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Samuel Mwangi (from Dev Box) <samuelmwangi@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Kimani Mwangi <mkimani@mobilefuture.co.ke>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@us…
learn-build-service-prod Bot
pushed a commit
that referenced
this pull request
Jun 18, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 18, 2026
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Change user ID to placeholder in processContent API (#9921) * Change user ID to placeholder in processContent API Updated user ID placeholder in processContent API calls. * Update userdatasecurityandgovernance-processcontent.md Updated example user ID in processContent API calls. * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update team-put-schedule.md --------- Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Changelog fix. --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * split this into two ChangeList items (same record Id) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fix guid Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * Remove manually inserted code snippets Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Co-authored-by: Ryutaro Koma <rykoma@microsoft.com> Co-authored-by: Micah Warren <26724012+MicahWW@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Vipul <84970543+VipulMSFT@users.noreply.github.com>
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 19, 2026
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-get
* Use contractions in user-list-calendarview
* Use contractions in user-list-events
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in user-list-people
* Use contractions in user-list-permissiongrants
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualendpoint-list-serviceplans
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistrationconfiguration-post-questions
* Use contractions in virtualmachinewithawsstoragebucketaccessfinding-get
* Use contractions in windowsupdates-deploymentaudience-updateaudiencebyid
* Use contractions in windowsupdates-updatableasset-enrollassets
* Use contractions in windowsupdates-updatableassetgroup-addmembers
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Use contractions in accessreviewinstance-update
* Use contractions in accessreviewscheduledefinition-update
* Use contractions in accessreviewset-post-definitions
* Use contractions in accessreviewstage-update
* Use contractions in agentidentityblueprint-list
* Use contractions in agentidentity-list
* Use contractions in agreementfile-get
* Use contractions in agreementfile-list-localizations
* Use contractions in allowedvalue-get
* Use contractions in application-addkey
* Use contractions in application-post-applications
* Use contractions in application-removekey
* Use contractions in application-update
* Use contractions in approval-get
* Use contractions in approval-list-stages
* Use contractions in approvalstage-get
* Use contractions in associatedteaminfo-list
* Use contractions in attachment-createuploadsession
* Use contractions in authenticationcombinationconfiguration-get
* Use contractions in authenticationcontextclassreference-get
* Use contractions in authenticationeventlistener-get
* Use contractions in authentication-list-methods
* Use contractions in authenticationmethod-get
* Use contractions in authenticationmethodmodedetail-get
* Use contractions in authenticationmethodspolicy-get
* Use contractions in authenticationstrengthpolicy-get
* Use contractions in authenticationstrengthpolicy-list-combinationconfigurations
* Use contractions in authenticationstrengthpolicy-usage
* Use contractions in authenticationstrengthroot-list-authenticationmethodmodes
* Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions
* Use contractions in backuprestoreroot-list-sharepointbrowsesessions
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes r…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 22, 2026
…s://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main) (#29111) * Use contractions in authenticationstrengthpolicy-get * Use contractions in authenticationstrengthpolicy-list-combinationconfigurations * Use contractions in authenticationstrengthpolicy-usage * Use contractions in authenticationstrengthroot-list-authenticationmethodmodes * Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions * Use contractions in backuprestoreroot-list-sharepointbrowsesessions * Use contractions in basesitepage-list * Use contractions in bitlocker-list-recoverykeys * Use contractions in bookingappointment-update * Use contractions in bookingbusiness-list * Use contractions in bookingcustomer-get * Use contractions in bundle-removeitem * Use contractions in bundle-update * Use contractions in calendar-list-calendarview * Use contractions in call-keepalive * Use contractions in call-list-participants * Use contractions in call-reject * Use contractions in channel-get-members * Use contractions in chat-delete * Use contractions in chat-get * Use contractions in chat-get-members * Use contractions in chat-list-members * Use contractions in contenttype-delete * Use contractions in conversationmember-list * Use contractions in directory-list-customsecurityattributedefinitions * Use contractions in directoryobject-delta * Use contractions in domain-delete * Use contractions in domain-get-rootdomain * Use contractions in domain-list-federationconfiguration * Use contractions in drive-get-specialfolder * Use contractions in driveitem-copy * Use contractions in driveitem-createlink * Use contractions in driveitem-search * Use contractions in driveitemversion-get * Use contractions in educationclass-delta * Use contractions in educationclass-post * Use contractions in entitlementmanagementsettings-get * Use contractions in externalauthenticationmethodconfiguration-get * Use contractions in externalconnectors-externalgroup-update * Use contractions in externalconnectors-externalitem-get * Use contractions in externalconnectors-schema-get * Use contractions in fido2authenticationmethod-list * Use contractions in group-delta * Use contractions in group-list-acceptedsenders * Use contractions in group-list-calendarview * Use contractions in group-post-members * Use contractions in group-update * Use contractions in identitygovernance-insights-workflowsprocessedsummary * Use contractions in identitygovernance-task-get * Use contractions in identitygovernance-workflowtemplate-get * Use contractions in identityuserflowattributeassignment-update * Use contractions in inferenceclassification-list-overrides * Use contractions in internaldomainfederation-get * Use contractions in learningcourseactivity-update * Use contractions in list-get * Use contractions in listitem-delete * Use contractions in listitem-update * Use contractions in mailfolder-list-childfolders * Use contractions in message-createreply * Use contractions in message-createreplyall * Use contractions in message-delta * Use contractions in message-reply * Use contractions in message-replyall * Use contractions in offershiftrequest-get * Use contractions in onlinemeeting-createorget * Use contractions in orgcontact-delta * Use contractions in outlookuser-supportedtimezones * Use contractions in permissiongrantpolicy-update * Use contractions in permission-update * Use contractions in phoneauthenticationmethod-update * Use contractions in plannerassignedtotaskboardtaskformat-update * Use contractions in post-post-attachments * Use contractions in printdocument-createuploadsession * Use contractions in printer-update * Use contractions in printjob-cancel * Use contractions in projectrome-put-activity * Use contractions in qrcode-get * Use contractions in reportroot-getemailactivitycounts * Use contractions in reportroot-getemailactivityusercounts * Use contractions in reportroot-getemailactivityuserdetail * Use contractions in reportroot-getemailappusageappsusercounts * Use contractions in reportroot-getemailappusageusercounts * Use contractions in reportroot-getemailappusageuserdetail * Use contractions in reportroot-getm365appplatformusercounts * Use contractions in reportroot-getm365appusercounts * Use contractions in reportroot-getm365appuserdetail * Use contractions in reportroot-getmailboxusagedetail * Use contractions in reportroot-getmailboxusagemailboxcounts * Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts * Use contractions in reportroot-getmailboxusagestorage * Use contractions in reportroot-getoffice365activationcounts * Use contractions in reportroot-getoffice365activationsuserdetail * Use contractions in reportroot-getoffice365activeusercounts * Use contractions in reportroot-getoffice365activeuserdetail * Use contractions in reportroot-getoffice365groupsactivitycounts * Use contractions in reportroot-getoffice365groupsactivitydetail * Use contractions in reportroot-getoffice365groupsactivityfilecounts * Use contractions in reportroot-getoffice365groupsactivitystorage * Use contractions in reportroot-getoffice365servicesusercounts * Use contractions in reportroot-getonedriveactivityfilecounts * Use contractions in reportroot-getonedriveactivityusercounts * Use contractions in reportroot-getonedriveactivityuserdetail * Use contractions in reportroot-getonedriveusageaccountcounts * Use contractions in reportroot-getonedriveusageaccountdetail * Use contractions in reportroot-getonedriveusagefilecounts * Use contractions in reportroot-getsharepointactivityfilecounts * Use contractions in reportroot-getsharepointactivitypages * Use contractions in reportroot-getsharepointactivityuserdetail * Use contractions in reportroot-getsharepointsiteusagedetail * Use contractions in reportroot-getsharepointsiteusagefilecounts * Use contractions in reportroot-getsharepointsiteusagepages * Use contractions in reportroot-getsharepointsiteusagesitecounts * Use contractions in reportroot-getsharepointsiteusagestorage * Use contractions in reportroot-getskypeforbusinessactivitycounts * Use contractions in reportroot-getskypeforbusinessactivityusercounts * Use contractions in reportroot-getskypeforbusinessactivityuserdetail * Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts * Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail * Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts * Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts * Use contractions in reportroot-getteamsdeviceusageusercounts * Use contractions in reportroot-getteamsuseractivityusercounts * Use contractions in reportroot-getteamsuseractivityuserdetail * Use contractions in reportroot-getyammeractivitycounts * Use contractions in reportroot-getyammeractivityusercounts * Use contractions in reportroot-getyammeractivityuserdetail * Use contractions in reportroot-getyammerdeviceusagedistributionusercounts * Use contractions in reportroot-getyammerdeviceusageusercounts * Use contractions in reportroot-getyammerdeviceusageuserdetail * Use contractions in reportroot-getyammergroupsactivitycounts * Use contractions in reportroot-getyammergroupsactivitydetail * Use contractions in riskdetection-get * Use contractions in riskyuser-get * Use contractions in schedulinggroup-delete * Use contractions in schemaextension-delete * Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation * Use contractions in security-host-list-childhostpairs * Use contractions in security-host-list-parenthostpairs * Use contractions in security-hostpair-get * Use contractions in security-threatintelligence-list-sslcertificates * Use contractions in servicehealthissue-get * Use contractions in servicehealthissue-incidentreport * Use contractions in serviceprincipal-get * Use contractions in serviceupdatemessage-get * Use contractions in sharedwithchannelteaminfo-get * Use contractions in sharedwithchannelteaminfo-list-allowedmembers * Use contractions in simulationautomation-get * Use contractions in simulation-get * Use contractions in singlevaluelegacyextendedproperty-get * Use contractions in sitepage-publish * Use contractions in sitepage-update * Use contractions in site-search * Use contractions in subjectrightsrequest-list-notes * Use contractions in subscribedsku-list * Use contractions in synchronization-synchronizationschema-delete * Use contractions in synchronization-synchronizationschema-update * Use contractions in teamsapp-delete * Use contractions in teamsapp-publish * Use contractions in teamsapp-update * Use contractions in teamworktag-get * Use contractions in tenantappmanagementpolicy-update * Use contractions in tenantdatasecurityandgovernance-processcontentasync * Use contractions in timeoffrequest-get * Use contractions in todotask-delta * Use contractions in todotask-list-checklistitems * Use contractions in todotask-post-attachments * Use contractions in userdatasecurityandgovernance-processcontent * Use contractions in user-delta * Use contractions in user-findmeetingtimes * Use contractions in user-list-calendarview * Use contractions in user-list-mailfolders * Use contractions in user-list-messages * Use contractions in userregistrationdetails-get * Use contractions in user-sendmail * Use contractions in verticalsection-update * Use contractions in virtualeventregistrationconfiguration-list-questions * Use contractions in virtualeventregistration-list * Use contractions in virtualeventregistration-list-sessions * Use contractions in virtualeventwebinar-post-registrations * Use contractions in webpart-delete * Use contractions in workbook-tablerowoperationresult * Use contractions in x509certificateauthenticationmethodconfiguration-get * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update team-put-schedule.md --------- Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Changelog fix. --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * split this into two ChangeList items (same record Id) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fix guid Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * Remove manually inserted code snippets Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Publish main to live - reconcile divergence 2026-06-17 Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed. * Reconcile live to main (unblock auto-publish #29094) (#29095) * Publish main to live - reconcile divergence (refresh 2026-06-17 18:25) Sets live content identical to current main. main is authoritative; no live-only hotfixes. * Update tenantappmanagementpolicy-get.md --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Remove license-type availability banner from Graph beta eDiscovery overview Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph. * Merge to publish. (#29097) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update team-put-schedule.md --------- Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Changelog fix. --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * split this into two ChangeList items (same record Id) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fix guid Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * Remove manually inserted code snippets Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update reference TOC (#29058) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update profilePropertySetting docs (#29038) * Updated according to KnutB's spec * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update peopleadminsettings-list-profilepropertysettings.md * Update profilepropertysetting.md * Move extended Delete description from resource table to API topic * Apply suggestion from @MSFT-Andrea * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222741 (#29057) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update generated permissions tables with build 222558 (#29051) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Revise traceRouteHop availability in callRecord docs (#29055) * Revise traceRouteHop availability in callRecord docs * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update whats-new-overview.md (#29010) * Update whats-new-overview.md * Update whats-new-overview.md --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update pull request template to remove documentation plan requirement (#29069) Removed the requirement to attach the documentation plan for AI-assisted docs authoring. * 2026-06-15: Automated permissions reference update (#29068) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update generated permissions tables with build 222982 (#29067) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update whats-new-overview.md (#29064) * Update whats-new-overview.md * Update whats-new-overview.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add tenantId property to userAccount resource (#28845) * Add tenantId field to security user account resource Added tenantId field to user account resource details. * Update userAccount resource date and add tenantId * Update date for security userAccount resource * Update changelog with new API changes Added new changelog entries for tenantId and categories properties in userAccount resource. * Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Add mergeIncidents and moveAlerts v1.0 API docs (#28851) * Add mergeIncidents and moveAlerts v1.0 API docs Add v1.0 documentation for security action endpoints: - API pages: security-incident-mergeincidents.md, security-alert-movealerts.md - Resource pages: security-mergeresponse.md, security-correlationreason.md - Permission and RBAC include files - Update security-incident.md and security-alert.md Methods tables - Update v1.0 toc.mapping.json with new complex types - Add v1.0 changelog entries for all new artifacts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix comments * Apply suggestion from @FaithOmbongi * Update what's new --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Update reference TOC (#29071) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update people doc (#29023) * Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team. * Minor typo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Address review comments in social intelligence overview * Apply remaining review thread doc fixes * minor date fix Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * date --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add isVisible property to lpc v1.0 (#28915) * Add isVisible property to lpc v1.0 * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update Microsoft.People.json * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @Danipocket --------- Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Apply simulation-update v1.0 PR #9936 changes to beta file (#29077) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Remove unsupported expand query from getRetentionLabel docs (#29080) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated files with build 223158 (#29075) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Resolve syncing conflicts from repo_sync_working_branch to main (#29076) * Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Change user ID to placeholder in processContent API (#9921) * Change user ID to placeholder in processContent API Updated user ID placeholder in processContent API calls. * Update userdatasecurityandgovernance-processcontent.md Updated example user ID in processContent API calls. * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@mic…
FaithOmbongi
added a commit
that referenced
this pull request
Jun 22, 2026
* Resolve syncing conflicts from repo_sync_working_branch to main (#29086)
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-get
* Use contractions in user-list-calendarview
* Use contractions in user-list-events
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in user-list-people
* Use contractions in user-list-permissiongrants
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualendpoint-list-serviceplans
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistrationconfiguration-post-questions
* Use contractions in virtualmachinewithawsstoragebucketaccessfinding-get
* Use contractions in windowsupdates-deploymentaudience-updateaudiencebyid
* Use contractions in windowsupdates-updatableasset-enrollassets
* Use contractions in windowsupdates-updatableassetgroup-addmembers
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Use contractions in accessreviewinstance-update
* Use contractions in accessreviewscheduledefinition-update
* Use contractions in accessreviewset-post-definitions
* Use contractions in accessreviewstage-update
* Use contractions in agentidentityblueprint-list
* Use contractions in agentidentity-list
* Use contractions in agreementfile-get
* Use contractions in agreementfile-list-localizations
* Use contractions in allowedvalue-get
* Use contractions in application-addkey
* Use contractions in application-post-applications
* Use contractions in application-removekey
* Use contractions in application-update
* Use contractions in approval-get
* Use contractions in approval-list-stages
* Use contractions in approvalstage-get
* Use contractions in associatedteaminfo-list
* Use contractions in attachment-createuploadsession
* Use contractions in authenticationcombinationconfiguration-get
* Use contractions in authenticationcontextclassreference-get
* Use contractions in authenticationeventlistener-get
* Use contractions in authentication-list-methods
* Use contractions in authenticationmethod-get
* Use contractions in authenticationmethodmodedetail-get
* Use contractions in authenticationmethodspolicy-get
* Use contractions in authenticationstrengthpolicy-get
* Use contractions in authenticationstrengthpolicy-list-combinationconfigurations
* Use contractions in authenticationstrengthpolicy-usage
* Use contractions in authenticationstrengthroot-list-authenticationmethodmodes
* Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions
* Use contractions in backuprestoreroot-list-sharepointbrowsesessions
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identit…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 23, 2026
…s://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main) (#29133) * Use contractions in authenticationstrengthpolicy-list-combinationconfigurations * Use contractions in authenticationstrengthpolicy-usage * Use contractions in authenticationstrengthroot-list-authenticationmethodmodes * Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions * Use contractions in backuprestoreroot-list-sharepointbrowsesessions * Use contractions in basesitepage-list * Use contractions in bitlocker-list-recoverykeys * Use contractions in bookingappointment-update * Use contractions in bookingbusiness-list * Use contractions in bookingcustomer-get * Use contractions in bundle-removeitem * Use contractions in bundle-update * Use contractions in calendar-list-calendarview * Use contractions in call-keepalive * Use contractions in call-list-participants * Use contractions in call-reject * Use contractions in channel-get-members * Use contractions in chat-delete * Use contractions in chat-get * Use contractions in chat-get-members * Use contractions in chat-list-members * Use contractions in contenttype-delete * Use contractions in conversationmember-list * Use contractions in directory-list-customsecurityattributedefinitions * Use contractions in directoryobject-delta * Use contractions in domain-delete * Use contractions in domain-get-rootdomain * Use contractions in domain-list-federationconfiguration * Use contractions in drive-get-specialfolder * Use contractions in driveitem-copy * Use contractions in driveitem-createlink * Use contractions in driveitem-search * Use contractions in driveitemversion-get * Use contractions in educationclass-delta * Use contractions in educationclass-post * Use contractions in entitlementmanagementsettings-get * Use contractions in externalauthenticationmethodconfiguration-get * Use contractions in externalconnectors-externalgroup-update * Use contractions in externalconnectors-externalitem-get * Use contractions in externalconnectors-schema-get * Use contractions in fido2authenticationmethod-list * Use contractions in group-delta * Use contractions in group-list-acceptedsenders * Use contractions in group-list-calendarview * Use contractions in group-post-members * Use contractions in group-update * Use contractions in identitygovernance-insights-workflowsprocessedsummary * Use contractions in identitygovernance-task-get * Use contractions in identitygovernance-workflowtemplate-get * Use contractions in identityuserflowattributeassignment-update * Use contractions in inferenceclassification-list-overrides * Use contractions in internaldomainfederation-get * Use contractions in learningcourseactivity-update * Use contractions in list-get * Use contractions in listitem-delete * Use contractions in listitem-update * Use contractions in mailfolder-list-childfolders * Use contractions in message-createreply * Use contractions in message-createreplyall * Use contractions in message-delta * Use contractions in message-reply * Use contractions in message-replyall * Use contractions in offershiftrequest-get * Use contractions in onlinemeeting-createorget * Use contractions in orgcontact-delta * Use contractions in outlookuser-supportedtimezones * Use contractions in permissiongrantpolicy-update * Use contractions in permission-update * Use contractions in phoneauthenticationmethod-update * Use contractions in plannerassignedtotaskboardtaskformat-update * Use contractions in post-post-attachments * Use contractions in printdocument-createuploadsession * Use contractions in printer-update * Use contractions in printjob-cancel * Use contractions in projectrome-put-activity * Use contractions in qrcode-get * Use contractions in reportroot-getemailactivitycounts * Use contractions in reportroot-getemailactivityusercounts * Use contractions in reportroot-getemailactivityuserdetail * Use contractions in reportroot-getemailappusageappsusercounts * Use contractions in reportroot-getemailappusageusercounts * Use contractions in reportroot-getemailappusageuserdetail * Use contractions in reportroot-getm365appplatformusercounts * Use contractions in reportroot-getm365appusercounts * Use contractions in reportroot-getm365appuserdetail * Use contractions in reportroot-getmailboxusagedetail * Use contractions in reportroot-getmailboxusagemailboxcounts * Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts * Use contractions in reportroot-getmailboxusagestorage * Use contractions in reportroot-getoffice365activationcounts * Use contractions in reportroot-getoffice365activationsuserdetail * Use contractions in reportroot-getoffice365activeusercounts * Use contractions in reportroot-getoffice365activeuserdetail * Use contractions in reportroot-getoffice365groupsactivitycounts * Use contractions in reportroot-getoffice365groupsactivitydetail * Use contractions in reportroot-getoffice365groupsactivityfilecounts * Use contractions in reportroot-getoffice365groupsactivitystorage * Use contractions in reportroot-getoffice365servicesusercounts * Use contractions in reportroot-getonedriveactivityfilecounts * Use contractions in reportroot-getonedriveactivityusercounts * Use contractions in reportroot-getonedriveactivityuserdetail * Use contractions in reportroot-getonedriveusageaccountcounts * Use contractions in reportroot-getonedriveusageaccountdetail * Use contractions in reportroot-getonedriveusagefilecounts * Use contractions in reportroot-getsharepointactivityfilecounts * Use contractions in reportroot-getsharepointactivitypages * Use contractions in reportroot-getsharepointactivityuserdetail * Use contractions in reportroot-getsharepointsiteusagedetail * Use contractions in reportroot-getsharepointsiteusagefilecounts * Use contractions in reportroot-getsharepointsiteusagepages * Use contractions in reportroot-getsharepointsiteusagesitecounts * Use contractions in reportroot-getsharepointsiteusagestorage * Use contractions in reportroot-getskypeforbusinessactivitycounts * Use contractions in reportroot-getskypeforbusinessactivityusercounts * Use contractions in reportroot-getskypeforbusinessactivityuserdetail * Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts * Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail * Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts * Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts * Use contractions in reportroot-getteamsdeviceusageusercounts * Use contractions in reportroot-getteamsuseractivityusercounts * Use contractions in reportroot-getteamsuseractivityuserdetail * Use contractions in reportroot-getyammeractivitycounts * Use contractions in reportroot-getyammeractivityusercounts * Use contractions in reportroot-getyammeractivityuserdetail * Use contractions in reportroot-getyammerdeviceusagedistributionusercounts * Use contractions in reportroot-getyammerdeviceusageusercounts * Use contractions in reportroot-getyammerdeviceusageuserdetail * Use contractions in reportroot-getyammergroupsactivitycounts * Use contractions in reportroot-getyammergroupsactivitydetail * Use contractions in riskdetection-get * Use contractions in riskyuser-get * Use contractions in schedulinggroup-delete * Use contractions in schemaextension-delete * Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation * Use contractions in security-host-list-childhostpairs * Use contractions in security-host-list-parenthostpairs * Use contractions in security-hostpair-get * Use contractions in security-threatintelligence-list-sslcertificates * Use contractions in servicehealthissue-get * Use contractions in servicehealthissue-incidentreport * Use contractions in serviceprincipal-get * Use contractions in serviceupdatemessage-get * Use contractions in sharedwithchannelteaminfo-get * Use contractions in sharedwithchannelteaminfo-list-allowedmembers * Use contractions in simulationautomation-get * Use contractions in simulation-get * Use contractions in singlevaluelegacyextendedproperty-get * Use contractions in sitepage-publish * Use contractions in sitepage-update * Use contractions in site-search * Use contractions in subjectrightsrequest-list-notes * Use contractions in subscribedsku-list * Use contractions in synchronization-synchronizationschema-delete * Use contractions in synchronization-synchronizationschema-update * Use contractions in teamsapp-delete * Use contractions in teamsapp-publish * Use contractions in teamsapp-update * Use contractions in teamworktag-get * Use contractions in tenantappmanagementpolicy-update * Use contractions in tenantdatasecurityandgovernance-processcontentasync * Use contractions in timeoffrequest-get * Use contractions in todotask-delta * Use contractions in todotask-list-checklistitems * Use contractions in todotask-post-attachments * Use contractions in userdatasecurityandgovernance-processcontent * Use contractions in user-delta * Use contractions in user-findmeetingtimes * Use contractions in user-list-calendarview * Use contractions in user-list-mailfolders * Use contractions in user-list-messages * Use contractions in userregistrationdetails-get * Use contractions in user-sendmail * Use contractions in verticalsection-update * Use contractions in virtualeventregistrationconfiguration-list-questions * Use contractions in virtualeventregistration-list * Use contractions in virtualeventregistration-list-sessions * Use contractions in virtualeventwebinar-post-registrations * Use contractions in webpart-delete * Use contractions in workbook-tablerowoperationresult * Use contractions in x509certificateauthenticationmethodconfiguration-get * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update team-put-schedule.md --------- Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Changelog fix. --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * split this into two ChangeList items (same record Id) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fix guid Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * Remove manually inserted code snippets Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Publish main to live - reconcile divergence 2026-06-17 Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed. * Reconcile live to main (unblock auto-publish #29094) (#29095) * Publish main to live - reconcile divergence (refresh 2026-06-17 18:25) Sets live content identical to current main. main is authoritative; no live-only hotfixes. * Update tenantappmanagementpolicy-get.md --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Remove license-type availability banner from Graph beta eDiscovery overview Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph. * Merge to publish. (#29097) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update team-put-schedule.md --------- Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Changelog fix. --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * split this into two ChangeList items (same record Id) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fix guid Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> * Remove manually inserted code snippets Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update reference TOC (#29058) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update profilePropertySetting docs (#29038) * Updated according to KnutB's spec * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update peopleadminsettings-list-profilepropertysettings.md * Update profilepropertysetting.md * Move extended Delete description from resource table to API topic * Apply suggestion from @MSFT-Andrea * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222741 (#29057) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update generated permissions tables with build 222558 (#29051) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Revise traceRouteHop availability in callRecord docs (#29055) * Revise traceRouteHop availability in callRecord docs * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update whats-new-overview.md (#29010) * Update whats-new-overview.md * Update whats-new-overview.md --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update pull request template to remove documentation plan requirement (#29069) Removed the requirement to attach the documentation plan for AI-assisted docs authoring. * 2026-06-15: Automated permissions reference update (#29068) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update generated permissions tables with build 222982 (#29067) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update whats-new-overview.md (#29064) * Update whats-new-overview.md * Update whats-new-overview.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add tenantId property to userAccount resource (#28845) * Add tenantId field to security user account resource Added tenantId field to user account resource details. * Update userAccount resource date and add tenantId * Update date for security userAccount resource * Update changelog with new API changes Added new changelog entries for tenantId and categories properties in userAccount resource. * Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Apply suggestions from code review Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> --------- Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Add mergeIncidents and moveAlerts v1.0 API docs (#28851) * Add mergeIncidents and moveAlerts v1.0 API docs Add v1.0 documentation for security action endpoints: - API pages: security-incident-mergeincidents.md, security-alert-movealerts.md - Resource pages: security-mergeresponse.md, security-correlationreason.md - Permission and RBAC include files - Update security-incident.md and security-alert.md Methods tables - Update v1.0 toc.mapping.json with new complex types - Add v1.0 changelog entries for all new artifacts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix comments * Apply suggestion from @FaithOmbongi * Update what's new --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> * Update reference TOC (#29071) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Update people doc (#29023) * Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team. * Minor typo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Address review comments in social intelligence overview * Apply remaining review thread doc fixes * minor date fix Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * date --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add isVisible property to lpc v1.0 (#28915) * Add isVisible property to lpc v1.0 * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update Microsoft.People.json * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestion from @Danipocket --------- Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Apply simulation-update v1.0 PR #9936 changes to beta file (#29077) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Remove unsupported expand query from getRetentionLabel docs (#29080) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated files with build 223158 (#29075) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Resolve syncing conflicts from repo_sync_working_branch to main (#29076) * Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Change user ID to placeholder in processContent API (#9921) * Change user ID to placeholder in processContent API Updated user ID placeholder in processContent API calls. * Update userdatasecurityandgovernance-processcontent.md Updated example user ID in processContent API calls. * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> --------- Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Rename Tenants governance IA labels (#29036) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Update generated permissions tables with build 222221 (#29035) Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update concepts/people-data-sources.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> --------- Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update whats-new-overview.md * Apply suggestions from code review Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> * Update api-reference/beta/api/filestorage…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 24, 2026
* Add force user logoff option and policy update status API for Cloud PC provisioning policy (#28989)
* add new property and function
* remove generated files
* add change log
* Address Copilot review feedback
* Address Copilot review feedback
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* resolve merge connflict and update accordingly
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danni Zhao <dannizhao@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Windows Updates New Enrollment States (#24135)
* updatecategoryenrollmetninformation.md
* updatemanagementenrollment.md
* azureaddevice.md
* changelog
* cleanup
* acrolinx
* Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
* Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
* reviewer suggestions
* typo fix
* fixed build error
* created enums.md file
* heading change
* build errors
* Fixed build errors.
* Fixing build issues.
* Build issues
* Apply suggestions from code review
* Apply suggestions from code review
* Update windowsupdates-enums.md
* Apply suggestions from code review
* Update windowsupdates-enums.md
* Apply suggestions from code review
* Updated response.
* reverted changelog issues
* reverted changelog to commit 37f2366
* reverted changelog to commit c4f4d79cfa76e4c41b5cf8da4f7e751d3c41c5e3
* re-added changelog entries for this PR
* Update Microsoft.WindowsUpdates.json
The changelog was showing incorrect entries.
* Apply suggestions from code review
* Apply suggestions from code review
* Update changelog
* Revert "Update changelog"
This reverts commit df0209779bae59e2dbc398837f334e521dba546f.
* update changelog attempt 2
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Minor fixes.
* Delete api-reference/beta/resources/windowsupdates-enums.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update enums-windowsupdates.md
* Minor fixes.
* Remove unintended changelog update
* minor fixes
* Update windowsupdates-azureaddevice.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update toc.mapping.json
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update windowsupdates-updatableassetenrollment.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update Microsoft.WindowsUpdates.json
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update reference TOC
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update reference TOC
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
Co-authored-by: Daniela Bonilla Montero <danielabo@microsoft.com>
Co-authored-by: araqueno <araqueno@microsoft.com>
Co-authored-by: araqueno <118419398+araqueno@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Fix unsafe test.com domain in TLS inspection doc examples (#29134)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* docs: add appRoleAssignmentRequired to agentIdentity resource (beta) (#29020)
* docs: add appRoleAssignmentRequired to agentIdentity properties (beta)
Adds `appRoleAssignmentRequired` to the Properties table and JSON representation of the agentIdentity resource type. The property is now included in the default projection following schema-Prod-beta.csdl PR 15981723 (Work Item 48856).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: add changelog entry for agentIdentity.appRoleAssignmentRequired (beta)
Adds changelog entry for the `appRoleAssignmentRequired` property added to `agentIdentity` in the Microsoft Graph beta endpoint (schema-Prod-beta.csdl PR 15981723, Work Item 48856).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: update changelog WorkloadArea/SubArea for agentIdentity.appRoleAssignmentRequired
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: add What's New entry for agentIdentity.appRoleAssignmentRequired (June 2026 beta)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestion from @FaithOmbongi
* docs: rebase PR changes onto latest main (resolve merge conflicts)
* Readd what's new
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29136)
* Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions
* Use contractions in backuprestoreroot-list-sharepointbrowsesessions
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Remove license-type availability banner from Graph beta eDiscovery overview
Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph.
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Ch…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions
* Use contractions in backuprestoreroot-list-sharepointbrowsesessions
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Remove license-type availability banner from Graph beta eDiscovery overview
Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph.
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code revi…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Remove license-type availability banner from Graph beta eDiscovery overview
Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph.
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <17…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes
* Change user ID to placeholder in processContent API (#9921)
* Change user ID to placeholder in processContent API
Updated user ID placeholder in processContent API calls.
* Update userdatasecurityandgovernance-processcontent.md
Updated example user ID in processContent API calls.
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-aut…
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Add force user logoff option and policy update status API for Cloud PC provisioning policy (#28989) * add new property and function * remove generated files * add change log * Address Copilot review feedback * Address Copilot review feedback * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * resolve merge connflict and update accordingly * Apply suggestions from code review --------- * Windows Updates New Enrollment States (#24135) * updatecategoryenrollmetninformation.md * updatemanagementenrollment.md * azureaddevice.md * changelog * cleanup * acrolinx * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * reviewer suggestions * typo fix * fixed build error * created enums.md file * heading change * build errors * Fixed build errors. * Fixing build issues. * Build issues * Apply suggestions from code review * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Updated response. * reverted changelog issues * reverted changelog to commit 37f2366 * reverted changelog to commit c4f4d79cfa76e4c41b5cf8da4f7e751d3c41c5e3 * re-added changelog entries for this PR * Update Microsoft.WindowsUpdates.json The changelog was showing incorrect entries. * Apply suggestions from code review * Apply suggestions from code review * Update changelog * Revert "Update changelog" This reverts commit df0209779bae59e2dbc398837f334e521dba546f. * update changelog attempt 2 * Apply suggestions from code review * Minor fixes. * Delete api-reference/beta/resources/windowsupdates-enums.md * Apply suggestions from code review * Apply suggestions from code review * Update enums-windowsupdates.md * Minor fixes. * Remove unintended changelog update * minor fixes * Update windowsupdates-azureaddevice.md * Potential fix for pull request finding * Update toc.mapping.json * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Update windowsupdates-updatableassetenrollment.md * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update Microsoft.WindowsUpdates.json * Update whats-new-overview.md * Apply suggestions from code review * Update reference TOC * Apply suggestions from code review * Apply suggestions from code review * Update reference TOC * Potential fix for pull request finding * Potential fix for pull request finding --------- * Fix unsafe test.com domain in TLS inspection doc examples (#29134) * docs: add appRoleAssignmentRequired to agentIdentity resource (beta) (#29020) * docs: add appRoleAssignmentRequired to agentIdentity properties (beta) Adds `appRoleAssignmentRequired` to the Properties table and JSON representation of the agentIdentity resource type. The property is now included in the default projection following schema-Prod-beta.csdl PR 15981723 (Work Item 48856). * docs: add changelog entry for agentIdentity.appRoleAssignmentRequired (beta) Adds changelog entry for the `appRoleAssignmentRequired` property added to `agentIdentity` in the Microsoft Graph beta endpoint (schema-Prod-beta.csdl PR 15981723, Work Item 48856). * docs: update changelog WorkloadArea/SubArea for agentIdentity.appRoleAssignmentRequired * docs: add What's New entry for agentIdentity.appRoleAssignmentRequired (June 2026 beta) * Apply suggestion from @FaithOmbongi * docs: rebase PR changes onto latest main (resolve merge conflicts) * Readd what's new --------- * Resolve syncing conflicts from repo_sync_working_branch to main (#29136) * Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions * Use contractions in backuprestoreroot-list-sharepointbrowsesessions * Use contractions in basesitepage-list * Use contractions in bitlocker-list-recoverykeys * Use contractions in bookingappointment-update * Use contractions in bookingbusiness-list * Use contractions in bookingcustomer-get * Use contractions in bundle-removeitem * Use contractions in bundle-update * Use contractions in calendar-list-calendarview * Use contractions in call-keepalive * Use contractions in call-list-participants * Use contractions in call-reject * Use contractions in channel-get-members * Use contractions in chat-delete * Use contractions in chat-get * Use contractions in chat-get-members * Use contractions in chat-list-members * Use contractions in contenttype-delete * Use contractions in conversationmember-list * Use contractions in directory-list-customsecurityattributedefinitions * Use contractions in directoryobject-delta * Use contractions in domain-delete * Use contractions in domain-get-rootdomain * Use contractions in domain-list-federationconfiguration * Use contractions in drive-get-specialfolder * Use contractions in driveitem-copy * Use contractions in driveitem-createlink * Use contractions in driveitem-search * Use contractions in driveitemversion-get * Use contractions in educationclass-delta * Use contractions in educationclass-post * Use contractions in entitlementmanagementsettings-get * Use contractions in externalauthenticationmethodconfiguration-get * Use contractions in externalconnectors-externalgroup-update * Use contractions in externalconnectors-externalitem-get * Use contractions in externalconnectors-schema-get * Use contractions in fido2authenticationmethod-list * Use contractions in group-delta * Use contractions in group-list-acceptedsenders * Use contractions in group-list-calendarview * Use contractions in group-post-members * Use contractions in group-update * Use contractions in identitygovernance-insights-workflowsprocessedsummary * Use contractions in identitygovernance-task-get * Use contractions in identitygovernance-workflowtemplate-get * Use contractions in identityuserflowattributeassignment-update * Use contractions in inferenceclassification-list-overrides * Use contractions in internaldomainfederation-get * Use contractions in learningcourseactivity-update * Use contractions in list-get * Use contractions in listitem-delete * Use contractions in listitem-update * Use contractions in mailfolder-list-childfolders * Use contractions in message-createreply * Use contractions in message-createreplyall * Use contractions in message-delta * Use contractions in message-reply * Use contractions in message-replyall * Use contractions in offershiftrequest-get * Use contractions in onlinemeeting-createorget * Use contractions in orgcontact-delta * Use contractions in outlookuser-supportedtimezones * Use contractions in permissiongrantpolicy-update * Use contractions in permission-update * Use contractions in phoneauthenticationmethod-update * Use contractions in plannerassignedtotaskboardtaskformat-update * Use contractions in post-post-attachments * Use contractions in printdocument-createuploadsession * Use contractions in printer-update * Use contractions in printjob-cancel * Use contractions in projectrome-put-activity * Use contractions in qrcode-get * Use contractions in reportroot-getemailactivitycounts * Use contractions in reportroot-getemailactivityusercounts * Use contractions in reportroot-getemailactivityuserdetail * Use contractions in reportroot-getemailappusageappsusercounts * Use contractions in reportroot-getemailappusageusercounts * Use contractions in reportroot-getemailappusageuserdetail * Use contractions in reportroot-getm365appplatformusercounts * Use contractions in reportroot-getm365appusercounts * Use contractions in reportroot-getm365appuserdetail * Use contractions in reportroot-getmailboxusagedetail * Use contractions in reportroot-getmailboxusagemailboxcounts * Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts * Use contractions in reportroot-getmailboxusagestorage * Use contractions in reportroot-getoffice365activationcounts * Use contractions in reportroot-getoffice365activationsuserdetail * Use contractions in reportroot-getoffice365activeusercounts * Use contractions in reportroot-getoffice365activeuserdetail * Use contractions in reportroot-getoffice365groupsactivitycounts * Use contractions in reportroot-getoffice365groupsactivitydetail * Use contractions in reportroot-getoffice365groupsactivityfilecounts * Use contractions in reportroot-getoffice365groupsactivitystorage * Use contractions in reportroot-getoffice365servicesusercounts * Use contractions in reportroot-getonedriveactivityfilecounts * Use contractions in reportroot-getonedriveactivityusercounts * Use contractions in reportroot-getonedriveactivityuserdetail * Use contractions in reportroot-getonedriveusageaccountcounts * Use contractions in reportroot-getonedriveusageaccountdetail * Use contractions in reportroot-getonedriveusagefilecounts * Use contractions in reportroot-getsharepointactivityfilecounts * Use contractions in reportroot-getsharepointactivitypages * Use contractions in reportroot-getsharepointactivityuserdetail * Use contractions in reportroot-getsharepointsiteusagedetail * Use contractions in reportroot-getsharepointsiteusagefilecounts * Use contractions in reportroot-getsharepointsiteusagepages * Use contractions in reportroot-getsharepointsiteusagesitecounts * Use contractions in reportroot-getsharepointsiteusagestorage * Use contractions in reportroot-getskypeforbusinessactivitycounts * Use contractions in reportroot-getskypeforbusinessactivityusercounts * Use contractions in reportroot-getskypeforbusinessactivityuserdetail * Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts * Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail * Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts * Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts * Use contractions in reportroot-getteamsdeviceusageusercounts * Use contractions in reportroot-getteamsuseractivityusercounts * Use contractions in reportroot-getteamsuseractivityuserdetail * Use contractions in reportroot-getyammeractivitycounts * Use contractions in reportroot-getyammeractivityusercounts * Use contractions in reportroot-getyammeractivityuserdetail * Use contractions in reportroot-getyammerdeviceusagedistributionusercounts * Use contractions in reportroot-getyammerdeviceusageusercounts * Use contractions in reportroot-getyammerdeviceusageuserdetail * Use contractions in reportroot-getyammergroupsactivitycounts * Use contractions in reportroot-getyammergroupsactivitydetail * Use contractions in riskdetection-get * Use contractions in riskyuser-get * Use contractions in schedulinggroup-delete * Use contractions in schemaextension-delete * Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation * Use contractions in security-host-list-childhostpairs * Use contractions in security-host-list-parenthostpairs * Use contractions in security-hostpair-get * Use contractions in security-threatintelligence-list-sslcertificates * Use contractions in servicehealthissue-get * Use contractions in servicehealthissue-incidentreport * Use contractions in serviceprincipal-get * Use contractions in serviceupdatemessage-get * Use contractions in sharedwithchannelteaminfo-get * Use contractions in sharedwithchannelteaminfo-list-allowedmembers * Use contractions in simulationautomation-get * Use contractions in simulation-get * Use contractions in singlevaluelegacyextendedproperty-get * Use contractions in sitepage-publish * Use contractions in sitepage-update * Use contractions in site-search * Use contractions in subjectrightsrequest-list-notes * Use contractions in subscribedsku-list * Use contractions in synchronization-synchronizationschema-delete * Use contractions in synchronization-synchronizationschema-update * Use contractions in teamsapp-delete * Use contractions in teamsapp-publish * Use contractions in teamsapp-update * Use contractions in teamworktag-get * Use contractions in tenantappmanagementpolicy-update * Use contractions in tenantdatasecurityandgovernance-processcontentasync * Use contractions in timeoffrequest-get * Use contractions in todotask-delta * Use contractions in todotask-list-checklistitems * Use contractions in todotask-post-attachments * Use contractions in userdatasecurityandgovernance-processcontent * Use contractions in user-delta * Use contractions in user-findmeetingtimes * Use contractions in user-list-calendarview * Use contractions in user-list-mailfolders * Use contractions in user-list-messages * Use contractions in userregistrationdetails-get * Use contractions in user-sendmail * Use contractions in verticalsection-update * Use contractions in virtualeventregistrationconfiguration-list-questions * Use contractions in virtualeventregistration-list * Use contractions in virtualeventregistration-list-sessions * Use contractions in virtualeventwebinar-post-registrations * Use contractions in webpart-delete * Use contractions in workbook-tablerowoperationresult * Use contractions in x509certificateauthenticationmethodconfiguration-get * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- --------- * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- * Publish main to live - reconcile divergence 2026-06-17 Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed. * Reconcile live to main (unblock auto-publish #29094) (#29095) * Publish main to live - reconcile divergence (refresh 2026-06-17 18:25) Sets live content identical to current main. main is authoritative; no live-only hotfixes. * Update tenantappmanagementpolicy-get.md --------- * Remove license-type availability banner from Graph beta eDiscovery overview Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph. * Merge to publish. (#29097) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- * Update reference TOC (#29058) * Update profilePropertySetting docs (#29038) * Updated according to KnutB's spec * Apply suggestions from code review * Update peopleadminsettings-list-profilepropertysettings.md * Update profilepropertysetting.md * Move extended Delete description from resource table to API topic * Apply suggestion from @MSFT-Andrea * Potential fix for pull request finding --------- * Update generated permissions tables with build 222741 (#29057) * Update generated permissions tables with build 222558 (#29051) * Revise traceRouteHop availability in callRecord docs (#29055) * Revise traceRouteHop availability in callRecord docs * Apply suggestions from code review * Apply suggestions from code review --------- * Update whats-new-overview.md (#29010) * Update whats-new-overview.md * Update whats-new-overview.md --------- * Update pull request template to remove documentation plan requirement (#29069) Removed the requirement to attach the documentation plan for AI-assisted docs authoring. * 2026-06-15: Automated permissions reference update (#29068) * Update permissions reference * Correct errors in permissions reference --------- * Update generated permissions tables with build 222982 (#29067) * Update whats-new-overview.md (#29064) * Update whats-new-overview.md * Update whats-new-overview.md * Potential fix for pull request finding --------- * Add tenantId property to userAccount resource (#28845) * Add tenantId field to security user account resource Added tenantId field to user account resource details. * Update userAccount resource date and add tenantId * Update date for security userAccount resource * Update changelog with new API changes Added new changelog entries for tenantId and categories properties in userAccount resource. * Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount * Apply suggestions from code review * Apply suggestions from code review --------- * Add mergeIncidents and moveAlerts v1.0 API docs (#28851) * Add mergeIncidents and moveAlerts v1.0 API docs Add v1.0 documentation for security action endpoints: - API pages: security-incident-mergeincidents.md, security-alert-movealerts.md - Resource pages: security-mergeresponse.md, security-correlationreason.md - Permission and RBAC include files - Update security-incident.md and security-alert.md Methods tables - Update v1.0 toc.mapping.json with new complex types - Add v1.0 changelog entries for all new artifacts * Fix comments * Apply suggestion from @FaithOmbongi * Update what's new --------- * Update reference TOC (#29071) * Update people doc (#29023) * Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team. * Minor typo * Address review comments in social intelligence overview * Apply remaining review thread doc fixes * minor date fix * date --------- * Add isVisible property to lpc v1.0 (#28915) * Add isVisible property to lpc v1.0 * Apply suggestions from code review * Apply suggestions from code review * Update Microsoft.People.json * Apply suggestions from code review * Apply suggestion from @Danipocket --------- * Apply simulation-update v1.0 PR #9936 changes to beta file (#29077) * Remove unsupported expand query from getRetentionLabel docs (#29080) * Update generated files with build 223158 (#29075) * Resolve syncing conflicts from repo_sync_working_branch to main (#29076) * Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review --------- * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review --------- * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Ch… Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: danny1718 <danny0218@live.cn> Co-authored-by: Danni Zhao <dannizhao@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: angiechen22 <111081743+angiechen22@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <danielabo@microsoft.com> Co-authored-by: araqueno <araqueno@microsoft.com> Co-authored-by: araqueno <118419398+araqueno@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: Vipul <84970543+VipulMSFT@users.noreply.github.com> Co-authored-by: Nick Robinson <nickrob@microsoft.com> Co-authored-by: Matthew M. <mamcgrath@microsoft.com> Co-authored-by: Yuvalabiri <154335961+Yuvalabiri@users.noreply.github.com> Co-authored-by: Ruth Waithera <ruthnjambuya@gmail.com> Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> Co-authored-by: Ryutaro Koma <rykoma@microsoft.com> Co-authored-by: Micah Warren <26724012+MicahWW@users.noreply.github.com> Co-authored-by: masonw1211 <31712004+masonw1211@users.noreply.github.com> Co-authored-by: Mason Wolff <masonwolff@microsoft.com> Co-authored-by: srinivaspadala-msft <sripadala@microsoft.com> Co-authored-by: Anton Vanco <254866915+antonvano@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Samuel Mwangi <swanjohi.mwangi@gmail.com> Co-authored-by: Samuel Mwangi (from Dev Box) <samuelmwangi@microsoft.com> Co-authored-by: Kimani Mwangi <mkimani@mobilefuture.co.ke> Co-authored-by: Hiro7 <75809971+garchiro7@users.noreply.github.com> Co-authored-by: Simran Moolchandaney <66736756+simoolchandaney@users.noreply.github.com> Co-authored-by: Simran Moolchandaney (from Dev Box) <simranm@microsoft.com> Co-authored-by: Jason Johnston <jasonjoh@users.noreply.github.com> Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com> Co-authored-by: Alexander Filipin <filipin.alex@live.de> Co-authored-by: Alexander Filipin <alfilipi@microsoft.com> Co-authored-by: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Co-authored-by: Ortagus Winfrey <85191667+OWinfreyATL@users.noreply.github.com> Co-authored-by: prasadpatil111 <284865846+prasadpatil111@users.noreply.github.com> Co-authored-by: Prasad Patil <praspati@microsoft.com> Co-authored-by: VISHNU VARDHAN PACHVA <67050501+Vishnu369@users.noreply.github.com> Co-authored-by: Vishnu Vardhan Pachva <vpachva@microsoft.com> Co-authored-by: Reeza Ali <223746809+ReezaAli149@users.noreply.github.com> Co-authored-by: Yossi Bruss <287477490+yossibruss-ms@users.noreply.github.com> Co-authored-by: Yossi Bruss <jobrus@microsoft.com> Co-authored-by: Yossi Bruss <yobruss@microsoft.com> Co-authored-by: aditiijj <aditiijj@outlook.com> Co-authored-by: Aditi Jain <aditij@microsoft.com> Co-authored-by: aditiijj <232662544+aditiijj@users.noreply.github.com> Co-authored-by: Ch@ps <61343268+Subham-RKB@users.noreply.github.com> Co-authored-by: schapagain <schapagain+odspmdb@microsoft.com> Co-authored-by: ireneren0123 <xiazhixuanc@gmail.com> Co-authored-by: Irene Ren <ireneren+odspmdb@microsoft.com> Co-authored-by: Nnachtomy <v-nnachtomy@microsoft.com> Co-authored-by: Nnachtomy <258772109+Nnachtomy@users.noreply.github.com> Co-authored-by: Amar Koni <160498064+akgraph@users.noreply.github.com> Co-authored-by: Amar Koni (from Dev Box) <amarkoni@microsoft.com> Co-authored-by: Luca Spolidoro [MSFT] <Licantrop0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Add force user logoff option and policy update status API for Cloud PC provisioning policy (#28989) * add new property and function * remove generated files * add change log * Address Copilot review feedback * Address Copilot review feedback * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * resolve merge connflict and update accordingly * Apply suggestions from code review --------- * Windows Updates New Enrollment States (#24135) * updatecategoryenrollmetninformation.md * updatemanagementenrollment.md * azureaddevice.md * changelog * cleanup * acrolinx * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * reviewer suggestions * typo fix * fixed build error * created enums.md file * heading change * build errors * Fixed build errors. * Fixing build issues. * Build issues * Apply suggestions from code review * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Updated response. * reverted changelog issues * reverted changelog to commit 37f2366 * reverted changelog to commit c4f4d79cfa76e4c41b5cf8da4f7e751d3c41c5e3 * re-added changelog entries for this PR * Update Microsoft.WindowsUpdates.json The changelog was showing incorrect entries. * Apply suggestions from code review * Apply suggestions from code review * Update changelog * Revert "Update changelog" This reverts commit df0209779bae59e2dbc398837f334e521dba546f. * update changelog attempt 2 * Apply suggestions from code review * Minor fixes. * Delete api-reference/beta/resources/windowsupdates-enums.md * Apply suggestions from code review * Apply suggestions from code review * Update enums-windowsupdates.md * Minor fixes. * Remove unintended changelog update * minor fixes * Update windowsupdates-azureaddevice.md * Potential fix for pull request finding * Update toc.mapping.json * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Update windowsupdates-updatableassetenrollment.md * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update Microsoft.WindowsUpdates.json * Update whats-new-overview.md * Apply suggestions from code review * Update reference TOC * Apply suggestions from code review * Apply suggestions from code review * Update reference TOC * Potential fix for pull request finding * Potential fix for pull request finding --------- * Fix unsafe test.com domain in TLS inspection doc examples (#29134) * docs: add appRoleAssignmentRequired to agentIdentity resource (beta) (#29020) * docs: add appRoleAssignmentRequired to agentIdentity properties (beta) Adds `appRoleAssignmentRequired` to the Properties table and JSON representation of the agentIdentity resource type. The property is now included in the default projection following schema-Prod-beta.csdl PR 15981723 (Work Item 48856). * docs: add changelog entry for agentIdentity.appRoleAssignmentRequired (beta) Adds changelog entry for the `appRoleAssignmentRequired` property added to `agentIdentity` in the Microsoft Graph beta endpoint (schema-Prod-beta.csdl PR 15981723, Work Item 48856). * docs: update changelog WorkloadArea/SubArea for agentIdentity.appRoleAssignmentRequired * docs: add What's New entry for agentIdentity.appRoleAssignmentRequired (June 2026 beta) * Apply suggestion from @FaithOmbongi * docs: rebase PR changes onto latest main (resolve merge conflicts) * Readd what's new --------- * Resolve syncing conflicts from repo_sync_working_branch to main (#29136) * Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions * Use contractions in backuprestoreroot-list-sharepointbrowsesessions * Use contractions in basesitepage-list * Use contractions in bitlocker-list-recoverykeys * Use contractions in bookingappointment-update * Use contractions in bookingbusiness-list * Use contractions in bookingcustomer-get * Use contractions in bundle-removeitem * Use contractions in bundle-update * Use contractions in calendar-list-calendarview * Use contractions in call-keepalive * Use contractions in call-list-participants * Use contractions in call-reject * Use contractions in channel-get-members * Use contractions in chat-delete * Use contractions in chat-get * Use contractions in chat-get-members * Use contractions in chat-list-members * Use contractions in contenttype-delete * Use contractions in conversationmember-list * Use contractions in directory-list-customsecurityattributedefinitions * Use contractions in directoryobject-delta * Use contractions in domain-delete * Use contractions in domain-get-rootdomain * Use contractions in domain-list-federationconfiguration * Use contractions in drive-get-specialfolder * Use contractions in driveitem-copy * Use contractions in driveitem-createlink * Use contractions in driveitem-search * Use contractions in driveitemversion-get * Use contractions in educationclass-delta * Use contractions in educationclass-post * Use contractions in entitlementmanagementsettings-get * Use contractions in externalauthenticationmethodconfiguration-get * Use contractions in externalconnectors-externalgroup-update * Use contractions in externalconnectors-externalitem-get * Use contractions in externalconnectors-schema-get * Use contractions in fido2authenticationmethod-list * Use contractions in group-delta * Use contractions in group-list-acceptedsenders * Use contractions in group-list-calendarview * Use contractions in group-post-members * Use contractions in group-update * Use contractions in identitygovernance-insights-workflowsprocessedsummary * Use contractions in identitygovernance-task-get * Use contractions in identitygovernance-workflowtemplate-get * Use contractions in identityuserflowattributeassignment-update * Use contractions in inferenceclassification-list-overrides * Use contractions in internaldomainfederation-get * Use contractions in learningcourseactivity-update * Use contractions in list-get * Use contractions in listitem-delete * Use contractions in listitem-update * Use contractions in mailfolder-list-childfolders * Use contractions in message-createreply * Use contractions in message-createreplyall * Use contractions in message-delta * Use contractions in message-reply * Use contractions in message-replyall * Use contractions in offershiftrequest-get * Use contractions in onlinemeeting-createorget * Use contractions in orgcontact-delta * Use contractions in outlookuser-supportedtimezones * Use contractions in permissiongrantpolicy-update * Use contractions in permission-update * Use contractions in phoneauthenticationmethod-update * Use contractions in plannerassignedtotaskboardtaskformat-update * Use contractions in post-post-attachments * Use contractions in printdocument-createuploadsession * Use contractions in printer-update * Use contractions in printjob-cancel * Use contractions in projectrome-put-activity * Use contractions in qrcode-get * Use contractions in reportroot-getemailactivitycounts * Use contractions in reportroot-getemailactivityusercounts * Use contractions in reportroot-getemailactivityuserdetail * Use contractions in reportroot-getemailappusageappsusercounts * Use contractions in reportroot-getemailappusageusercounts * Use contractions in reportroot-getemailappusageuserdetail * Use contractions in reportroot-getm365appplatformusercounts * Use contractions in reportroot-getm365appusercounts * Use contractions in reportroot-getm365appuserdetail * Use contractions in reportroot-getmailboxusagedetail * Use contractions in reportroot-getmailboxusagemailboxcounts * Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts * Use contractions in reportroot-getmailboxusagestorage * Use contractions in reportroot-getoffice365activationcounts * Use contractions in reportroot-getoffice365activationsuserdetail * Use contractions in reportroot-getoffice365activeusercounts * Use contractions in reportroot-getoffice365activeuserdetail * Use contractions in reportroot-getoffice365groupsactivitycounts * Use contractions in reportroot-getoffice365groupsactivitydetail * Use contractions in reportroot-getoffice365groupsactivityfilecounts * Use contractions in reportroot-getoffice365groupsactivitystorage * Use contractions in reportroot-getoffice365servicesusercounts * Use contractions in reportroot-getonedriveactivityfilecounts * Use contractions in reportroot-getonedriveactivityusercounts * Use contractions in reportroot-getonedriveactivityuserdetail * Use contractions in reportroot-getonedriveusageaccountcounts * Use contractions in reportroot-getonedriveusageaccountdetail * Use contractions in reportroot-getonedriveusagefilecounts * Use contractions in reportroot-getsharepointactivityfilecounts * Use contractions in reportroot-getsharepointactivitypages * Use contractions in reportroot-getsharepointactivityuserdetail * Use contractions in reportroot-getsharepointsiteusagedetail * Use contractions in reportroot-getsharepointsiteusagefilecounts * Use contractions in reportroot-getsharepointsiteusagepages * Use contractions in reportroot-getsharepointsiteusagesitecounts * Use contractions in reportroot-getsharepointsiteusagestorage * Use contractions in reportroot-getskypeforbusinessactivitycounts * Use contractions in reportroot-getskypeforbusinessactivityusercounts * Use contractions in reportroot-getskypeforbusinessactivityuserdetail * Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts * Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail * Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts * Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts * Use contractions in reportroot-getteamsdeviceusageusercounts * Use contractions in reportroot-getteamsuseractivityusercounts * Use contractions in reportroot-getteamsuseractivityuserdetail * Use contractions in reportroot-getyammeractivitycounts * Use contractions in reportroot-getyammeractivityusercounts * Use contractions in reportroot-getyammeractivityuserdetail * Use contractions in reportroot-getyammerdeviceusagedistributionusercounts * Use contractions in reportroot-getyammerdeviceusageusercounts * Use contractions in reportroot-getyammerdeviceusageuserdetail * Use contractions in reportroot-getyammergroupsactivitycounts * Use contractions in reportroot-getyammergroupsactivitydetail * Use contractions in riskdetection-get * Use contractions in riskyuser-get * Use contractions in schedulinggroup-delete * Use contractions in schemaextension-delete * Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation * Use contractions in security-host-list-childhostpairs * Use contractions in security-host-list-parenthostpairs * Use contractions in security-hostpair-get * Use contractions in security-threatintelligence-list-sslcertificates * Use contractions in servicehealthissue-get * Use contractions in servicehealthissue-incidentreport * Use contractions in serviceprincipal-get * Use contractions in serviceupdatemessage-get * Use contractions in sharedwithchannelteaminfo-get * Use contractions in sharedwithchannelteaminfo-list-allowedmembers * Use contractions in simulationautomation-get * Use contractions in simulation-get * Use contractions in singlevaluelegacyextendedproperty-get * Use contractions in sitepage-publish * Use contractions in sitepage-update * Use contractions in site-search * Use contractions in subjectrightsrequest-list-notes * Use contractions in subscribedsku-list * Use contractions in synchronization-synchronizationschema-delete * Use contractions in synchronization-synchronizationschema-update * Use contractions in teamsapp-delete * Use contractions in teamsapp-publish * Use contractions in teamsapp-update * Use contractions in teamworktag-get * Use contractions in tenantappmanagementpolicy-update * Use contractions in tenantdatasecurityandgovernance-processcontentasync * Use contractions in timeoffrequest-get * Use contractions in todotask-delta * Use contractions in todotask-list-checklistitems * Use contractions in todotask-post-attachments * Use contractions in userdatasecurityandgovernance-processcontent * Use contractions in user-delta * Use contractions in user-findmeetingtimes * Use contractions in user-list-calendarview * Use contractions in user-list-mailfolders * Use contractions in user-list-messages * Use contractions in userregistrationdetails-get * Use contractions in user-sendmail * Use contractions in verticalsection-update * Use contractions in virtualeventregistrationconfiguration-list-questions * Use contractions in virtualeventregistration-list * Use contractions in virtualeventregistration-list-sessions * Use contractions in virtualeventwebinar-post-registrations * Use contractions in webpart-delete * Use contractions in workbook-tablerowoperationresult * Use contractions in x509certificateauthenticationmethodconfiguration-get * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- --------- * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- * Publish main to live - reconcile divergence 2026-06-17 Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed. * Reconcile live to main (unblock auto-publish #29094) (#29095) * Publish main to live - reconcile divergence (refresh 2026-06-17 18:25) Sets live content identical to current main. main is authoritative; no live-only hotfixes. * Update tenantappmanagementpolicy-get.md --------- * Remove license-type availability banner from Graph beta eDiscovery overview Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph. * Merge to publish. (#29097) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- * Update reference TOC (#29058) * Update profilePropertySetting docs (#29038) * Updated according to KnutB's spec * Apply suggestions from code review * Update peopleadminsettings-list-profilepropertysettings.md * Update profilepropertysetting.md * Move extended Delete description from resource table to API topic * Apply suggestion from @MSFT-Andrea * Potential fix for pull request finding --------- * Update generated permissions tables with build 222741 (#29057) * Update generated permissions tables with build 222558 (#29051) * Revise traceRouteHop availability in callRecord docs (#29055) * Revise traceRouteHop availability in callRecord docs * Apply suggestions from code review * Apply suggestions from code review --------- * Update whats-new-overview.md (#29010) * Update whats-new-overview.md * Update whats-new-overview.md --------- * Update pull request template to remove documentation plan requirement (#29069) Removed the requirement to attach the documentation plan for AI-assisted docs authoring. * 2026-06-15: Automated permissions reference update (#29068) * Update permissions reference * Correct errors in permissions reference --------- * Update generated permissions tables with build 222982 (#29067) * Update whats-new-overview.md (#29064) * Update whats-new-overview.md * Update whats-new-overview.md * Potential fix for pull request finding --------- * Add tenantId property to userAccount resource (#28845) * Add tenantId field to security user account resource Added tenantId field to user account resource details. * Update userAccount resource date and add tenantId * Update date for security userAccount resource * Update changelog with new API changes Added new changelog entries for tenantId and categories properties in userAccount resource. * Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount * Apply suggestions from code review * Apply suggestions from code review --------- * Add mergeIncidents and moveAlerts v1.0 API docs (#28851) * Add mergeIncidents and moveAlerts v1.0 API docs Add v1.0 documentation for security action endpoints: - API pages: security-incident-mergeincidents.md, security-alert-movealerts.md - Resource pages: security-mergeresponse.md, security-correlationreason.md - Permission and RBAC include files - Update security-incident.md and security-alert.md Methods tables - Update v1.0 toc.mapping.json with new complex types - Add v1.0 changelog entries for all new artifacts * Fix comments * Apply suggestion from @FaithOmbongi * Update what's new --------- * Update reference TOC (#29071) * Update people doc (#29023) * Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team. * Minor typo * Address review comments in social intelligence overview * Apply remaining review thread doc fixes * minor date fix * date --------- * Add isVisible property to lpc v1.0 (#28915) * Add isVisible property to lpc v1.0 * Apply suggestions from code review * Apply suggestions from code review * Update Microsoft.People.json * Apply suggestions from code review * Apply suggestion from @Danipocket --------- * Apply simulation-update v1.0 PR #9936 changes to beta file (#29077) * Remove unsupported expand query from getRetentionLabel docs (#29080) * Update generated files with build 223158 (#29075) * Resolve syncing conflicts from repo_sync_working_branch to main (#29076) * Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review --------- * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review --------- * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Ch… Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: danny1718 <danny0218@live.cn> Co-authored-by: Danni Zhao <dannizhao@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: angiechen22 <111081743+angiechen22@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <danielabo@microsoft.com> Co-authored-by: araqueno <araqueno@microsoft.com> Co-authored-by: araqueno <118419398+araqueno@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: Vipul <84970543+VipulMSFT@users.noreply.github.com> Co-authored-by: Nick Robinson <nickrob@microsoft.com> Co-authored-by: Matthew M. <mamcgrath@microsoft.com> Co-authored-by: Yuvalabiri <154335961+Yuvalabiri@users.noreply.github.com> Co-authored-by: Ruth Waithera <ruthnjambuya@gmail.com> Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> Co-authored-by: Ryutaro Koma <rykoma@microsoft.com> Co-authored-by: Micah Warren <26724012+MicahWW@users.noreply.github.com> Co-authored-by: masonw1211 <31712004+masonw1211@users.noreply.github.com> Co-authored-by: Mason Wolff <masonwolff@microsoft.com> Co-authored-by: srinivaspadala-msft <sripadala@microsoft.com> Co-authored-by: Anton Vanco <254866915+antonvano@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Samuel Mwangi <swanjohi.mwangi@gmail.com> Co-authored-by: Samuel Mwangi (from Dev Box) <samuelmwangi@microsoft.com> Co-authored-by: Kimani Mwangi <mkimani@mobilefuture.co.ke> Co-authored-by: Hiro7 <75809971+garchiro7@users.noreply.github.com> Co-authored-by: Simran Moolchandaney <66736756+simoolchandaney@users.noreply.github.com> Co-authored-by: Simran Moolchandaney (from Dev Box) <simranm@microsoft.com> Co-authored-by: Jason Johnston <jasonjoh@users.noreply.github.com> Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com> Co-authored-by: Alexander Filipin <filipin.alex@live.de> Co-authored-by: Alexander Filipin <alfilipi@microsoft.com> Co-authored-by: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Co-authored-by: Ortagus Winfrey <85191667+OWinfreyATL@users.noreply.github.com> Co-authored-by: prasadpatil111 <284865846+prasadpatil111@users.noreply.github.com> Co-authored-by: Prasad Patil <praspati@microsoft.com> Co-authored-by: VISHNU VARDHAN PACHVA <67050501+Vishnu369@users.noreply.github.com> Co-authored-by: Vishnu Vardhan Pachva <vpachva@microsoft.com> Co-authored-by: Reeza Ali <223746809+ReezaAli149@users.noreply.github.com> Co-authored-by: Yossi Bruss <287477490+yossibruss-ms@users.noreply.github.com> Co-authored-by: Yossi Bruss <jobrus@microsoft.com> Co-authored-by: Yossi Bruss <yobruss@microsoft.com> Co-authored-by: aditiijj <aditiijj@outlook.com> Co-authored-by: Aditi Jain <aditij@microsoft.com> Co-authored-by: aditiijj <232662544+aditiijj@users.noreply.github.com> Co-authored-by: Ch@ps <61343268+Subham-RKB@users.noreply.github.com> Co-authored-by: schapagain <schapagain+odspmdb@microsoft.com> Co-authored-by: ireneren0123 <xiazhixuanc@gmail.com> Co-authored-by: Irene Ren <ireneren+odspmdb@microsoft.com> Co-authored-by: Nnachtomy <v-nnachtomy@microsoft.com> Co-authored-by: Nnachtomy <258772109+Nnachtomy@users.noreply.github.com> Co-authored-by: Amar Koni <160498064+akgraph@users.noreply.github.com> Co-authored-by: Amar Koni (from Dev Box) <amarkoni@microsoft.com> Co-authored-by: Luca Spolidoro [MSFT] <Licantrop0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Add force user logoff option and policy update status API for Cloud PC provisioning policy (#28989) * add new property and function * remove generated files * add change log * Address Copilot review feedback * Address Copilot review feedback * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * resolve merge connflict and update accordingly * Apply suggestions from code review --------- * Windows Updates New Enrollment States (#24135) * updatecategoryenrollmetninformation.md * updatemanagementenrollment.md * azureaddevice.md * changelog * cleanup * acrolinx * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md * reviewer suggestions * typo fix * fixed build error * created enums.md file * heading change * build errors * Fixed build errors. * Fixing build issues. * Build issues * Apply suggestions from code review * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Update windowsupdates-enums.md * Apply suggestions from code review * Updated response. * reverted changelog issues * reverted changelog to commit 37f2366 * reverted changelog to commit c4f4d79cfa76e4c41b5cf8da4f7e751d3c41c5e3 * re-added changelog entries for this PR * Update Microsoft.WindowsUpdates.json The changelog was showing incorrect entries. * Apply suggestions from code review * Apply suggestions from code review * Update changelog * Revert "Update changelog" This reverts commit df0209779bae59e2dbc398837f334e521dba546f. * update changelog attempt 2 * Apply suggestions from code review * Minor fixes. * Delete api-reference/beta/resources/windowsupdates-enums.md * Apply suggestions from code review * Apply suggestions from code review * Update enums-windowsupdates.md * Minor fixes. * Remove unintended changelog update * minor fixes * Update windowsupdates-azureaddevice.md * Potential fix for pull request finding * Update toc.mapping.json * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Update windowsupdates-updatableassetenrollment.md * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update Microsoft.WindowsUpdates.json * Update whats-new-overview.md * Apply suggestions from code review * Update reference TOC * Apply suggestions from code review * Apply suggestions from code review * Update reference TOC * Potential fix for pull request finding * Potential fix for pull request finding --------- * Fix unsafe test.com domain in TLS inspection doc examples (#29134) * docs: add appRoleAssignmentRequired to agentIdentity resource (beta) (#29020) * docs: add appRoleAssignmentRequired to agentIdentity properties (beta) Adds `appRoleAssignmentRequired` to the Properties table and JSON representation of the agentIdentity resource type. The property is now included in the default projection following schema-Prod-beta.csdl PR 15981723 (Work Item 48856). * docs: add changelog entry for agentIdentity.appRoleAssignmentRequired (beta) Adds changelog entry for the `appRoleAssignmentRequired` property added to `agentIdentity` in the Microsoft Graph beta endpoint (schema-Prod-beta.csdl PR 15981723, Work Item 48856). * docs: update changelog WorkloadArea/SubArea for agentIdentity.appRoleAssignmentRequired * docs: add What's New entry for agentIdentity.appRoleAssignmentRequired (June 2026 beta) * Apply suggestion from @FaithOmbongi * docs: rebase PR changes onto latest main (resolve merge conflicts) * Readd what's new --------- * Resolve syncing conflicts from repo_sync_working_branch to main (#29136) * Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions * Use contractions in backuprestoreroot-list-sharepointbrowsesessions * Use contractions in basesitepage-list * Use contractions in bitlocker-list-recoverykeys * Use contractions in bookingappointment-update * Use contractions in bookingbusiness-list * Use contractions in bookingcustomer-get * Use contractions in bundle-removeitem * Use contractions in bundle-update * Use contractions in calendar-list-calendarview * Use contractions in call-keepalive * Use contractions in call-list-participants * Use contractions in call-reject * Use contractions in channel-get-members * Use contractions in chat-delete * Use contractions in chat-get * Use contractions in chat-get-members * Use contractions in chat-list-members * Use contractions in contenttype-delete * Use contractions in conversationmember-list * Use contractions in directory-list-customsecurityattributedefinitions * Use contractions in directoryobject-delta * Use contractions in domain-delete * Use contractions in domain-get-rootdomain * Use contractions in domain-list-federationconfiguration * Use contractions in drive-get-specialfolder * Use contractions in driveitem-copy * Use contractions in driveitem-createlink * Use contractions in driveitem-search * Use contractions in driveitemversion-get * Use contractions in educationclass-delta * Use contractions in educationclass-post * Use contractions in entitlementmanagementsettings-get * Use contractions in externalauthenticationmethodconfiguration-get * Use contractions in externalconnectors-externalgroup-update * Use contractions in externalconnectors-externalitem-get * Use contractions in externalconnectors-schema-get * Use contractions in fido2authenticationmethod-list * Use contractions in group-delta * Use contractions in group-list-acceptedsenders * Use contractions in group-list-calendarview * Use contractions in group-post-members * Use contractions in group-update * Use contractions in identitygovernance-insights-workflowsprocessedsummary * Use contractions in identitygovernance-task-get * Use contractions in identitygovernance-workflowtemplate-get * Use contractions in identityuserflowattributeassignment-update * Use contractions in inferenceclassification-list-overrides * Use contractions in internaldomainfederation-get * Use contractions in learningcourseactivity-update * Use contractions in list-get * Use contractions in listitem-delete * Use contractions in listitem-update * Use contractions in mailfolder-list-childfolders * Use contractions in message-createreply * Use contractions in message-createreplyall * Use contractions in message-delta * Use contractions in message-reply * Use contractions in message-replyall * Use contractions in offershiftrequest-get * Use contractions in onlinemeeting-createorget * Use contractions in orgcontact-delta * Use contractions in outlookuser-supportedtimezones * Use contractions in permissiongrantpolicy-update * Use contractions in permission-update * Use contractions in phoneauthenticationmethod-update * Use contractions in plannerassignedtotaskboardtaskformat-update * Use contractions in post-post-attachments * Use contractions in printdocument-createuploadsession * Use contractions in printer-update * Use contractions in printjob-cancel * Use contractions in projectrome-put-activity * Use contractions in qrcode-get * Use contractions in reportroot-getemailactivitycounts * Use contractions in reportroot-getemailactivityusercounts * Use contractions in reportroot-getemailactivityuserdetail * Use contractions in reportroot-getemailappusageappsusercounts * Use contractions in reportroot-getemailappusageusercounts * Use contractions in reportroot-getemailappusageuserdetail * Use contractions in reportroot-getm365appplatformusercounts * Use contractions in reportroot-getm365appusercounts * Use contractions in reportroot-getm365appuserdetail * Use contractions in reportroot-getmailboxusagedetail * Use contractions in reportroot-getmailboxusagemailboxcounts * Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts * Use contractions in reportroot-getmailboxusagestorage * Use contractions in reportroot-getoffice365activationcounts * Use contractions in reportroot-getoffice365activationsuserdetail * Use contractions in reportroot-getoffice365activeusercounts * Use contractions in reportroot-getoffice365activeuserdetail * Use contractions in reportroot-getoffice365groupsactivitycounts * Use contractions in reportroot-getoffice365groupsactivitydetail * Use contractions in reportroot-getoffice365groupsactivityfilecounts * Use contractions in reportroot-getoffice365groupsactivitystorage * Use contractions in reportroot-getoffice365servicesusercounts * Use contractions in reportroot-getonedriveactivityfilecounts * Use contractions in reportroot-getonedriveactivityusercounts * Use contractions in reportroot-getonedriveactivityuserdetail * Use contractions in reportroot-getonedriveusageaccountcounts * Use contractions in reportroot-getonedriveusageaccountdetail * Use contractions in reportroot-getonedriveusagefilecounts * Use contractions in reportroot-getsharepointactivityfilecounts * Use contractions in reportroot-getsharepointactivitypages * Use contractions in reportroot-getsharepointactivityuserdetail * Use contractions in reportroot-getsharepointsiteusagedetail * Use contractions in reportroot-getsharepointsiteusagefilecounts * Use contractions in reportroot-getsharepointsiteusagepages * Use contractions in reportroot-getsharepointsiteusagesitecounts * Use contractions in reportroot-getsharepointsiteusagestorage * Use contractions in reportroot-getskypeforbusinessactivitycounts * Use contractions in reportroot-getskypeforbusinessactivityusercounts * Use contractions in reportroot-getskypeforbusinessactivityuserdetail * Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts * Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail * Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts * Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts * Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts * Use contractions in reportroot-getteamsdeviceusageusercounts * Use contractions in reportroot-getteamsuseractivityusercounts * Use contractions in reportroot-getteamsuseractivityuserdetail * Use contractions in reportroot-getyammeractivitycounts * Use contractions in reportroot-getyammeractivityusercounts * Use contractions in reportroot-getyammeractivityuserdetail * Use contractions in reportroot-getyammerdeviceusagedistributionusercounts * Use contractions in reportroot-getyammerdeviceusageusercounts * Use contractions in reportroot-getyammerdeviceusageuserdetail * Use contractions in reportroot-getyammergroupsactivitycounts * Use contractions in reportroot-getyammergroupsactivitydetail * Use contractions in riskdetection-get * Use contractions in riskyuser-get * Use contractions in schedulinggroup-delete * Use contractions in schemaextension-delete * Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation * Use contractions in security-host-list-childhostpairs * Use contractions in security-host-list-parenthostpairs * Use contractions in security-hostpair-get * Use contractions in security-threatintelligence-list-sslcertificates * Use contractions in servicehealthissue-get * Use contractions in servicehealthissue-incidentreport * Use contractions in serviceprincipal-get * Use contractions in serviceupdatemessage-get * Use contractions in sharedwithchannelteaminfo-get * Use contractions in sharedwithchannelteaminfo-list-allowedmembers * Use contractions in simulationautomation-get * Use contractions in simulation-get * Use contractions in singlevaluelegacyextendedproperty-get * Use contractions in sitepage-publish * Use contractions in sitepage-update * Use contractions in site-search * Use contractions in subjectrightsrequest-list-notes * Use contractions in subscribedsku-list * Use contractions in synchronization-synchronizationschema-delete * Use contractions in synchronization-synchronizationschema-update * Use contractions in teamsapp-delete * Use contractions in teamsapp-publish * Use contractions in teamsapp-update * Use contractions in teamworktag-get * Use contractions in tenantappmanagementpolicy-update * Use contractions in tenantdatasecurityandgovernance-processcontentasync * Use contractions in timeoffrequest-get * Use contractions in todotask-delta * Use contractions in todotask-list-checklistitems * Use contractions in todotask-post-attachments * Use contractions in userdatasecurityandgovernance-processcontent * Use contractions in user-delta * Use contractions in user-findmeetingtimes * Use contractions in user-list-calendarview * Use contractions in user-list-mailfolders * Use contractions in user-list-messages * Use contractions in userregistrationdetails-get * Use contractions in user-sendmail * Use contractions in verticalsection-update * Use contractions in virtualeventregistrationconfiguration-list-questions * Use contractions in virtualeventregistration-list * Use contractions in virtualeventregistration-list-sessions * Use contractions in virtualeventwebinar-post-registrations * Use contractions in webpart-delete * Use contractions in workbook-tablerowoperationresult * Use contractions in x509certificateauthenticationmethodconfiguration-get * Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- --------- * Update simulation-update.md for requirement around simuation state (#9936) * Update simulation-update.md for requirement around simuation state Clarified simulation state as draft as required and updated description. * Minor fixes --------- * Publish main to live - reconcile divergence 2026-06-17 Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed. * Reconcile live to main (unblock auto-publish #29094) (#29095) * Publish main to live - reconcile divergence (refresh 2026-06-17 18:25) Sets live content identical to current main. main is authoritative; no live-only hotfixes. * Update tenantappmanagementpolicy-get.md --------- * Remove license-type availability banner from Graph beta eDiscovery overview Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph. * Merge to publish. (#29097) * Permissions tables update (#29044) * Update generated permissions tables with build 222443 * Update synchronization-synchronizationtemplate-get-permissions.md --------- * Raise filestoragecontainer upsert limit to 40 (#29041) * Raise filestoragecontainer upsert limit to 40 * Update whats-new-overview.md * Apply suggestions from code review --------- * Snippets Update (#29037) * Update generated files with build 222239 * Update backuprestoreroot-post-sharepointrestoresessions.md --------- * Rename Tenants governance IA labels (#29036) * Update generated permissions tables with build 222221 (#29035) * Update cloud support status (#29031) * Update cloud support status * Update security-alert-post-manualalert.md --------- * 2026-06-08: Automated permissions reference update (#29029) * Update permissions reference * Correct errors in permissions reference --------- * Add people data sources page (#29033) * Add people data sources page and TOC entry * minor * Apply suggestions from code review * Update concepts/people-data-sources.md * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea --------- * Update profile property setting docs (#29032) * Update profile property setting docs * docs: address profile source precedence review feedback * docs: clarify profile property setting guidance * Apply suggestions from code review * Update profilepriority-configure-profilepropertysetting.md * Update profilepriority-configure-profilepropertysetting.md * Potential fix for pull request finding * Apply suggestions from code review * Apply suggestions from code review * Update social-intel-concept-overview.md * Update whats-new-overview.md --------- * Fixed mentioning the least privileged role for tenant app management policies (#29024) * Revise RBAC notes for agent identity APIs (#28984) Updated important notes regarding agent identity blueprints and roles. * Add mdai service source to security alerts (#28897) * Add MDAI service source * fix name * Apply suggestions from code review --------- * Add conflictBehavior support to fileStorageContainer POST permissions (#28918) * Add conflictBehavior support to fileStorageContainer POST permissions Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values. - Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example - Added changelog entries for beta and v1.0 - Updated What's New for May 2026 * Fix dataLocation query parameter - remove incorrect $ prefix The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix. * Fix validation issues - absolute links and broken references - Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link * Format conflictBehavior description - add space before parentheses * Apply suggestions from code review * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Update filestoragecontainer-post-permissions.md * Update filestoragecontainer-post-permissions.md * Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md * Update api-reference/beta/api/filestoragecontainer-post-permissions.md * Clarify Example 1 as new permission creation Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs. * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review --------- * docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976) * docs: add behavioral guidance and hidden membership notes to checkMemberGroups Add IMPORTANT alert documenting single-request evaluation semantics and partial results behavior for access-restricted groups. Add NOTE about latency expectations. Add hidden membership permission requirements (Member.Read.Hidden for app-only, group membership for delegated). Applies to both v1.0 and beta. * Apply suggestions from code review * Apply suggestions from code review --------- * Add passwordSubmit member to authenticationEventType enum (beta) (#28973) * Add passwordSubmit member to authenticationEventType enum (beta) Documents the new `passwordSubmit` (value 6) member added to the `authenticationEventType` enum in the Microsoft.AAD.Reporting beta schema. This enables OnPasswordSubmit event listeners and custom authentication extension handlers (Reports > Identity and access reports). Files updated: - api-reference/beta/resources/enums.md - added passwordSubmit row - api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists - changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning - concepts/whats-new-overview.md - announced in May 2026 What's New Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845 * Update changelog/Microsoft.AAD.Reporting.json * Apply suggestions from code review --------- * Clarify IANA Time Zone Database format for schedule timeZone (#28734) * Clarify IANA Time Zone Database format for schedule timeZone Graph Shifts expects timeZone on a schedule to use the IANA Time Zone Database (also called the Olson database or tz database) format, e.g. America/Chicago. The existing property description just says "tz database format" which is easy to miss; the API page for PUT /teams/{id}/schedule doesn't mention it at all. - api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone property description with the full "IANA Time Zone Database" name and an example value. - api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the Request body section calling out the timeZone format requirement. * Rework timeZone wording to be more actionable Feedback was that the previous wording ("must be specified in IANA Time Zone Database format...") is formal but doesn't actually tell a developer what to put. Rework to: - Use active voice ("Set timeZone to..." instead of "must be specified in"). - Show the Area/Location pattern via two examples (America/Chicago, Europe/London) instead of one. - Link to the canonical list on Wikipedia, matching the existing pattern already used for IANA time zones in concepts/toolkit/components/agenda.md and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in call-records reference docs. * Drop redundant Olson/tz database aliases from timeZone wording The Wikipedia link we point to is already titled "List of tz database time zones", so readers who know the format by that name still find it via the link text. Matches the agenda.md precedent in this repo, which says "IANA time zone" without the alias list. * Apply suggestions from code review * Update whats-new-overview.md * Apply suggestions from code review * Apply suggestions from code review * Update team-put-schedule.md --------- * Update fileStorageContainer permission docs for alternate keys (#28916) * Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic * Update example header for permission retrieval * Apply suggestions from code review * Apply suggestion from @MSFT-Andrea * Update filestoragecontainer-get-permissions.md * Apply suggestions from code review * Update filestoragecontainer-delete-permissions.md * Apply suggestions from code review * Update filestoragecontainer-update-permissions.md * Apply suggestions from code review * Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md * Apply suggestions from code review * Update Microsoft.FileServices.json * Update whats-new-overview.md * Apply suggestion from @MSFT-Andrea * Apply suggestions from code review * Apply suggestions from code review * Potential fix for pull request finding * Apply suggestions from code review * Changelog fix. --------- * docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838) * Update beta access review delegation docs Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d * docs: clarify reviewer example scope Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f * rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s) * split this into two ChangeList items (same record Id) * Fix guid * docs: reorder access review decision item properties Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3 * docs: align access review example formatting Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004 * docs: remove partial tab groups from access review examples Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc * docs: add full tab scaffolding to new access review examples for consistency Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486 * Remove manually inserted code snippets * Apply suggestions from code review --------- * Update reference TOC (#29058) * Update profilePropertySetting docs (#29038) * Updated according to KnutB's spec * Apply suggestions from code review * Update peopleadminsettings-list-profilepropertysettings.md * Update profilepropertysetting.md * Move extended Delete description from resource table to API topic * Apply suggestion from @MSFT-Andrea * Potential fix for pull request finding --------- * Update generated permissions tables with build 222741 (#29057) * Update generated permissions tables with build 222558 (#29051) * Revise traceRouteHop availability in callRecord docs (#29055) * Revise traceRouteHop availability in callRecord docs * Apply suggestions from code review * Apply suggestions from code review --------- * Update whats-new-overview.md (#29010) * Update whats-new-overview.md * Update whats-new-overview.md --------- * Update pull request template to remove documentation plan requirement (#29069) Removed the requirement to attach the documentation plan for AI-assisted docs authoring. * 2026-06-15: Automated permissions reference update (#29068) * Update permissions reference * Correct errors in permissions reference --------- * Update generated permissions tables with build 222982 (#29067) * Update whats-new-overview.md (#29064) * Update whats-new-overview.md * Update whats-new-overview.md * Potential fix for pull request finding --------- * Add tenantId property to userAccount resource (#28845) * Add tenantId field to security user account resource Added tenantId field to user account resource details. * Update userAccount resource date and add tenantId * Update date for security userAccount resource * Update changelog with new API changes Added new changelog entries for tenantId and categories properties in userAccount resource. * Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount * Apply suggestions from code review * Apply suggestions from code review --------- * Add mergeIncidents and moveAlerts v1.0 API docs (#28851) * Add mergeIncidents and moveAlerts v1.0 API docs Add v1.0 documentation for security action endpoints: - API pages: security-incident-mergeincidents.md, security-alert-movealerts.md - Resource pages: security-mergeresponse.md, security-correlationreason.md - Permission and RBAC include files - Update security-incident.md and security-alert.md Methods tables - Update v1.0 toc.mapping.json with new complex types - Add v1.0 changelog entries for all new artifacts * Fix comments * Apply suggestion from @FaithOmbongi * Update what's new --------- * Update reference TOC (#29071) * Update people doc (#29023) * Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team. * Minor typo * Address review comments in social intelligence overview * Apply remaining review thread doc fixes * minor date fix * date --------- * Add isVisible property to lpc v1.0 (#28915) * Add isVisible property to lpc v1.0 * Apply suggestions from code review * Apply suggestions from code review * Update Microsoft.People.json * Apply suggestions from code review * Apply suggestion from @Danipocket --------- * Apply simulation-update v1.0 PR #9936 changes to beta file (#29077) * Remove unsupported expand query from getRetentionLabel docs (#29080) * Update generated files with build 223158 (#29075) * Resolve syncing conflicts from repo_sync_working_branch to main (#29076) * Enhance clarity in API documentation by updating request and response example phrasing across multiple files * Apply suggestions from code review * Fix trailing pipe tables 1.0 (#9930) * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudclipboardroot-list-items * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in tablecolumncollection-add * Fix trailing pipe formatting in user-findmeetingtimes * Apply suggestions from code review --------- * Fix missing closing codeblock beta (#9919) * Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md * Fix missing closing code block in security-labelsroot-delete-citations.md * Fix missing closing code block in singlevaluelegacyextendedproperty-get.md * Fix missing closing code block in usersettings-list-windows.md * Fix missing closing code block in webapplicationfirewallprovider-verify.md * Fix missing closing code block in windowssetting-get.md * Fix missing closing code block in windowssetting-list-instances.md * fix(beta api): close malformed http code fence in windowssettinginstance-get * Apply suggestions from code review --------- * Update synchronization-synchronization-list-templates.md (#9922) Update headings from H3 to H2. * Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923) Update headings from H3 to H2. * Update synchronization-synchronizationtemplate-update.md (#9924) Update headings from H3 to H2. * Update eventmessage-post-attachments.md (#9926) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update event-post-attachments.md (#9925) Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md * Update educationassignment-list-resources.md (#9927) Update formatting * Update provisioningobjectsummary-list.md (#9928) Fix typo in error response example section * Fix trailing pipe tables beta (#9929) * Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments * Fix trailing pipe formatting in basesitepage-delete * Fix trailing pipe formatting in bookingbusiness-update * Fix trailing pipe formatting in bundle-update * Fix trailing pipe formatting in call-redirect * Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus * Fix trailing pipe formatting in contact-update * Fix trailing pipe formatting in contenttype-associatewithhubsites * Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile * Fix trailing pipe formatting in driveitem-createlink * Fix trailing pipe formatting in driveitem-delta * Fix trailing pipe formatting in driveitem-get-content-format * Fix trailing pipe formatting in driveitem-invite * Fix trailing pipe formatting in driveitem-preview * Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post * Fix trailing pipe formatting in get-device-command-status * Fix trailing pipe formatting in governancerolesetting-update * Fix trailing pipe formatting in industrydata-inboundapiflow-post * Fix trailing pipe formatting in itemactivity-getbyinterval * Fix trailing pipe formatting in listitem-createlink * Fix trailing pipe formatting in listitem-delete * Fix trailing pipe formatting in listitem-update * Fix trailing pipe formatting in message-createreply * Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries * Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary * Fix trailing pipe formatting in pagetemplate-delete * Fix trailing pipe formatting in permission-grant * Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests * Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails * Fix trailing pipe formatting in security-host-list-passivedns * Fix trailing pipe formatting in send-device-command * Fix trailing pipe formatting in site-list * Fix trailing pipe formatting in team-sendactivitynotification * Fix trailing pipe formatting in termstore-relation-post * Fix trailing pipe formatting in user-list-devices * Fix trailing pipe formatting in user-sendmail * Fix trailing pipe formatting in webpart-delete --------- * Fix missing closing codeblock 1.0 (#9920) * Fix missing closing http fence in security-auditlogquery-list-records * Fix missing closing http fence in userprotectionscopecontainer-compute * Fix missing closing http fence in usersettings-list-windows --------- * Update date range (#9931) When requesting a date over 28 days the API returns: "Invalid date value specified: 2026-04-06. Only support data for the past 28 days." * Correct date range for email activity report (#9932) https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9931/changes * Ch… Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: danny1718 <danny0218@live.cn> Co-authored-by: Danni Zhao <dannizhao@microsoft.com> Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com> Co-authored-by: angiechen22 <111081743+angiechen22@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Co-authored-by: Daniela Bonilla Montero <danielabo@microsoft.com> Co-authored-by: araqueno <araqueno@microsoft.com> Co-authored-by: araqueno <118419398+araqueno@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com> Co-authored-by: Helge Solheim <helge.solheim@microsoft.com> Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com> Co-authored-by: milanevk <milanevk@microsoft.com> Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com> Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com> Co-authored-by: Harel Damti <t-hareldamti@microsoft.com> Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com> Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com> Co-authored-by: Raul Fernandes <raulfer@microsoft.com> Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com> Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: Vipul <84970543+VipulMSFT@users.noreply.github.com> Co-authored-by: Nick Robinson <nickrob@microsoft.com> Co-authored-by: Matthew M. <mamcgrath@microsoft.com> Co-authored-by: Yuvalabiri <154335961+Yuvalabiri@users.noreply.github.com> Co-authored-by: Ruth Waithera <ruthnjambuya@gmail.com> Co-authored-by: Jarbas Horst <jarbas@valosolutions.com> Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com> Co-authored-by: Ryutaro Koma <rykoma@microsoft.com> Co-authored-by: Micah Warren <26724012+MicahWW@users.noreply.github.com> Co-authored-by: masonw1211 <31712004+masonw1211@users.noreply.github.com> Co-authored-by: Mason Wolff <masonwolff@microsoft.com> Co-authored-by: srinivaspadala-msft <sripadala@microsoft.com> Co-authored-by: Anton Vanco <254866915+antonvano@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Samuel Mwangi <swanjohi.mwangi@gmail.com> Co-authored-by: Samuel Mwangi (from Dev Box) <samuelmwangi@microsoft.com> Co-authored-by: Kimani Mwangi <mkimani@mobilefuture.co.ke> Co-authored-by: Hiro7 <75809971+garchiro7@users.noreply.github.com> Co-authored-by: Simran Moolchandaney <66736756+simoolchandaney@users.noreply.github.com> Co-authored-by: Simran Moolchandaney (from Dev Box) <simranm@microsoft.com> Co-authored-by: Jason Johnston <jasonjoh@users.noreply.github.com> Co-authored-by: myra-ramdenbourg <108485108+myra-ramdenbourg@users.noreply.github.com> Co-authored-by: Alexander Filipin <filipin.alex@live.de> Co-authored-by: Alexander Filipin <alfilipi@microsoft.com> Co-authored-by: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Co-authored-by: Ortagus Winfrey <85191667+OWinfreyATL@users.noreply.github.com> Co-authored-by: prasadpatil111 <284865846+prasadpatil111@users.noreply.github.com> Co-authored-by: Prasad Patil <praspati@microsoft.com> Co-authored-by: VISHNU VARDHAN PACHVA <67050501+Vishnu369@users.noreply.github.com> Co-authored-by: Vishnu Vardhan Pachva <vpachva@microsoft.com> Co-authored-by: Reeza Ali <223746809+ReezaAli149@users.noreply.github.com> Co-authored-by: Yossi Bruss <287477490+yossibruss-ms@users.noreply.github.com> Co-authored-by: Yossi Bruss <jobrus@microsoft.com> Co-authored-by: Yossi Bruss <yobruss@microsoft.com> Co-authored-by: aditiijj <aditiijj@outlook.com> Co-authored-by: Aditi Jain <aditij@microsoft.com> Co-authored-by: aditiijj <232662544+aditiijj@users.noreply.github.com> Co-authored-by: Ch@ps <61343268+Subham-RKB@users.noreply.github.com> Co-authored-by: schapagain <schapagain+odspmdb@microsoft.com> Co-authored-by: ireneren0123 <xiazhixuanc@gmail.com> Co-authored-by: Irene Ren <ireneren+odspmdb@microsoft.com> Co-authored-by: Nnachtomy <v-nnachtomy@microsoft.com> Co-authored-by: Nnachtomy <258772109+Nnachtomy@users.noreply.github.com> Co-authored-by: Amar Koni <160498064+akgraph@users.noreply.github.com> Co-authored-by: Amar Koni (from Dev Box) <amarkoni@microsoft.com> Co-authored-by: Luca Spolidoro [MSFT] <Licantrop0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
learn-build-service-prod Bot
added a commit
that referenced
this pull request
Jun 25, 2026
* Merge to publish. (#29156)
* Add force user logoff option and policy update status API for Cloud PC provisioning policy (#28989)
* add new property and function
* remove generated files
* add change log
* Address Copilot review feedback
* Address Copilot review feedback
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* resolve merge connflict and update accordingly
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danni Zhao <dannizhao@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Windows Updates New Enrollment States (#24135)
* updatecategoryenrollmetninformation.md
* updatemanagementenrollment.md
* azureaddevice.md
* changelog
* cleanup
* acrolinx
* Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
* Update api-reference/beta/resources/windowsupdates-updatecategoryenrollmentinformation.md
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
* reviewer suggestions
* typo fix
* fixed build error
* created enums.md file
* heading change
* build errors
* Fixed build errors.
* Fixing build issues.
* Build issues
* Apply suggestions from code review
* Apply suggestions from code review
* Update windowsupdates-enums.md
* Apply suggestions from code review
* Update windowsupdates-enums.md
* Apply suggestions from code review
* Updated response.
* reverted changelog issues
* reverted changelog to commit 37f2366
* reverted changelog to commit c4f4d79cfa76e4c41b5cf8da4f7e751d3c41c5e3
* re-added changelog entries for this PR
* Update Microsoft.WindowsUpdates.json
The changelog was showing incorrect entries.
* Apply suggestions from code review
* Apply suggestions from code review
* Update changelog
* Revert "Update changelog"
This reverts commit df0209779bae59e2dbc398837f334e521dba546f.
* update changelog attempt 2
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Minor fixes.
* Delete api-reference/beta/resources/windowsupdates-enums.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update enums-windowsupdates.md
* Minor fixes.
* Remove unintended changelog update
* minor fixes
* Update windowsupdates-azureaddevice.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update toc.mapping.json
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update windowsupdates-updatableassetenrollment.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update Microsoft.WindowsUpdates.json
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update reference TOC
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update reference TOC
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com>
Co-authored-by: Daniela Bonilla Montero <danielabo@microsoft.com>
Co-authored-by: araqueno <araqueno@microsoft.com>
Co-authored-by: araqueno <118419398+araqueno@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Fix unsafe test.com domain in TLS inspection doc examples (#29134)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* docs: add appRoleAssignmentRequired to agentIdentity resource (beta) (#29020)
* docs: add appRoleAssignmentRequired to agentIdentity properties (beta)
Adds `appRoleAssignmentRequired` to the Properties table and JSON representation of the agentIdentity resource type. The property is now included in the default projection following schema-Prod-beta.csdl PR 15981723 (Work Item 48856).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: add changelog entry for agentIdentity.appRoleAssignmentRequired (beta)
Adds changelog entry for the `appRoleAssignmentRequired` property added to `agentIdentity` in the Microsoft Graph beta endpoint (schema-Prod-beta.csdl PR 15981723, Work Item 48856).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: update changelog WorkloadArea/SubArea for agentIdentity.appRoleAssignmentRequired
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: add What's New entry for agentIdentity.appRoleAssignmentRequired (June 2026 beta)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestion from @FaithOmbongi
* docs: rebase PR changes onto latest main (resolve merge conflicts)
* Readd what's new
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29136)
* Use contractions in backuprestoreroot-list-onedriveforbusinessbrowsesessions
* Use contractions in backuprestoreroot-list-sharepointbrowsesessions
* Use contractions in basesitepage-list
* Use contractions in bitlocker-list-recoverykeys
* Use contractions in bookingappointment-update
* Use contractions in bookingbusiness-list
* Use contractions in bookingcustomer-get
* Use contractions in bundle-removeitem
* Use contractions in bundle-update
* Use contractions in calendar-list-calendarview
* Use contractions in call-keepalive
* Use contractions in call-list-participants
* Use contractions in call-reject
* Use contractions in channel-get-members
* Use contractions in chat-delete
* Use contractions in chat-get
* Use contractions in chat-get-members
* Use contractions in chat-list-members
* Use contractions in contenttype-delete
* Use contractions in conversationmember-list
* Use contractions in directory-list-customsecurityattributedefinitions
* Use contractions in directoryobject-delta
* Use contractions in domain-delete
* Use contractions in domain-get-rootdomain
* Use contractions in domain-list-federationconfiguration
* Use contractions in drive-get-specialfolder
* Use contractions in driveitem-copy
* Use contractions in driveitem-createlink
* Use contractions in driveitem-search
* Use contractions in driveitemversion-get
* Use contractions in educationclass-delta
* Use contractions in educationclass-post
* Use contractions in entitlementmanagementsettings-get
* Use contractions in externalauthenticationmethodconfiguration-get
* Use contractions in externalconnectors-externalgroup-update
* Use contractions in externalconnectors-externalitem-get
* Use contractions in externalconnectors-schema-get
* Use contractions in fido2authenticationmethod-list
* Use contractions in group-delta
* Use contractions in group-list-acceptedsenders
* Use contractions in group-list-calendarview
* Use contractions in group-post-members
* Use contractions in group-update
* Use contractions in identitygovernance-insights-workflowsprocessedsummary
* Use contractions in identitygovernance-task-get
* Use contractions in identitygovernance-workflowtemplate-get
* Use contractions in identityuserflowattributeassignment-update
* Use contractions in inferenceclassification-list-overrides
* Use contractions in internaldomainfederation-get
* Use contractions in learningcourseactivity-update
* Use contractions in list-get
* Use contractions in listitem-delete
* Use contractions in listitem-update
* Use contractions in mailfolder-list-childfolders
* Use contractions in message-createreply
* Use contractions in message-createreplyall
* Use contractions in message-delta
* Use contractions in message-reply
* Use contractions in message-replyall
* Use contractions in offershiftrequest-get
* Use contractions in onlinemeeting-createorget
* Use contractions in orgcontact-delta
* Use contractions in outlookuser-supportedtimezones
* Use contractions in permissiongrantpolicy-update
* Use contractions in permission-update
* Use contractions in phoneauthenticationmethod-update
* Use contractions in plannerassignedtotaskboardtaskformat-update
* Use contractions in post-post-attachments
* Use contractions in printdocument-createuploadsession
* Use contractions in printer-update
* Use contractions in printjob-cancel
* Use contractions in projectrome-put-activity
* Use contractions in qrcode-get
* Use contractions in reportroot-getemailactivitycounts
* Use contractions in reportroot-getemailactivityusercounts
* Use contractions in reportroot-getemailactivityuserdetail
* Use contractions in reportroot-getemailappusageappsusercounts
* Use contractions in reportroot-getemailappusageusercounts
* Use contractions in reportroot-getemailappusageuserdetail
* Use contractions in reportroot-getm365appplatformusercounts
* Use contractions in reportroot-getm365appusercounts
* Use contractions in reportroot-getm365appuserdetail
* Use contractions in reportroot-getmailboxusagedetail
* Use contractions in reportroot-getmailboxusagemailboxcounts
* Use contractions in reportroot-getmailboxusagequotastatusmailboxcounts
* Use contractions in reportroot-getmailboxusagestorage
* Use contractions in reportroot-getoffice365activationcounts
* Use contractions in reportroot-getoffice365activationsuserdetail
* Use contractions in reportroot-getoffice365activeusercounts
* Use contractions in reportroot-getoffice365activeuserdetail
* Use contractions in reportroot-getoffice365groupsactivitycounts
* Use contractions in reportroot-getoffice365groupsactivitydetail
* Use contractions in reportroot-getoffice365groupsactivityfilecounts
* Use contractions in reportroot-getoffice365groupsactivitystorage
* Use contractions in reportroot-getoffice365servicesusercounts
* Use contractions in reportroot-getonedriveactivityfilecounts
* Use contractions in reportroot-getonedriveactivityusercounts
* Use contractions in reportroot-getonedriveactivityuserdetail
* Use contractions in reportroot-getonedriveusageaccountcounts
* Use contractions in reportroot-getonedriveusageaccountdetail
* Use contractions in reportroot-getonedriveusagefilecounts
* Use contractions in reportroot-getsharepointactivityfilecounts
* Use contractions in reportroot-getsharepointactivitypages
* Use contractions in reportroot-getsharepointactivityuserdetail
* Use contractions in reportroot-getsharepointsiteusagedetail
* Use contractions in reportroot-getsharepointsiteusagefilecounts
* Use contractions in reportroot-getsharepointsiteusagepages
* Use contractions in reportroot-getsharepointsiteusagesitecounts
* Use contractions in reportroot-getsharepointsiteusagestorage
* Use contractions in reportroot-getskypeforbusinessactivitycounts
* Use contractions in reportroot-getskypeforbusinessactivityusercounts
* Use contractions in reportroot-getskypeforbusinessactivityuserdetail
* Use contractions in reportroot-getskypeforbusinessdeviceusagedistributionusercounts
* Use contractions in reportroot-getskypeforbusinessdeviceusageuserdetail
* Use contractions in reportroot-getskypeforbusinessorganizeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinessparticipantactivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivitycounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityminutecounts
* Use contractions in reportroot-getskypeforbusinesspeertopeeractivityusercounts
* Use contractions in reportroot-getteamsdeviceusageusercounts
* Use contractions in reportroot-getteamsuseractivityusercounts
* Use contractions in reportroot-getteamsuseractivityuserdetail
* Use contractions in reportroot-getyammeractivitycounts
* Use contractions in reportroot-getyammeractivityusercounts
* Use contractions in reportroot-getyammeractivityuserdetail
* Use contractions in reportroot-getyammerdeviceusagedistributionusercounts
* Use contractions in reportroot-getyammerdeviceusageusercounts
* Use contractions in reportroot-getyammerdeviceusageuserdetail
* Use contractions in reportroot-getyammergroupsactivitycounts
* Use contractions in reportroot-getyammergroupsactivitydetail
* Use contractions in riskdetection-get
* Use contractions in riskyuser-get
* Use contractions in schedulinggroup-delete
* Use contractions in schemaextension-delete
* Use contractions in security-ediscoverysearch-list-lastestimatestatisticsoperation
* Use contractions in security-host-list-childhostpairs
* Use contractions in security-host-list-parenthostpairs
* Use contractions in security-hostpair-get
* Use contractions in security-threatintelligence-list-sslcertificates
* Use contractions in servicehealthissue-get
* Use contractions in servicehealthissue-incidentreport
* Use contractions in serviceprincipal-get
* Use contractions in serviceupdatemessage-get
* Use contractions in sharedwithchannelteaminfo-get
* Use contractions in sharedwithchannelteaminfo-list-allowedmembers
* Use contractions in simulationautomation-get
* Use contractions in simulation-get
* Use contractions in singlevaluelegacyextendedproperty-get
* Use contractions in sitepage-publish
* Use contractions in sitepage-update
* Use contractions in site-search
* Use contractions in subjectrightsrequest-list-notes
* Use contractions in subscribedsku-list
* Use contractions in synchronization-synchronizationschema-delete
* Use contractions in synchronization-synchronizationschema-update
* Use contractions in teamsapp-delete
* Use contractions in teamsapp-publish
* Use contractions in teamsapp-update
* Use contractions in teamworktag-get
* Use contractions in tenantappmanagementpolicy-update
* Use contractions in tenantdatasecurityandgovernance-processcontentasync
* Use contractions in timeoffrequest-get
* Use contractions in todotask-delta
* Use contractions in todotask-list-checklistitems
* Use contractions in todotask-post-attachments
* Use contractions in userdatasecurityandgovernance-processcontent
* Use contractions in user-delta
* Use contractions in user-findmeetingtimes
* Use contractions in user-list-calendarview
* Use contractions in user-list-mailfolders
* Use contractions in user-list-messages
* Use contractions in userregistrationdetails-get
* Use contractions in user-sendmail
* Use contractions in verticalsection-update
* Use contractions in virtualeventregistrationconfiguration-list-questions
* Use contractions in virtualeventregistration-list
* Use contractions in virtualeventregistration-list-sessions
* Use contractions in virtualeventwebinar-post-registrations
* Use contractions in webpart-delete
* Use contractions in workbook-tablerowoperationresult
* Use contractions in x509certificateauthenticationmethodconfiguration-get
* Auto Publish – main to live - 2026-06-12 00:30 UTC (#29054)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: snippet-gen-pull-automation[bot] <95501462+snippet-gen-pull-automation[bot]@users.noreply.github.com>
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com>
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Helge Solheim <helge.solheim@microsoft.com>
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: milanevk <milanevk@microsoft.com>
Co-authored-by: shlipsey3 <66325782+shlipsey3@users.noreply.github.com>
Co-authored-by: hareldamti <94783416+hareldamti@users.noreply.github.com>
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: ashyasingh <74160572+ashyasingh@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: diadabal <105948420+diadabal@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Raul Fernandes <raulfer@microsoft.com>
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* Update simulation-update.md for requirement around simuation state (#9936)
* Update simulation-update.md for requirement around simuation state
Clarified simulation state as draft as required and updated description.
* Minor fixes
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Publish main to live - reconcile divergence 2026-06-17
Sets live content identical to main to clear the squash-induced divergence. No manual live hotfixes existed.
* Reconcile live to main (unblock auto-publish #29094) (#29095)
* Publish main to live - reconcile divergence (refresh 2026-06-17 18:25)
Sets live content identical to current main. main is authoritative; no live-only hotfixes.
* Update tenantappmanagementpolicy-get.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Remove license-type availability banner from Graph beta eDiscovery overview
Replaces preview/SKU-specific note in ediscovery-ediscoveryapioverview.md with neutral guidance pointing to Microsoft Purview eDiscovery documentation. Addresses customer confusion (IcM 51000001064141) about creating searches in standard eDiscovery cases via Graph.
* Merge to publish. (#29097)
* Permissions tables update (#29044)
* Update generated permissions tables with build 222443
* Update synchronization-synchronizationtemplate-get-permissions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Raise filestoragecontainer upsert limit to 40 (#29041)
* Raise filestoragecontainer upsert limit to 40
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Snippets Update (#29037)
* Update generated files with build 222239
* Update backuprestoreroot-post-sharepointrestoresessions.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Rename Tenants governance IA labels (#29036)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222221 (#29035)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update cloud support status (#29031)
* Update cloud support status
* Update security-alert-post-manualalert.md
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* 2026-06-08: Automated permissions reference update (#29029)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Add people data sources page (#29033)
* Add people data sources page and TOC entry
* minor
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update concepts/people-data-sources.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update profile property setting docs (#29032)
* Update profile property setting docs
* docs: address profile source precedence review feedback
* docs: clarify profile property setting guidance
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update profilepriority-configure-profilepropertysetting.md
* Update profilepriority-configure-profilepropertysetting.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update social-intel-concept-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Fixed mentioning the least privileged role for tenant app management policies (#29024)
* Revise RBAC notes for agent identity APIs (#28984)
Updated important notes regarding agent identity blueprints and roles.
* Add mdai service source to security alerts (#28897)
* Add MDAI service source
* fix name
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add conflictBehavior support to fileStorageContainer POST permissions (#28918)
* Add conflictBehavior support to fileStorageContainer POST permissions
Added @microsoft.graph.conflictBehavior annotation parameter to Create permission API for both beta and v1.0. Supports 'fail' (default, returns 409 Conflict) and 'replace' (updates existing role) values.
- Updated beta and v1.0 POST permissions docs with path parameters, conflictBehavior details, and replace example
- Added changelog entries for beta and v1.0
- Updated What's New for May 2026
* Fix dataLocation query parameter - remove incorrect $ prefix
The $ prefix only applies to OData keywords like \, \, \. Custom query parameters like dataLocation should not have the prefix.
* Fix validation issues - absolute links and broken references
- Convert absolute learn.microsoft.com link to relative link in fileStorageContainer docs - Fix broken alertsv1-alertsv2-migration link to point to security-alert resource - Remove broken migrationMode enum link
* Format conflictBehavior description - add space before parentheses
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-post-permissions.md
* Update filestoragecontainer-post-permissions.md
* Update api-reference/v1.0/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update api-reference/beta/api/filestoragecontainer-post-permissions.md
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Clarify Example 1 as new permission creation
Label the first sample as Example 1 and update request/response subheadings for consistency with Example 2 in beta and v1.0 docs.
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups (#28976)
* docs: add behavioral guidance and hidden membership notes to checkMemberGroups
Add IMPORTANT alert documenting single-request evaluation semantics and
partial results behavior for access-restricted groups. Add NOTE about
latency expectations. Add hidden membership permission requirements
(Member.Read.Hidden for app-only, group membership for delegated).
Applies to both v1.0 and beta.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add passwordSubmit member to authenticationEventType enum (beta) (#28973)
* Add passwordSubmit member to authenticationEventType enum (beta)
Documents the new `passwordSubmit` (value 6) member added to the
`authenticationEventType` enum in the Microsoft.AAD.Reporting beta
schema. This enables OnPasswordSubmit event listeners and custom
authentication extension handlers (Reports > Identity and access reports).
Files updated:
- api-reference/beta/resources/enums.md - added passwordSubmit row
- api-reference/beta/resources/appliedauthenticationeventlistener.md - updated eventType value lists
- changelog/Microsoft.AAD.Reporting.json - added changelog entry to clear AGS PR 15884845 warning
- concepts/whats-new-overview.md - announced in May 2026 What's New
Related AGS PR: https://msazure.visualstudio.com/One/_git/AD-AggregatorService-Workloads/pullrequest/15884845
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update changelog/Microsoft.AAD.Reporting.json
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Clarify IANA Time Zone Database format for schedule timeZone (#28734)
* Clarify IANA Time Zone Database format for schedule timeZone
Graph Shifts expects timeZone on a schedule to use the IANA Time Zone
Database (also called the Olson database or tz database) format, e.g.
America/Chicago. The existing property description just says "tz database
format" which is easy to miss; the API page for PUT /teams/{id}/schedule
doesn't mention it at all.
- api-reference/{v1.0,beta}/resources/schedule.md: expand the timeZone
property description with the full "IANA Time Zone Database" name and
an example value.
- api-reference/{v1.0,beta}/api/team-put-schedule.md: add a NOTE in the
Request body section calling out the timeZone format requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Rework timeZone wording to be more actionable
Feedback was that the previous wording ("must be specified in IANA Time
Zone Database format...") is formal but doesn't actually tell a developer
what to put. Rework to:
- Use active voice ("Set timeZone to..." instead of "must be specified in").
- Show the Area/Location pattern via two examples (America/Chicago,
Europe/London) instead of one.
- Link to the canonical list on Wikipedia, matching the existing pattern
already used for IANA time zones in concepts/toolkit/components/agenda.md
and for other standards (E.164, ISO 4217, ISO 3166-1 alpha-2) in
call-records reference docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Drop redundant Olson/tz database aliases from timeZone wording
The Wikipedia link we point to is already titled "List of tz database
time zones", so readers who know the format by that name still find it
via the link text. Matches the agenda.md precedent in this repo, which
says "IANA time zone" without the alias list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update whats-new-overview.md
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update team-put-schedule.md
---------
Co-authored-by: NORTHAMERICA\raulfer <raul.fernandes@microsoft.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update fileStorageContainer permission docs for alternate keys (#28916)
* Update fileStorageContainer permission docs for alternate keys and add v1.0 get permissions topic
* Update example header for permission retrieval
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @MSFT-Andrea
* Update filestoragecontainer-get-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-delete-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update filestoragecontainer-update-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Rename filestoragecontainer-get-permission-permissions.md to filestoragecontainer-get-permissions-permissions.md
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update Microsoft.FileServices.json
* Update whats-new-overview.md
* Apply suggestion from @MSFT-Andrea
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Changelog fix.
---------
Co-authored-by: Li Dai <daili@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* docs: add reviewer delegation support for access reviews (beta) + merge main conflict resolution (#28838)
* Update beta access review delegation docs
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2c320825-53af-40dd-8f42-ed52df5ae12d
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: clarify reviewer example scope
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2b4147b8-b521-4a17-a5da-ea987c630d6f
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
* rephrasing to focus on “reviewer delegation support” and link only to the primary entry point(s)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* split this into two ChangeList items (same record Id)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix guid
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs: reorder access review decision item properties
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/bfc67a32-3878-4761-a3e1-f45633867fa3
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: align access review example formatting
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/2318bcb0-67e7-4003-b7c5-8a8861253004
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: remove partial tab groups from access review examples
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/159d921e-8a7e-4ace-b801-1dc77de9bcbc
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* docs: add full tab scaffolding to new access review examples for consistency
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3dfef0f6-7ffa-45e4-bac0-f35fce549486
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
* Remove manually inserted code snippets
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: corey284 <281061362+corey284@users.noreply.github.com>
Co-authored-by: FaithOmbongi <14026935+FaithOmbongi@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update reference TOC (#29058)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update profilePropertySetting docs (#29038)
* Updated according to KnutB's spec
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Update peopleadminsettings-list-profilepropertysettings.md
* Update profilepropertysetting.md
* Move extended Delete description from resource table to API topic
* Apply suggestion from @MSFT-Andrea
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update generated permissions tables with build 222741 (#29057)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222558 (#29051)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Revise traceRouteHop availability in callRecord docs (#29055)
* Revise traceRouteHop availability in callRecord docs
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update whats-new-overview.md (#29010)
* Update whats-new-overview.md
* Update whats-new-overview.md
---------
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Update pull request template to remove documentation plan requirement (#29069)
Removed the requirement to attach the documentation plan for AI-assisted docs authoring.
* 2026-06-15: Automated permissions reference update (#29068)
* Update permissions reference
* Correct errors in permissions reference
---------
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update generated permissions tables with build 222982 (#29067)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update whats-new-overview.md (#29064)
* Update whats-new-overview.md
* Update whats-new-overview.md
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Add tenantId property to userAccount resource (#28845)
* Add tenantId field to security user account resource
Added tenantId field to user account resource details.
* Update userAccount resource date and add tenantId
* Update date for security userAccount resource
* Update changelog with new API changes
Added new changelog entries for tenantId and categories properties in userAccount resource.
* Apply review suggestions: update changelog dates and add What's New entry for tenantId on userAccount
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Add mergeIncidents and moveAlerts v1.0 API docs (#28851)
* Add mergeIncidents and moveAlerts v1.0 API docs
Add v1.0 documentation for security action endpoints:
- API pages: security-incident-mergeincidents.md, security-alert-movealerts.md
- Resource pages: security-mergeresponse.md, security-correlationreason.md
- Permission and RBAC include files
- Update security-incident.md and security-alert.md Methods tables
- Update v1.0 toc.mapping.json with new complex types
- Add v1.0 changelog entries for all new artifacts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix comments
* Apply suggestion from @FaithOmbongi
* Update what's new
---------
Co-authored-by: Harel Damti <t-hareldamti@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Update reference TOC (#29071)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Update people doc (#29023)
* Updated people & workplace intelligence document according to Knut Brandrud's proposal reviewed within our team.
* Minor typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Address review comments in social intelligence overview
* Apply remaining review thread doc fixes
* minor date fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* date
---------
Co-authored-by: Helge Solheim <Helge.Solheim+microsoft@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Add isVisible property to lpc v1.0 (#28915)
* Add isVisible property to lpc v1.0
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Update Microsoft.People.json
* Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
* Apply suggestion from @Danipocket
---------
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
* Apply simulation-update v1.0 PR #9936 changes to beta file (#29077)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Remove unsupported expand query from getRetentionLabel docs (#29080)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Update generated files with build 223158 (#29075)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
* Resolve syncing conflicts from repo_sync_working_branch to main (#29076)
* Enhance clarity in API documentation by updating request and response example phrasing across multiple files
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
* Fix trailing pipe tables 1.0 (#9930)
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudclipboardroot-list-items
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in itemactivitystat-getactivitybyinterval
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in tablecolumncollection-add
* Fix trailing pipe formatting in user-findmeetingtimes
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock beta (#9919)
* Fix formatting of HTTP request example in accesspackageresource-list-uploadsessions.md
* Fix missing closing code block in security-labelsroot-delete-citations.md
* Fix missing closing code block in singlevaluelegacyextendedproperty-get.md
* Fix missing closing code block in usersettings-list-windows.md
* Fix missing closing code block in webapplicationfirewallprovider-verify.md
* Fix missing closing code block in windowssetting-get.md
* Fix missing closing code block in windowssetting-list-instances.md
* fix(beta api): close malformed http code fence in windowssettinginstance-get
* Apply suggestions from code review
Co-authored-by: Jarbas Horst <jarbas_horst@hotmail.com>
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update synchronization-synchronization-list-templates.md (#9922)
Update headings from H3 to H2.
* Update https://github.com/microsoftgraph/microsoft-graph-docs-contrib/edit/main/api-reference/v1.0/api/synchronization-synchronizationtemplate-get.md (#9923)
Update headings from H3 to H2.
* Update synchronization-synchronizationtemplate-update.md (#9924)
Update headings from H3 to H2.
* Update eventmessage-post-attachments.md (#9926)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update event-post-attachments.md (#9925)
Updated the header hierarchy to align with https://github.com/microsoftgraph/microsoft-graph-docs-contrib/blob/main/api-reference/v1.0/api/message-post-attachments.md
* Update educationassignment-list-resources.md (#9927)
Update formatting
* Update provisioningobjectsummary-list.md (#9928)
Fix typo in error response example section
* Fix trailing pipe tables beta (#9929)
* Fix trailing pipe formatting in b2cidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in b2xidentityuserflow-post-userattributeassignments
* Fix trailing pipe formatting in basesitepage-delete
* Fix trailing pipe formatting in bookingbusiness-update
* Fix trailing pipe formatting in bundle-update
* Fix trailing pipe formatting in call-redirect
* Fix trailing pipe formatting in cloudpc-retrievecloudpccountbystatus
* Fix trailing pipe formatting in contact-update
* Fix trailing pipe formatting in contenttype-associatewithhubsites
* Fix trailing pipe formatting in customdataprovidedresourceuploadsession-uploadfile
* Fix trailing pipe formatting in driveitem-createlink
* Fix trailing pipe formatting in driveitem-delta
* Fix trailing pipe formatting in driveitem-get-content-format
* Fix trailing pipe formatting in driveitem-invite
* Fix trailing pipe formatting in driveitem-preview
* Fix trailing pipe formatting in ediscovery-noncustodialdatasource-post
* Fix trailing pipe formatting in get-device-command-status
* Fix trailing pipe formatting in governancerolesetting-update
* Fix trailing pipe formatting in industrydata-inboundapiflow-post
* Fix trailing pipe formatting in itemactivity-getbyinterval
* Fix trailing pipe formatting in listitem-createlink
* Fix trailing pipe formatting in listitem-delete
* Fix trailing pipe formatting in listitem-update
* Fix trailing pipe formatting in message-createreply
* Fix trailing pipe formatting in networkaccess-reports-getdestinationsummaries
* Fix trailing pipe formatting in networkaccess-reports-getdeviceusagesummary
* Fix trailing pipe formatting in pagetemplate-delete
* Fix trailing pipe formatting in permission-grant
* Fix trailing pipe formatting in rbacapplication-post-roleassignmentschedulerequests
* Fix trailing pipe formatting in security-collaborationroot-list-analyzedemails
* Fix trailing pipe formatting in security-host-list-passivedns
* Fix trailing pipe formatting in send-device-command
* Fix trailing pipe formatting in site-list
* Fix trailing pipe formatting in team-sendactivitynotification
* Fix trailing pipe formatting in termstore-relation-post
* Fix trailing pipe formatting in user-list-devices
* Fix trailing pipe formatting in user-sendmail
* Fix trailing pipe formatting in webpart-delete
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Fix missing closing codeblock 1.0 (#9920)
* Fix missing closing http fence in security-auditlogquery-list-records
* Fix missing closing http fence in userprotectionscopecontainer-compute
* Fix missing closing http fence in usersettings-list-windows
---------
Co-authored-by: Jarbas Horst <jarbas@valosolutions.com>
* Update date range (#9931)
When requesting a date over 28 days the API returns:
"Invalid date value specified: 2026-04-06. Only support data for the past 28 days."
* Correct date range for email activity report (#9932)
https://github.com/microsoftgraph/microsoft-graph-docs-…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clarified simulation state as draft as required and updated description.
Important
Required for API changes:
Add other supporting information, such as a description of the PR changes:
ADD INFORMATION HERE
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressedto the pull request.For more information, see the Content review process summary.