From b18d4f81fb88aa7e9402cbd16159c1d010e725ed Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 03:41:34 -0800
Subject: [PATCH 001/130] added virtual events into toc.yml
---
concepts/toc.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/concepts/toc.yml b/concepts/toc.yml
index f3e75d5dc36..02a64223092 100644
--- a/concepts/toc.yml
+++ b/concepts/toc.yml
@@ -926,6 +926,14 @@ items:
href: cloud-communications-identifylargegalleryview.md
- name: Manage watermarks for sensitive meetings
href: cloud-communications-watermark-meeting.md
+ - name: Virtual events
+ items:
+ - name: Choose the right meeting type
+ href: cloud-communications-virtual-events-overview.md
+ - name: Town hall use cases
+ href: cloud-communications-virtual-events-townhall-usecases.md
+ - name: Webinar use cases
+ href: cloud-communications-virtual-events-webinar-usecases.md
- name: Change notifications
items:
- name: Subscribe to teams, chats, channels
From 73a57e199a0a9bda815fbe2d7febc19ac70370be Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 03:43:15 -0800
Subject: [PATCH 002/130] Create
cloud-communications-virtual-events-overview.md
---
...-communications-virtual-events-overview.md | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 concepts/cloud-communications-virtual-events-overview.md
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
new file mode 100644
index 00000000000..9a196339150
--- /dev/null
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -0,0 +1,27 @@
+---
+title: "Choose the right meeting type"
+description: "Consider when to use online meetings API, webinar API or town hall API for Teams meetings."
+author: "awang119"
+ms.localizationpriority: medium
+ms.subservice: "cloud-communications"
+---
+
+# Choose the right meeting type
+
+Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences. These range from ad hoc meetings suitable for a small number of participants to large structured virtual events like webinars and town halls with thousands of attendees.
+
+Use the following table to choose the right meeting type for your use case.
+| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
+| ------------- | ------------- | ------------- |
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) |
- Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screensharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but are invited and use Q&A to engage with presenters and organizers instead of direct interaction via chat or audio.
+
+
+To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
+
+
+## Next Steps
+- [Create or join online meetings](cloud-communications-online-meetings.md) - Learn about how to use online meetings APIs.
+- [Webinar use cases](cloud-communications-virtual-events-webinar-usecases.md) - Learn how to create solutions with webinar APIs.
+- [Town hall use cases](cloud-communications-virtual-events-townhall-usecases.md) - Learn how to create solutions with town hall APIs.
From 495054f9afa568c6ff1fcfc19795f2e888eaad55 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 03:44:08 -0800
Subject: [PATCH 003/130] Create
cloud-communications-virtual-events-webinar-usecases.md
---
...cations-virtual-events-webinar-usecases.md | 62 +++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 concepts/cloud-communications-virtual-events-webinar-usecases.md
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
new file mode 100644
index 00000000000..069de29f3c5
--- /dev/null
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -0,0 +1,62 @@
+---
+title: "Virtual events webinar use cases"
+description: "List of use cases that can be enabled using virtual events webinar APIs"
+author: "awang119"
+ms.localizationpriority: medium
+ms.subservice: "cloud-communications"
+---
+# Virtual events webinar API overview
+Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update and delete a Teams webinar.
+
+To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
+
+- **Organizers** are employees (in your organization) who manage the webinar. They are the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
+- **Presenters** are employees (in your organization) or external participants who lead the webinar.
+- **Registrants** are users (in or outside of your organization) who have registered for a webinar. They can be registered, waitlisted, or rejected. They can choose to cancel their webinar registration.
+- **Attendees** are registrants who join the webinar. They need to have registered through a portal and answered registration questions.
+- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
+
+**[INSERT TABLE OF DIFF PERSONAS AND PERMISSIONS]**
+
+The following resource types can be used to build your webinar solution
+- [virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md) – Used to create, get, update, publish, cancel, and list Teams webinars.
+- [virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
+- [virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
+- [virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventregistrationconfiguration.md) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
+- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update and delete a presenter for a Teams webinar.
+- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
+- [meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
+- [attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md) – Provides webinar attendee data in the attendance report.
+- [virtual event webhooks](/concepts/changenotifications-for-virtualevent.md) – Can receive notifications for changes to a webinar, webinar registration, session, attendance report, and so on.
+
+
+## Solutions you can build
+The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
+| **Solutions** | **Description** |
+| ------------- | ------------- |
+| [Create/update/delete](#createupdatedelete) | Programmatically create, update, and delete Teams webinars.|
+| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (i.e. attendees, registration questions, attendance report, and more). |
+| [Registration](#registration) | Host your own registration portal experience for a Teams webinar and sync the registration data to the Teams client. |
+| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
+
+> [!NOTE]
+>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
+
+### Create/update/delete
+
+1. Use the Create webinar API to create a draft of the event, followed by the Publish webinar API to complete the creation and make it visible to its audience.
+
+ The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client
+
+ Just like in Teams, organizers can only create webinar events. The Create webinar API can only be called with delegated permissions on behalf of the organizer.
+
+3. Only organizers and co-organizers can update and delete webinars.
+
+4. Subscribe to change notifications to get updates about any changes made to the webinar.
+
+### Data Sync
+
+
+### Registration
+
+### Email communication
From 0ede93d6ad4431d103c20ffea58987a97c5c0c95 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 03:44:26 -0800
Subject: [PATCH 004/130] Create
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 1 +
1 file changed, 1 insertion(+)
create mode 100644 concepts/cloud-communications-virtual-events-townhall-usecases.md
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
new file mode 100644
index 00000000000..8b137891791
--- /dev/null
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -0,0 +1 @@
+
From 56be7dfc358d7671fe6ff4d3dc3dee5654c12ab2 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 03:51:58 -0800
Subject: [PATCH 005/130] Updated next steps in
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 9a196339150..fd27fec8a5b 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -22,6 +22,7 @@ To learn more about the differences between each meeting type to help you choose
## Next Steps
-- [Create or join online meetings](cloud-communications-online-meetings.md) - Learn about how to use online meetings APIs.
-- [Webinar use cases](cloud-communications-virtual-events-webinar-usecases.md) - Learn how to create solutions with webinar APIs.
-- [Town hall use cases](cloud-communications-virtual-events-townhall-usecases.md) - Learn how to create solutions with town hall APIs.
+- [Create or join online meetings](cloud-communications-online-meetings.md) - Learn to use online meetings APIs.
+- [Webinar use cases](cloud-communications-virtual-events-webinar-usecases.md) - Learn to create solutions with webinar APIs.
+- [Town hall use cases](cloud-communications-virtual-events-townhall-usecases.md) - Learn to create solutions with town hall APIs.
+- [Virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)- Learn to use virtual event webhooks.
From 5f7a8e714de74eeca58a0c79e868bfe31e928c15 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 04:19:12 -0800
Subject: [PATCH 006/130] Update CUD section of
cloud-communications-virtual-events-webinar-usecases.md
---
...unications-virtual-events-webinar-usecases.md | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 069de29f3c5..e3feac6e6cd 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -16,8 +16,6 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
- **Attendees** are registrants who join the webinar. They need to have registered through a portal and answered registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-**[INSERT TABLE OF DIFF PERSONAS AND PERMISSIONS]**
-
The following resource types can be used to build your webinar solution
- [virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md) – Used to create, get, update, publish, cancel, and list Teams webinars.
- [virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
@@ -34,7 +32,7 @@ The following resource types can be used to build your webinar solution
The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
| **Solutions** | **Description** |
| ------------- | ------------- |
-| [Create/update/delete](#createupdatedelete) | Programmatically create, update, and delete Teams webinars.|
+| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and delete Teams webinars.|
| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (i.e. attendees, registration questions, attendance report, and more). |
| [Registration](#registration) | Host your own registration portal experience for a Teams webinar and sync the registration data to the Teams client. |
| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
@@ -42,17 +40,17 @@ The following table lists some solutions you can build by using the Teams client
> [!NOTE]
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
-### Create/update/delete
+### Create/update/cancel
-1. Use the Create webinar API to create a draft of the event, followed by the Publish webinar API to complete the creation and make it visible to its audience.
+1. Use the [Create webinar API](../api-reference/v1.0/resources/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/resources/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client
+ - The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, organizers can only create webinar events. The Create webinar API can only be called with delegated permissions on behalf of the organizer.
+ - Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-3. Only organizers and co-organizers can update and delete webinars.
+2. Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/resources/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
-4. Subscribe to change notifications to get updates about any changes made to the webinar.
+3. Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
### Data Sync
From 1c1bfca209710c04f6e16d0cc5156d51200d52f0 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 04:46:15 -0800
Subject: [PATCH 007/130] added data sync section to
cloud-communications-virtual-events-webinar-usecases.md
---
...nications-virtual-events-webinar-usecases.md | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index e3feac6e6cd..d13d2089926 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -20,7 +20,7 @@ The following resource types can be used to build your webinar solution
- [virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md) – Used to create, get, update, publish, cancel, and list Teams webinars.
- [virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
- [virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
-- [virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventregistrationconfiguration.md) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
+- [virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update and delete a presenter for a Teams webinar.
- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
- [meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
@@ -32,7 +32,7 @@ The following resource types can be used to build your webinar solution
The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
| **Solutions** | **Description** |
| ------------- | ------------- |
-| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and delete Teams webinars.|
+| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (i.e. attendees, registration questions, attendance report, and more). |
| [Registration](#registration) | Host your own registration portal experience for a Teams webinar and sync the registration data to the Teams client. |
| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
@@ -42,18 +42,21 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
-1. Use the [Create webinar API](../api-reference/v1.0/resources/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/resources/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
+- Use the [Create webinar API](../api-reference/v1.0/resources/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/resources/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-2. Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/resources/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
-
-3. Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
+- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/resources/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
### Data Sync
-
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
+- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/resources/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/resources/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id.md).
+- To get attendance information of a webinar attendee, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
+- Get data for a specific webinar, list all the webinar in a tenant, list webinars where the user is an organizer or co-organizer, list webinars where the specified user is either the organizer or co-organizer.
+- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
From 713776e898d18bfa6bd250c8479a65615ba5e432 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 04:48:08 -0800
Subject: [PATCH 008/130] updated virtualeventwebinarregistrationconfiguration
in cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index fd27fec8a5b..e56f11ca697 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -14,7 +14,7 @@ Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screensharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but are invited and use Q&A to engage with presenters and organizers instead of direct interaction via chat or audio.
From 63ed34548b0bd2114501003ccd7c7aaf9312c384 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:03:10 -0800
Subject: [PATCH 009/130] Fixed hyperlinks
cloud-communications-virtual-events-webinar-usecases.md
---
...d-communications-virtual-events-webinar-usecases.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index d13d2089926..511dc40029b 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -42,21 +42,21 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
-- Use the [Create webinar API](../api-reference/v1.0/resources/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/resources/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
+- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/resources/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
+- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
-- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/resources/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/resources/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id.md).
+- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
- Get data for a specific webinar, list all the webinar in a tenant, list webinars where the user is an organizer or co-organizer, list webinars where the specified user is either the organizer or co-organizer.
-- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration-get.md).
+- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
From 0483900974e09ed1a6a25c929963377e01910041 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:09:58 -0800
Subject: [PATCH 010/130] Finished data sync section of
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 511dc40029b..9746332de7c 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -54,8 +54,8 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
-- To get attendance information of a webinar attendee, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
-- Get data for a specific webinar, list all the webinar in a tenant, list webinars where the user is an organizer or co-organizer, list webinars where the specified user is either the organizer or co-organizer.
+ - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
+- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
From 874d940345df16a8eb07254569b09d3ebd8f20c4 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:21:58 -0800
Subject: [PATCH 011/130] email and registration section of
cloud-communications-virtual-events-webinar-usecases.md
---
...oud-communications-virtual-events-webinar-usecases.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 9746332de7c..f163dad5cdd 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -41,13 +41,9 @@ The following table lists some solutions you can build by using the Teams client
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
### Create/update/cancel
-
- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
-
- The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
-
- Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-
- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
@@ -59,5 +55,10 @@ The following table lists some solutions you can build by using the Teams client
- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
+- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- [Create registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
+- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
+- To turn off email communications to attendees, it needs to be done when [creating the webinar]((../api-reference/v1.0/api/virtualeventsroot-post-webinars.md)). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
+- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From 46b343feb588b78ffcdfc7d9e38990e977e727dc Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:23:01 -0800
Subject: [PATCH 012/130] fixed link
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index f163dad5cdd..ca5582bac95 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -60,5 +60,5 @@ The following table lists some solutions you can build by using the Teams client
- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar]((../api-reference/v1.0/api/virtualeventsroot-post-webinars.md)). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From a8f56f5a59af01a72373f11ce68226bbb9c0b64d Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:30:21 -0800
Subject: [PATCH 013/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
...ations-virtual-events-townhall-usecases.md | 50 +++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 8b137891791..8e07c8d40a2 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -1 +1,51 @@
+---
+title: "Virtual events town hall use cases"
+description: "List of use cases that can be enabled using virtual events town hall APIs"
+author: "awang119"
+ms.localizationpriority: medium
+ms.subservice: "cloud-communications"
+---
+# Virtual events town hall API overview
+Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update and cancel a Teams town hall.
+To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
+
+- **Organizers** are employees (in your organization) who manage the town hall. They are the authority on when town halls take place and who participates. They configure town hall details such as title, theme, attendee experience, and email rules.
+- **Presenters** are employees (in your organization)or external participants who lead the town hall.
+- **Attendees** are either employees (in your organization) or external users who join the town hall and are either invited via email or the link to the town hall event is shared with them.
+- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
+
+The following resource types can be used to build your webinar solution
+- [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md) – Used to create, get, update, publish, and cancel a Teams town hall.
+- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
+- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
+
+## Solutions you can build
+The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
+| **Solutions** | **Description** |
+| ------------- | ------------- |
+| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
+| [Data Sync](#data-sync) | Pull Teams town hall data in a custom application. |
+| [Email communication](#email-communication)| Use your own email infrastructure to send out town hall-related notification emails. |
+
+> [!NOTE]
+>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
+
+### Create/update/cancel
+- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
+ - The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
+ - Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
+- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
+
+### Data Sync
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
+- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
+ - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
+- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
+- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
+
+
+### Email communication
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
+- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From 54c0d1e18bcab1fa434a2834c1df4f6097602c42 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:30:52 -0800
Subject: [PATCH 014/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index ca5582bac95..3d2cf697e44 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
---
# Virtual events webinar API overview
-Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update and delete a Teams webinar.
+Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update and cancel a Teams webinar.
To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
From 22d16693edda1e92a2d59a20b9e0122418ddf083 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 05:42:11 -0800
Subject: [PATCH 015/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
...ations-virtual-events-townhall-usecases.md | 22 +++++++------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 8e07c8d40a2..9d0852dc3a8 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -15,7 +15,7 @@ To make the best use of the Graph virtual events town hall APIs, it’s helpful
- **Attendees** are either employees (in your organization) or external users who join the town hall and are either invited via email or the link to the town hall event is shared with them.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-The following resource types can be used to build your webinar solution
+The following resource types can be used to build your town hall solution
- [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md) – Used to create, get, update, publish, and cancel a Teams town hall.
- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
@@ -32,20 +32,14 @@ The following table lists some solutions you can build by using the Teams client
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
### Create/update/cancel
-- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- - The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
+- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
+ - The town hall created via Microsoft Graph APIs will be a Teams town hall that’s visible and editable in the Teams client.
+ - Just like in Teams, only the organizer can create, publish and cancel town hall events. That is why Create townhall API can only be called with delegated permissions on behalf of the organizer.
+- Like in Teams, co-organizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer to do so.
### Data Sync
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
-- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
-- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
-- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
-
+- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
+- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), list town hall where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and list town halls where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are only available in Beta currently.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
-- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
From 76c96c6fee1e6f2da2cc66ca8ca98590290c45cd Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 10:37:05 -0800
Subject: [PATCH 016/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index e56f11ca697..a9f5a852dfd 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -14,7 +14,7 @@ Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screensharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but are invited and use Q&A to engage with presenters and organizers instead of direct interaction via chat or audio.
From 514c231da84d8e7675d1c24f24fea6eebaf96a7e Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:06:05 -0800
Subject: [PATCH 017/130] To increase acrolinx score for
cloud-communications-virtual-events-overview.md
---
...cloud-communications-virtual-events-overview.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index a9f5a852dfd..da883c9715e 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -1,6 +1,6 @@
---
title: "Choose the right meeting type"
-description: "Consider when to use online meetings API, webinar API or town hall API for Teams meetings."
+description: "Consider when to use online meetings API, webinar API, or town hall API for Teams meetings."
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
@@ -8,21 +8,21 @@ ms.subservice: "cloud-communications"
# Choose the right meeting type
-Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences. These range from ad hoc meetings suitable for a small number of participants to large structured virtual events like webinars and town halls with thousands of attendees.
+Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences ranging from ad hoc meetings suitable for a few participants to large structured virtual events like webinars and town halls with thousands of attendees.
Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screensharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
-| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but are invited and use Q&A to engage with presenters and organizers instead of direct interaction via chat or audio.
+| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
## Next Steps
-- [Create or join online meetings](cloud-communications-online-meetings.md) - Learn to use online meetings APIs.
-- [Webinar use cases](cloud-communications-virtual-events-webinar-usecases.md) - Learn to create solutions with webinar APIs.
-- [Town hall use cases](cloud-communications-virtual-events-townhall-usecases.md) - Learn to create solutions with town hall APIs.
-- [Virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)- Learn to use virtual event webhooks.
+- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
+- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
+- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
+- [Learn to use virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)
From 391dda1818bcd5c9260a8cd203fb6d0e5c3e011a Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:11:18 -0800
Subject: [PATCH 018/130] Update to increase score for
cloud-communications-virtual-events-townhall-usecases.md
---
...-communications-virtual-events-townhall-usecases.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 9d0852dc3a8..e6c1f92bab2 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -33,13 +33,13 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- - The town hall created via Microsoft Graph APIs will be a Teams town hall that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish and cancel town hall events. That is why Create townhall API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer to do so.
+ - The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
+ - Just like in Teams, only the organizer can create, publish and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
+- Like in Teams, co-organizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
### Data Sync
- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), list town hall where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and list town halls where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are only available in Beta currently.
+- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, co-organizers, and presenters (internal and external).
From 4104477eda9961dd977619e594c2acab9e31109c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:15:34 -0800
Subject: [PATCH 019/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
...nications-virtual-events-townhall-usecases.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index e6c1f92bab2..54c4f1bdc66 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -6,12 +6,12 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
---
# Virtual events town hall API overview
-Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update and cancel a Teams town hall.
+Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
-- **Organizers** are employees (in your organization) who manage the town hall. They are the authority on when town halls take place and who participates. They configure town hall details such as title, theme, attendee experience, and email rules.
-- **Presenters** are employees (in your organization)or external participants who lead the town hall.
+- **Organizers** are employees (in your organization) who manage the town hall. They're the authority on when town halls take place and who participates. They configure town hall details such as title, theme, attendee experience, and email rules.
+- **Presenters** are employees (in your organization) or external participants who lead the town hall.
- **Attendees** are either employees (in your organization) or external users who join the town hall and are either invited via email or the link to the town hall event is shared with them.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
@@ -34,12 +34,12 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
+- Like in Teams, coorganizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the coorganizer.
### Data Sync
-- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
+- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the coorganizers.
+- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or coorganizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or coorganizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, coorganizers, and presenters (internal and external).
From 6fd9698e3a7abdd08a028fed94835b297f8c2bd0 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:21:18 -0800
Subject: [PATCH 020/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
...cations-virtual-events-webinar-usecases.md | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 3d2cf697e44..6e7552f53aa 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -6,14 +6,14 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
---
# Virtual events webinar API overview
-Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update and cancel a Teams webinar.
+Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update, and cancel a Teams webinar.
To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
-- **Organizers** are employees (in your organization) who manage the webinar. They are the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
+- **Organizers** are employees (in your organization) who manage the webinar. They're the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
- **Presenters** are employees (in your organization) or external participants who lead the webinar.
-- **Registrants** are users (in or outside of your organization) who have registered for a webinar. They can be registered, waitlisted, or rejected. They can choose to cancel their webinar registration.
-- **Attendees** are registrants who join the webinar. They need to have registered through a portal and answered registration questions.
+- **Registrants** are users (in or outside of your organization) who registered for a webinar. They can be registered, waitlisted, or rejected. They can choose to cancel their webinar registration.
+- **Attendees** are registrants who joined the webinar. They need to register through a portal and answered registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
The following resource types can be used to build your webinar solution
@@ -21,7 +21,7 @@ The following resource types can be used to build your webinar solution
- [virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
- [virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
- [virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
-- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update and delete a presenter for a Teams webinar.
+- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update, and delete a presenter for a Teams webinar.
- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
- [meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
- [attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md) – Provides webinar attendee data in the attendance report.
@@ -33,7 +33,7 @@ The following table lists some solutions you can build by using the Teams client
| **Solutions** | **Description** |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
-| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (i.e. attendees, registration questions, attendance report, and more). |
+| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (like attendees, registration questions, attendance report, and more). |
| [Registration](#registration) | Host your own registration portal experience for a Teams webinar and sync the registration data to the Teams client. |
| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
@@ -42,23 +42,23 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- - The webinar created via Microsoft Graph APIs will be a Teams webinar that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish and cancel webinar events. That is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. Use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer to do so.
+ - The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
+ - Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
+- Like in Teams, coorganizers can update webinars. So use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the coorganizer.
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
-- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
+- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or coorganizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or coorganizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
-- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, coorganizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
- [Create registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still be sent to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still send to organizers, coorganizers, and presenters (internal and external).
- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From 6f480b8ec77514ac17947e7a67848876e96fbbfa Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:21:35 -0800
Subject: [PATCH 021/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 54c4f1bdc66..35325ffdb06 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -35,7 +35,7 @@ The following table lists some solutions you can build by using the Teams client
- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, coorganizers can update town halls. Use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the coorganizer.
+- Like in Teams, coorganizers can update town halls. So use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the coorganizer.
### Data Sync
- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the coorganizers.
From d201893216d6d89f3ca2bbeac6f26f9539f8b7a6 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:23:18 -0800
Subject: [PATCH 022/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
...oud-communications-virtual-events-townhall-usecases.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 35325ffdb06..d46210f0ad2 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -35,11 +35,11 @@ The following table lists some solutions you can build by using the Teams client
- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, coorganizers can update town halls. So use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the coorganizer.
+- Like in Teams, co-organizers can update town halls. So use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
### Data Sync
-- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the coorganizers.
-- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or coorganizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or coorganizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
+- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
+- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, coorganizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, co-organizers, and presenters (internal and external).
From 7c165b9d85bc5037cc8d0a0daebb3811ef856b9e Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:23:49 -0800
Subject: [PATCH 023/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
...loud-communications-virtual-events-webinar-usecases.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 6e7552f53aa..937763e717b 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -44,21 +44,21 @@ The following table lists some solutions you can build by using the Teams client
- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
-- Like in Teams, coorganizers can update webinars. So use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the coorganizer.
+- Like in Teams, co-organizers can update webinars. So use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer.
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
-- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or coorganizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or coorganizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
+- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
-- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, coorganizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
- [Create registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still send to organizers, coorganizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still send to organizers, co-organizers, and presenters (internal and external).
- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From dd65282b3e884bae82aa9e8c5849a0d4c310193c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:26:45 -0800
Subject: [PATCH 024/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index d46210f0ad2..c55acc0f17a 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -34,7 +34,7 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish, and cancel town hall events which is why the Create townhall API can only be called with delegated permissions on behalf of the organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the Create townhall API only supports delegated permissions on behalf of the organizer.
- Like in Teams, co-organizers can update town halls. So use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
### Data Sync
@@ -42,4 +42,4 @@ The following table lists some solutions you can build by using the Teams client
- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails will still send to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
From 714184faa941e5c7bf173392020c63b29aafe202 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:27:26 -0800
Subject: [PATCH 025/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 937763e717b..c1a03286964 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -43,7 +43,7 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API can only be called with delegated permissions on behalf of the organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API only supports delegated permissions on behalf of the organizer.
- Like in Teams, co-organizers can update webinars. So use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer.
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
@@ -60,5 +60,5 @@ The following table lists some solutions you can build by using the Teams client
- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, email will still send to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
From 47fbd0fa21c99e29f4b24bc0518eac1141345a41 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:52:17 -0800
Subject: [PATCH 026/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
...ommunications-virtual-events-townhall-usecases.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index c55acc0f17a..0f03bb014c2 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -6,13 +6,13 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
---
# Virtual events town hall API overview
-Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
+Virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
- **Organizers** are employees (in your organization) who manage the town hall. They're the authority on when town halls take place and who participates. They configure town hall details such as title, theme, attendee experience, and email rules.
-- **Presenters** are employees (in your organization) or external participants who lead the town hall.
-- **Attendees** are either employees (in your organization) or external users who join the town hall and are either invited via email or the link to the town hall event is shared with them.
+- **Presenters** are employees (in your organization) or guests who lead the town hall.
+- **Attendees** are either employees (in your organization) or guests who join the town hall and are either invited via email or the link to the town hall event is shared with them.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
The following resource types can be used to build your town hall solution
@@ -32,13 +32,13 @@ The following table lists some solutions you can build by using the Teams client
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
### Create/update/cancel
-- Use the [Create townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [Publish townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
+- Use the [CREATE townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [PUBLISH townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the Create townhall API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. So use the [Update townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
+- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
### Data Sync
-- Use the [Get townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
+- Use the [GET townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
### Email communication
From 8a4eb040a8a61b6b4eb759edca19c8839ebe35f1 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 11:53:31 -0800
Subject: [PATCH 027/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
...unications-virtual-events-webinar-usecases.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index c1a03286964..b1140b8a596 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -11,7 +11,7 @@ Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data
To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
- **Organizers** are employees (in your organization) who manage the webinar. They're the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
-- **Presenters** are employees (in your organization) or external participants who lead the webinar.
+- **Presenters** are employees (in your organization) or guests who lead the webinar.
- **Registrants** are users (in or outside of your organization) who registered for a webinar. They can be registered, waitlisted, or rejected. They can choose to cancel their webinar registration.
- **Attendees** are registrants who joined the webinar. They need to register through a portal and answered registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
@@ -41,23 +41,23 @@ The following table lists some solutions you can build by using the Teams client
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
### Create/update/cancel
-- Use the [Create webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [Publish webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
+- Use the [CREATE webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [PUBLISH webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. So use the [Update webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer.
+- Like in Teams, co-organizers can update webinars. So use the [UPDATE webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer.
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
-- To get attendance report data for a webinar, use [list attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [get attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
+- To get attendance report data for a webinar, use [LIST attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [GET attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
-- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
+- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
### Registration
-- Use [Create registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
-- [Create registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
-- After the registrant registers for the webinar, use [List sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
+- Use [CREATE registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- [CREATE registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
+- After the registrant registers for the webinar, use [LIST sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
### Email communication
- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
From 54af3384689c4ac564c926e4efcbb87679957c45 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:00:08 -0800
Subject: [PATCH 028/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 0f03bb014c2..dec4b7901a4 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -34,7 +34,7 @@ The following table lists some solutions you can build by using the Teams client
### Create/update/cancel
- Use the [CREATE townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [PUBLISH townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the Create townhall API only supports delegated permissions on behalf of the organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the CREATE townhall API only supports delegated permissions on behalf of the organizer.
- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
### Data Sync
From 89f98e9a3d693942025d76b7dcfc80e203256bb8 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:01:32 -0800
Subject: [PATCH 029/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index da883c9715e..3c8ef575676 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -13,8 +13,8 @@ Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-ti
Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screensharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
From fe53b9d13f27dffc7c765c0714a6172b0aa6f90f Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:13:53 -0800
Subject: [PATCH 030/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index dec4b7901a4..d61a34aa53f 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
---
# Virtual events town hall API overview
-Virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
+Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
From db64d14eb863372532f2884060ac953e4678f373 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:22:23 -0800
Subject: [PATCH 031/130] fix links
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 3c8ef575676..798172d810d 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -13,7 +13,7 @@ Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-ti
Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](../api-reference/v1.0/resources/onlinemeeting.md)
[attendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[online meeting webhooks](/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[online meeting webhooks](/graph/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
From c9af1f77136e55b8f4a5c8a0697e67fa5afc383c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:24:56 -0800
Subject: [PATCH 032/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 798172d810d..4392a9b953e 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -13,9 +13,9 @@ Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-ti
Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[online meeting webhooks](/graph/concepts/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md)
[virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md)
[attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md)
[virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
-| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md)
[virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md)
[virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](/graph/api/resources/virtualeventwebinar.md)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[virtualEventSession](/graph/api/resources/virtualeventsession.md)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter.md)
[virtual event webhooks](/graph/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](/graph/api/resources/virtualeventtownhall.md)
[virtualEventSession](/graph/api/resources/virtualeventsession.md)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
@@ -25,4 +25,4 @@ To learn more about the differences between each meeting type to help you choose
- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
-- [Learn to use virtual event webhooks](/concepts/changenotifications-for-virtualevent.md)
+- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent.md)
From 1e48cf6a5b3278b863492b162120638972e0e509 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:27:51 -0800
Subject: [PATCH 033/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 4392a9b953e..ffd5c00dfe4 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -13,9 +13,9 @@ Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-ti
Use the following table to choose the right meeting type for your use case.
| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
| ------------- | ------------- | ------------- |
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting.md) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](/graph/api/resources/virtualeventwebinar.md)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration.md)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration.md)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase.md)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport.md)
[attendanceRecord](/graph/api/resources/attendancerecord.md)
[virtualEventSession](/graph/api/resources/virtualeventsession.md)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter.md)
[virtual event webhooks](/graph/changenotifications-for-virtualevent.md)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
-| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](/graph/api/resources/virtualeventtownhall.md)
[virtualEventSession](/graph/api/resources/virtualeventsession.md)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter.md) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
+| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
@@ -25,4 +25,4 @@ To learn more about the differences between each meeting type to help you choose
- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
-- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent.md)
+- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent)
From df2be302858048452dd8d9876a4a917dbc94fc2e Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 11 Nov 2024 12:29:53 -0800
Subject: [PATCH 034/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index ffd5c00dfe4..a93cf6cada8 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -25,4 +25,4 @@ To learn more about the differences between each meeting type to help you choose
- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
-- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent)
+- [Learn to use virtual event webhooks](/concept/changenotifications-for-virtualevent.md)
From 59d539d5612351f0846bc7dd3f91998808f1031a Mon Sep 17 00:00:00 2001
From: Yogesh Randhawa
Date: Fri, 15 Nov 2024 11:08:06 -0800
Subject: [PATCH 035/130] [App Mgmt Policies] add docs for CSA exemptions
---
.../customSecurityAttributeExemption.md | 40 ++++++++++++++++++
...omSecurityAttributeStringValueExemption.md | 42 +++++++++++++++++++
api-reference/beta/resources/enums.md | 8 ++++
.../resources/identifierurirestriction.md | 8 +++-
changelog/Microsoft.DirectoryServices.json | 42 +++++++++++++++++++
5 files changed, 139 insertions(+), 1 deletion(-)
create mode 100644 api-reference/beta/resources/customSecurityAttributeExemption.md
create mode 100644 api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
new file mode 100644
index 00000000000..3f25a5acce3
--- /dev/null
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -0,0 +1,40 @@
+---
+title: "customSecurityAttributeExemption resource type"
+description: "Configuration object to configure a custom security attribute exemption for a restriction on application management policies."
+author: "yogesh-randhawa"
+ms.localizationpriority: medium
+ms.subservice: "entra-sign-in"
+doc_type: resourcePageType
+---
+
+# customSecurityAttributeExemption resource type
+
+Namespace: microsoft.graph
+
+[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
+
+Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
+
+## Properties
+| Property | Type | Description |
+| :-------------------------| :--------------------------------------------- | :-------------------------- |
+| id | string | Unique identifier with combination of the custom security attrbiute set name and attribute name. e.g. `AttributeSetName_AttributeName` |
+| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value will be compared to match custom security attribute value for the exemption to be applied.|
+
+## Relationships
+Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).
+
+## JSON representation
+The following JSON representation shows the resource type.
+
+``` json
+{
+ "@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
+ "id": "String",
+ "operator": "String"
+}
+```
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
new file mode 100644
index 00000000000..4f6770a49fe
--- /dev/null
+++ b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
@@ -0,0 +1,42 @@
+---
+title: "customSecurityAttributeStringValueExemption resource type"
+description: "Configuration object to configure a custom security attribute string value exemption for a restriction on application management policies."
+author: "yogesh-randhawa"
+ms.localizationpriority: medium
+ms.subservice: "entra-sign-in"
+doc_type: resourcePageType
+---
+
+# customSecurityAttributeStringValueExemption resource type
+
+Namespace: microsoft.graph
+
+[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
+
+Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
+
+## Properties
+| Property | Type | Description |
+| :-------------------------| :--------------------------------------------- | :-------------------------- |
+| id | string | Unique identifier with combination of the custom security attrbiute set name and attribute name. e.g. `AttributeSetName_AttributeName` |
+| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value will be compared to match custom security attribute value for the exemption to be applied.|
+| value | string | Value representing custom security attribute value to compare against while evaluating the exemption .|
+
+## Relationships
+Inherits from [customSecurityAttributeExemption](customSecurityAttributeExemption.md).
+
+## JSON representation
+The following JSON representation shows the resource type.
+
+``` json
+{
+ "@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
+ "id": "String",
+ "operator": "String",
+ "value": "String"
+}
+```
diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md
index ed46d4c0c3f..72d44969b37 100644
--- a/api-reference/beta/resources/enums.md
+++ b/api-reference/beta/resources/enums.md
@@ -747,6 +747,14 @@ Namespace: microsoft.graph
| trustedCertificateAuthority |
| unknownFutureValue |
+
+### customSecurityAttributeComparisonOperator values
+
+| Member |
+| ---- |
+| equals |
+| unknownFutureValue |
+
### synchronizationSecret values
| Member |
diff --git a/api-reference/beta/resources/identifierurirestriction.md b/api-reference/beta/resources/identifierurirestriction.md
index e46c504454d..3720343e674 100644
--- a/api-reference/beta/resources/identifierurirestriction.md
+++ b/api-reference/beta/resources/identifierurirestriction.md
@@ -18,6 +18,7 @@ Configuration object to configure a restriction for identifier URIs on applicati
## Properties
| Property | Type | Description |
| :------------------------------------------ | :------------------------------ | :-------------------------- |
+| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Entra ID; else, the restriction isn't enforced for those applications.|
| excludeAppsReceivingV2Tokens | Boolean | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Entra ID; else, the restriction isn't enforced for those applications.|
| excludeSaml | Boolean | If `true`, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.|
| restrictForAppsCreatedAfterDateTime | String | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
@@ -39,7 +40,12 @@ The following JSON representation shows the resource type.
"state": "String",
"restrictForAppsCreatedAfterDateTime": "String (timestamp)",
"excludeAppsReceivingV2Tokens": "Boolean",
- "excludeSaml": "Boolean"
+ "excludeSaml": "Boolean",
+ "excludeActors": [
+ {
+ "@odata.type": "microsoft.graph.customSecurityAttributeExemption"
+ }
+ ]
}
```
diff --git a/changelog/Microsoft.DirectoryServices.json b/changelog/Microsoft.DirectoryServices.json
index c5525073cbe..2a8b22cc47d 100644
--- a/changelog/Microsoft.DirectoryServices.json
+++ b/changelog/Microsoft.DirectoryServices.json
@@ -1,5 +1,47 @@
{
"changelog": [
+ {
+ "ChangeList": [
+ {
+ "Id": "ddcf7401-9746-4cdd-8406-15c0e0801925",
+ "ApiChange": "Enumeration",
+ "ChangedApiName": "customSecurityAttributeComparisonOperator",
+ "ChangeType": "Addition",
+ "Description": "Added the **customSecurityAttributeComparisonOperator** enumeration type.",
+ "Target": "customSecurityAttributeComparisonOperator"
+ },
+ {
+ "Id": "ddcf7401-9746-4cdd-8406-15c0e0801925",
+ "ApiChange": "Property",
+ "ChangedApiName": "excludeActors",
+ "ChangeType": "Addition",
+ "Description": "Added the **excludeActors** property to the [identifierUriRestriction](https://learn.microsoft.com/en-us/graph/api/resources/identifierUriRestriction?view=graph-rest-beta) resource.",
+ "Target": "identifierUriRestriction"
+ },
+ {
+ "Id": "ddcf7401-9746-4cdd-8406-15c0e0801925",
+ "ApiChange": "Resource",
+ "ChangedApiName": "customSecurityAttributeExemption",
+ "ChangeType": "Addition",
+ "Description": "Added the [customSecurityAttributeExemption](https://learn.microsoft.com/en-us/graph/api/resources/customSecurityAttributeExemption?view=graph-rest-beta) resource.",
+ "Target": "customSecurityAttributeExemption"
+ },
+ {
+ "Id": "ddcf7401-9746-4cdd-8406-15c0e0801925",
+ "ApiChange": "Resource",
+ "ChangedApiName": "customSecurityAttributeStringValueExemption",
+ "ChangeType": "Addition",
+ "Description": "Added the [customSecurityAttributeStringValueExemption](https://learn.microsoft.com/en-us/graph/api/resources/customSecurityAttributeStringValueExemption?view=graph-rest-beta) resource.",
+ "Target": "customSecurityAttributeStringValueExemption"
+ }
+ ],
+ "Id": "ddcf7401-9746-4cdd-8406-15c0e0801925",
+ "Cloud": "Prod",
+ "Version": "beta",
+ "CreatedDateTime": "2024-10-04T14:28:39.9651197Z",
+ "WorkloadArea": "Applications",
+ "SubArea": ""
+ },
{
"ChangeList": [
{
From 2690c87a9f990928e8633803c958139367504824 Mon Sep 17 00:00:00 2001
From: Yogesh Randhawa
Date: Fri, 15 Nov 2024 11:22:18 -0800
Subject: [PATCH 036/130] Fix docs for excludeActors property
---
api-reference/beta/resources/identifierurirestriction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/identifierurirestriction.md b/api-reference/beta/resources/identifierurirestriction.md
index 3720343e674..d8d0e7e6ec0 100644
--- a/api-reference/beta/resources/identifierurirestriction.md
+++ b/api-reference/beta/resources/identifierurirestriction.md
@@ -18,7 +18,7 @@ Configuration object to configure a restriction for identifier URIs on applicati
## Properties
| Property | Type | Description |
| :------------------------------------------ | :------------------------------ | :-------------------------- |
-| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Entra ID; else, the restriction isn't enforced for those applications.|
+| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | Collection of custom security attribute based exemptions to actor users and service principals. If an actor user or service principal has the custom security attributes, they will be provided exemption from the restriction|
| excludeAppsReceivingV2Tokens | Boolean | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Entra ID; else, the restriction isn't enforced for those applications.|
| excludeSaml | Boolean | If `true`, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.|
| restrictForAppsCreatedAfterDateTime | String | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
From 61dc2cb20d22df49d4fb4cec878ca861b023cf4f Mon Sep 17 00:00:00 2001
From: Doug Sikora
Date: Fri, 15 Nov 2024 12:37:27 -0800
Subject: [PATCH 037/130] fixing issues
---
.../beta/resources/customSecurityAttributeExemption.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index 3f25a5acce3..768c329c580 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -18,8 +18,8 @@ Configuration object to configure a custom security attribute exemption for a re
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | string | Unique identifier with combination of the custom security attrbiute set name and attribute name. e.g. `AttributeSetName_AttributeName` |
-| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value will be compared to match custom security attribute value for the exemption to be applied.|
+| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. e.g., `AttributeSetName_AttributeName` |
+| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
## Relationships
Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).
From 9b117ba5e22153e629fec1feccf842dc1ba40607 Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Fri, 15 Nov 2024 13:55:30 -0800
Subject: [PATCH 038/130] nits
---
api-reference/beta/resources/identifierurirestriction.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/resources/identifierurirestriction.md b/api-reference/beta/resources/identifierurirestriction.md
index d8d0e7e6ec0..8f0b592febb 100644
--- a/api-reference/beta/resources/identifierurirestriction.md
+++ b/api-reference/beta/resources/identifierurirestriction.md
@@ -18,8 +18,8 @@ Configuration object to configure a restriction for identifier URIs on applicati
## Properties
| Property | Type | Description |
| :------------------------------------------ | :------------------------------ | :-------------------------- |
-| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | Collection of custom security attribute based exemptions to actor users and service principals. If an actor user or service principal has the custom security attributes, they will be provided exemption from the restriction|
-| excludeAppsReceivingV2Tokens | Boolean | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Entra ID; else, the restriction isn't enforced for those applications.|
+| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute, they'll be exempted from the restriction. |
+| excludeAppsReceivingV2Tokens | Boolean | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications.|
| excludeSaml | Boolean | If `true`, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.|
| restrictForAppsCreatedAfterDateTime | String | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
| state | appManagementRestrictionState | String value that indicates if the restriction is evaluated. The possible values are: `enabled`, `disabled`, and `unknownFutureValue`. If `enabled`, the restriction is evaluated. If `disabled`, the restriction isn't evaluated or enforced.|
From 755d1f7ba2bfc23465419dbb47941755460dc9cf Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Fri, 15 Nov 2024 13:58:34 -0800
Subject: [PATCH 039/130] nits
---
.../customSecurityAttributeStringValueExemption.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
index 4f6770a49fe..a887479031f 100644
--- a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
@@ -18,9 +18,9 @@ Configuration object to configure a custom security attribute exemption for a re
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | string | Unique identifier with combination of the custom security attrbiute set name and attribute name. e.g. `AttributeSetName_AttributeName` |
-| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value will be compared to match custom security attribute value for the exemption to be applied.|
-| value | string | Value representing custom security attribute value to compare against while evaluating the exemption .|
+| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , `AttributeSetName_AttributeName` |
+| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
+| value | string | Value representing custom security attribute value to compare against while evaluating the exemption. |
## Relationships
Inherits from [customSecurityAttributeExemption](customSecurityAttributeExemption.md).
From c1e883dc9b6d4c16a227994f9881c9a48e099393 Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Fri, 15 Nov 2024 14:03:18 -0800
Subject: [PATCH 040/130] remove e.g.
---
.../beta/resources/customSecurityAttributeExemption.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index 768c329c580..feb65970336 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -18,7 +18,7 @@ Configuration object to configure a custom security attribute exemption for a re
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. e.g., `AttributeSetName_AttributeName` |
+| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName` |
| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
## Relationships
From 3c08e2cb0d303d48cc0b9342a6da44b1cffde261 Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Sun, 17 Nov 2024 23:04:11 -0800
Subject: [PATCH 041/130] add ms.date
---
api-reference/beta/resources/customSecurityAttributeExemption.md | 1 +
.../resources/customSecurityAttributeStringValueExemption.md | 1 +
api-reference/beta/resources/enums.md | 1 -
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index feb65970336..56c1d8970a9 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -5,6 +5,7 @@ author: "yogesh-randhawa"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 11/17/2024
---
# customSecurityAttributeExemption resource type
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
index a887479031f..b965c3708c2 100644
--- a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
@@ -5,6 +5,7 @@ author: "yogesh-randhawa"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 11/17/2024
---
# customSecurityAttributeStringValueExemption resource type
diff --git a/api-reference/beta/resources/enums.md b/api-reference/beta/resources/enums.md
index 72d44969b37..d9a53bd6171 100644
--- a/api-reference/beta/resources/enums.md
+++ b/api-reference/beta/resources/enums.md
@@ -747,7 +747,6 @@ Namespace: microsoft.graph
| trustedCertificateAuthority |
| unknownFutureValue |
-
### customSecurityAttributeComparisonOperator values
| Member |
From 24117bd51e6fc53467d2c219d1f555699ac19f5a Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Sun, 17 Nov 2024 23:06:53 -0800
Subject: [PATCH 042/130] add ms.date: 11/17/2024
---
api-reference/beta/resources/identifierurirestriction.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/api-reference/beta/resources/identifierurirestriction.md b/api-reference/beta/resources/identifierurirestriction.md
index 8f0b592febb..2de94598998 100644
--- a/api-reference/beta/resources/identifierurirestriction.md
+++ b/api-reference/beta/resources/identifierurirestriction.md
@@ -5,6 +5,7 @@ author: "yogesh-randhawa"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 11/17/2024
---
# identifierUriRestriction resource type
From f5824a1249a3c31f49a3756f6ee91a66a7a4896d Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:21:02 -0800
Subject: [PATCH 043/130] fix table in
cloud-communications-virtual-events-overview.md
---
...loud-communications-virtual-events-overview.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index a93cf6cada8..3b5f0a24313 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -11,12 +11,13 @@ ms.subservice: "cloud-communications"
Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences ranging from ad hoc meetings suitable for a few participants to large structured virtual events like webinars and town halls with thousands of attendees.
Use the following table to choose the right meeting type for your use case.
-| **Teams Meeting type** |**Microsoft Graph** | **Use cases** |
-| ------------- | ------------- | ------------- |
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) |[onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings.
|
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) |[virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the meeting.
|
-| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f) | [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
-
+
+|Teams Meeting type | Microsoft Graph | Use cases |
+|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
+| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
+| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
+| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
+
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
@@ -25,4 +26,4 @@ To learn more about the differences between each meeting type to help you choose
- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
-- [Learn to use virtual event webhooks](/concept/changenotifications-for-virtualevent.md)
+- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent)
From 9be63230d68ee916587298cf31bda28a2a5461c8 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:21:31 -0800
Subject: [PATCH 044/130] fix table in
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index d61a34aa53f..78d98a1c367 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -22,7 +22,7 @@ The following resource types can be used to build your town hall solution
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
-| **Solutions** | **Description** |
+| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
| [Data Sync](#data-sync) | Pull Teams town hall data in a custom application. |
From 733d159ae04ea4b8c33d0fd7f000539b9a385f9c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:22:30 -0800
Subject: [PATCH 045/130] fix table
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index b1140b8a596..88bb24c5d58 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -30,7 +30,8 @@ The following resource types can be used to build your webinar solution
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
-| **Solutions** | **Description** |
+
+| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (like attendees, registration questions, attendance report, and more). |
From f8833eccb3d027513c14ff2ee3d5924dff46c4d3 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:22:59 -0800
Subject: [PATCH 046/130] added spacing in table
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 78d98a1c367..431e9130e71 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -22,6 +22,7 @@ The following resource types can be used to build your town hall solution
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
+
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
From 27cf01b3a00e3585eda83ff85c20f6b94ac3134a Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:42:18 -0800
Subject: [PATCH 047/130] table spacing
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 3b5f0a24313..74889f4b404 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -11,7 +11,6 @@ ms.subservice: "cloud-communications"
Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences ranging from ad hoc meetings suitable for a few participants to large structured virtual events like webinars and town halls with thousands of attendees.
Use the following table to choose the right meeting type for your use case.
-
|Teams Meeting type | Microsoft Graph | Use cases |
|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
From f6e353ce7bb77350f811d2cc60e6ab8342d784d0 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:47:19 -0800
Subject: [PATCH 048/130] fixed links
cloud-communications-virtual-events-townhall-usecases.md
---
...cations-virtual-events-townhall-usecases.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 431e9130e71..a8b4cfb93b3 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -16,9 +16,9 @@ To make the best use of the Graph virtual events town hall APIs, it’s helpful
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
The following resource types can be used to build your town hall solution
-- [virtualEventTownhall](../api-reference/v1.0/resources/virtualeventtownhall.md) – Used to create, get, update, publish, and cancel a Teams town hall.
-- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
-- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
+- [virtualEventTownhall](/graph/api/resources/virtualeventtownhall) – Used to create, get, update, publish, and cancel a Teams town hall.
+- [virtualEventPresenter](/graph/api/resources/virtualeventpresenter) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
+- [virtualEventSession](/graph/api/resources/virtualeventsession) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
@@ -30,17 +30,17 @@ The following table lists some solutions you can build by using the Teams client
| [Email communication](#email-communication)| Use your own email infrastructure to send out town hall-related notification emails. |
> [!NOTE]
->To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
+>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts.md).
### Create/update/cancel
-- Use the [CREATE townhall API](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md) to create a draft of the event, followed by the [PUBLISH townhall API](../api-reference/v1.0/api/virtualeventtownhall-publish.md) to complete the creation and make it visible to its audience.
+- Use the [CREATE townhall API](/graph/api/virtualeventsroot-post-townhalls) to create a draft of the event, followed by the [PUBLISH townhall API](/graph/api/virtualeventtownhall-publish) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the CREATE townhall API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](../api-reference/v1.0/api/virtualeventtownhall-update.md) with delegated permissions on behalf of the co-organizer.
+- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the co-organizer.
### Data Sync
-- Use the [GET townhall API](../api-reference/v1.0/api/virtualeventtownhall-get.md) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town hall in a tenant](../api-reference/beta/api/virtualeventsroot-list-townhalls.md), where the [user is an organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuserrole.md), and where the [specified user is either the organizer or co-organizer](../api-reference/beta/api/virtualeventtownhall-getbyuseridandrole.md) are currently only available in Beta.
+- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
+- [List all the town hall in a tenant](/graph/api/virtualeventsroot-list-townhalls), where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole), and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](../api-reference/v1.0/api/virtualeventsroot-post-townhalls.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
From 2cb92a1a92b3d766af04a0f5464bd27f7ff1de38 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:52:02 -0800
Subject: [PATCH 049/130] fixed links
cloud-communications-virtual-events-webinar-usecases.md
---
...cations-virtual-events-webinar-usecases.md | 49 +++++++++----------
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 88bb24c5d58..427f478f846 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -17,20 +17,19 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
The following resource types can be used to build your webinar solution
-- [virtualEventWebinar](../api-reference/v1.0/resources/virtualeventwebinar.md) – Used to create, get, update, publish, cancel, and list Teams webinars.
-- [virtualEventRegistration](../api-reference/v1.0/resources/virtualeventregistration.md) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
-- [virtualEventRegistrationQuestion](../api-reference/v1.0/resources/virtualeventregistrationquestionbase.md) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
-- [virtualEventRegistrationConfiguration](../api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
-- [virtualEventPresenter](../api-reference/v1.0/resources/virtualeventpresenter.md) – Used to create, get, list, update, and delete a presenter for a Teams webinar.
-- [virtualEventSession](../api-reference/v1.0/resources/virtualeventsession.md) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
-- [meetingAttendanceReport](../api-reference/v1.0/resources/meetingattendancereport.md) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
-- [attendanceRecord](../api-reference/v1.0/resources/attendancerecord.md) – Provides webinar attendee data in the attendance report.
-- [virtual event webhooks](/concepts/changenotifications-for-virtualevent.md) – Can receive notifications for changes to a webinar, webinar registration, session, attendance report, and so on.
+- [virtualEventWebinar](/graph/api/resources/virtualeventwebinar) – Used to create, get, update, publish, cancel, and list Teams webinars.
+- [virtualEventRegistration](/graph/api/resources/virtualeventregistration – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
+- [virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
+- [virtualEventRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
+- [virtualEventPresenter](/graph/api/resources/virtualeventpresenter) – Used to create, get, list, update, and delete a presenter for a Teams webinar.
+- [virtualEventSession](/graph/api/resources/virtualeventsession) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
+- [meetingAttendanceReport](/graph/api/resources/meetingattendancereport) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
+- [attendanceRecord](/graph/api/resources/attendancerecord) – Provides webinar attendee data in the attendance report.
+- [virtual event webhooks](/concepts/changenotifications-for-virtualevent) – Can receive notifications for changes to a webinar, webinar registration, session, attendance report, and so on.
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
-
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
@@ -39,27 +38,27 @@ The following table lists some solutions you can build by using the Teams client
| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
> [!NOTE]
->To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/concepts/auth/auth-concepts.md).
-
+>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts).
+>
### Create/update/cancel
-- Use the [CREATE webinar API](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md) to create a draft of the event, followed by the [PUBLISH webinar API](../api-reference/v1.0/api/virtualeventwebinar-publish.md) to complete the creation and make it visible to its audience.
+- Use the [CREATE webinar API](/graph/api/virtualeventsroot-post-webinars) to create a draft of the event, followed by the [PUBLISH webinar API](/graph/api/virtualeventwebinar-publish) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. So use the [UPDATE webinar API](../api-reference/v1.0/api/virtualeventwebinar-update.md) with delegated permissions on behalf of the co-organizer.
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to get updates about any changes made to the webinar.
+- Like in Teams, co-organizers can update webinars. So use the [UPDATE webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the co-organizer.
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events.md) to get updates about any changes made to the webinar.
-- To get attendance report data for a webinar, use [LIST attendance records](../api-reference/v1.0/api/attendancerecord-list.md) or [GET attendance record with a query option](../api-reference/v1.0/api/meetingattendancereport-get.md#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](../api-reference/v1.0/resources/virtualeventregistration.md) to the `registrationId` property in [attendance record](../api-reference/beta/resources/attendancerecord.md) (currently only available in Beta).
-- Get data for [a specific webinar](../api-reference/v1.0/api/virtualeventwebinar-get.md), [list all the webinar in a tenant](../api-reference/v1.0/api/virtualeventsroot-list-webinars.md), list webinars where the [user is an organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md), list webinars where the [specified user is either the organizer or co-organizer](../api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md).
-- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](../api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md).
+- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
+- To get attendance report data for a webinar, use [LIST attendance records](/graph/api/attendancerecord-list) or [GET attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
+ - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/beta/resources/attendancerecord) (currently only available in Beta).
+- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
+- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
### Registration
-- Use [CREATE registration](../api-reference/v1.0/api/virtualeventwebinar-post-registrations.md) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
-- [CREATE registration questions](../api-reference/v1.0/api/virtualeventregistrationconfiguration-post-questions.md) (predefined or custom) attendees have to answer during registration.
-- After the registrant registers for the webinar, use [LIST sessions](../api-reference/v1.0/api/virtualeventregistration-list-sessions.md) to get the unique `joinWebURL` for the webinar.
+- Use [CREATE registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- [CREATE registration questions](/graph/api/virtualeventregistrationconfiguration-post-questions) (predefined or custom) attendees have to answer during registration.
+- After the registrant registers for the webinar, use [LIST sessions](/graph/api/virtualeventregistration-list-sessions) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar](../api-reference/v1.0/api/virtualeventsroot-post-webinars.md). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
-- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent.md#subscribable-virtual-events) to build your own customized email communication system.
+- To turn off email communications to attendees, it needs to be done when [creating the webinar](/graph/api/virtualeventsroot-post-webinars). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
+- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
From 8643ee805e7099cb604aa8e2dab780bb583c164c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 01:52:23 -0800
Subject: [PATCH 050/130] fixed table spacing
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index a8b4cfb93b3..d8529c0dd4d 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -22,7 +22,6 @@ The following resource types can be used to build your town hall solution
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
-
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
From 8be781b407af2457795fd9637dbe9958a128f24d Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:01:44 -0800
Subject: [PATCH 051/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 74889f4b404..6acc12245e1 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -4,6 +4,7 @@ description: "Consider when to use online meetings API, webinar API, or town hal
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
+ms.date: 11/18/2024
---
# Choose the right meeting type
@@ -11,6 +12,7 @@ ms.subservice: "cloud-communications"
Microsoft Teams and Microsoft Graph supports multiple types of scheduled real-time voice and video experiences ranging from ad hoc meetings suitable for a few participants to large structured virtual events like webinars and town halls with thousands of attendees.
Use the following table to choose the right meeting type for your use case.
+
|Teams Meeting type | Microsoft Graph | Use cases |
|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
From 9be134fa7cfdf5428704d741c0fad95658617c1b Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:02:50 -0800
Subject: [PATCH 052/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 6acc12245e1..4ccc9a42807 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -15,9 +15,9 @@ Use the following table to choose the right meeting type for your use case.
|Teams Meeting type | Microsoft Graph | Use cases |
|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
-| [Online meeting](https://support.microsoft.com/en-us/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
-| [Webinar](https://support.microsoft.com/en-us/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
-| [Town hall](https://support.microsoft.com/en-us/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
+| [Online meeting](https://support.microsoft.com/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
+| [Webinar](https://support.microsoft.com/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
+| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
From ddfceadc845738f5da035126df6cd95ebfc8869a Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:04:09 -0800
Subject: [PATCH 053/130] Update with right indentation toc.yml
---
concepts/toc.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/concepts/toc.yml b/concepts/toc.yml
index 02a64223092..30e7ff5f30e 100644
--- a/concepts/toc.yml
+++ b/concepts/toc.yml
@@ -927,13 +927,13 @@ items:
- name: Manage watermarks for sensitive meetings
href: cloud-communications-watermark-meeting.md
- name: Virtual events
- items:
- - name: Choose the right meeting type
- href: cloud-communications-virtual-events-overview.md
- - name: Town hall use cases
- href: cloud-communications-virtual-events-townhall-usecases.md
- - name: Webinar use cases
- href: cloud-communications-virtual-events-webinar-usecases.md
+ items:
+ - name: Choose the right meeting type
+ href: cloud-communications-virtual-events-overview.md
+ - name: Town hall use cases
+ href: cloud-communications-virtual-events-townhall-usecases.md
+ - name: Webinar use cases
+ href: cloud-communications-virtual-events-webinar-usecases.md
- name: Change notifications
items:
- name: Subscribe to teams, chats, channels
From d317c2ee7346077a9b289ad2baaa449a6a0da37d Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:04:48 -0800
Subject: [PATCH 054/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index d8529c0dd4d..b1b0b036927 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -4,6 +4,7 @@ description: "List of use cases that can be enabled using virtual events town ha
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
+ms.date: 11/18/2024
---
# Virtual events town hall API overview
Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
@@ -22,6 +23,7 @@ The following resource types can be used to build your town hall solution
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph town hall APIs and webhooks.
+
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
@@ -29,7 +31,7 @@ The following table lists some solutions you can build by using the Teams client
| [Email communication](#email-communication)| Use your own email infrastructure to send out town hall-related notification emails. |
> [!NOTE]
->To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts.md).
+>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts).
### Create/update/cancel
- Use the [CREATE townhall API](/graph/api/virtualeventsroot-post-townhalls) to create a draft of the event, followed by the [PUBLISH townhall API](/graph/api/virtualeventtownhall-publish) to complete the creation and make it visible to its audience.
From e9be7aa8d44eb8c98cd3fd1049fff708d169b0c1 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:06:27 -0800
Subject: [PATCH 055/130] fix link
cloud-communications-virtual-events-webinar-usecases.md
---
...d-communications-virtual-events-webinar-usecases.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 427f478f846..c5cc55cc8d7 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -4,6 +4,7 @@ description: "List of use cases that can be enabled using virtual events webinar
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
+ms.date: 11/18/2024
---
# Virtual events webinar API overview
Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update, and cancel a Teams webinar.
@@ -25,11 +26,12 @@ The following resource types can be used to build your webinar solution
- [virtualEventSession](/graph/api/resources/virtualeventsession) – A webinar created via Microsoft Graph APIs only has one session that inherits the properties of online meetings.
- [meetingAttendanceReport](/graph/api/resources/meetingattendancereport) – Each time a webinar ends, an attendance report is generated for the session but doesn’t include attendee data.
- [attendanceRecord](/graph/api/resources/attendancerecord) – Provides webinar attendee data in the attendance report.
-- [virtual event webhooks](/concepts/changenotifications-for-virtualevent) – Can receive notifications for changes to a webinar, webinar registration, session, attendance report, and so on.
+- [virtual event webhooks](/graph/changenotifications-for-virtualevent) – Can receive notifications for changes to a webinar, webinar registration, session, attendance report, and so on.
## Solutions you can build
The following table lists some solutions you can build by using the Teams client and Microsoft Graph webinar APIs and webhooks.
+
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
@@ -45,10 +47,10 @@ The following table lists some solutions you can build by using the Teams client
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API only supports delegated permissions on behalf of the organizer.
- Like in Teams, co-organizers can update webinars. So use the [UPDATE webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the co-organizer.
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
+- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data Sync
-- Subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
+- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [LIST attendance records](/graph/api/attendancerecord-list) or [GET attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/beta/resources/attendancerecord) (currently only available in Beta).
- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
@@ -61,4 +63,4 @@ The following table lists some solutions you can build by using the Teams client
### Email communication
- To turn off email communications to attendees, it needs to be done when [creating the webinar](/graph/api/virtualeventsroot-post-webinars). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
-- Can subscribe to [change notifications](/concepts/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
+- Can subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
From 7e19c6213157df267e24374be4657a791de38d8f Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:06:57 -0800
Subject: [PATCH 056/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index c5cc55cc8d7..b4ef71eef67 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -41,7 +41,7 @@ The following table lists some solutions you can build by using the Teams client
> [!NOTE]
>To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts).
->
+
### Create/update/cancel
- Use the [CREATE webinar API](/graph/api/virtualeventsroot-post-webinars) to create a draft of the event, followed by the [PUBLISH webinar API](/graph/api/virtualeventwebinar-publish) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
From cb3e3106eb69e77efeef3dc4b04daf9269e428c0 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:08:38 -0800
Subject: [PATCH 057/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index b4ef71eef67..276ad589c5a 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -52,7 +52,7 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [LIST attendance records](/graph/api/attendancerecord-list) or [GET attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/beta/resources/attendancerecord) (currently only available in Beta).
+ - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/resources/beta/attendancerecord) (currently only available in Beta).
- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
From 09ad00383ea73497a8261198ee171a293689ba47 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:09:39 -0800
Subject: [PATCH 058/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 4ccc9a42807..5a2e5981f2c 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -20,7 +20,7 @@ Use the following table to choose the right meeting type for your use case.
| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
-To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/en-us/microsoftteams/meeting-webinar-town-hall-feature-comparison).
+To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/microsoftteams/meeting-webinar-town-hall-feature-comparison).
## Next Steps
From e467cc62afe1887b73b2fd4a0b6db76db2985e50 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:12:51 -0800
Subject: [PATCH 059/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 276ad589c5a..7f7db1ba568 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -52,7 +52,7 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [LIST attendance records](/graph/api/attendancerecord-list) or [GET attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/resources/beta/attendancerecord) (currently only available in Beta).
+ - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/resources/attendancerecord) (currently only available in Beta).
- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
From 678b0fefe2427bc287ce69c444504e1a224d1f79 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:13:47 -0800
Subject: [PATCH 060/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 5a2e5981f2c..77e64f72d8a 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -20,7 +20,7 @@ Use the following table to choose the right meeting type for your use case.
| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
-To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](https://learn.microsoft.com/microsoftteams/meeting-webinar-town-hall-feature-comparison).
+To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](/microsoftteams/meeting-webinar-town-hall-feature-comparison).
## Next Steps
From 3fb776e454859aa25c613bd8060ef1350a180be5 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:22:54 -0800
Subject: [PATCH 061/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 7f7db1ba568..b3c92fcdf8a 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -19,7 +19,7 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
The following resource types can be used to build your webinar solution
- [virtualEventWebinar](/graph/api/resources/virtualeventwebinar) – Used to create, get, update, publish, cancel, and list Teams webinars.
-- [virtualEventRegistration](/graph/api/resources/virtualeventregistration – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
+- [virtualEventRegistration](/graph/api/resources/virtualeventregistration) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
- [virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
- [virtualEventRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration) – Contains information about a webinar registration configuration that stores the registration portal URL of the webinar.
- [virtualEventPresenter](/graph/api/resources/virtualeventpresenter) – Used to create, get, list, update, and delete a presenter for a Teams webinar.
From c07e636c672efe38c7780444e4b5da37493bec9d Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:23:15 -0800
Subject: [PATCH 062/130] Update
cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index b3c92fcdf8a..d6b64a5b07d 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -17,7 +17,7 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
- **Attendees** are registrants who joined the webinar. They need to register through a portal and answered registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-The following resource types can be used to build your webinar solution
+The following resource types can be used to build your webinar solution:
- [virtualEventWebinar](/graph/api/resources/virtualeventwebinar) – Used to create, get, update, publish, cancel, and list Teams webinars.
- [virtualEventRegistration](/graph/api/resources/virtualeventregistration) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
- [virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
From 22ec4af1bb37f50a57d13cbeb72c4ab2ad63e530 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Mon, 18 Nov 2024 02:23:35 -0800
Subject: [PATCH 063/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index b1b0b036927..b36499fbff3 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -16,7 +16,7 @@ To make the best use of the Graph virtual events town hall APIs, it’s helpful
- **Attendees** are either employees (in your organization) or guests who join the town hall and are either invited via email or the link to the town hall event is shared with them.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-The following resource types can be used to build your town hall solution
+The following resource types can be used to build your town hall solution:
- [virtualEventTownhall](/graph/api/resources/virtualeventtownhall) – Used to create, get, update, publish, and cancel a Teams town hall.
- [virtualEventPresenter](/graph/api/resources/virtualeventpresenter) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
- [virtualEventSession](/graph/api/resources/virtualeventsession) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
From 5ec1fe9aade75556d26c9966c768c7e5c3734b1c Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:48:30 +0800
Subject: [PATCH 064/130] Bulk add missing ms.date
---
api-reference/beta/api/authentication-get.md | 1 +
api-reference/beta/api/authentication-post-fido2methods.md | 1 +
api-reference/beta/api/authentication-update.md | 1 +
api-reference/beta/api/deviceregistrationpolicy-update.md | 1 +
api-reference/beta/api/intune-shared-devicemanagement-get.md | 1 +
.../api/reportroot-getmicrosoft365copilotusercountsummary.md | 1 +
api-reference/beta/api/security-analyzedemail-remediate.md | 1 +
api-reference/beta/api/security-auditlogquery-get.md | 1 +
api-reference/beta/api/user-findrooms.md | 1 +
api-reference/beta/resources/dynamics-graph-reference.md | 1 +
.../beta/resources/ediscovery-ediscoveryapioverview.md | 1 +
...ntune-deviceconfigv2-devicemanagementconfigurationpolicy.md | 1 +
api-reference/beta/resources/profile-example.md | 1 +
api-reference/beta/resources/security-emailthreatsubmission.md | 1 +
api-reference/beta/resources/teamworkdevice.md | 1 +
api-reference/v1.0/api/adminconsentrequestpolicy-update.md | 1 +
api-reference/v1.0/api/administrativeunit-post-members.md | 1 +
api-reference/v1.0/api/adminreportsettings-get.md | 1 +
api-reference/v1.0/api/alert-list.md | 1 +
api-reference/v1.0/api/application-addkey.md | 1 +
api-reference/v1.0/api/application-list-extensionproperty.md | 1 +
.../v1.0/api/application-post-federatedidentitycredentials.md | 1 +
api-reference/v1.0/api/applicationtemplate-instantiate.md | 1 +
api-reference/v1.0/api/associatedteaminfo-list.md | 1 +
api-reference/v1.0/api/authentication-list-phonemethods.md | 1 +
api-reference/v1.0/api/authentication-post-phonemethods.md | 1 +
api-reference/v1.0/api/authenticationmethodspolicy-get.md | 1 +
api-reference/v1.0/api/authorizationpolicy-get.md | 1 +
api-reference/v1.0/api/authorizationpolicy-update.md | 1 +
api-reference/v1.0/api/bookingappointment-get.md | 1 +
api-reference/v1.0/api/bookingbusiness-list.md | 1 +
api-reference/v1.0/api/chat-delete.md | 1 +
api-reference/v1.0/api/chat-sendactivitynotification.md | 1 +
api-reference/v1.0/api/chatmessage-list-replies.md | 1 +
api-reference/v1.0/api/chatmessage-post-replies.md | 1 +
api-reference/v1.0/api/chatmessage-softdelete.md | 1 +
api-reference/v1.0/api/chatmessage-update.md | 1 +
api-reference/v1.0/api/conditionalaccesspolicy-update.md | 1 +
.../v1.0/api/conditionalaccessroot-list-namedlocations.md | 1 +
api-reference/v1.0/api/conversationmembers-add.md | 1 +
.../v1.0/api/delegatedadminrelationship-post-requests.md | 1 +
api-reference/v1.0/api/devicelocalcredentialinfo-get.md | 1 +
api-reference/v1.0/api/directory-deleteditems-delete.md | 1 +
api-reference/v1.0/api/directory-list-subscriptions.md | 1 +
api-reference/v1.0/api/directoryaudit-get.md | 1 +
api-reference/v1.0/api/directoryobject-checkmemberobjects.md | 1 +
api-reference/v1.0/api/directoryrole-get.md | 1 +
api-reference/v1.0/api/directoryrole-list-members.md | 1 +
api-reference/v1.0/api/domain-get.md | 1 +
api-reference/v1.0/api/drive-sharedwithme.md | 1 +
api-reference/v1.0/api/driveitem-checkin.md | 1 +
api-reference/v1.0/api/driveitem-list-versions.md | 1 +
api-reference/v1.0/api/employeeexperience-list-communities.md | 1 +
.../v1.0/api/entitlementmanagement-post-assignmentrequests.md | 1 +
api-reference/v1.0/api/event-post-attachments.md | 1 +
api-reference/v1.0/api/filestorage-list-containers.md | 1 +
api-reference/v1.0/api/group-get-conversation.md | 1 +
api-reference/v1.0/api/group-get-event.md | 1 +
api-reference/v1.0/api/group-list-conversations.md | 1 +
api-reference/v1.0/api/group-list-settings.md | 1 +
api-reference/v1.0/api/group-post-approleassignments.md | 1 +
api-reference/v1.0/api/group-post-events.md | 1 +
api-reference/v1.0/api/group-upsert.md | 1 +
api-reference/v1.0/api/insights-list-shared.md | 1 +
api-reference/v1.0/api/internaldomainfederation-update.md | 1 +
api-reference/v1.0/api/intune-apps-managedapp-list.md | 1 +
api-reference/v1.0/api/intune-apps-win32lobapp-create.md | 1 +
api-reference/v1.0/api/intune-auditing-auditevent-list.md | 1 +
.../v1.0/api/intune-deviceconfig-deviceconfiguration-get.md | 1 +
api-reference/v1.0/api/intune-devices-manageddevice-delete.md | 1 +
api-reference/v1.0/api/intune-devices-manageddevice-wipe.md | 1 +
.../intune-enrollment-windowsautopilotdeviceidentity-get.md | 1 +
.../v1.0/api/itemactivitystat-getactivitybyinterval.md | 1 +
api-reference/v1.0/api/list-list-columns.md | 1 +
api-reference/v1.0/api/listitem-post-documentsetversions.md | 1 +
api-reference/v1.0/api/message-replyall.md | 1 +
.../api/microsoftauthenticatorauthenticationmethod-delete.md | 1 +
.../api/microsoftauthenticatorauthenticationmethod-list.md | 1 +
api-reference/v1.0/api/oauth2permissiongrant-get.md | 1 +
api-reference/v1.0/api/oauth2permissiongrant-list.md | 1 +
api-reference/v1.0/api/opentypeextension-get.md | 1 +
.../v1.0/api/opentypeextension-post-opentypeextension.md | 1 +
api-reference/v1.0/api/organization-list.md | 1 +
api-reference/v1.0/api/outlookuser-post-mastercategories.md | 1 +
api-reference/v1.0/api/outlookuser-supportedtimezones.md | 1 +
api-reference/v1.0/api/phoneauthenticationmethod-delete.md | 1 +
api-reference/v1.0/api/phoneauthenticationmethod-update.md | 1 +
api-reference/v1.0/api/place-get.md | 1 +
api-reference/v1.0/api/plannergroup-list-plans.md | 1 +
api-reference/v1.0/api/plannerplan-get.md | 1 +
api-reference/v1.0/api/plannertask-get.md | 1 +
api-reference/v1.0/api/plannertask-update.md | 1 +
api-reference/v1.0/api/plannertaskdetails-get.md | 1 +
api-reference/v1.0/api/planneruser-list-tasks.md | 1 +
.../v1.0/api/policyroot-list-rolemanagementpolicies.md | 1 +
api-reference/v1.0/api/post-post-attachments.md | 1 +
api-reference/v1.0/api/presence-setuserpreferredpresence.md | 1 +
api-reference/v1.0/api/printershare-get.md | 1 +
api-reference/v1.0/api/printershare-update.md | 1 +
.../privilegedaccessgroup-post-eligibilityschedulerequests.md | 1 +
api-reference/v1.0/api/range-update.md | 1 +
api-reference/v1.0/api/reportroot-getm365appuserdetail.md | 1 +
.../v1.0/api/reportroot-getonedriveusageaccountdetail.md | 1 +
.../v1.0/api/reportroot-getsharepointactivityuserdetail.md | 1 +
.../v1.0/api/reportroot-getsharepointsiteusagestorage.md | 1 +
.../v1.0/api/reportroot-getteamsteamactivitydetail.md | 1 +
.../v1.0/api/schemaextension-post-schemaextensions.md | 1 +
api-reference/v1.0/api/security-alert-get.md | 1 +
api-reference/v1.0/api/security-ediscoverysearch-purgedata.md | 1 +
.../v1.0/api/serviceannouncement-list-healthoverviews.md | 1 +
api-reference/v1.0/api/serviceprincipal-list-memberof.md | 1 +
api-reference/v1.0/api/serviceprincipal-post-owners.md | 1 +
api-reference/v1.0/api/site-delta.md | 1 +
api-reference/v1.0/api/site-list-operations.md | 1 +
api-reference/v1.0/api/site-update-permission.md | 1 +
api-reference/v1.0/api/sitepage-update.md | 1 +
api-reference/v1.0/api/sites-list-followed.md | 1 +
api-reference/v1.0/api/subscription-delete.md | 1 +
api-reference/v1.0/api/subscription-reauthorize.md | 1 +
api-reference/v1.0/api/subscriptions-socketio.md | 1 +
.../synchronization-synchronizationjob-provisionondemand.md | 1 +
api-reference/v1.0/api/tablerowcollection-add.md | 1 +
api-reference/v1.0/api/team-list-installedapps.md | 1 +
api-reference/v1.0/api/team-post-installedapps.md | 1 +
api-reference/v1.0/api/team-sendactivitynotification.md | 1 +
.../api/tenantrelationship-list-delegatedadminrelationships.md | 1 +
.../api/tenantrelationship-post-delegatedadminrelationships.md | 1 +
api-reference/v1.0/api/termstore-term-get.md | 1 +
api-reference/v1.0/api/todo-list-lists.md | 1 +
api-reference/v1.0/api/todotasklist-post-tasks.md | 1 +
api-reference/v1.0/api/user-exportpersonaldata.md | 1 +
api-reference/v1.0/api/user-getmailtips.md | 1 +
api-reference/v1.0/api/user-list-oauth2permissiongrants.md | 1 +
api-reference/v1.0/api/user-list-ownedobjects.md | 1 +
api-reference/v1.0/api/user-list-registereddevices.md | 1 +
api-reference/v1.0/api/user-translateexchangeids.md | 1 +
api-reference/v1.0/api/userregistrationdetails-get.md | 1 +
api-reference/v1.0/api/userteamwork-post-installedapps.md | 1 +
api-reference/v1.0/api/virtualendpoint-list-cloudpcs.md | 1 +
api-reference/v1.0/api/virtualeventsroot-post-webinars.md | 1 +
api-reference/v1.0/api/workbook-createsession.md | 1 +
api-reference/v1.0/api/worksheet-get.md | 1 +
api-reference/v1.0/api/worksheet-update.md | 1 +
api-reference/v1.0/resources/accesspackage.md | 1 +
api-reference/v1.0/resources/alert.md | 1 +
api-reference/v1.0/resources/apiapplication.md | 1 +
api-reference/v1.0/resources/approval.md | 1 +
api-reference/v1.0/resources/assignedplan.md | 1 +
api-reference/v1.0/resources/authentication.md | 3 ++-
api-reference/v1.0/resources/backuprestoreroot.md | 1 +
api-reference/v1.0/resources/basesitepage.md | 1 +
api-reference/v1.0/resources/callrecords-session.md | 1 +
api-reference/v1.0/resources/changenotification.md | 1 +
api-reference/v1.0/resources/cloudpc-api-overview.md | 1 +
api-reference/v1.0/resources/cloudpc.md | 1 +
api-reference/v1.0/resources/complianceapioverview.md | 1 +
api-reference/v1.0/resources/connectors-api-overview.md | 1 +
api-reference/v1.0/resources/contenttype.md | 1 +
.../v1.0/resources/crosstenantaccesspolicy-overview.md | 1 +
api-reference/v1.0/resources/education-overview.md | 1 +
api-reference/v1.0/resources/eventmessage.md | 1 +
api-reference/v1.0/resources/intune-device-mgt-conceptual.md | 1 +
.../v1.0/resources/intune-deviceconfig-deviceconfiguration.md | 1 +
.../resources/intune-deviceconfig-iosupdatesinstallstatus.md | 1 +
api-reference/v1.0/resources/intune-devices-detectedapp.md | 1 +
.../intune-enrollment-windowsautopilotdeviceidentity.md | 1 +
api-reference/v1.0/resources/itemattachment.md | 1 +
api-reference/v1.0/resources/licensedetails.md | 1 +
api-reference/v1.0/resources/mailsearchfolder.md | 1 +
api-reference/v1.0/resources/meetingparticipantinfo.md | 1 +
api-reference/v1.0/resources/meetingparticipants.md | 1 +
api-reference/v1.0/resources/messagerule.md | 1 +
api-reference/v1.0/resources/namedlocation.md | 1 +
api-reference/v1.0/resources/opentypeextension.md | 1 +
api-reference/v1.0/resources/organizationalbranding.md | 1 +
api-reference/v1.0/resources/orgcontact.md | 1 +
api-reference/v1.0/resources/partners-billing-api-overview.md | 1 +
api-reference/v1.0/resources/patternedrecurrence.md | 1 +
api-reference/v1.0/resources/person.md | 1 +
api-reference/v1.0/resources/place.md | 1 +
api-reference/v1.0/resources/profilecardproperty.md | 1 +
.../v1.0/resources/report-m365defender-reports-overview.md | 1 +
api-reference/v1.0/resources/requiredresourceaccess.md | 1 +
api-reference/v1.0/resources/schemaextension.md | 1 +
api-reference/v1.0/resources/securescore.md | 1 +
.../v1.0/resources/security-recordsmanagement-overview.md | 1 +
api-reference/v1.0/resources/security.md | 1 +
api-reference/v1.0/resources/shift.md | 1 +
.../v1.0/resources/singlevaluelegacyextendedproperty.md | 1 +
.../v1.0/resources/softwareoathauthenticationmethod.md | 1 +
api-reference/v1.0/resources/teamsappinstallation.md | 1 +
.../v1.0/resources/temporaryaccesspassauthenticationmethod.md | 1 +
api-reference/v1.0/resources/tenantinformation.md | 1 +
api-reference/v1.0/resources/todotasklist.md | 1 +
api-reference/v1.0/resources/unifiedroleassignment.md | 1 +
api-reference/v1.0/resources/unifiedroledefinition.md | 1 +
api-reference/v1.0/resources/virtualeventwebinar.md | 1 +
api-reference/v1.0/resources/webpart.md | 1 +
api-reference/v1.0/resources/workbooktable.md | 1 +
api-reference/v1.0/resources/workbookworksheet.md | 1 +
200 files changed, 201 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/authentication-get.md b/api-reference/beta/api/authentication-get.md
index f4634966b14..9d88c108a52 100644
--- a/api-reference/beta/api/authentication-get.md
+++ b/api-reference/beta/api/authentication-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# Get authentication method states
diff --git a/api-reference/beta/api/authentication-post-fido2methods.md b/api-reference/beta/api/authentication-post-fido2methods.md
index e6e0c713782..95bea07ffb6 100644
--- a/api-reference/beta/api/authentication-post-fido2methods.md
+++ b/api-reference/beta/api/authentication-post-fido2methods.md
@@ -6,6 +6,7 @@ author: "tilarso"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/14/2024
---
# Create fido2AuthenticationMethod
diff --git a/api-reference/beta/api/authentication-update.md b/api-reference/beta/api/authentication-update.md
index a0e4d5a89e1..f8988dbce83 100644
--- a/api-reference/beta/api/authentication-update.md
+++ b/api-reference/beta/api/authentication-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# Update authentication method states
diff --git a/api-reference/beta/api/deviceregistrationpolicy-update.md b/api-reference/beta/api/deviceregistrationpolicy-update.md
index 88e97f94835..28ea50d6f3f 100644
--- a/api-reference/beta/api/deviceregistrationpolicy-update.md
+++ b/api-reference/beta/api/deviceregistrationpolicy-update.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 06/03/2024
---
# Update deviceRegistrationPolicy
diff --git a/api-reference/beta/api/intune-shared-devicemanagement-get.md b/api-reference/beta/api/intune-shared-devicemanagement-get.md
index 8d621b3aea1..0413b58c6e4 100644
--- a/api-reference/beta/api/intune-shared-devicemanagement-get.md
+++ b/api-reference/beta/api/intune-shared-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/beta/api/reportroot-getmicrosoft365copilotusercountsummary.md b/api-reference/beta/api/reportroot-getmicrosoft365copilotusercountsummary.md
index 13b3bc4b716..05d645d9e19 100644
--- a/api-reference/beta/api/reportroot-getmicrosoft365copilotusercountsummary.md
+++ b/api-reference/beta/api/reportroot-getmicrosoft365copilotusercountsummary.md
@@ -5,6 +5,7 @@ author: "GGsmile"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 10/01/2024
---
# reportRoot: getMicrosoft365CopilotUserCountSummary
diff --git a/api-reference/beta/api/security-analyzedemail-remediate.md b/api-reference/beta/api/security-analyzedemail-remediate.md
index 26eb925c6b1..64b53162632 100644
--- a/api-reference/beta/api/security-analyzedemail-remediate.md
+++ b/api-reference/beta/api/security-analyzedemail-remediate.md
@@ -5,6 +5,7 @@ author: MishraSoumyaMS
ms.localizationpriority: medium
ms.subservice: security
doc_type: apiPageType
+ms.date: 05/03/2024
---
# analyzedEmail: remediate
diff --git a/api-reference/beta/api/security-auditlogquery-get.md b/api-reference/beta/api/security-auditlogquery-get.md
index 3e6e2039df6..7c81d521901 100644
--- a/api-reference/beta/api/security-auditlogquery-get.md
+++ b/api-reference/beta/api/security-auditlogquery-get.md
@@ -5,6 +5,7 @@ author: "arishojaswi"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 10/29/2024
---
# Get auditLogQuery
diff --git a/api-reference/beta/api/user-findrooms.md b/api-reference/beta/api/user-findrooms.md
index 6241e284449..3687d420db7 100644
--- a/api-reference/beta/api/user-findrooms.md
+++ b/api-reference/beta/api/user-findrooms.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "vrod9429"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# user: findRooms
diff --git a/api-reference/beta/resources/dynamics-graph-reference.md b/api-reference/beta/resources/dynamics-graph-reference.md
index 239dfa5a3ee..0799016d7ed 100644
--- a/api-reference/beta/resources/dynamics-graph-reference.md
+++ b/api-reference/beta/resources/dynamics-graph-reference.md
@@ -7,6 +7,7 @@ author: SusanneWindfeldPedersen
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: conceptualPageType
+ms.date: 06/04/2024
---
# Working with the Dynamics 365 Business Central API in Microsoft Graph
diff --git a/api-reference/beta/resources/ediscovery-ediscoveryapioverview.md b/api-reference/beta/resources/ediscovery-ediscoveryapioverview.md
index 7e3af755f62..7a78da70f45 100644
--- a/api-reference/beta/resources/ediscovery-ediscoveryapioverview.md
+++ b/api-reference/beta/resources/ediscovery-ediscoveryapioverview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "mahage-msft"
ms.subservice: "ediscovery"
doc_type: conceptualPageType
+ms.date: 09/18/2024
---
# Use the Microsoft Graph eDiscovery API
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicy.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicy.md
index a9d47536a3a..398561daa60 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicy.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationPolicy resource type
diff --git a/api-reference/beta/resources/profile-example.md b/api-reference/beta/resources/profile-example.md
index f07e6bbf22e..60abc7040f3 100644
--- a/api-reference/beta/resources/profile-example.md
+++ b/api-reference/beta/resources/profile-example.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: high
ms.subservice: "people"
doc_type: "conceptualPageType"
+ms.date: 06/10/2024
---
# Use the Profile API in Microsoft Graph to retrieve information about yourself or another user
diff --git a/api-reference/beta/resources/security-emailthreatsubmission.md b/api-reference/beta/resources/security-emailthreatsubmission.md
index 45a0361b0e8..835f561680a 100644
--- a/api-reference/beta/resources/security-emailthreatsubmission.md
+++ b/api-reference/beta/resources/security-emailthreatsubmission.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# emailThreatSubmission resource type
diff --git a/api-reference/beta/resources/teamworkdevice.md b/api-reference/beta/resources/teamworkdevice.md
index 09960b834a0..60a33f7f1dd 100644
--- a/api-reference/beta/resources/teamworkdevice.md
+++ b/api-reference/beta/resources/teamworkdevice.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# teamworkDevice resource type
diff --git a/api-reference/v1.0/api/adminconsentrequestpolicy-update.md b/api-reference/v1.0/api/adminconsentrequestpolicy-update.md
index 1249651acfa..2e00bd9dc00 100644
--- a/api-reference/v1.0/api/adminconsentrequestpolicy-update.md
+++ b/api-reference/v1.0/api/adminconsentrequestpolicy-update.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update adminConsentRequestPolicy
diff --git a/api-reference/v1.0/api/administrativeunit-post-members.md b/api-reference/v1.0/api/administrativeunit-post-members.md
index 72f298ce870..4a5b7f5b32b 100644
--- a/api-reference/v1.0/api/administrativeunit-post-members.md
+++ b/api-reference/v1.0/api/administrativeunit-post-members.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# Add a member
diff --git a/api-reference/v1.0/api/adminreportsettings-get.md b/api-reference/v1.0/api/adminreportsettings-get.md
index 1c69a7dc1ad..f1b7976b060 100644
--- a/api-reference/v1.0/api/adminreportsettings-get.md
+++ b/api-reference/v1.0/api/adminreportsettings-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ganggao"
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get adminReportSettings
diff --git a/api-reference/v1.0/api/alert-list.md b/api-reference/v1.0/api/alert-list.md
index 91f8d33a7da..c52f0d0149c 100644
--- a/api-reference/v1.0/api/alert-list.md
+++ b/api-reference/v1.0/api/alert-list.md
@@ -5,6 +5,7 @@ author: "preetikr"
ms.localizationpriority: high
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List alerts
diff --git a/api-reference/v1.0/api/application-addkey.md b/api-reference/v1.0/api/application-addkey.md
index 04918d31ece..bf0d1e9d90b 100644
--- a/api-reference/v1.0/api/application-addkey.md
+++ b/api-reference/v1.0/api/application-addkey.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# application: addKey
diff --git a/api-reference/v1.0/api/application-list-extensionproperty.md b/api-reference/v1.0/api/application-list-extensionproperty.md
index 50eed773896..66b85c12812 100644
--- a/api-reference/v1.0/api/application-list-extensionproperty.md
+++ b/api-reference/v1.0/api/application-list-extensionproperty.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: extensions
doc_type: "apiPageType"
+ms.date: 04/17/2024
---
# List extensionProperties (directory extensions)
diff --git a/api-reference/v1.0/api/application-post-federatedidentitycredentials.md b/api-reference/v1.0/api/application-post-federatedidentitycredentials.md
index 7c8e2f4936e..2940ae16ceb 100644
--- a/api-reference/v1.0/api/application-post-federatedidentitycredentials.md
+++ b/api-reference/v1.0/api/application-post-federatedidentitycredentials.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 10/02/2024
---
# Create federatedIdentityCredential
diff --git a/api-reference/v1.0/api/applicationtemplate-instantiate.md b/api-reference/v1.0/api/applicationtemplate-instantiate.md
index 1685f5f9a6e..109be8ec1f0 100644
--- a/api-reference/v1.0/api/applicationtemplate-instantiate.md
+++ b/api-reference/v1.0/api/applicationtemplate-instantiate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: 'luleonpla'
ms.subservice: 'entra-applications'
doc_type: apiPageType
+ms.date: 10/24/2024
---
# applicationTemplate: instantiate
diff --git a/api-reference/v1.0/api/associatedteaminfo-list.md b/api-reference/v1.0/api/associatedteaminfo-list.md
index 3f4c3982c7c..35a4aac38a2 100644
--- a/api-reference/v1.0/api/associatedteaminfo-list.md
+++ b/api-reference/v1.0/api/associatedteaminfo-list.md
@@ -5,6 +5,7 @@ author: "devjha-ms"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 07/25/2024
---
# List associatedTeamInfo
diff --git a/api-reference/v1.0/api/authentication-list-phonemethods.md b/api-reference/v1.0/api/authentication-list-phonemethods.md
index 761455d610c..e84211cfe62 100644
--- a/api-reference/v1.0/api/authentication-list-phonemethods.md
+++ b/api-reference/v1.0/api/authentication-list-phonemethods.md
@@ -6,6 +6,7 @@ author: "luc-msft"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List phoneMethods
diff --git a/api-reference/v1.0/api/authentication-post-phonemethods.md b/api-reference/v1.0/api/authentication-post-phonemethods.md
index c6a634b68c6..058c3c672a2 100644
--- a/api-reference/v1.0/api/authentication-post-phonemethods.md
+++ b/api-reference/v1.0/api/authentication-post-phonemethods.md
@@ -6,6 +6,7 @@ author: "luc-msft"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create phoneMethod
diff --git a/api-reference/v1.0/api/authenticationmethodspolicy-get.md b/api-reference/v1.0/api/authenticationmethodspolicy-get.md
index 52fe431501c..b21f86df97a 100644
--- a/api-reference/v1.0/api/authenticationmethodspolicy-get.md
+++ b/api-reference/v1.0/api/authenticationmethodspolicy-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 05/01/2024
---
# Get authenticationMethodsPolicy
diff --git a/api-reference/v1.0/api/authorizationpolicy-get.md b/api-reference/v1.0/api/authorizationpolicy-get.md
index a32dbac6e7f..cf2cdb52097 100644
--- a/api-reference/v1.0/api/authorizationpolicy-get.md
+++ b/api-reference/v1.0/api/authorizationpolicy-get.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get authorizationPolicy
diff --git a/api-reference/v1.0/api/authorizationpolicy-update.md b/api-reference/v1.0/api/authorizationpolicy-update.md
index 34322fcf1ce..406b777ce99 100644
--- a/api-reference/v1.0/api/authorizationpolicy-update.md
+++ b/api-reference/v1.0/api/authorizationpolicy-update.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Update authorizationPolicy
diff --git a/api-reference/v1.0/api/bookingappointment-get.md b/api-reference/v1.0/api/bookingappointment-get.md
index f69a318d803..984b47878b0 100644
--- a/api-reference/v1.0/api/bookingappointment-get.md
+++ b/api-reference/v1.0/api/bookingappointment-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get bookingAppointment
diff --git a/api-reference/v1.0/api/bookingbusiness-list.md b/api-reference/v1.0/api/bookingbusiness-list.md
index 2cc2557d4b7..ada83585b62 100644
--- a/api-reference/v1.0/api/bookingbusiness-list.md
+++ b/api-reference/v1.0/api/bookingbusiness-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List bookingBusinesses
diff --git a/api-reference/v1.0/api/chat-delete.md b/api-reference/v1.0/api/chat-delete.md
index ffec363f168..bb420ddd541 100644
--- a/api-reference/v1.0/api/chat-delete.md
+++ b/api-reference/v1.0/api/chat-delete.md
@@ -5,6 +5,7 @@ author: "sthapliyal"
ms.subservice: "teams"
doc_type: apiPageType
ms.localizationpriority: medium
+ms.date: 04/18/2024
---
# Delete chat
diff --git a/api-reference/v1.0/api/chat-sendactivitynotification.md b/api-reference/v1.0/api/chat-sendactivitynotification.md
index c615c7c8918..a181cb9f091 100644
--- a/api-reference/v1.0/api/chat-sendactivitynotification.md
+++ b/api-reference/v1.0/api/chat-sendactivitynotification.md
@@ -5,6 +5,7 @@ author: eddie-lee-msft
ms.localizationpriority: medium
ms.subservice: teams
doc_type: apiPageType
+ms.date: 05/10/2024
---
# chat: sendActivityNotification
diff --git a/api-reference/v1.0/api/chatmessage-list-replies.md b/api-reference/v1.0/api/chatmessage-list-replies.md
index 91544714809..573df4206fb 100644
--- a/api-reference/v1.0/api/chatmessage-list-replies.md
+++ b/api-reference/v1.0/api/chatmessage-list-replies.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List replies
diff --git a/api-reference/v1.0/api/chatmessage-post-replies.md b/api-reference/v1.0/api/chatmessage-post-replies.md
index 0d0de81bcd1..980d0307ba2 100644
--- a/api-reference/v1.0/api/chatmessage-post-replies.md
+++ b/api-reference/v1.0/api/chatmessage-post-replies.md
@@ -5,6 +5,7 @@ author: RamjotSingh
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Send replies to a message in a channel
diff --git a/api-reference/v1.0/api/chatmessage-softdelete.md b/api-reference/v1.0/api/chatmessage-softdelete.md
index b25d18030ba..8325b0d5c9b 100644
--- a/api-reference/v1.0/api/chatmessage-softdelete.md
+++ b/api-reference/v1.0/api/chatmessage-softdelete.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.subservice: "teams"
doc_type: apiPageType
ms.localizationpriority: medium
+ms.date: 04/04/2024
---
# chatMessage: softDelete
diff --git a/api-reference/v1.0/api/chatmessage-update.md b/api-reference/v1.0/api/chatmessage-update.md
index 2b0d3961e3d..ae9dca06fa1 100644
--- a/api-reference/v1.0/api/chatmessage-update.md
+++ b/api-reference/v1.0/api/chatmessage-update.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
doc_type: apiPageType
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Update chatMessage
diff --git a/api-reference/v1.0/api/conditionalaccesspolicy-update.md b/api-reference/v1.0/api/conditionalaccesspolicy-update.md
index 2a7684ded60..d771ef7cb20 100644
--- a/api-reference/v1.0/api/conditionalaccesspolicy-update.md
+++ b/api-reference/v1.0/api/conditionalaccesspolicy-update.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# Update conditionalaccesspolicy
diff --git a/api-reference/v1.0/api/conditionalaccessroot-list-namedlocations.md b/api-reference/v1.0/api/conditionalaccessroot-list-namedlocations.md
index cf4c5982a0b..2ae44eeb017 100644
--- a/api-reference/v1.0/api/conditionalaccessroot-list-namedlocations.md
+++ b/api-reference/v1.0/api/conditionalaccessroot-list-namedlocations.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List namedLocations
diff --git a/api-reference/v1.0/api/conversationmembers-add.md b/api-reference/v1.0/api/conversationmembers-add.md
index 80a7ecde0fb..a579bfbe0fe 100644
--- a/api-reference/v1.0/api/conversationmembers-add.md
+++ b/api-reference/v1.0/api/conversationmembers-add.md
@@ -5,6 +5,7 @@ author: "abshar-teams"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 08/19/2024
---
# conversationMember: add
diff --git a/api-reference/v1.0/api/delegatedadminrelationship-post-requests.md b/api-reference/v1.0/api/delegatedadminrelationship-post-requests.md
index 81f610712c5..f6eb982679f 100644
--- a/api-reference/v1.0/api/delegatedadminrelationship-post-requests.md
+++ b/api-reference/v1.0/api/delegatedadminrelationship-post-requests.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create requests
diff --git a/api-reference/v1.0/api/devicelocalcredentialinfo-get.md b/api-reference/v1.0/api/devicelocalcredentialinfo-get.md
index 2d11974350d..de3bc6edcbd 100644
--- a/api-reference/v1.0/api/devicelocalcredentialinfo-get.md
+++ b/api-reference/v1.0/api/devicelocalcredentialinfo-get.md
@@ -5,6 +5,7 @@ author: "sandeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get deviceLocalCredentialInfo
diff --git a/api-reference/v1.0/api/directory-deleteditems-delete.md b/api-reference/v1.0/api/directory-deleteditems-delete.md
index 74bee8da184..5b19d148ee1 100644
--- a/api-reference/v1.0/api/directory-deleteditems-delete.md
+++ b/api-reference/v1.0/api/directory-deleteditems-delete.md
@@ -5,6 +5,7 @@ author: "keylimesoda"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Permanently delete an item (directory object)
diff --git a/api-reference/v1.0/api/directory-list-subscriptions.md b/api-reference/v1.0/api/directory-list-subscriptions.md
index 942abac5252..083fabc3222 100644
--- a/api-reference/v1.0/api/directory-list-subscriptions.md
+++ b/api-reference/v1.0/api/directory-list-subscriptions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arp19690"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# List subscriptions
diff --git a/api-reference/v1.0/api/directoryaudit-get.md b/api-reference/v1.0/api/directoryaudit-get.md
index a1ffceef354..59ffd728bcc 100644
--- a/api-reference/v1.0/api/directoryaudit-get.md
+++ b/api-reference/v1.0/api/directoryaudit-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "egreenberg14"
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get directoryAudit
diff --git a/api-reference/v1.0/api/directoryobject-checkmemberobjects.md b/api-reference/v1.0/api/directoryobject-checkmemberobjects.md
index c3501ba43df..a9fccde63ba 100644
--- a/api-reference/v1.0/api/directoryobject-checkmemberobjects.md
+++ b/api-reference/v1.0/api/directoryobject-checkmemberobjects.md
@@ -6,6 +6,7 @@ author: "yyuank"
ms.reviewer: "iamut"
ms.subservice: entra-users
doc_type: "apiPageType"
+ms.date: 10/22/2024
---
# directoryObject: checkMemberObjects
diff --git a/api-reference/v1.0/api/directoryrole-get.md b/api-reference/v1.0/api/directoryrole-get.md
index c06cc18b562..4c108a23651 100644
--- a/api-reference/v1.0/api/directoryrole-get.md
+++ b/api-reference/v1.0/api/directoryrole-get.md
@@ -6,6 +6,7 @@ ms.reviewer: msodsrbac
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get directoryRole
diff --git a/api-reference/v1.0/api/directoryrole-list-members.md b/api-reference/v1.0/api/directoryrole-list-members.md
index d0528e083cb..7acd5a5767c 100644
--- a/api-reference/v1.0/api/directoryrole-list-members.md
+++ b/api-reference/v1.0/api/directoryrole-list-members.md
@@ -6,6 +6,7 @@ ms.reviewer: msodsrbac
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List members of a directory role
diff --git a/api-reference/v1.0/api/domain-get.md b/api-reference/v1.0/api/domain-get.md
index bfa5304aaf1..db88f124a5a 100644
--- a/api-reference/v1.0/api/domain-get.md
+++ b/api-reference/v1.0/api/domain-get.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get domain
diff --git a/api-reference/v1.0/api/drive-sharedwithme.md b/api-reference/v1.0/api/drive-sharedwithme.md
index 7fb9413623b..fbaeddf15f6 100644
--- a/api-reference/v1.0/api/drive-sharedwithme.md
+++ b/api-reference/v1.0/api/drive-sharedwithme.md
@@ -5,6 +5,7 @@ title: "drive: sharedWithMe"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# drive: sharedWithMe
diff --git a/api-reference/v1.0/api/driveitem-checkin.md b/api-reference/v1.0/api/driveitem-checkin.md
index 621acf7d4a4..1782bf1afde 100644
--- a/api-reference/v1.0/api/driveitem-checkin.md
+++ b/api-reference/v1.0/api/driveitem-checkin.md
@@ -5,6 +5,7 @@ title: "driveItem: checkin"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# driveItem: checkin
diff --git a/api-reference/v1.0/api/driveitem-list-versions.md b/api-reference/v1.0/api/driveitem-list-versions.md
index 203534aa162..ec9e6c964d0 100644
--- a/api-reference/v1.0/api/driveitem-list-versions.md
+++ b/api-reference/v1.0/api/driveitem-list-versions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "sharepoint"
author: "spgraph-docs-team"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List versions of a driveItem
diff --git a/api-reference/v1.0/api/employeeexperience-list-communities.md b/api-reference/v1.0/api/employeeexperience-list-communities.md
index d5edfc952a7..10066bd57b6 100644
--- a/api-reference/v1.0/api/employeeexperience-list-communities.md
+++ b/api-reference/v1.0/api/employeeexperience-list-communities.md
@@ -5,6 +5,7 @@ author: "aditijha4"
ms.localizationpriority: medium
ms.subservice: "viva-engage"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# List communities
diff --git a/api-reference/v1.0/api/entitlementmanagement-post-assignmentrequests.md b/api-reference/v1.0/api/entitlementmanagement-post-assignmentrequests.md
index 6f814c8fa67..1b5c2a61fb0 100644
--- a/api-reference/v1.0/api/entitlementmanagement-post-assignmentrequests.md
+++ b/api-reference/v1.0/api/entitlementmanagement-post-assignmentrequests.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# Create accessPackageAssignmentRequest
diff --git a/api-reference/v1.0/api/event-post-attachments.md b/api-reference/v1.0/api/event-post-attachments.md
index 02cd9853e28..8c0b3e63f99 100644
--- a/api-reference/v1.0/api/event-post-attachments.md
+++ b/api-reference/v1.0/api/event-post-attachments.md
@@ -5,6 +5,7 @@ author: "svpsiva"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Add attachment
diff --git a/api-reference/v1.0/api/filestorage-list-containers.md b/api-reference/v1.0/api/filestorage-list-containers.md
index d52c26e8dee..803335f5238 100644
--- a/api-reference/v1.0/api/filestorage-list-containers.md
+++ b/api-reference/v1.0/api/filestorage-list-containers.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 05/28/2024
---
# List containers
diff --git a/api-reference/v1.0/api/group-get-conversation.md b/api-reference/v1.0/api/group-get-conversation.md
index 97b79501946..e231ab100d9 100644
--- a/api-reference/v1.0/api/group-get-conversation.md
+++ b/api-reference/v1.0/api/group-get-conversation.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get conversation
diff --git a/api-reference/v1.0/api/group-get-event.md b/api-reference/v1.0/api/group-get-event.md
index 2dcab5ae5eb..fd783f2300d 100644
--- a/api-reference/v1.0/api/group-get-event.md
+++ b/api-reference/v1.0/api/group-get-event.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get event
diff --git a/api-reference/v1.0/api/group-list-conversations.md b/api-reference/v1.0/api/group-list-conversations.md
index 546da4f27b4..a1d6418c98a 100644
--- a/api-reference/v1.0/api/group-list-conversations.md
+++ b/api-reference/v1.0/api/group-list-conversations.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List conversations
diff --git a/api-reference/v1.0/api/group-list-settings.md b/api-reference/v1.0/api/group-list-settings.md
index 876b2aebe2c..a61f1a221cb 100644
--- a/api-reference/v1.0/api/group-list-settings.md
+++ b/api-reference/v1.0/api/group-list-settings.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List settings
diff --git a/api-reference/v1.0/api/group-post-approleassignments.md b/api-reference/v1.0/api/group-post-approleassignments.md
index bde591682c5..8dc13547679 100644
--- a/api-reference/v1.0/api/group-post-approleassignments.md
+++ b/api-reference/v1.0/api/group-post-approleassignments.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: apiPageType
ms.subservice: "entra-groups"
author: "psignoret"
+ms.date: 10/15/2024
---
# Grant an appRoleAssignment to a group
diff --git a/api-reference/v1.0/api/group-post-events.md b/api-reference/v1.0/api/group-post-events.md
index 2bd065eafd6..b2f6548e8ef 100644
--- a/api-reference/v1.0/api/group-post-events.md
+++ b/api-reference/v1.0/api/group-post-events.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: high
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create event
diff --git a/api-reference/v1.0/api/group-upsert.md b/api-reference/v1.0/api/group-upsert.md
index cf56960c46f..039799a4391 100644
--- a/api-reference/v1.0/api/group-upsert.md
+++ b/api-reference/v1.0/api/group-upsert.md
@@ -5,6 +5,7 @@ author: "Jordanndahl"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# Upsert group
diff --git a/api-reference/v1.0/api/insights-list-shared.md b/api-reference/v1.0/api/insights-list-shared.md
index 9b876bac3f8..e395825a1b6 100644
--- a/api-reference/v1.0/api/insights-list-shared.md
+++ b/api-reference/v1.0/api/insights-list-shared.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List shared
diff --git a/api-reference/v1.0/api/internaldomainfederation-update.md b/api-reference/v1.0/api/internaldomainfederation-update.md
index 69a01ac640e..147285908d0 100644
--- a/api-reference/v1.0/api/internaldomainfederation-update.md
+++ b/api-reference/v1.0/api/internaldomainfederation-update.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# Update internalDomainFederation
diff --git a/api-reference/v1.0/api/intune-apps-managedapp-list.md b/api-reference/v1.0/api/intune-apps-managedapp-list.md
index 7406d15a32c..1481c540ea9 100644
--- a/api-reference/v1.0/api/intune-apps-managedapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-managedapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedApps
diff --git a/api-reference/v1.0/api/intune-apps-win32lobapp-create.md b/api-reference/v1.0/api/intune-apps-win32lobapp-create.md
index e3dbdd40c9e..06a1aa44a3b 100644
--- a/api-reference/v1.0/api/intune-apps-win32lobapp-create.md
+++ b/api-reference/v1.0/api/intune-apps-win32lobapp-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create win32LobApp
diff --git a/api-reference/v1.0/api/intune-auditing-auditevent-list.md b/api-reference/v1.0/api/intune-auditing-auditevent-list.md
index 0aa379b53da..e04652cfa92 100644
--- a/api-reference/v1.0/api/intune-auditing-auditevent-list.md
+++ b/api-reference/v1.0/api/intune-auditing-auditevent-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List auditEvents
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-get.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-get.md
index 2bb06e1f031..8cde165d8fc 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-delete.md b/api-reference/v1.0/api/intune-devices-manageddevice-delete.md
index 04480ebac15..4317f2c0394 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-delete.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-delete.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Delete managedDevice
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-wipe.md b/api-reference/v1.0/api/intune-devices-manageddevice-wipe.md
index 362e397cb9e..4945d65f223 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-wipe.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-wipe.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# wipe action
diff --git a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-get.md b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-get.md
index 1277712384f..894a5e7f186 100644
--- a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-get.md
+++ b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windowsAutopilotDeviceIdentity
diff --git a/api-reference/v1.0/api/itemactivitystat-getactivitybyinterval.md b/api-reference/v1.0/api/itemactivitystat-getactivitybyinterval.md
index 5f60080179f..81422b6578a 100644
--- a/api-reference/v1.0/api/itemactivitystat-getactivitybyinterval.md
+++ b/api-reference/v1.0/api/itemactivitystat-getactivitybyinterval.md
@@ -5,6 +5,7 @@ description: Get itemAnalyticyStats for the activities that took place on this r
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 03/12/2024
---
# Get item activity stats by interval
diff --git a/api-reference/v1.0/api/list-list-columns.md b/api-reference/v1.0/api/list-list-columns.md
index 66ffe030622..00adb5e5d29 100644
--- a/api-reference/v1.0/api/list-list-columns.md
+++ b/api-reference/v1.0/api/list-list-columns.md
@@ -5,6 +5,7 @@ description: "List columns in a list."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# List columnDefinitions in a list
diff --git a/api-reference/v1.0/api/listitem-post-documentsetversions.md b/api-reference/v1.0/api/listitem-post-documentsetversions.md
index c2900a3b2d4..77ccc2a9f67 100644
--- a/api-reference/v1.0/api/listitem-post-documentsetversions.md
+++ b/api-reference/v1.0/api/listitem-post-documentsetversions.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create documentSetVersion
diff --git a/api-reference/v1.0/api/message-replyall.md b/api-reference/v1.0/api/message-replyall.md
index 476e402f4a0..ee3852f4211 100644
--- a/api-reference/v1.0/api/message-replyall.md
+++ b/api-reference/v1.0/api/message-replyall.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# message: replyAll
diff --git a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-delete.md b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-delete.md
index ed4885bb9a6..7e449cc1eee 100644
--- a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 07/22/2024
---
# Delete microsoftAuthenticatorAuthenticationMethod
diff --git a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-list.md b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-list.md
index 99ae392f9aa..1141f526e94 100644
--- a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-list.md
+++ b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethod-list.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 07/22/2024
---
# List microsoftAuthenticatorAuthenticationMethods
diff --git a/api-reference/v1.0/api/oauth2permissiongrant-get.md b/api-reference/v1.0/api/oauth2permissiongrant-get.md
index ec2a6b3544c..9114ab820f6 100644
--- a/api-reference/v1.0/api/oauth2permissiongrant-get.md
+++ b/api-reference/v1.0/api/oauth2permissiongrant-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 07/11/2024
---
# Get oAuth2PermissionGrant (a delegated permission grant)
diff --git a/api-reference/v1.0/api/oauth2permissiongrant-list.md b/api-reference/v1.0/api/oauth2permissiongrant-list.md
index 61a0d3f7e04..c95a74b189f 100644
--- a/api-reference/v1.0/api/oauth2permissiongrant-list.md
+++ b/api-reference/v1.0/api/oauth2permissiongrant-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 07/11/2024
---
# List oauth2PermissionGrants (delegated permission grants)
diff --git a/api-reference/v1.0/api/opentypeextension-get.md b/api-reference/v1.0/api/opentypeextension-get.md
index 0b27da7763e..5686d792352 100644
--- a/api-reference/v1.0/api/opentypeextension-get.md
+++ b/api-reference/v1.0/api/opentypeextension-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Get open extension
diff --git a/api-reference/v1.0/api/opentypeextension-post-opentypeextension.md b/api-reference/v1.0/api/opentypeextension-post-opentypeextension.md
index 5af56379a0a..ff435105493 100644
--- a/api-reference/v1.0/api/opentypeextension-post-opentypeextension.md
+++ b/api-reference/v1.0/api/opentypeextension-post-opentypeextension.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Create open extension
diff --git a/api-reference/v1.0/api/organization-list.md b/api-reference/v1.0/api/organization-list.md
index 64c9fbe9c3c..3d5abfda24d 100644
--- a/api-reference/v1.0/api/organization-list.md
+++ b/api-reference/v1.0/api/organization-list.md
@@ -6,6 +6,7 @@ author: "suawat"
ms.reviewer: "alvarorahul, iamut"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List organizations
diff --git a/api-reference/v1.0/api/outlookuser-post-mastercategories.md b/api-reference/v1.0/api/outlookuser-post-mastercategories.md
index 5d7faa668ef..b6fdde7ece9 100644
--- a/api-reference/v1.0/api/outlookuser-post-mastercategories.md
+++ b/api-reference/v1.0/api/outlookuser-post-mastercategories.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create Outlook category
diff --git a/api-reference/v1.0/api/outlookuser-supportedtimezones.md b/api-reference/v1.0/api/outlookuser-supportedtimezones.md
index 043267e5643..b6234efe72a 100644
--- a/api-reference/v1.0/api/outlookuser-supportedtimezones.md
+++ b/api-reference/v1.0/api/outlookuser-supportedtimezones.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# outlookUser: supportedTimeZones
diff --git a/api-reference/v1.0/api/phoneauthenticationmethod-delete.md b/api-reference/v1.0/api/phoneauthenticationmethod-delete.md
index 86de248426f..af2ae1075af 100644
--- a/api-reference/v1.0/api/phoneauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/phoneauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ author: "luc-msft"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Delete phoneAuthenticationMethod
diff --git a/api-reference/v1.0/api/phoneauthenticationmethod-update.md b/api-reference/v1.0/api/phoneauthenticationmethod-update.md
index 20e2f6efbe9..2956446781f 100644
--- a/api-reference/v1.0/api/phoneauthenticationmethod-update.md
+++ b/api-reference/v1.0/api/phoneauthenticationmethod-update.md
@@ -6,6 +6,7 @@ author: "luc-msft"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Update phoneAuthenticationMethod
diff --git a/api-reference/v1.0/api/place-get.md b/api-reference/v1.0/api/place-get.md
index efadaf137a0..a136fe2673e 100644
--- a/api-reference/v1.0/api/place-get.md
+++ b/api-reference/v1.0/api/place-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: "apiPageType"
+ms.date: 07/22/2024
---
# Get place
diff --git a/api-reference/v1.0/api/plannergroup-list-plans.md b/api-reference/v1.0/api/plannergroup-list-plans.md
index 64b6f2d081a..be528c39232 100644
--- a/api-reference/v1.0/api/plannergroup-list-plans.md
+++ b/api-reference/v1.0/api/plannergroup-list-plans.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List plans
diff --git a/api-reference/v1.0/api/plannerplan-get.md b/api-reference/v1.0/api/plannerplan-get.md
index 746b3065341..ad4269fbd59 100644
--- a/api-reference/v1.0/api/plannerplan-get.md
+++ b/api-reference/v1.0/api/plannerplan-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerPlan
diff --git a/api-reference/v1.0/api/plannertask-get.md b/api-reference/v1.0/api/plannertask-get.md
index 35405c27082..7507f62ce78 100644
--- a/api-reference/v1.0/api/plannertask-get.md
+++ b/api-reference/v1.0/api/plannertask-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerTask
diff --git a/api-reference/v1.0/api/plannertask-update.md b/api-reference/v1.0/api/plannertask-update.md
index 5871d909b76..288757135ba 100644
--- a/api-reference/v1.0/api/plannertask-update.md
+++ b/api-reference/v1.0/api/plannertask-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 06/05/2024
---
# Update plannerTask
diff --git a/api-reference/v1.0/api/plannertaskdetails-get.md b/api-reference/v1.0/api/plannertaskdetails-get.md
index 1b6db649bfd..ead6ede1990 100644
--- a/api-reference/v1.0/api/plannertaskdetails-get.md
+++ b/api-reference/v1.0/api/plannertaskdetails-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerTaskDetails
diff --git a/api-reference/v1.0/api/planneruser-list-tasks.md b/api-reference/v1.0/api/planneruser-list-tasks.md
index 85128791108..74e88ee210b 100644
--- a/api-reference/v1.0/api/planneruser-list-tasks.md
+++ b/api-reference/v1.0/api/planneruser-list-tasks.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tasks
diff --git a/api-reference/v1.0/api/policyroot-list-rolemanagementpolicies.md b/api-reference/v1.0/api/policyroot-list-rolemanagementpolicies.md
index 2428c6ee239..4ba8ac8055f 100644
--- a/api-reference/v1.0/api/policyroot-list-rolemanagementpolicies.md
+++ b/api-reference/v1.0/api/policyroot-list-rolemanagementpolicies.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List roleManagementPolicies
diff --git a/api-reference/v1.0/api/post-post-attachments.md b/api-reference/v1.0/api/post-post-attachments.md
index 5d1b72574a9..91140541714 100644
--- a/api-reference/v1.0/api/post-post-attachments.md
+++ b/api-reference/v1.0/api/post-post-attachments.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Add attachment
diff --git a/api-reference/v1.0/api/presence-setuserpreferredpresence.md b/api-reference/v1.0/api/presence-setuserpreferredpresence.md
index 0ee1c666acd..d2c8864759d 100644
--- a/api-reference/v1.0/api/presence-setuserpreferredpresence.md
+++ b/api-reference/v1.0/api/presence-setuserpreferredpresence.md
@@ -5,6 +5,7 @@ author: "benjaminlee"
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "cloud-communications"
+ms.date: 04/04/2024
---
# presence: setUserPreferredPresence
diff --git a/api-reference/v1.0/api/printershare-get.md b/api-reference/v1.0/api/printershare-get.md
index 3733525bda4..d81a0096da7 100644
--- a/api-reference/v1.0/api/printershare-get.md
+++ b/api-reference/v1.0/api/printershare-get.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get printerShare
diff --git a/api-reference/v1.0/api/printershare-update.md b/api-reference/v1.0/api/printershare-update.md
index 6951ea60f31..88f2f389a61 100644
--- a/api-reference/v1.0/api/printershare-update.md
+++ b/api-reference/v1.0/api/printershare-update.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 06/06/2024
---
# Update printerShare
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-post-eligibilityschedulerequests.md b/api-reference/v1.0/api/privilegedaccessgroup-post-eligibilityschedulerequests.md
index 295ef966237..96187a53b3f 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-post-eligibilityschedulerequests.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-post-eligibilityschedulerequests.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create eligibilityScheduleRequest
diff --git a/api-reference/v1.0/api/range-update.md b/api-reference/v1.0/api/range-update.md
index 8dd1f28153e..c89b049ece0 100644
--- a/api-reference/v1.0/api/range-update.md
+++ b/api-reference/v1.0/api/range-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update range
diff --git a/api-reference/v1.0/api/reportroot-getm365appuserdetail.md b/api-reference/v1.0/api/reportroot-getm365appuserdetail.md
index 1e85af5028f..2d76009533a 100644
--- a/api-reference/v1.0/api/reportroot-getm365appuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getm365appuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getM365AppUserDetail
diff --git a/api-reference/v1.0/api/reportroot-getonedriveusageaccountdetail.md b/api-reference/v1.0/api/reportroot-getonedriveusageaccountdetail.md
index f27017a985b..1703ab0e8fb 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveusageaccountdetail.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveusageaccountdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveUsageAccountDetail
diff --git a/api-reference/v1.0/api/reportroot-getsharepointactivityuserdetail.md b/api-reference/v1.0/api/reportroot-getsharepointactivityuserdetail.md
index 9dea30a97ff..f8d19756977 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointactivityuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointactivityuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointActivityUserDetail
diff --git a/api-reference/v1.0/api/reportroot-getsharepointsiteusagestorage.md b/api-reference/v1.0/api/reportroot-getsharepointsiteusagestorage.md
index f0cd43e53ea..44de027bef5 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointsiteusagestorage.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointsiteusagestorage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointSiteUsageStorage
diff --git a/api-reference/v1.0/api/reportroot-getteamsteamactivitydetail.md b/api-reference/v1.0/api/reportroot-getteamsteamactivitydetail.md
index 082cf1fe81e..fb47418240b 100644
--- a/api-reference/v1.0/api/reportroot-getteamsteamactivitydetail.md
+++ b/api-reference/v1.0/api/reportroot-getteamsteamactivitydetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "haoyli"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsTeamActivityDetail
diff --git a/api-reference/v1.0/api/schemaextension-post-schemaextensions.md b/api-reference/v1.0/api/schemaextension-post-schemaextensions.md
index 531be2464c1..3d2d92bfdf4 100644
--- a/api-reference/v1.0/api/schemaextension-post-schemaextensions.md
+++ b/api-reference/v1.0/api/schemaextension-post-schemaextensions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Create schemaExtension
diff --git a/api-reference/v1.0/api/security-alert-get.md b/api-reference/v1.0/api/security-alert-get.md
index 46531529c34..765325404a7 100644
--- a/api-reference/v1.0/api/security-alert-get.md
+++ b/api-reference/v1.0/api/security-alert-get.md
@@ -5,6 +5,7 @@ author: "BenAlfasi"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 09/23/2024
---
# Get alert
diff --git a/api-reference/v1.0/api/security-ediscoverysearch-purgedata.md b/api-reference/v1.0/api/security-ediscoverysearch-purgedata.md
index e7d9995a92f..960d4d96c45 100644
--- a/api-reference/v1.0/api/security-ediscoverysearch-purgedata.md
+++ b/api-reference/v1.0/api/security-ediscoverysearch-purgedata.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 10/22/2024
---
# ediscoverySearch: purgeData
diff --git a/api-reference/v1.0/api/serviceannouncement-list-healthoverviews.md b/api-reference/v1.0/api/serviceannouncement-list-healthoverviews.md
index f65416b335b..51be3f03428 100644
--- a/api-reference/v1.0/api/serviceannouncement-list-healthoverviews.md
+++ b/api-reference/v1.0/api/serviceannouncement-list-healthoverviews.md
@@ -5,6 +5,7 @@ author: "payiAzure"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List healthOverviews
diff --git a/api-reference/v1.0/api/serviceprincipal-list-memberof.md b/api-reference/v1.0/api/serviceprincipal-list-memberof.md
index a3f87f38b47..ae33f1654f2 100644
--- a/api-reference/v1.0/api/serviceprincipal-list-memberof.md
+++ b/api-reference/v1.0/api/serviceprincipal-list-memberof.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 06/21/2024
---
# List servicePrincipal memberOf
diff --git a/api-reference/v1.0/api/serviceprincipal-post-owners.md b/api-reference/v1.0/api/serviceprincipal-post-owners.md
index ab2f3b292e9..a640a4b9a8c 100644
--- a/api-reference/v1.0/api/serviceprincipal-post-owners.md
+++ b/api-reference/v1.0/api/serviceprincipal-post-owners.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 07/30/2024
---
# servicePrincipal: Add owner
diff --git a/api-reference/v1.0/api/site-delta.md b/api-reference/v1.0/api/site-delta.md
index 71d3dd9a8f5..fbfde760e31 100644
--- a/api-reference/v1.0/api/site-delta.md
+++ b/api-reference/v1.0/api/site-delta.md
@@ -5,6 +5,7 @@ title: "site: delta"
ms.localizationpriority: "medium"
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# site: delta
diff --git a/api-reference/v1.0/api/site-list-operations.md b/api-reference/v1.0/api/site-list-operations.md
index 5da44e89942..132c53b20f2 100644
--- a/api-reference/v1.0/api/site-list-operations.md
+++ b/api-reference/v1.0/api/site-list-operations.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List operations on a site
diff --git a/api-reference/v1.0/api/site-update-permission.md b/api-reference/v1.0/api/site-update-permission.md
index 60e82bd2e2c..f05ba938526 100644
--- a/api-reference/v1.0/api/site-update-permission.md
+++ b/api-reference/v1.0/api/site-update-permission.md
@@ -5,6 +5,7 @@ author: "BarrySh"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update permission
diff --git a/api-reference/v1.0/api/sitepage-update.md b/api-reference/v1.0/api/sitepage-update.md
index 12f1f749620..146ef11fe84 100644
--- a/api-reference/v1.0/api/sitepage-update.md
+++ b/api-reference/v1.0/api/sitepage-update.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 07/11/2024
---
# Update sitePage
diff --git a/api-reference/v1.0/api/sites-list-followed.md b/api-reference/v1.0/api/sites-list-followed.md
index e9158710903..d2a16295420 100644
--- a/api-reference/v1.0/api/sites-list-followed.md
+++ b/api-reference/v1.0/api/sites-list-followed.md
@@ -5,6 +5,7 @@ title: List followed sites
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List followed sites
diff --git a/api-reference/v1.0/api/subscription-delete.md b/api-reference/v1.0/api/subscription-delete.md
index 0857e861c76..df744c13bfb 100644
--- a/api-reference/v1.0/api/subscription-delete.md
+++ b/api-reference/v1.0/api/subscription-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "keylimesoda"
doc_type: apiPageType
ms.subservice: change-notifications
+ms.date: 08/01/2024
---
# Delete subscription
diff --git a/api-reference/v1.0/api/subscription-reauthorize.md b/api-reference/v1.0/api/subscription-reauthorize.md
index 2f5f15fb26b..042fd3a5b17 100644
--- a/api-reference/v1.0/api/subscription-reauthorize.md
+++ b/api-reference/v1.0/api/subscription-reauthorize.md
@@ -5,6 +5,7 @@ author: "keylimesoda"
ms.localizationpriority: medium
ms.subservice: change-notifications
doc_type: apiPageType
+ms.date: 08/01/2024
---
# subscription: reauthorize
diff --git a/api-reference/v1.0/api/subscriptions-socketio.md b/api-reference/v1.0/api/subscriptions-socketio.md
index b886ec52042..7b9947ce4cc 100644
--- a/api-reference/v1.0/api/subscriptions-socketio.md
+++ b/api-reference/v1.0/api/subscriptions-socketio.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "sharepoint"
description: "Allows you to receive near-real-time change notifications for a drive using socket.io."
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get websocket endpoint
diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-provisionondemand.md b/api-reference/v1.0/api/synchronization-synchronizationjob-provisionondemand.md
index 39a1bbbb8a8..439bac4620d 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationjob-provisionondemand.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationjob-provisionondemand.md
@@ -5,6 +5,7 @@ author: "ArvindHarinder1"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# synchronizationJob: provisionOnDemand
diff --git a/api-reference/v1.0/api/tablerowcollection-add.md b/api-reference/v1.0/api/tablerowcollection-add.md
index b782aa60ea0..034c74a840d 100644
--- a/api-reference/v1.0/api/tablerowcollection-add.md
+++ b/api-reference/v1.0/api/tablerowcollection-add.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lumine2008"
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# TableRowCollection: add
diff --git a/api-reference/v1.0/api/team-list-installedapps.md b/api-reference/v1.0/api/team-list-installedapps.md
index 07f9a824e21..1440c6854fd 100644
--- a/api-reference/v1.0/api/team-list-installedapps.md
+++ b/api-reference/v1.0/api/team-list-installedapps.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List apps in team
diff --git a/api-reference/v1.0/api/team-post-installedapps.md b/api-reference/v1.0/api/team-post-installedapps.md
index c7b8efaffe5..e3a7645c672 100644
--- a/api-reference/v1.0/api/team-post-installedapps.md
+++ b/api-reference/v1.0/api/team-post-installedapps.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Add app to team
diff --git a/api-reference/v1.0/api/team-sendactivitynotification.md b/api-reference/v1.0/api/team-sendactivitynotification.md
index 4c537802077..7b3b732bb68 100644
--- a/api-reference/v1.0/api/team-sendactivitynotification.md
+++ b/api-reference/v1.0/api/team-sendactivitynotification.md
@@ -5,6 +5,7 @@ author: eddie-lee-msft
ms.localizationpriority: medium
ms.subservice: teams
doc_type: apiPageType
+ms.date: 05/10/2024
---
# team: sendActivityNotification
diff --git a/api-reference/v1.0/api/tenantrelationship-list-delegatedadminrelationships.md b/api-reference/v1.0/api/tenantrelationship-list-delegatedadminrelationships.md
index 96765e7df31..73abaff8ca4 100644
--- a/api-reference/v1.0/api/tenantrelationship-list-delegatedadminrelationships.md
+++ b/api-reference/v1.0/api/tenantrelationship-list-delegatedadminrelationships.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List delegatedAdminRelationships
diff --git a/api-reference/v1.0/api/tenantrelationship-post-delegatedadminrelationships.md b/api-reference/v1.0/api/tenantrelationship-post-delegatedadminrelationships.md
index a21faa33c98..d7de1f8ffe4 100644
--- a/api-reference/v1.0/api/tenantrelationship-post-delegatedadminrelationships.md
+++ b/api-reference/v1.0/api/tenantrelationship-post-delegatedadminrelationships.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create delegatedAdminRelationship
diff --git a/api-reference/v1.0/api/termstore-term-get.md b/api-reference/v1.0/api/termstore-term-get.md
index 8647195cea7..22dadfe697a 100644
--- a/api-reference/v1.0/api/termstore-term-get.md
+++ b/api-reference/v1.0/api/termstore-term-get.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get term
diff --git a/api-reference/v1.0/api/todo-list-lists.md b/api-reference/v1.0/api/todo-list-lists.md
index bd54972f868..dc04d597cc1 100644
--- a/api-reference/v1.0/api/todo-list-lists.md
+++ b/api-reference/v1.0/api/todo-list-lists.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List lists
diff --git a/api-reference/v1.0/api/todotasklist-post-tasks.md b/api-reference/v1.0/api/todotasklist-post-tasks.md
index f35cb39bcbb..9315282a941 100644
--- a/api-reference/v1.0/api/todotasklist-post-tasks.md
+++ b/api-reference/v1.0/api/todotasklist-post-tasks.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create todoTask
diff --git a/api-reference/v1.0/api/user-exportpersonaldata.md b/api-reference/v1.0/api/user-exportpersonaldata.md
index 938c565df4b..c8303658457 100644
--- a/api-reference/v1.0/api/user-exportpersonaldata.md
+++ b/api-reference/v1.0/api/user-exportpersonaldata.md
@@ -6,6 +6,7 @@ author: "yyuank"
ms.reviewer: "iamut"
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# user: exportPersonalData
diff --git a/api-reference/v1.0/api/user-getmailtips.md b/api-reference/v1.0/api/user-getmailtips.md
index 916089f488c..2812b590128 100644
--- a/api-reference/v1.0/api/user-getmailtips.md
+++ b/api-reference/v1.0/api/user-getmailtips.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# user: getMailTips
diff --git a/api-reference/v1.0/api/user-list-oauth2permissiongrants.md b/api-reference/v1.0/api/user-list-oauth2permissiongrants.md
index 8c45280261a..9d50cc5fef9 100644
--- a/api-reference/v1.0/api/user-list-oauth2permissiongrants.md
+++ b/api-reference/v1.0/api/user-list-oauth2permissiongrants.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: apiPageType
ms.subservice: "entra-sign-in"
author: "psignoret"
+ms.date: 07/11/2024
---
# List a user's oauth2PermissionGrants
diff --git a/api-reference/v1.0/api/user-list-ownedobjects.md b/api-reference/v1.0/api/user-list-ownedobjects.md
index 4a4f0201028..d1f71b0d53e 100644
--- a/api-reference/v1.0/api/user-list-ownedobjects.md
+++ b/api-reference/v1.0/api/user-list-ownedobjects.md
@@ -6,6 +6,7 @@ ms.reviewer: "iamut"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List ownedObjects
diff --git a/api-reference/v1.0/api/user-list-registereddevices.md b/api-reference/v1.0/api/user-list-registereddevices.md
index dd77032f66b..fa89e7fe236 100644
--- a/api-reference/v1.0/api/user-list-registereddevices.md
+++ b/api-reference/v1.0/api/user-list-registereddevices.md
@@ -6,6 +6,7 @@ author: "yyuank"
ms.reviewer: "iamut"
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List registeredDevices
diff --git a/api-reference/v1.0/api/user-translateexchangeids.md b/api-reference/v1.0/api/user-translateexchangeids.md
index 1ef31ebc18b..281329f02de 100644
--- a/api-reference/v1.0/api/user-translateexchangeids.md
+++ b/api-reference/v1.0/api/user-translateexchangeids.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# user: translateExchangeIds
diff --git a/api-reference/v1.0/api/userregistrationdetails-get.md b/api-reference/v1.0/api/userregistrationdetails-get.md
index 202abe21250..2077ac08a7d 100644
--- a/api-reference/v1.0/api/userregistrationdetails-get.md
+++ b/api-reference/v1.0/api/userregistrationdetails-get.md
@@ -5,6 +5,7 @@ author: "kvenkit"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Get userRegistrationDetails
diff --git a/api-reference/v1.0/api/userteamwork-post-installedapps.md b/api-reference/v1.0/api/userteamwork-post-installedapps.md
index 6efd2a5ab18..df890912450 100644
--- a/api-reference/v1.0/api/userteamwork-post-installedapps.md
+++ b/api-reference/v1.0/api/userteamwork-post-installedapps.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Install app for user
diff --git a/api-reference/v1.0/api/virtualendpoint-list-cloudpcs.md b/api-reference/v1.0/api/virtualendpoint-list-cloudpcs.md
index f368faf64bb..3c03f834188 100644
--- a/api-reference/v1.0/api/virtualendpoint-list-cloudpcs.md
+++ b/api-reference/v1.0/api/virtualendpoint-list-cloudpcs.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/18/2024
---
# List cloudPCs
diff --git a/api-reference/v1.0/api/virtualeventsroot-post-webinars.md b/api-reference/v1.0/api/virtualeventsroot-post-webinars.md
index dbf234104cb..30de1a844e4 100644
--- a/api-reference/v1.0/api/virtualeventsroot-post-webinars.md
+++ b/api-reference/v1.0/api/virtualeventsroot-post-webinars.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/08/2024
---
# Create virtualEventWebinar
diff --git a/api-reference/v1.0/api/workbook-createsession.md b/api-reference/v1.0/api/workbook-createsession.md
index cff0d34a63e..85ad94280a7 100644
--- a/api-reference/v1.0/api/workbook-createsession.md
+++ b/api-reference/v1.0/api/workbook-createsession.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# workbook: createSession
diff --git a/api-reference/v1.0/api/worksheet-get.md b/api-reference/v1.0/api/worksheet-get.md
index ff501b857e8..e584281414e 100644
--- a/api-reference/v1.0/api/worksheet-get.md
+++ b/api-reference/v1.0/api/worksheet-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get worksheet
diff --git a/api-reference/v1.0/api/worksheet-update.md b/api-reference/v1.0/api/worksheet-update.md
index 98c05b1bcc1..2e02c401e39 100644
--- a/api-reference/v1.0/api/worksheet-update.md
+++ b/api-reference/v1.0/api/worksheet-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Update worksheet
diff --git a/api-reference/v1.0/resources/accesspackage.md b/api-reference/v1.0/resources/accesspackage.md
index c5a99d70a59..c9dd7b7d2d9 100644
--- a/api-reference/v1.0/resources/accesspackage.md
+++ b/api-reference/v1.0/resources/accesspackage.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/15/2024
---
# accessPackage resource type
diff --git a/api-reference/v1.0/resources/alert.md b/api-reference/v1.0/resources/alert.md
index 625398da991..6ebfdf9085b 100644
--- a/api-reference/v1.0/resources/alert.md
+++ b/api-reference/v1.0/resources/alert.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "preetikr"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/16/2024
---
# alert resource type (deprecated)
diff --git a/api-reference/v1.0/resources/apiapplication.md b/api-reference/v1.0/resources/apiapplication.md
index 93008a68b80..f4cc080ac92 100644
--- a/api-reference/v1.0/resources/apiapplication.md
+++ b/api-reference/v1.0/resources/apiapplication.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# apiApplication resource type
diff --git a/api-reference/v1.0/resources/approval.md b/api-reference/v1.0/resources/approval.md
index 5a090f098ad..6abb8d1c1b3 100644
--- a/api-reference/v1.0/resources/approval.md
+++ b/api-reference/v1.0/resources/approval.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# approval resource type
diff --git a/api-reference/v1.0/resources/assignedplan.md b/api-reference/v1.0/resources/assignedplan.md
index 808c202607b..912430dcd46 100644
--- a/api-reference/v1.0/resources/assignedplan.md
+++ b/api-reference/v1.0/resources/assignedplan.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "frank-masuelli"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# assignedPlan resource type
diff --git a/api-reference/v1.0/resources/authentication.md b/api-reference/v1.0/resources/authentication.md
index 44abb2a8769..14ae1855029 100644
--- a/api-reference/v1.0/resources/authentication.md
+++ b/api-reference/v1.0/resources/authentication.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Authentication states
+ms.date: 07/22/2024
---
# authentication resource type
@@ -54,4 +55,4 @@ The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authentication"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/v1.0/resources/backuprestoreroot.md b/api-reference/v1.0/resources/backuprestoreroot.md
index 0f08b714061..c78823a1ff0 100644
--- a/api-reference/v1.0/resources/backuprestoreroot.md
+++ b/api-reference/v1.0/resources/backuprestoreroot.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: Backup restore
+ms.date: 08/06/2024
---
# backupRestoreRoot resource type
diff --git a/api-reference/v1.0/resources/basesitepage.md b/api-reference/v1.0/resources/basesitepage.md
index bac746bf619..bae904d35d2 100644
--- a/api-reference/v1.0/resources/basesitepage.md
+++ b/api-reference/v1.0/resources/basesitepage.md
@@ -5,6 +5,7 @@ author: "Sangle7"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# baseSitePage resource type
diff --git a/api-reference/v1.0/resources/callrecords-session.md b/api-reference/v1.0/resources/callrecords-session.md
index 15e957acd50..a216d8c55a5 100644
--- a/api-reference/v1.0/resources/callrecords-session.md
+++ b/api-reference/v1.0/resources/callrecords-session.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# session resource type
diff --git a/api-reference/v1.0/resources/changenotification.md b/api-reference/v1.0/resources/changenotification.md
index 04bddd60b0b..d5a4e888a4b 100644
--- a/api-reference/v1.0/resources/changenotification.md
+++ b/api-reference/v1.0/resources/changenotification.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "keylimesoda"
doc_type: resourcePageType
ms.subservice: change-notifications
+ms.date: 07/22/2024
---
# changeNotification resource type
diff --git a/api-reference/v1.0/resources/cloudpc-api-overview.md b/api-reference/v1.0/resources/cloudpc-api-overview.md
index d623f07b02c..686d0f743ea 100644
--- a/api-reference/v1.0/resources/cloudpc-api-overview.md
+++ b/api-reference/v1.0/resources/cloudpc-api-overview.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
doc_type: conceptualPageType
ms.subservice: "cloud-pc"
+ms.date: 05/13/2024
---
# Working with Windows 365 Cloud PCs using the Microsoft Graph API
diff --git a/api-reference/v1.0/resources/cloudpc.md b/api-reference/v1.0/resources/cloudpc.md
index 69e48e01871..197ee466fb3 100644
--- a/api-reference/v1.0/resources/cloudpc.md
+++ b/api-reference/v1.0/resources/cloudpc.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 10/18/2024
---
# cloudPC resource type
diff --git a/api-reference/v1.0/resources/complianceapioverview.md b/api-reference/v1.0/resources/complianceapioverview.md
index 3a6a48ac606..4939ba9f2d1 100644
--- a/api-reference/v1.0/resources/complianceapioverview.md
+++ b/api-reference/v1.0/resources/complianceapioverview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "mahage-msft"
ms.subservice: "compliance"
doc_type: conceptualPageType
+ms.date: 06/10/2024
---
# Use the Microsoft Graph compliance and privacy APIs
diff --git a/api-reference/v1.0/resources/connectors-api-overview.md b/api-reference/v1.0/resources/connectors-api-overview.md
index bc4c8dc9d70..6480dd629d4 100644
--- a/api-reference/v1.0/resources/connectors-api-overview.md
+++ b/api-reference/v1.0/resources/connectors-api-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "snlraju-msft"
ms.subservice: "search"
doc_type: conceptualPageType
+ms.date: 06/04/2024
---
# Use the Microsoft Graph connectors API
diff --git a/api-reference/v1.0/resources/contenttype.md b/api-reference/v1.0/resources/contenttype.md
index 5efa0f07a16..c0fec4c73f6 100644
--- a/api-reference/v1.0/resources/contenttype.md
+++ b/api-reference/v1.0/resources/contenttype.md
@@ -5,6 +5,7 @@ title: "contentType resource type"
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "sharepoint"
+ms.date: 03/26/2024
---
# contentType resource type
diff --git a/api-reference/v1.0/resources/crosstenantaccesspolicy-overview.md b/api-reference/v1.0/resources/crosstenantaccesspolicy-overview.md
index 62758d20016..1c54692ba11 100644
--- a/api-reference/v1.0/resources/crosstenantaccesspolicy-overview.md
+++ b/api-reference/v1.0/resources/crosstenantaccesspolicy-overview.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
doc_type: conceptualPageType
ms.subservice: "entra-sign-in"
+ms.date: 06/20/2024
---
# Cross-tenant access settings API overview
diff --git a/api-reference/v1.0/resources/education-overview.md b/api-reference/v1.0/resources/education-overview.md
index fe4e5458ace..41ef0500d00 100644
--- a/api-reference/v1.0/resources/education-overview.md
+++ b/api-reference/v1.0/resources/education-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "mmast-msft"
ms.subservice: "education"
doc_type: conceptualPageType
+ms.date: 08/08/2024
---
# Working with education APIs in Microsoft Graph
diff --git a/api-reference/v1.0/resources/eventmessage.md b/api-reference/v1.0/resources/eventmessage.md
index 97b0c2db05d..ffbf8f5f8a0 100644
--- a/api-reference/v1.0/resources/eventmessage.md
+++ b/api-reference/v1.0/resources/eventmessage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 08/23/2024
---
# eventMessage resource type
diff --git a/api-reference/v1.0/resources/intune-device-mgt-conceptual.md b/api-reference/v1.0/resources/intune-device-mgt-conceptual.md
index 910eabc3298..6cf4e5a0cfc 100644
--- a/api-reference/v1.0/resources/intune-device-mgt-conceptual.md
+++ b/api-reference/v1.0/resources/intune-device-mgt-conceptual.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Device management in Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfiguration.md
index 7555c76ef32..06731630a0a 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-iosupdatesinstallstatus.md b/api-reference/v1.0/resources/intune-deviceconfig-iosupdatesinstallstatus.md
index 011d6df9c5d..53e97e1af9c 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-iosupdatesinstallstatus.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-iosupdatesinstallstatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# iosUpdatesInstallStatus enum type
diff --git a/api-reference/v1.0/resources/intune-devices-detectedapp.md b/api-reference/v1.0/resources/intune-devices-detectedapp.md
index aae1fa08004..2998c2cf3b0 100644
--- a/api-reference/v1.0/resources/intune-devices-detectedapp.md
+++ b/api-reference/v1.0/resources/intune-devices-detectedapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# detectedApp resource type
diff --git a/api-reference/v1.0/resources/intune-enrollment-windowsautopilotdeviceidentity.md b/api-reference/v1.0/resources/intune-enrollment-windowsautopilotdeviceidentity.md
index 969d0294598..0eff59730ae 100644
--- a/api-reference/v1.0/resources/intune-enrollment-windowsautopilotdeviceidentity.md
+++ b/api-reference/v1.0/resources/intune-enrollment-windowsautopilotdeviceidentity.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsAutopilotDeviceIdentity resource type
diff --git a/api-reference/v1.0/resources/itemattachment.md b/api-reference/v1.0/resources/itemattachment.md
index 0dfcbd96051..7369d82ae7d 100644
--- a/api-reference/v1.0/resources/itemattachment.md
+++ b/api-reference/v1.0/resources/itemattachment.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
ms.subservice: "outlook"
author: "SuryaLashmiS"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# itemAttachment resource type
diff --git a/api-reference/v1.0/resources/licensedetails.md b/api-reference/v1.0/resources/licensedetails.md
index 62aab44da34..8dea19c48a4 100644
--- a/api-reference/v1.0/resources/licensedetails.md
+++ b/api-reference/v1.0/resources/licensedetails.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "frank-masuelli"
ms.subservice: entra-users
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# licenseDetails resource type
diff --git a/api-reference/v1.0/resources/mailsearchfolder.md b/api-reference/v1.0/resources/mailsearchfolder.md
index 1a879124c16..b89580458ae 100644
--- a/api-reference/v1.0/resources/mailsearchfolder.md
+++ b/api-reference/v1.0/resources/mailsearchfolder.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 08/23/2024
---
# mailSearchFolder resource type
diff --git a/api-reference/v1.0/resources/meetingparticipantinfo.md b/api-reference/v1.0/resources/meetingparticipantinfo.md
index 8a66eff1835..5d2d7098150 100644
--- a/api-reference/v1.0/resources/meetingparticipantinfo.md
+++ b/api-reference/v1.0/resources/meetingparticipantinfo.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# meetingParticipantInfo resource type
diff --git a/api-reference/v1.0/resources/meetingparticipants.md b/api-reference/v1.0/resources/meetingparticipants.md
index ddbb305906d..cfb31a27a0e 100644
--- a/api-reference/v1.0/resources/meetingparticipants.md
+++ b/api-reference/v1.0/resources/meetingparticipants.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# meetingParticipants resource type
diff --git a/api-reference/v1.0/resources/messagerule.md b/api-reference/v1.0/resources/messagerule.md
index c8eb503c2e6..fe4ddbc5e08 100644
--- a/api-reference/v1.0/resources/messagerule.md
+++ b/api-reference/v1.0/resources/messagerule.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# messageRule resource type
diff --git a/api-reference/v1.0/resources/namedlocation.md b/api-reference/v1.0/resources/namedlocation.md
index 2b6b2751f87..09cd45d55a1 100644
--- a/api-reference/v1.0/resources/namedlocation.md
+++ b/api-reference/v1.0/resources/namedlocation.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# namedLocation resource type
diff --git a/api-reference/v1.0/resources/opentypeextension.md b/api-reference/v1.0/resources/opentypeextension.md
index 86f1653ef9b..7056804fd44 100644
--- a/api-reference/v1.0/resources/opentypeextension.md
+++ b/api-reference/v1.0/resources/opentypeextension.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "dkershaw10"
ms.subservice: extensions
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# openTypeExtension resource type (open extensions)
diff --git a/api-reference/v1.0/resources/organizationalbranding.md b/api-reference/v1.0/resources/organizationalbranding.md
index d326f8fd658..be10f88c3c2 100644
--- a/api-reference/v1.0/resources/organizationalbranding.md
+++ b/api-reference/v1.0/resources/organizationalbranding.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# organizationalBranding resource type
diff --git a/api-reference/v1.0/resources/orgcontact.md b/api-reference/v1.0/resources/orgcontact.md
index 503de179b3d..cc44cb5fb90 100644
--- a/api-reference/v1.0/resources/orgcontact.md
+++ b/api-reference/v1.0/resources/orgcontact.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# orgContact resource type
diff --git a/api-reference/v1.0/resources/partners-billing-api-overview.md b/api-reference/v1.0/resources/partners-billing-api-overview.md
index 3389e1eefb2..0635d12bb75 100644
--- a/api-reference/v1.0/resources/partners-billing-api-overview.md
+++ b/api-reference/v1.0/resources/partners-billing-api-overview.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
doc_type: conceptualPageType
ms.subservice: "reports"
+ms.date: 05/13/2024
---
# Use the Microsoft Graph API to export partner billing data
diff --git a/api-reference/v1.0/resources/patternedrecurrence.md b/api-reference/v1.0/resources/patternedrecurrence.md
index 55b546f9abd..32f2960ae9e 100644
--- a/api-reference/v1.0/resources/patternedrecurrence.md
+++ b/api-reference/v1.0/resources/patternedrecurrence.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# patternedRecurrence resource type
diff --git a/api-reference/v1.0/resources/person.md b/api-reference/v1.0/resources/person.md
index fb41f354795..d460d3c3486 100644
--- a/api-reference/v1.0/resources/person.md
+++ b/api-reference/v1.0/resources/person.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: high
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# person resource type
diff --git a/api-reference/v1.0/resources/place.md b/api-reference/v1.0/resources/place.md
index 81c4adcbe8f..8b37eb71b11 100644
--- a/api-reference/v1.0/resources/place.md
+++ b/api-reference/v1.0/resources/place.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: "resourcePageType"
+ms.date: 03/22/2024
---
# place resource type
diff --git a/api-reference/v1.0/resources/profilecardproperty.md b/api-reference/v1.0/resources/profilecardproperty.md
index 5d7c0c681dc..15160cac537 100644
--- a/api-reference/v1.0/resources/profilecardproperty.md
+++ b/api-reference/v1.0/resources/profilecardproperty.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "rwaithera"
ms.subservice: "people"
doc_type: "resourcePageType"
+ms.date: 06/10/2024
---
# profileCardProperty resource type
diff --git a/api-reference/v1.0/resources/report-m365defender-reports-overview.md b/api-reference/v1.0/resources/report-m365defender-reports-overview.md
index aa54f4a05d4..8446c4a46fb 100644
--- a/api-reference/v1.0/resources/report-m365defender-reports-overview.md
+++ b/api-reference/v1.0/resources/report-m365defender-reports-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "stuartcl"
doc_type: conceptualPageType
ms.subservice: "security"
+ms.date: 05/13/2024
---
# Reports API overview for attack simulation training as part of Microsoft Defender for Office 365
diff --git a/api-reference/v1.0/resources/requiredresourceaccess.md b/api-reference/v1.0/resources/requiredresourceaccess.md
index 0dbf919bbf2..410f864d6c1 100644
--- a/api-reference/v1.0/resources/requiredresourceaccess.md
+++ b/api-reference/v1.0/resources/requiredresourceaccess.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 04/03/2024
---
# requiredResourceAccess resource type
diff --git a/api-reference/v1.0/resources/schemaextension.md b/api-reference/v1.0/resources/schemaextension.md
index 68ba3425c67..448bbd42967 100644
--- a/api-reference/v1.0/resources/schemaextension.md
+++ b/api-reference/v1.0/resources/schemaextension.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "dkershaw10"
ms.subservice: extensions
doc_type: resourcePageType
+ms.date: 04/17/2024
---
# schemaExtension resource type (schema extensions)
diff --git a/api-reference/v1.0/resources/securescore.md b/api-reference/v1.0/resources/securescore.md
index 3c52aa9899d..48c1bd2a1dc 100644
--- a/api-reference/v1.0/resources/securescore.md
+++ b/api-reference/v1.0/resources/securescore.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: preetikr
ms.subservice: security
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# secureScore resource type
diff --git a/api-reference/v1.0/resources/security-recordsmanagement-overview.md b/api-reference/v1.0/resources/security-recordsmanagement-overview.md
index d56e1e2b64c..a3680fec119 100644
--- a/api-reference/v1.0/resources/security-recordsmanagement-overview.md
+++ b/api-reference/v1.0/resources/security-recordsmanagement-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: sseth-msft
ms.subservice: "compliance"
doc_type: conceptualPageType
+ms.date: 06/10/2024
---
# Use the Microsoft Graph records management APIs
diff --git a/api-reference/v1.0/resources/security.md b/api-reference/v1.0/resources/security.md
index 862c875f813..7a3e587e23b 100644
--- a/api-reference/v1.0/resources/security.md
+++ b/api-reference/v1.0/resources/security.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 09/12/2024
---
# security resource type
diff --git a/api-reference/v1.0/resources/shift.md b/api-reference/v1.0/resources/shift.md
index b529a083495..e73e7b4f98d 100644
--- a/api-reference/v1.0/resources/shift.md
+++ b/api-reference/v1.0/resources/shift.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# shift resource type
diff --git a/api-reference/v1.0/resources/singlevaluelegacyextendedproperty.md b/api-reference/v1.0/resources/singlevaluelegacyextendedproperty.md
index cbe22e0a28a..c13b629b06d 100644
--- a/api-reference/v1.0/resources/singlevaluelegacyextendedproperty.md
+++ b/api-reference/v1.0/resources/singlevaluelegacyextendedproperty.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# singleValueLegacyExtendedProperty resource type
diff --git a/api-reference/v1.0/resources/softwareoathauthenticationmethod.md b/api-reference/v1.0/resources/softwareoathauthenticationmethod.md
index 860c1420703..dc2b15d3a3b 100644
--- a/api-reference/v1.0/resources/softwareoathauthenticationmethod.md
+++ b/api-reference/v1.0/resources/softwareoathauthenticationmethod.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Software OATH
+ms.date: 07/22/2024
---
# softwareOathAuthenticationMethod resource type
diff --git a/api-reference/v1.0/resources/teamsappinstallation.md b/api-reference/v1.0/resources/teamsappinstallation.md
index 67b04909243..f558b1dd9a4 100644
--- a/api-reference/v1.0/resources/teamsappinstallation.md
+++ b/api-reference/v1.0/resources/teamsappinstallation.md
@@ -5,6 +5,7 @@ author: "AkJo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 09/27/2024
---
# teamsAppInstallation resource type
diff --git a/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethod.md b/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethod.md
index a5a64e3bdd7..9f0954a4b4a 100644
--- a/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethod.md
+++ b/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethod.md
@@ -8,6 +8,7 @@ ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
toc.title: Temporary Access Pass
toc.keywords: [ TAP ]
+ms.date: 07/22/2024
---
# temporaryAccessPassAuthenticationMethod resource type
diff --git a/api-reference/v1.0/resources/tenantinformation.md b/api-reference/v1.0/resources/tenantinformation.md
index 19e4187c117..ba349101f77 100644
--- a/api-reference/v1.0/resources/tenantinformation.md
+++ b/api-reference/v1.0/resources/tenantinformation.md
@@ -5,6 +5,7 @@ author: "adimitui"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# tenantInformation resource type
diff --git a/api-reference/v1.0/resources/todotasklist.md b/api-reference/v1.0/resources/todotasklist.md
index d6080d7b5bc..89f5c52242c 100644
--- a/api-reference/v1.0/resources/todotasklist.md
+++ b/api-reference/v1.0/resources/todotasklist.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# todoTaskList resource type
diff --git a/api-reference/v1.0/resources/unifiedroleassignment.md b/api-reference/v1.0/resources/unifiedroleassignment.md
index 46ca2ba2484..654ed6806c3 100644
--- a/api-reference/v1.0/resources/unifiedroleassignment.md
+++ b/api-reference/v1.0/resources/unifiedroleassignment.md
@@ -7,6 +7,7 @@ ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "resourcePageType"
toc.title: Role assignment
+ms.date: 07/29/2024
---
# unifiedRoleAssignment resource type
diff --git a/api-reference/v1.0/resources/unifiedroledefinition.md b/api-reference/v1.0/resources/unifiedroledefinition.md
index 7df666e48ae..78391cdd457 100644
--- a/api-reference/v1.0/resources/unifiedroledefinition.md
+++ b/api-reference/v1.0/resources/unifiedroledefinition.md
@@ -7,6 +7,7 @@ ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "resourcePageType"
toc.title: Role definition
+ms.date: 07/22/2024
---
# unifiedRoleDefinition resource type
diff --git a/api-reference/v1.0/resources/virtualeventwebinar.md b/api-reference/v1.0/resources/virtualeventwebinar.md
index 584d3bc8411..3c991d05c95 100644
--- a/api-reference/v1.0/resources/virtualeventwebinar.md
+++ b/api-reference/v1.0/resources/virtualeventwebinar.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 10/08/2024
---
# virtualEventWebinar resource type
diff --git a/api-reference/v1.0/resources/webpart.md b/api-reference/v1.0/resources/webpart.md
index 54a316feb21..7179e860d2b 100644
--- a/api-reference/v1.0/resources/webpart.md
+++ b/api-reference/v1.0/resources/webpart.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# webPart resource type
diff --git a/api-reference/v1.0/resources/workbooktable.md b/api-reference/v1.0/resources/workbooktable.md
index 1df825181c7..3d3241818b0 100644
--- a/api-reference/v1.0/resources/workbooktable.md
+++ b/api-reference/v1.0/resources/workbooktable.md
@@ -6,6 +6,7 @@ ms.localizationpriority: high
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Table
+ms.date: 08/01/2024
---
# workbookTable resource type
diff --git a/api-reference/v1.0/resources/workbookworksheet.md b/api-reference/v1.0/resources/workbookworksheet.md
index f5d19eecb61..8a2b22dda2e 100644
--- a/api-reference/v1.0/resources/workbookworksheet.md
+++ b/api-reference/v1.0/resources/workbookworksheet.md
@@ -6,6 +6,7 @@ author: "lumine2008"
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Worksheet
+ms.date: 07/30/2024
---
# workbookWorksheet resource type
From 9598b2270586b035db801cc85f47ccc08bccb0f9 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:49:45 +0800
Subject: [PATCH 065/130] Bulk add missing ms.date
---
api-reference/beta/api/directory-list-recommendation.md | 1 +
...e-deviceconfigv2-devicemanagementconfigurationpolicy-get.md | 1 +
...-deviceconfigv2-devicemanagementconfigurationpolicy-list.md | 1 +
.../beta/api/managedtenants-managedtenant-list-tenants.md | 1 +
api-reference/beta/api/profile-list-emails.md | 1 +
api-reference/beta/api/profile-list-projects.md | 1 +
api-reference/beta/api/recyclebin-list-items.md | 1 +
.../api/reportroot-list-serviceprincipalsigninactivities.md | 1 +
.../beta/api/security-detectionrule-post-detectionrules.md | 1 +
api-reference/beta/api/security-emailthreatsubmission-list.md | 1 +
api-reference/beta/api/tiindicators-post.md | 1 +
api-reference/beta/api/user-validatepassword.md | 1 +
api-reference/beta/resources/adminwindowsupdates.md | 1 +
.../beta/resources/credentialuserregistrationdetails.md | 1 +
api-reference/beta/resources/goalsexportjob.md | 1 +
...ceconfigv2-devicemanagementconfigurationpolicyassignment.md | 1 +
api-reference/beta/resources/intune-shared-devicemanagement.md | 3 ++-
api-reference/beta/resources/managedtenants-managedtenant.md | 1 +
api-reference/beta/resources/managedtenants-tenant.md | 1 +
api-reference/beta/resources/outofofficesettings.md | 1 +
.../beta/resources/security-tenantalloworblocklistaction.md | 1 +
api-reference/beta/resources/security-threatsubmission.md | 1 +
.../beta/resources/strongauthenticationrequirements.md | 1 +
api-reference/v1.0/api/accesspackage-get.md | 1 +
api-reference/v1.0/api/accesspackagecatalog-list-resources.md | 1 +
api-reference/v1.0/api/accessreviewset-list-definitions.md | 1 +
api-reference/v1.0/api/accessreviewset-post-definitions.md | 1 +
api-reference/v1.0/api/administrativeunit-get.md | 1 +
api-reference/v1.0/api/administrativeunit-list-members.md | 1 +
api-reference/v1.0/api/application-delta.md | 1 +
.../v1.0/api/application-list-federatedidentitycredentials.md | 1 +
api-reference/v1.0/api/attachment-delete.md | 1 +
.../v1.0/api/attacksimulationroot-list-simulations.md | 1 +
api-reference/v1.0/api/authentication-list-passwordmethods.md | 1 +
api-reference/v1.0/api/authentication-post-emailmethods.md | 1 +
api-reference/v1.0/api/authenticationmethodspolicy-update.md | 1 +
api-reference/v1.0/api/bookingbusiness-get.md | 1 +
api-reference/v1.0/api/bookingbusiness-getstaffavailability.md | 1 +
api-reference/v1.0/api/bookingbusiness-list-services.md | 1 +
api-reference/v1.0/api/bookingbusiness-list-staffmembers.md | 1 +
api-reference/v1.0/api/calendar-delete.md | 1 +
api-reference/v1.0/api/call-delete.md | 1 +
api-reference/v1.0/api/call-playprompt.md | 1 +
api-reference/v1.0/api/call-transfer.md | 1 +
api-reference/v1.0/api/call-updaterecordingstatus.md | 1 +
.../v1.0/api/callrecords-callrecord-list-participants_v2.md | 1 +
api-reference/v1.0/api/chat-get-members.md | 1 +
api-reference/v1.0/api/chat-post-pinnedmessages.md | 1 +
api-reference/v1.0/api/chatmessage-setreaction.md | 1 +
api-reference/v1.0/api/claimsmappingpolicy-get.md | 1 +
.../v1.0/api/claimsmappingpolicy-post-claimsmappingpolicies.md | 1 +
api-reference/v1.0/api/cloudpc-get.md | 1 +
api-reference/v1.0/api/columndefinition-update.md | 1 +
api-reference/v1.0/api/companysubscription-get.md | 1 +
api-reference/v1.0/api/contenttype-get.md | 1 +
api-reference/v1.0/api/delegatedadminrelationship-get.md | 1 +
api-reference/v1.0/api/device-list-registeredusers.md | 1 +
api-reference/v1.0/api/device-post-devices.md | 1 +
api-reference/v1.0/api/directory-list-administrativeunits.md | 1 +
api-reference/v1.0/api/directory-list-attributesets.md | 1 +
api-reference/v1.0/api/directoryobject-delta.md | 1 +
api-reference/v1.0/api/domain-list-federationconfiguration.md | 1 +
api-reference/v1.0/api/domain-post-domains.md | 1 +
api-reference/v1.0/api/domain-verify.md | 1 +
api-reference/v1.0/api/driveitem-getretentionlabel.md | 1 +
api-reference/v1.0/api/driveitem-lockorunlockrecord.md | 1 +
.../v1.0/api/entitlementmanagement-list-assignments.md | 1 +
.../v1.0/api/entitlementmanagement-post-accesspackages.md | 1 +
api-reference/v1.0/api/event-decline.md | 1 +
api-reference/v1.0/api/event-forward.md | 1 +
api-reference/v1.0/api/extensionproperty-get.md | 1 +
.../api/externalconnectors-externalconnection-patch-schema.md | 1 +
api-reference/v1.0/api/fido2authenticationmethod-get.md | 1 +
api-reference/v1.0/api/fido2authenticationmethod-list.md | 1 +
api-reference/v1.0/api/group-list-threads.md | 1 +
api-reference/v1.0/api/group-update-event.md | 1 +
api-reference/v1.0/api/group-validateproperties.md | 1 +
.../v1.0/api/identitycontainer-post-identityproviders.md | 1 +
.../api/informationprotection-post-threatassessmentrequests.md | 1 +
api-reference/v1.0/api/intune-devices-devicemanagement-get.md | 1 +
api-reference/v1.0/api/intune-devices-manageddevice-retire.md | 1 +
.../v1.0/api/intune-devices-manageddevice-syncdevice.md | 1 +
...nt-windowsautopilotdeviceidentity-updatedeviceproperties.md | 1 +
api-reference/v1.0/api/intune-onboarding-user-get.md | 1 +
api-reference/v1.0/api/intune-rbac-roleassignment-list.md | 1 +
api-reference/v1.0/api/ipnamedlocation-update.md | 1 +
api-reference/v1.0/api/mailfolder-post-childfolders.md | 1 +
api-reference/v1.0/api/message-createreplyall.md | 1 +
api-reference/v1.0/api/notebook-get.md | 1 +
api-reference/v1.0/api/onenote-post-notebooks.md | 1 +
api-reference/v1.0/api/onlinemeeting-delete.md | 1 +
.../v1.0/api/onpremisesdirectorysynchronization-get.md | 1 +
api-reference/v1.0/api/orgcontact-list.md | 1 +
api-reference/v1.0/api/outlookcategory-get.md | 1 +
api-reference/v1.0/api/participant-get.md | 1 +
api-reference/v1.0/api/partners-billing-billedusage-export.md | 1 +
api-reference/v1.0/api/plannerbucket-get.md | 1 +
api-reference/v1.0/api/plannerplandetails-get.md | 1 +
.../api/policyroot-list-rolemanagementpolicyassignments.md | 1 +
api-reference/v1.0/api/post-list-attachments.md | 1 +
api-reference/v1.0/api/profilephoto-delete.md | 1 +
api-reference/v1.0/api/provisioningobjectsummary-list.md | 1 +
.../v1.0/api/rbacapplication-list-roleassignmentschedules.md | 1 +
.../rbacapplication-list-roleeligibilityschedulerequests.md | 1 +
.../v1.0/api/reportroot-getmailboxusagemailboxcounts.md | 1 +
api-reference/v1.0/api/reportroot-getmailboxusagestorage.md | 1 +
.../v1.0/api/reportroot-getoffice365activationsuserdetail.md | 1 +
.../v1.0/api/reportroot-getoffice365activeusercounts.md | 1 +
api-reference/v1.0/api/reportroot-getonedriveusagestorage.md | 1 +
.../v1.0/api/reportroot-getsharepointsiteusagefilecounts.md | 1 +
api-reference/v1.0/api/riskyuser-dismiss.md | 1 +
.../v1.0/api/security-casesroot-list-ediscoverycases.md | 1 +
.../v1.0/api/security-list-securescorecontrolprofiles.md | 1 +
.../v1.0/api/security-vulnerability-list-components.md | 1 +
...ityreportsroot-getattacksimulationsimulationusercoverage.md | 1 +
api-reference/v1.0/api/serviceannouncement-list-issues.md | 1 +
.../v1.0/api/serviceprincipal-addtokensigningcertificate.md | 1 +
.../v1.0/api/serviceprincipal-delete-approleassignedto.md | 1 +
.../v1.0/api/serviceprincipal-delete-approleassignments.md | 1 +
.../v1.0/api/serviceprincipal-list-claimsmappingpolicies.md | 1 +
api-reference/v1.0/api/site-list-columns.md | 1 +
api-reference/v1.0/api/sitepage-publish.md | 1 +
.../v1.0/api/softwareoathauthenticationmethod-delete.md | 1 +
.../synchronization-serviceprincipal-put-synchronization.md | 1 +
.../api/synchronization-synchronization-acquireaccesstoken.md | 1 +
.../v1.0/api/synchronization-synchronizationjob-get.md | 1 +
.../synchronization-synchronizationschema-filteroperators.md | 1 +
api-reference/v1.0/api/table-get.md | 1 +
api-reference/v1.0/api/table-list-columns.md | 1 +
api-reference/v1.0/api/table-list-rows.md | 1 +
api-reference/v1.0/api/table-update.md | 1 +
api-reference/v1.0/api/tablerow-delete.md | 1 +
api-reference/v1.0/api/team-get-members.md | 1 +
api-reference/v1.0/api/termstore-list-groups.md | 1 +
api-reference/v1.0/api/termstore-term-list-children.md | 1 +
api-reference/v1.0/api/termstore-term-post.md | 1 +
.../v1.0/api/tokenlifetimepolicy-post-tokenlifetimepolicies.md | 1 +
api-reference/v1.0/api/unifiedroleassignment-get.md | 1 +
api-reference/v1.0/api/unifiedroledefinition-get.md | 1 +
api-reference/v1.0/api/unifiedrolemanagementpolicy-get.md | 1 +
.../v1.0/api/unifiedrolemanagementpolicyrule-update.md | 1 +
api-reference/v1.0/api/user-list-sponsors.md | 1 +
api-reference/v1.0/api/user-retryserviceprovisioning.md | 1 +
.../api/virtualappointment-getvirtualappointmentjoinweburl.md | 1 +
api-reference/v1.0/api/worksheet-range.md | 1 +
api-reference/v1.0/resources/accessreviewscheduledefinition.md | 1 +
api-reference/v1.0/resources/activity-feed-api-overview.md | 1 +
api-reference/v1.0/resources/appconsentrequest.md | 1 +
api-reference/v1.0/resources/applicationtemplate.md | 1 +
api-reference/v1.0/resources/appmanagementpolicy.md | 1 +
api-reference/v1.0/resources/authenticationeventlistener.md | 1 +
api-reference/v1.0/resources/contactfolder.md | 1 +
api-reference/v1.0/resources/countrynamedlocation.md | 1 +
api-reference/v1.0/resources/defaultuserrolepermissions.md | 1 +
.../v1.0/resources/emailauthenticationmethodconfiguration.md | 1 +
api-reference/v1.0/resources/engagementasyncoperation.md | 1 +
api-reference/v1.0/resources/externalconnectors-schema.md | 1 +
api-reference/v1.0/resources/followupflag.md | 1 +
api-reference/v1.0/resources/groupsetting.md | 1 +
api-reference/v1.0/resources/identityuserflowattribute.md | 1 +
api-reference/v1.0/resources/intune-app-conceptual.md | 1 +
api-reference/v1.0/resources/intune-apps-managedapp.md | 1 +
.../v1.0/resources/intune-apps-mobileappassignment.md | 1 +
api-reference/v1.0/resources/intune-device-cfg-conceptual.md | 1 +
...intune-enrollment-importedwindowsautopilotdeviceidentity.md | 1 +
api-reference/v1.0/resources/licenseassignmentstate.md | 1 +
api-reference/v1.0/resources/manage-focused-inbox.md | 1 +
api-reference/v1.0/resources/onenote.md | 1 +
api-reference/v1.0/resources/onlinemeetinginfo.md | 1 +
.../v1.0/resources/onpremisesdirectorysynchronization.md | 1 +
api-reference/v1.0/resources/optionalclaims.md | 1 +
api-reference/v1.0/resources/permissionscope.md | 1 +
api-reference/v1.0/resources/planner-order-hint-format.md | 1 +
api-reference/v1.0/resources/plannerappliedcategories.md | 1 +
api-reference/v1.0/resources/plannerchecklistitems.md | 1 +
api-reference/v1.0/resources/plannerexternalreferences.md | 1 +
api-reference/v1.0/resources/print.md | 1 +
api-reference/v1.0/resources/projectrome-activity.md | 1 +
api-reference/v1.0/resources/requestschedule.md | 1 +
api-reference/v1.0/resources/resourceaccess.md | 1 +
api-reference/v1.0/resources/resourcedata.md | 1 +
api-reference/v1.0/resources/roomlist.md | 1 +
api-reference/v1.0/resources/schedule.md | 1 +
api-reference/v1.0/resources/scheduleinformation.md | 1 +
api-reference/v1.0/resources/securescorecontrolprofile.md | 1 +
api-reference/v1.0/resources/security-ediscoverycase.md | 1 +
api-reference/v1.0/resources/security-healthissue.md | 1 +
api-reference/v1.0/resources/security-vulnerability.md | 1 +
api-reference/v1.0/resources/serviceplaninfo.md | 1 +
api-reference/v1.0/resources/sharepointonedriveoptions.md | 1 +
api-reference/v1.0/resources/standardwebpart.md | 1 +
.../v1.0/resources/synchronization-synchronizationjob.md | 1 +
api-reference/v1.0/resources/teamsappsettings.md | 1 +
api-reference/v1.0/resources/termstore-term.md | 1 +
api-reference/v1.0/resources/threatassessment-api-overview.md | 1 +
api-reference/v1.0/resources/tokenissuancepolicy.md | 1 +
.../v1.0/resources/unifiedroleassignmentschedulerequest.md | 1 +
.../v1.0/resources/unifiedrolemanagementpolicyrule.md | 1 +
api-reference/v1.0/resources/virtualeventregistration.md | 1 +
199 files changed, 200 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/directory-list-recommendation.md b/api-reference/beta/api/directory-list-recommendation.md
index 9046f0b1a79..1a08d6c6ce9 100644
--- a/api-reference/beta/api/directory-list-recommendation.md
+++ b/api-reference/beta/api/directory-list-recommendation.md
@@ -5,6 +5,7 @@ author: "ddeeps2610"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List recommendations
diff --git a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-get.md b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-get.md
index 9f5cb72654e..fce1a3ed941 100644
--- a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-get.md
+++ b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementConfigurationPolicy
diff --git a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-list.md b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-list.md
index 1eaaccff6fe..af083e2c1e2 100644
--- a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-list.md
+++ b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceManagementConfigurationPolicies
diff --git a/api-reference/beta/api/managedtenants-managedtenant-list-tenants.md b/api-reference/beta/api/managedtenants-managedtenant-list-tenants.md
index c91cd5774a5..47ee973a653 100644
--- a/api-reference/beta/api/managedtenants-managedtenant-list-tenants.md
+++ b/api-reference/beta/api/managedtenants-managedtenant-list-tenants.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tenants
diff --git a/api-reference/beta/api/profile-list-emails.md b/api-reference/beta/api/profile-list-emails.md
index 1df50fee303..88a26e78ae2 100644
--- a/api-reference/beta/api/profile-list-emails.md
+++ b/api-reference/beta/api/profile-list-emails.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List emails
diff --git a/api-reference/beta/api/profile-list-projects.md b/api-reference/beta/api/profile-list-projects.md
index d662dcdc950..d273a0d8752 100644
--- a/api-reference/beta/api/profile-list-projects.md
+++ b/api-reference/beta/api/profile-list-projects.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 07/15/2024
---
# List projects
diff --git a/api-reference/beta/api/recyclebin-list-items.md b/api-reference/beta/api/recyclebin-list-items.md
index fbdd67a0a41..4f621f46968 100644
--- a/api-reference/beta/api/recyclebin-list-items.md
+++ b/api-reference/beta/api/recyclebin-list-items.md
@@ -5,6 +5,7 @@ description: "Get a collection of recycleBinItem resources in the recycleBin of
ms.localizationpriority: "medium"
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List items
diff --git a/api-reference/beta/api/reportroot-list-serviceprincipalsigninactivities.md b/api-reference/beta/api/reportroot-list-serviceprincipalsigninactivities.md
index 05415aae707..fe73db3c94f 100644
--- a/api-reference/beta/api/reportroot-list-serviceprincipalsigninactivities.md
+++ b/api-reference/beta/api/reportroot-list-serviceprincipalsigninactivities.md
@@ -5,6 +5,7 @@ description: "Get a list of servicePrincipalSignInActivity objects that contains
ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
diff --git a/api-reference/beta/api/security-detectionrule-post-detectionrules.md b/api-reference/beta/api/security-detectionrule-post-detectionrules.md
index 8d1c40ebcf7..c0f8f775ed1 100644
--- a/api-reference/beta/api/security-detectionrule-post-detectionrules.md
+++ b/api-reference/beta/api/security-detectionrule-post-detectionrules.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create detectionRule
diff --git a/api-reference/beta/api/security-emailthreatsubmission-list.md b/api-reference/beta/api/security-emailthreatsubmission-list.md
index ba68f153cb8..82a0d9b68ac 100644
--- a/api-reference/beta/api/security-emailthreatsubmission-list.md
+++ b/api-reference/beta/api/security-emailthreatsubmission-list.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List emailThreatSubmissions
diff --git a/api-reference/beta/api/tiindicators-post.md b/api-reference/beta/api/tiindicators-post.md
index e2f27b17417..a059df980bd 100644
--- a/api-reference/beta/api/tiindicators-post.md
+++ b/api-reference/beta/api/tiindicators-post.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Create threat intelligence indicator
diff --git a/api-reference/beta/api/user-validatepassword.md b/api-reference/beta/api/user-validatepassword.md
index 0958a1a34a0..31895af7195 100644
--- a/api-reference/beta/api/user-validatepassword.md
+++ b/api-reference/beta/api/user-validatepassword.md
@@ -6,6 +6,7 @@ ms.reviewer: "iamut"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 10/09/2024
---
# user: validatePassword
diff --git a/api-reference/beta/resources/adminwindowsupdates.md b/api-reference/beta/resources/adminwindowsupdates.md
index b150d2eae0a..5d6077c5423 100644
--- a/api-reference/beta/resources/adminwindowsupdates.md
+++ b/api-reference/beta/resources/adminwindowsupdates.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: resourcePageType
+ms.date: 09/16/2024
---
# adminWindowsUpdates resource type
diff --git a/api-reference/beta/resources/credentialuserregistrationdetails.md b/api-reference/beta/resources/credentialuserregistrationdetails.md
index 450b99e2479..d2082e41891 100644
--- a/api-reference/beta/resources/credentialuserregistrationdetails.md
+++ b/api-reference/beta/resources/credentialuserregistrationdetails.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "egreenberg14"
ms.subservice: "entra-monitoring-health"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# credentialUserRegistrationDetails resource type
diff --git a/api-reference/beta/resources/goalsexportjob.md b/api-reference/beta/resources/goalsexportjob.md
index 61298b97756..6e1a9024e03 100644
--- a/api-reference/beta/resources/goalsexportjob.md
+++ b/api-reference/beta/resources/goalsexportjob.md
@@ -5,6 +5,7 @@ author: "ishatyagiit"
ms.localizationpriority: medium
ms.subservice: "viva-goals"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# goalsExportJob resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md
index ca6430da6d7..a42ade01358 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagementConfigurationPolicyAssignment resource type
diff --git a/api-reference/beta/resources/intune-shared-devicemanagement.md b/api-reference/beta/resources/intune-shared-devicemanagement.md
index 1717c130edd..3cd4d7235ad 100644
--- a/api-reference/beta/resources/intune-shared-devicemanagement.md
+++ b/api-reference/beta/resources/intune-shared-devicemanagement.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jaiprakashmb"
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagement resource type
@@ -208,4 +209,4 @@ Here is a JSON representation of the resource.
"id": "String (identifier)",
"subscriptionState": "String"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/managedtenants-managedtenant.md b/api-reference/beta/resources/managedtenants-managedtenant.md
index 30cdc00936d..b4dec02ddfa 100644
--- a/api-reference/beta/resources/managedtenants-managedtenant.md
+++ b/api-reference/beta/resources/managedtenants-managedtenant.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# managedTenant resource type
diff --git a/api-reference/beta/resources/managedtenants-tenant.md b/api-reference/beta/resources/managedtenants-tenant.md
index a7143bfe6be..5cfb0f4e911 100644
--- a/api-reference/beta/resources/managedtenants-tenant.md
+++ b/api-reference/beta/resources/managedtenants-tenant.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# tenant resource type
diff --git a/api-reference/beta/resources/outofofficesettings.md b/api-reference/beta/resources/outofofficesettings.md
index d344758485b..6c14fce9ccb 100644
--- a/api-reference/beta/resources/outofofficesettings.md
+++ b/api-reference/beta/resources/outofofficesettings.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# outOfOfficeSettings resource type
diff --git a/api-reference/beta/resources/security-tenantalloworblocklistaction.md b/api-reference/beta/resources/security-tenantalloworblocklistaction.md
index ab06de81b8f..d71aad4d87a 100644
--- a/api-reference/beta/resources/security-tenantalloworblocklistaction.md
+++ b/api-reference/beta/resources/security-tenantalloworblocklistaction.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# tenantAllowOrBlockListAction resource type
diff --git a/api-reference/beta/resources/security-threatsubmission.md b/api-reference/beta/resources/security-threatsubmission.md
index 99a28995910..dfe78f8e79b 100644
--- a/api-reference/beta/resources/security-threatsubmission.md
+++ b/api-reference/beta/resources/security-threatsubmission.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/28/2024
---
# threatSubmission resource type
diff --git a/api-reference/beta/resources/strongauthenticationrequirements.md b/api-reference/beta/resources/strongauthenticationrequirements.md
index fa29b1a9143..81193c6f419 100644
--- a/api-reference/beta/resources/strongauthenticationrequirements.md
+++ b/api-reference/beta/resources/strongauthenticationrequirements.md
@@ -5,6 +5,7 @@ author: "luc-msft"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/10/2024
---
# strongAuthenticationRequirements resource type
diff --git a/api-reference/v1.0/api/accesspackage-get.md b/api-reference/v1.0/api/accesspackage-get.md
index 1b2cdd3c246..dc6b6bb9813 100644
--- a/api-reference/v1.0/api/accesspackage-get.md
+++ b/api-reference/v1.0/api/accesspackage-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessPackage
diff --git a/api-reference/v1.0/api/accesspackagecatalog-list-resources.md b/api-reference/v1.0/api/accesspackagecatalog-list-resources.md
index f0daf1ed5a6..f39f0ac4838 100644
--- a/api-reference/v1.0/api/accesspackagecatalog-list-resources.md
+++ b/api-reference/v1.0/api/accesspackagecatalog-list-resources.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 03/08/2024
---
# List resources
diff --git a/api-reference/v1.0/api/accessreviewset-list-definitions.md b/api-reference/v1.0/api/accessreviewset-list-definitions.md
index 4fe0d560e9b..ca4a6b320c0 100644
--- a/api-reference/v1.0/api/accessreviewset-list-definitions.md
+++ b/api-reference/v1.0/api/accessreviewset-list-definitions.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List definitions
diff --git a/api-reference/v1.0/api/accessreviewset-post-definitions.md b/api-reference/v1.0/api/accessreviewset-post-definitions.md
index d4aca8c3b8a..56f2cd15f91 100644
--- a/api-reference/v1.0/api/accessreviewset-post-definitions.md
+++ b/api-reference/v1.0/api/accessreviewset-post-definitions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: isabelleatmsft
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create definitions
diff --git a/api-reference/v1.0/api/administrativeunit-get.md b/api-reference/v1.0/api/administrativeunit-get.md
index 177340495df..76fb5b29db5 100644
--- a/api-reference/v1.0/api/administrativeunit-get.md
+++ b/api-reference/v1.0/api/administrativeunit-get.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/29/2024
---
# Get administrativeUnit
diff --git a/api-reference/v1.0/api/administrativeunit-list-members.md b/api-reference/v1.0/api/administrativeunit-list-members.md
index e981e86bd6a..2337bc1fcf8 100644
--- a/api-reference/v1.0/api/administrativeunit-list-members.md
+++ b/api-reference/v1.0/api/administrativeunit-list-members.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# List members
diff --git a/api-reference/v1.0/api/application-delta.md b/api-reference/v1.0/api/application-delta.md
index 09cc6786349..3a465930793 100644
--- a/api-reference/v1.0/api/application-delta.md
+++ b/api-reference/v1.0/api/application-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# application: delta
diff --git a/api-reference/v1.0/api/application-list-federatedidentitycredentials.md b/api-reference/v1.0/api/application-list-federatedidentitycredentials.md
index 7f08006262f..0e42c66bb71 100644
--- a/api-reference/v1.0/api/application-list-federatedidentitycredentials.md
+++ b/api-reference/v1.0/api/application-list-federatedidentitycredentials.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List federatedIdentityCredentials
diff --git a/api-reference/v1.0/api/attachment-delete.md b/api-reference/v1.0/api/attachment-delete.md
index ed4f7733f22..ef618eb7f01 100644
--- a/api-reference/v1.0/api/attachment-delete.md
+++ b/api-reference/v1.0/api/attachment-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 08/08/2024
---
# Delete attachment
diff --git a/api-reference/v1.0/api/attacksimulationroot-list-simulations.md b/api-reference/v1.0/api/attacksimulationroot-list-simulations.md
index 3a23c75aad3..cd07d9fb4c5 100644
--- a/api-reference/v1.0/api/attacksimulationroot-list-simulations.md
+++ b/api-reference/v1.0/api/attacksimulationroot-list-simulations.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List simulations
diff --git a/api-reference/v1.0/api/authentication-list-passwordmethods.md b/api-reference/v1.0/api/authentication-list-passwordmethods.md
index 1631eac2302..b9234efdd47 100644
--- a/api-reference/v1.0/api/authentication-list-passwordmethods.md
+++ b/api-reference/v1.0/api/authentication-list-passwordmethods.md
@@ -6,6 +6,7 @@ author: "zhvolosh"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# List passwordMethods
diff --git a/api-reference/v1.0/api/authentication-post-emailmethods.md b/api-reference/v1.0/api/authentication-post-emailmethods.md
index 533516e7460..393c366c733 100644
--- a/api-reference/v1.0/api/authentication-post-emailmethods.md
+++ b/api-reference/v1.0/api/authentication-post-emailmethods.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create emailMethod
diff --git a/api-reference/v1.0/api/authenticationmethodspolicy-update.md b/api-reference/v1.0/api/authenticationmethodspolicy-update.md
index eb4b714ed28..139606632a3 100644
--- a/api-reference/v1.0/api/authenticationmethodspolicy-update.md
+++ b/api-reference/v1.0/api/authenticationmethodspolicy-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update authenticationMethodsPolicy
diff --git a/api-reference/v1.0/api/bookingbusiness-get.md b/api-reference/v1.0/api/bookingbusiness-get.md
index 40462aab073..7ebbe9ed6d1 100644
--- a/api-reference/v1.0/api/bookingbusiness-get.md
+++ b/api-reference/v1.0/api/bookingbusiness-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get bookingBusiness
diff --git a/api-reference/v1.0/api/bookingbusiness-getstaffavailability.md b/api-reference/v1.0/api/bookingbusiness-getstaffavailability.md
index 58da3cc6229..7a16bef84af 100644
--- a/api-reference/v1.0/api/bookingbusiness-getstaffavailability.md
+++ b/api-reference/v1.0/api/bookingbusiness-getstaffavailability.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: kwekua
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# bookingsBusiness: getStaffAvailability
diff --git a/api-reference/v1.0/api/bookingbusiness-list-services.md b/api-reference/v1.0/api/bookingbusiness-list-services.md
index eba7b27500a..07090713a8c 100644
--- a/api-reference/v1.0/api/bookingbusiness-list-services.md
+++ b/api-reference/v1.0/api/bookingbusiness-list-services.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List services
diff --git a/api-reference/v1.0/api/bookingbusiness-list-staffmembers.md b/api-reference/v1.0/api/bookingbusiness-list-staffmembers.md
index df2dc272f12..bd047d1e248 100644
--- a/api-reference/v1.0/api/bookingbusiness-list-staffmembers.md
+++ b/api-reference/v1.0/api/bookingbusiness-list-staffmembers.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List staffMembers
diff --git a/api-reference/v1.0/api/calendar-delete.md b/api-reference/v1.0/api/calendar-delete.md
index 882eb537cf0..7bafddb90d9 100644
--- a/api-reference/v1.0/api/calendar-delete.md
+++ b/api-reference/v1.0/api/calendar-delete.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Delete calendar
diff --git a/api-reference/v1.0/api/call-delete.md b/api-reference/v1.0/api/call-delete.md
index a3c783dbd7c..13bfb9c4f23 100644
--- a/api-reference/v1.0/api/call-delete.md
+++ b/api-reference/v1.0/api/call-delete.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete call
diff --git a/api-reference/v1.0/api/call-playprompt.md b/api-reference/v1.0/api/call-playprompt.md
index 3a5e7c541fe..20cbadd1366 100644
--- a/api-reference/v1.0/api/call-playprompt.md
+++ b/api-reference/v1.0/api/call-playprompt.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: playPrompt
diff --git a/api-reference/v1.0/api/call-transfer.md b/api-reference/v1.0/api/call-transfer.md
index 28f71124867..89672c379a2 100644
--- a/api-reference/v1.0/api/call-transfer.md
+++ b/api-reference/v1.0/api/call-transfer.md
@@ -5,6 +5,7 @@ author: rahulva-msft
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: transfer
diff --git a/api-reference/v1.0/api/call-updaterecordingstatus.md b/api-reference/v1.0/api/call-updaterecordingstatus.md
index 465e811bf0a..2e7ec81b5d7 100644
--- a/api-reference/v1.0/api/call-updaterecordingstatus.md
+++ b/api-reference/v1.0/api/call-updaterecordingstatus.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: updateRecordingStatus
diff --git a/api-reference/v1.0/api/callrecords-callrecord-list-participants_v2.md b/api-reference/v1.0/api/callrecords-callrecord-list-participants_v2.md
index 8739b4ad7af..d94bea02835 100644
--- a/api-reference/v1.0/api/callrecords-callrecord-list-participants_v2.md
+++ b/api-reference/v1.0/api/callrecords-callrecord-list-participants_v2.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "apiPageType"
+ms.date: 08/13/2024
---
# List participants_v2
diff --git a/api-reference/v1.0/api/chat-get-members.md b/api-reference/v1.0/api/chat-get-members.md
index fea8e0bd01f..15bbd20f7d3 100644
--- a/api-reference/v1.0/api/chat-get-members.md
+++ b/api-reference/v1.0/api/chat-get-members.md
@@ -5,6 +5,7 @@ author: "anandjo"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get conversationMember in a chat
diff --git a/api-reference/v1.0/api/chat-post-pinnedmessages.md b/api-reference/v1.0/api/chat-post-pinnedmessages.md
index 653281f1881..487931112ab 100644
--- a/api-reference/v1.0/api/chat-post-pinnedmessages.md
+++ b/api-reference/v1.0/api/chat-post-pinnedmessages.md
@@ -5,6 +5,7 @@ author: "sumanac"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Pin a message in a chat
diff --git a/api-reference/v1.0/api/chatmessage-setreaction.md b/api-reference/v1.0/api/chatmessage-setreaction.md
index 00a4b4f5095..37dbaf37133 100644
--- a/api-reference/v1.0/api/chatmessage-setreaction.md
+++ b/api-reference/v1.0/api/chatmessage-setreaction.md
@@ -5,6 +5,7 @@ author: "sumanac"
ms.subservice: "teams"
doc_type: apiPageType
ms.localizationpriority: medium
+ms.date: 04/04/2024
---
# chatMessage: setReaction
diff --git a/api-reference/v1.0/api/claimsmappingpolicy-get.md b/api-reference/v1.0/api/claimsmappingpolicy-get.md
index 54a6e755740..a1678b6899d 100644
--- a/api-reference/v1.0/api/claimsmappingpolicy-get.md
+++ b/api-reference/v1.0/api/claimsmappingpolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get claimsMappingPolicy
diff --git a/api-reference/v1.0/api/claimsmappingpolicy-post-claimsmappingpolicies.md b/api-reference/v1.0/api/claimsmappingpolicy-post-claimsmappingpolicies.md
index d9c8282d58b..c1fc8abcb1f 100644
--- a/api-reference/v1.0/api/claimsmappingpolicy-post-claimsmappingpolicies.md
+++ b/api-reference/v1.0/api/claimsmappingpolicy-post-claimsmappingpolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create claimsMappingPolicy
diff --git a/api-reference/v1.0/api/cloudpc-get.md b/api-reference/v1.0/api/cloudpc-get.md
index ca0f6cdb7c9..3f6da684684 100644
--- a/api-reference/v1.0/api/cloudpc-get.md
+++ b/api-reference/v1.0/api/cloudpc-get.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 07/31/2024
---
# Get cloudPC
diff --git a/api-reference/v1.0/api/columndefinition-update.md b/api-reference/v1.0/api/columndefinition-update.md
index 0b5d7be9c6c..5f6905535b5 100644
--- a/api-reference/v1.0/api/columndefinition-update.md
+++ b/api-reference/v1.0/api/columndefinition-update.md
@@ -5,6 +5,7 @@ description: "Update a site, a list, or a content type column."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Update columnDefinition
diff --git a/api-reference/v1.0/api/companysubscription-get.md b/api-reference/v1.0/api/companysubscription-get.md
index 797ded4177e..b27b53ce3b2 100644
--- a/api-reference/v1.0/api/companysubscription-get.md
+++ b/api-reference/v1.0/api/companysubscription-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arp19690"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Get companySubscription
diff --git a/api-reference/v1.0/api/contenttype-get.md b/api-reference/v1.0/api/contenttype-get.md
index 86791e946ae..f02e9a27260 100644
--- a/api-reference/v1.0/api/contenttype-get.md
+++ b/api-reference/v1.0/api/contenttype-get.md
@@ -5,6 +5,7 @@ description: "Get a content type in a site or a list."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Get contentType
diff --git a/api-reference/v1.0/api/delegatedadminrelationship-get.md b/api-reference/v1.0/api/delegatedadminrelationship-get.md
index 0a562aafac3..8f2fa77d522 100644
--- a/api-reference/v1.0/api/delegatedadminrelationship-get.md
+++ b/api-reference/v1.0/api/delegatedadminrelationship-get.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get delegatedAdminRelationship
diff --git a/api-reference/v1.0/api/device-list-registeredusers.md b/api-reference/v1.0/api/device-list-registeredusers.md
index 112f60d4ce5..eebbe3f3801 100644
--- a/api-reference/v1.0/api/device-list-registeredusers.md
+++ b/api-reference/v1.0/api/device-list-registeredusers.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List registeredUsers
diff --git a/api-reference/v1.0/api/device-post-devices.md b/api-reference/v1.0/api/device-post-devices.md
index a41b92bcda7..eb9aafd3d08 100644
--- a/api-reference/v1.0/api/device-post-devices.md
+++ b/api-reference/v1.0/api/device-post-devices.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Create device
diff --git a/api-reference/v1.0/api/directory-list-administrativeunits.md b/api-reference/v1.0/api/directory-list-administrativeunits.md
index 16663a54f05..7bf5f04d588 100644
--- a/api-reference/v1.0/api/directory-list-administrativeunits.md
+++ b/api-reference/v1.0/api/directory-list-administrativeunits.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/29/2024
---
# List administrativeUnits
diff --git a/api-reference/v1.0/api/directory-list-attributesets.md b/api-reference/v1.0/api/directory-list-attributesets.md
index 84c2d2fc591..2a9d4bab0c0 100644
--- a/api-reference/v1.0/api/directory-list-attributesets.md
+++ b/api-reference/v1.0/api/directory-list-attributesets.md
@@ -5,6 +5,7 @@ author: "CecilyK"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List attributeSets
diff --git a/api-reference/v1.0/api/directoryobject-delta.md b/api-reference/v1.0/api/directoryobject-delta.md
index a27663b0f9f..37011744074 100644
--- a/api-reference/v1.0/api/directoryobject-delta.md
+++ b/api-reference/v1.0/api/directoryobject-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jzhu2017"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# directoryObject: delta
diff --git a/api-reference/v1.0/api/domain-list-federationconfiguration.md b/api-reference/v1.0/api/domain-list-federationconfiguration.md
index f407a581358..1f0b488ab37 100644
--- a/api-reference/v1.0/api/domain-list-federationconfiguration.md
+++ b/api-reference/v1.0/api/domain-list-federationconfiguration.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# List internalDomainFederations
diff --git a/api-reference/v1.0/api/domain-post-domains.md b/api-reference/v1.0/api/domain-post-domains.md
index 17f7be29ab4..10ffb9c973e 100644
--- a/api-reference/v1.0/api/domain-post-domains.md
+++ b/api-reference/v1.0/api/domain-post-domains.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Create domain
diff --git a/api-reference/v1.0/api/domain-verify.md b/api-reference/v1.0/api/domain-verify.md
index 5f20ea5b603..e62cb5cf2b7 100644
--- a/api-reference/v1.0/api/domain-verify.md
+++ b/api-reference/v1.0/api/domain-verify.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/31/2024
---
# domain: verify
diff --git a/api-reference/v1.0/api/driveitem-getretentionlabel.md b/api-reference/v1.0/api/driveitem-getretentionlabel.md
index 0162bc70cd4..6bed5af3647 100644
--- a/api-reference/v1.0/api/driveitem-getretentionlabel.md
+++ b/api-reference/v1.0/api/driveitem-getretentionlabel.md
@@ -5,6 +5,7 @@ author: "kyracatwork"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 08/14/2024
---
# driveItem: getRetentionLabel
diff --git a/api-reference/v1.0/api/driveitem-lockorunlockrecord.md b/api-reference/v1.0/api/driveitem-lockorunlockrecord.md
index 072605bf1b4..14c8e96c051 100644
--- a/api-reference/v1.0/api/driveitem-lockorunlockrecord.md
+++ b/api-reference/v1.0/api/driveitem-lockorunlockrecord.md
@@ -5,6 +5,7 @@ author: "kyracatwork"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 08/14/2024
---
# driveItem: lockOrUnlockRecord
diff --git a/api-reference/v1.0/api/entitlementmanagement-list-assignments.md b/api-reference/v1.0/api/entitlementmanagement-list-assignments.md
index 83ccbea7748..05d6b4097e5 100644
--- a/api-reference/v1.0/api/entitlementmanagement-list-assignments.md
+++ b/api-reference/v1.0/api/entitlementmanagement-list-assignments.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignments
diff --git a/api-reference/v1.0/api/entitlementmanagement-post-accesspackages.md b/api-reference/v1.0/api/entitlementmanagement-post-accesspackages.md
index 15e8a051ffb..136f654b7da 100644
--- a/api-reference/v1.0/api/entitlementmanagement-post-accesspackages.md
+++ b/api-reference/v1.0/api/entitlementmanagement-post-accesspackages.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create accessPackage
diff --git a/api-reference/v1.0/api/event-decline.md b/api-reference/v1.0/api/event-decline.md
index 39c9357e977..f9253a3c464 100644
--- a/api-reference/v1.0/api/event-decline.md
+++ b/api-reference/v1.0/api/event-decline.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# event: decline
diff --git a/api-reference/v1.0/api/event-forward.md b/api-reference/v1.0/api/event-forward.md
index c8cc739ed97..54a386a54c1 100644
--- a/api-reference/v1.0/api/event-forward.md
+++ b/api-reference/v1.0/api/event-forward.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# event: forward
diff --git a/api-reference/v1.0/api/extensionproperty-get.md b/api-reference/v1.0/api/extensionproperty-get.md
index f0a24d04c18..659bb31f177 100644
--- a/api-reference/v1.0/api/extensionproperty-get.md
+++ b/api-reference/v1.0/api/extensionproperty-get.md
@@ -5,6 +5,7 @@ author: "dkershaw10"
ms.localizationpriority: medium
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Get extensionProperty (directory extension)
diff --git a/api-reference/v1.0/api/externalconnectors-externalconnection-patch-schema.md b/api-reference/v1.0/api/externalconnectors-externalconnection-patch-schema.md
index ec06c2f3ea1..9e0203cb6c0 100644
--- a/api-reference/v1.0/api/externalconnectors-externalconnection-patch-schema.md
+++ b/api-reference/v1.0/api/externalconnectors-externalconnection-patch-schema.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 05/31/2024
---
# Create or update schema
diff --git a/api-reference/v1.0/api/fido2authenticationmethod-get.md b/api-reference/v1.0/api/fido2authenticationmethod-get.md
index ebd695dace4..a9ebee91dd0 100644
--- a/api-reference/v1.0/api/fido2authenticationmethod-get.md
+++ b/api-reference/v1.0/api/fido2authenticationmethod-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get fido2AuthenticationMethod
diff --git a/api-reference/v1.0/api/fido2authenticationmethod-list.md b/api-reference/v1.0/api/fido2authenticationmethod-list.md
index b650b44fd8a..5e24372a0f4 100644
--- a/api-reference/v1.0/api/fido2authenticationmethod-list.md
+++ b/api-reference/v1.0/api/fido2authenticationmethod-list.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List fido2AuthenticationMethod
diff --git a/api-reference/v1.0/api/group-list-threads.md b/api-reference/v1.0/api/group-list-threads.md
index 680263b9a80..09f3f8f15a6 100644
--- a/api-reference/v1.0/api/group-list-threads.md
+++ b/api-reference/v1.0/api/group-list-threads.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List threads
diff --git a/api-reference/v1.0/api/group-update-event.md b/api-reference/v1.0/api/group-update-event.md
index 73490c8f3bb..a087408df00 100644
--- a/api-reference/v1.0/api/group-update-event.md
+++ b/api-reference/v1.0/api/group-update-event.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update event
diff --git a/api-reference/v1.0/api/group-validateproperties.md b/api-reference/v1.0/api/group-validateproperties.md
index a010b8c8118..6e4a250796a 100644
--- a/api-reference/v1.0/api/group-validateproperties.md
+++ b/api-reference/v1.0/api/group-validateproperties.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: "apiPageType"
+ms.date: 08/13/2024
---
# group: validateProperties
diff --git a/api-reference/v1.0/api/identitycontainer-post-identityproviders.md b/api-reference/v1.0/api/identitycontainer-post-identityproviders.md
index 19e2083eb2c..08f444954a0 100644
--- a/api-reference/v1.0/api/identitycontainer-post-identityproviders.md
+++ b/api-reference/v1.0/api/identitycontainer-post-identityproviders.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "namkedia"
ms.subservice: "entra-sign-in"
+ms.date: 06/19/2024
---
# Create identityProvider
diff --git a/api-reference/v1.0/api/informationprotection-post-threatassessmentrequests.md b/api-reference/v1.0/api/informationprotection-post-threatassessmentrequests.md
index 536bf9a2c96..d49125988bd 100644
--- a/api-reference/v1.0/api/informationprotection-post-threatassessmentrequests.md
+++ b/api-reference/v1.0/api/informationprotection-post-threatassessmentrequests.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create threatAssessmentRequest
diff --git a/api-reference/v1.0/api/intune-devices-devicemanagement-get.md b/api-reference/v1.0/api/intune-devices-devicemanagement-get.md
index 34d5913f2fe..20189a550fb 100644
--- a/api-reference/v1.0/api/intune-devices-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-devices-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-retire.md b/api-reference/v1.0/api/intune-devices-manageddevice-retire.md
index f0b1fd960ba..bb350a9ef01 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-retire.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-retire.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# retire action
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-syncdevice.md b/api-reference/v1.0/api/intune-devices-manageddevice-syncdevice.md
index cbcb39882a6..c2fc06bb3c3 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-syncdevice.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-syncdevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# syncDevice action
diff --git a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md
index 6b2001f2b0c..429ffa4e177 100644
--- a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md
+++ b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# updateDeviceProperties action
diff --git a/api-reference/v1.0/api/intune-onboarding-user-get.md b/api-reference/v1.0/api/intune-onboarding-user-get.md
index 160ea78a8f4..c2dd40fcb5f 100644
--- a/api-reference/v1.0/api/intune-onboarding-user-get.md
+++ b/api-reference/v1.0/api/intune-onboarding-user-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get user
diff --git a/api-reference/v1.0/api/intune-rbac-roleassignment-list.md b/api-reference/v1.0/api/intune-rbac-roleassignment-list.md
index e3e04baaa14..9be9861de8b 100644
--- a/api-reference/v1.0/api/intune-rbac-roleassignment-list.md
+++ b/api-reference/v1.0/api/intune-rbac-roleassignment-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List roleAssignments
diff --git a/api-reference/v1.0/api/ipnamedlocation-update.md b/api-reference/v1.0/api/ipnamedlocation-update.md
index fccbc9224cb..c57a69ef3e0 100644
--- a/api-reference/v1.0/api/ipnamedlocation-update.md
+++ b/api-reference/v1.0/api/ipnamedlocation-update.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update ipNamedlocation
diff --git a/api-reference/v1.0/api/mailfolder-post-childfolders.md b/api-reference/v1.0/api/mailfolder-post-childfolders.md
index 0fe45109c12..ced6d68374b 100644
--- a/api-reference/v1.0/api/mailfolder-post-childfolders.md
+++ b/api-reference/v1.0/api/mailfolder-post-childfolders.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create child folder
diff --git a/api-reference/v1.0/api/message-createreplyall.md b/api-reference/v1.0/api/message-createreplyall.md
index 35687223b40..14094c1ad31 100644
--- a/api-reference/v1.0/api/message-createreplyall.md
+++ b/api-reference/v1.0/api/message-createreplyall.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# message: createReplyAll
diff --git a/api-reference/v1.0/api/notebook-get.md b/api-reference/v1.0/api/notebook-get.md
index aefb7f0793e..44ee78b068a 100644
--- a/api-reference/v1.0/api/notebook-get.md
+++ b/api-reference/v1.0/api/notebook-get.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get notebook
diff --git a/api-reference/v1.0/api/onenote-post-notebooks.md b/api-reference/v1.0/api/onenote-post-notebooks.md
index a3e4f32842c..616ecd1ba13 100644
--- a/api-reference/v1.0/api/onenote-post-notebooks.md
+++ b/api-reference/v1.0/api/onenote-post-notebooks.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create notebook
diff --git a/api-reference/v1.0/api/onlinemeeting-delete.md b/api-reference/v1.0/api/onlinemeeting-delete.md
index a460382f748..90d23dd2361 100644
--- a/api-reference/v1.0/api/onlinemeeting-delete.md
+++ b/api-reference/v1.0/api/onlinemeeting-delete.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete onlineMeeting
diff --git a/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md b/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md
index 72eedba73bc..5ab58492bee 100644
--- a/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md
+++ b/api-reference/v1.0/api/onpremisesdirectorysynchronization-get.md
@@ -6,6 +6,7 @@ ms.reviewer: sgupta, abhishek.badjatya, dhanyahk
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Get onPremisesDirectorySynchronization
diff --git a/api-reference/v1.0/api/orgcontact-list.md b/api-reference/v1.0/api/orgcontact-list.md
index db6b9e4d52d..736b71f9859 100644
--- a/api-reference/v1.0/api/orgcontact-list.md
+++ b/api-reference/v1.0/api/orgcontact-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List orgContacts
diff --git a/api-reference/v1.0/api/outlookcategory-get.md b/api-reference/v1.0/api/outlookcategory-get.md
index e4130b51193..52234d6c5bb 100644
--- a/api-reference/v1.0/api/outlookcategory-get.md
+++ b/api-reference/v1.0/api/outlookcategory-get.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get Outlook category
diff --git a/api-reference/v1.0/api/participant-get.md b/api-reference/v1.0/api/participant-get.md
index 67493280c95..6d708a77665 100644
--- a/api-reference/v1.0/api/participant-get.md
+++ b/api-reference/v1.0/api/participant-get.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 06/11/2024
---
# Get participant
diff --git a/api-reference/v1.0/api/partners-billing-billedusage-export.md b/api-reference/v1.0/api/partners-billing-billedusage-export.md
index e360776a8a1..1c9c30289d2 100644
--- a/api-reference/v1.0/api/partners-billing-billedusage-export.md
+++ b/api-reference/v1.0/api/partners-billing-billedusage-export.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# billedUsage: export
diff --git a/api-reference/v1.0/api/plannerbucket-get.md b/api-reference/v1.0/api/plannerbucket-get.md
index 57e48517af6..4063d4c9a06 100644
--- a/api-reference/v1.0/api/plannerbucket-get.md
+++ b/api-reference/v1.0/api/plannerbucket-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerBucket
diff --git a/api-reference/v1.0/api/plannerplandetails-get.md b/api-reference/v1.0/api/plannerplandetails-get.md
index d326f6c959f..76c42659607 100644
--- a/api-reference/v1.0/api/plannerplandetails-get.md
+++ b/api-reference/v1.0/api/plannerplandetails-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerPlanDetails
diff --git a/api-reference/v1.0/api/policyroot-list-rolemanagementpolicyassignments.md b/api-reference/v1.0/api/policyroot-list-rolemanagementpolicyassignments.md
index 89f998d5b06..f22c6becd40 100644
--- a/api-reference/v1.0/api/policyroot-list-rolemanagementpolicyassignments.md
+++ b/api-reference/v1.0/api/policyroot-list-rolemanagementpolicyassignments.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List roleManagementPolicyAssignments
diff --git a/api-reference/v1.0/api/post-list-attachments.md b/api-reference/v1.0/api/post-list-attachments.md
index 4abd8e03be9..7e87bd9a1b3 100644
--- a/api-reference/v1.0/api/post-list-attachments.md
+++ b/api-reference/v1.0/api/post-list-attachments.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List attachments
diff --git a/api-reference/v1.0/api/profilephoto-delete.md b/api-reference/v1.0/api/profilephoto-delete.md
index 0562dc7c290..83ba851b2a8 100644
--- a/api-reference/v1.0/api/profilephoto-delete.md
+++ b/api-reference/v1.0/api/profilephoto-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kristinmcleod"
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 08/08/2024
---
# Delete profilePhoto
diff --git a/api-reference/v1.0/api/provisioningobjectsummary-list.md b/api-reference/v1.0/api/provisioningobjectsummary-list.md
index 2f84f545ed1..935002ba421 100644
--- a/api-reference/v1.0/api/provisioningobjectsummary-list.md
+++ b/api-reference/v1.0/api/provisioningobjectsummary-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ArvindHarinder1"
ms.subservice: "entra-monitoring-health"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# List provisioningObjectSummary
diff --git a/api-reference/v1.0/api/rbacapplication-list-roleassignmentschedules.md b/api-reference/v1.0/api/rbacapplication-list-roleassignmentschedules.md
index 7a4790a8230..22a14b92fa5 100644
--- a/api-reference/v1.0/api/rbacapplication-list-roleassignmentschedules.md
+++ b/api-reference/v1.0/api/rbacapplication-list-roleassignmentschedules.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List roleAssignmentSchedules
diff --git a/api-reference/v1.0/api/rbacapplication-list-roleeligibilityschedulerequests.md b/api-reference/v1.0/api/rbacapplication-list-roleeligibilityschedulerequests.md
index bdc8c5a410e..ee86537b313 100644
--- a/api-reference/v1.0/api/rbacapplication-list-roleeligibilityschedulerequests.md
+++ b/api-reference/v1.0/api/rbacapplication-list-roleeligibilityschedulerequests.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List roleEligibilityScheduleRequests
diff --git a/api-reference/v1.0/api/reportroot-getmailboxusagemailboxcounts.md b/api-reference/v1.0/api/reportroot-getmailboxusagemailboxcounts.md
index 0ae6e699d2e..770ca816fb3 100644
--- a/api-reference/v1.0/api/reportroot-getmailboxusagemailboxcounts.md
+++ b/api-reference/v1.0/api/reportroot-getmailboxusagemailboxcounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getMailboxUsageMailboxCounts
diff --git a/api-reference/v1.0/api/reportroot-getmailboxusagestorage.md b/api-reference/v1.0/api/reportroot-getmailboxusagestorage.md
index 21f7d849c6f..ae584a46fed 100644
--- a/api-reference/v1.0/api/reportroot-getmailboxusagestorage.md
+++ b/api-reference/v1.0/api/reportroot-getmailboxusagestorage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getMailboxUsageStorage
diff --git a/api-reference/v1.0/api/reportroot-getoffice365activationsuserdetail.md b/api-reference/v1.0/api/reportroot-getoffice365activationsuserdetail.md
index db58d592a42..f1a7ec291ca 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365activationsuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365activationsuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365ActivationsUserDetail
diff --git a/api-reference/v1.0/api/reportroot-getoffice365activeusercounts.md b/api-reference/v1.0/api/reportroot-getoffice365activeusercounts.md
index e1c313090e8..f9e821be78e 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365activeusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365activeusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365ActiveUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getonedriveusagestorage.md b/api-reference/v1.0/api/reportroot-getonedriveusagestorage.md
index d432a24f619..6ae0cb3c2f1 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveusagestorage.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveusagestorage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveUsageStorage
diff --git a/api-reference/v1.0/api/reportroot-getsharepointsiteusagefilecounts.md b/api-reference/v1.0/api/reportroot-getsharepointsiteusagefilecounts.md
index 42bde07b9af..0435776799e 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointsiteusagefilecounts.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointsiteusagefilecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointSiteUsageFileCounts
diff --git a/api-reference/v1.0/api/riskyuser-dismiss.md b/api-reference/v1.0/api/riskyuser-dismiss.md
index f7096057893..a7be6352995 100644
--- a/api-reference/v1.0/api/riskyuser-dismiss.md
+++ b/api-reference/v1.0/api/riskyuser-dismiss.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# riskyUser: dismiss
diff --git a/api-reference/v1.0/api/security-casesroot-list-ediscoverycases.md b/api-reference/v1.0/api/security-casesroot-list-ediscoverycases.md
index 9fd26fc89bf..20db533edbe 100644
--- a/api-reference/v1.0/api/security-casesroot-list-ediscoverycases.md
+++ b/api-reference/v1.0/api/security-casesroot-list-ediscoverycases.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List ediscoveryCases
diff --git a/api-reference/v1.0/api/security-list-securescorecontrolprofiles.md b/api-reference/v1.0/api/security-list-securescorecontrolprofiles.md
index 1cb0892c8e5..62669138a84 100644
--- a/api-reference/v1.0/api/security-list-securescorecontrolprofiles.md
+++ b/api-reference/v1.0/api/security-list-securescorecontrolprofiles.md
@@ -5,6 +5,7 @@ author: "preetikr"
ms.localizationpriority: medium
ms.subservice: security
doc_type: apiPageType
+ms.date: 03/06/2024
---
# List secureScoreControlProfiles
diff --git a/api-reference/v1.0/api/security-vulnerability-list-components.md b/api-reference/v1.0/api/security-vulnerability-list-components.md
index 9afefad5209..80ebee7d2aa 100644
--- a/api-reference/v1.0/api/security-vulnerability-list-components.md
+++ b/api-reference/v1.0/api/security-vulnerability-list-components.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List components
diff --git a/api-reference/v1.0/api/securityreportsroot-getattacksimulationsimulationusercoverage.md b/api-reference/v1.0/api/securityreportsroot-getattacksimulationsimulationusercoverage.md
index 5a1cbf25874..08c5c114658 100644
--- a/api-reference/v1.0/api/securityreportsroot-getattacksimulationsimulationusercoverage.md
+++ b/api-reference/v1.0/api/securityreportsroot-getattacksimulationsimulationusercoverage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# securityReportsRoot: getAttackSimulationSimulationUserCoverage
diff --git a/api-reference/v1.0/api/serviceannouncement-list-issues.md b/api-reference/v1.0/api/serviceannouncement-list-issues.md
index 7c5f40c92f9..78c417d044e 100644
--- a/api-reference/v1.0/api/serviceannouncement-list-issues.md
+++ b/api-reference/v1.0/api/serviceannouncement-list-issues.md
@@ -5,6 +5,7 @@ author: "payiAzure"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List issues
diff --git a/api-reference/v1.0/api/serviceprincipal-addtokensigningcertificate.md b/api-reference/v1.0/api/serviceprincipal-addtokensigningcertificate.md
index b843a75cc0d..ff57425279e 100644
--- a/api-reference/v1.0/api/serviceprincipal-addtokensigningcertificate.md
+++ b/api-reference/v1.0/api/serviceprincipal-addtokensigningcertificate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "alamaral"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/18/2024
---
# servicePrincipal: addTokenSigningCertificate
diff --git a/api-reference/v1.0/api/serviceprincipal-delete-approleassignedto.md b/api-reference/v1.0/api/serviceprincipal-delete-approleassignedto.md
index c9105b657a6..09f5ec9392f 100644
--- a/api-reference/v1.0/api/serviceprincipal-delete-approleassignedto.md
+++ b/api-reference/v1.0/api/serviceprincipal-delete-approleassignedto.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/18/2024
---
# Delete appRoleAssignedTo
diff --git a/api-reference/v1.0/api/serviceprincipal-delete-approleassignments.md b/api-reference/v1.0/api/serviceprincipal-delete-approleassignments.md
index 09184ee1c94..2b276d94ca6 100644
--- a/api-reference/v1.0/api/serviceprincipal-delete-approleassignments.md
+++ b/api-reference/v1.0/api/serviceprincipal-delete-approleassignments.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/18/2024
---
# Delete appRoleAssignment
diff --git a/api-reference/v1.0/api/serviceprincipal-list-claimsmappingpolicies.md b/api-reference/v1.0/api/serviceprincipal-list-claimsmappingpolicies.md
index cf2390dfcda..65e75a9a1d4 100644
--- a/api-reference/v1.0/api/serviceprincipal-list-claimsmappingpolicies.md
+++ b/api-reference/v1.0/api/serviceprincipal-list-claimsmappingpolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# List assigned claimsMappingPolicy
diff --git a/api-reference/v1.0/api/site-list-columns.md b/api-reference/v1.0/api/site-list-columns.md
index 54da1f24207..654064c71ca 100644
--- a/api-reference/v1.0/api/site-list-columns.md
+++ b/api-reference/v1.0/api/site-list-columns.md
@@ -5,6 +5,7 @@ description: "Get the collection of columns in a site."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# List columns in a site
diff --git a/api-reference/v1.0/api/sitepage-publish.md b/api-reference/v1.0/api/sitepage-publish.md
index 196b13c5081..2dac0cb08fe 100644
--- a/api-reference/v1.0/api/sitepage-publish.md
+++ b/api-reference/v1.0/api/sitepage-publish.md
@@ -5,6 +5,7 @@ title: "sitePage: publish"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# sitePage: publish
diff --git a/api-reference/v1.0/api/softwareoathauthenticationmethod-delete.md b/api-reference/v1.0/api/softwareoathauthenticationmethod-delete.md
index be7fa7dbec0..9e1ef11643a 100644
--- a/api-reference/v1.0/api/softwareoathauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/softwareoathauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete softwareOathAuthenticationMethod
diff --git a/api-reference/v1.0/api/synchronization-serviceprincipal-put-synchronization.md b/api-reference/v1.0/api/synchronization-serviceprincipal-put-synchronization.md
index a56cd4ff912..795f950e851 100644
--- a/api-reference/v1.0/api/synchronization-serviceprincipal-put-synchronization.md
+++ b/api-reference/v1.0/api/synchronization-serviceprincipal-put-synchronization.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 08/13/2024
---
# Add synchronization secrets
diff --git a/api-reference/v1.0/api/synchronization-synchronization-acquireaccesstoken.md b/api-reference/v1.0/api/synchronization-synchronization-acquireaccesstoken.md
index 1c49ae1af40..3c44c95d368 100644
--- a/api-reference/v1.0/api/synchronization-synchronization-acquireaccesstoken.md
+++ b/api-reference/v1.0/api/synchronization-synchronization-acquireaccesstoken.md
@@ -5,6 +5,7 @@ author: "ArvindHarinder1"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# synchronization: acquireAccessToken
diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-get.md b/api-reference/v1.0/api/synchronization-synchronizationjob-get.md
index 4ce6e0b7ae8..e3becac99bc 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationjob-get.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationjob-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# Get synchronizationJob
diff --git a/api-reference/v1.0/api/synchronization-synchronizationschema-filteroperators.md b/api-reference/v1.0/api/synchronization-synchronizationschema-filteroperators.md
index 2a81d6a78b7..cd67668788c 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationschema-filteroperators.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationschema-filteroperators.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# synchronizationSchema: filterOperators
diff --git a/api-reference/v1.0/api/table-get.md b/api-reference/v1.0/api/table-get.md
index 9c80c5a8a95..bae575122fd 100644
--- a/api-reference/v1.0/api/table-get.md
+++ b/api-reference/v1.0/api/table-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get Table
diff --git a/api-reference/v1.0/api/table-list-columns.md b/api-reference/v1.0/api/table-list-columns.md
index 8b9aeb18ff9..533492c46bf 100644
--- a/api-reference/v1.0/api/table-list-columns.md
+++ b/api-reference/v1.0/api/table-list-columns.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List columns
diff --git a/api-reference/v1.0/api/table-list-rows.md b/api-reference/v1.0/api/table-list-rows.md
index 04765c3c5ec..e855d6d8d30 100644
--- a/api-reference/v1.0/api/table-list-rows.md
+++ b/api-reference/v1.0/api/table-list-rows.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List rows
diff --git a/api-reference/v1.0/api/table-update.md b/api-reference/v1.0/api/table-update.md
index 5e570d98800..61eb3310564 100644
--- a/api-reference/v1.0/api/table-update.md
+++ b/api-reference/v1.0/api/table-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update table
diff --git a/api-reference/v1.0/api/tablerow-delete.md b/api-reference/v1.0/api/tablerow-delete.md
index 059b1569679..aebc3a0829a 100644
--- a/api-reference/v1.0/api/tablerow-delete.md
+++ b/api-reference/v1.0/api/tablerow-delete.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# TableRow: delete
diff --git a/api-reference/v1.0/api/team-get-members.md b/api-reference/v1.0/api/team-get-members.md
index 880f4036a31..225a7941de6 100644
--- a/api-reference/v1.0/api/team-get-members.md
+++ b/api-reference/v1.0/api/team-get-members.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Get member of team
diff --git a/api-reference/v1.0/api/termstore-list-groups.md b/api-reference/v1.0/api/termstore-list-groups.md
index 223ec1509aa..277636eb39d 100644
--- a/api-reference/v1.0/api/termstore-list-groups.md
+++ b/api-reference/v1.0/api/termstore-list-groups.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List termStore groups
diff --git a/api-reference/v1.0/api/termstore-term-list-children.md b/api-reference/v1.0/api/termstore-term-list-children.md
index d58524f8885..9e1f9c10fae 100644
--- a/api-reference/v1.0/api/termstore-term-list-children.md
+++ b/api-reference/v1.0/api/termstore-term-list-children.md
@@ -5,6 +5,7 @@ author: vishriv
ms.subservice: sharepoint
ms.localizationpriority: medium
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List children
diff --git a/api-reference/v1.0/api/termstore-term-post.md b/api-reference/v1.0/api/termstore-term-post.md
index e426d911b36..bb6434e512e 100644
--- a/api-reference/v1.0/api/termstore-term-post.md
+++ b/api-reference/v1.0/api/termstore-term-post.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create term
diff --git a/api-reference/v1.0/api/tokenlifetimepolicy-post-tokenlifetimepolicies.md b/api-reference/v1.0/api/tokenlifetimepolicy-post-tokenlifetimepolicies.md
index 854520af00e..e8c4a378d33 100644
--- a/api-reference/v1.0/api/tokenlifetimepolicy-post-tokenlifetimepolicies.md
+++ b/api-reference/v1.0/api/tokenlifetimepolicy-post-tokenlifetimepolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lujiangfeng666"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create tokenLifetimePolicy
diff --git a/api-reference/v1.0/api/unifiedroleassignment-get.md b/api-reference/v1.0/api/unifiedroleassignment-get.md
index de964b7c2bd..178d9fbbf76 100644
--- a/api-reference/v1.0/api/unifiedroleassignment-get.md
+++ b/api-reference/v1.0/api/unifiedroleassignment-get.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 07/26/2024
---
# Get unifiedRoleAssignment
diff --git a/api-reference/v1.0/api/unifiedroledefinition-get.md b/api-reference/v1.0/api/unifiedroledefinition-get.md
index 35e9e4deb07..dcf230bda1e 100644
--- a/api-reference/v1.0/api/unifiedroledefinition-get.md
+++ b/api-reference/v1.0/api/unifiedroledefinition-get.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 07/26/2024
---
# Get unifiedRoleDefinition
diff --git a/api-reference/v1.0/api/unifiedrolemanagementpolicy-get.md b/api-reference/v1.0/api/unifiedrolemanagementpolicy-get.md
index 27ee971ec66..281f0227a40 100644
--- a/api-reference/v1.0/api/unifiedrolemanagementpolicy-get.md
+++ b/api-reference/v1.0/api/unifiedrolemanagementpolicy-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleManagementPolicy
diff --git a/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-update.md b/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-update.md
index acea14b57ac..c5d6f5487cb 100644
--- a/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-update.md
+++ b/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-update.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update unifiedRoleManagementPolicyRule
diff --git a/api-reference/v1.0/api/user-list-sponsors.md b/api-reference/v1.0/api/user-list-sponsors.md
index 372aab3e2fd..ab168693353 100644
--- a/api-reference/v1.0/api/user-list-sponsors.md
+++ b/api-reference/v1.0/api/user-list-sponsors.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sadia353"
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 10/15/2024
---
# List sponsors
diff --git a/api-reference/v1.0/api/user-retryserviceprovisioning.md b/api-reference/v1.0/api/user-retryserviceprovisioning.md
index 535efa13b5a..c4e99316bf8 100644
--- a/api-reference/v1.0/api/user-retryserviceprovisioning.md
+++ b/api-reference/v1.0/api/user-retryserviceprovisioning.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "PaulEkirapa"
ms.subservice: entra-users
doc_type: "apiPageType"
+ms.date: 04/17/2024
---
# user: retryServiceProvisioning
diff --git a/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md b/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md
index 1fd449e4330..6ee1e614480 100644
--- a/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md
+++ b/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md
@@ -5,6 +5,7 @@ author: "benmicrosoft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# virtualAppointment: getVirtualAppointmentJoinWebUrl
diff --git a/api-reference/v1.0/api/worksheet-range.md b/api-reference/v1.0/api/worksheet-range.md
index 84251413205..835d55f85b4 100644
--- a/api-reference/v1.0/api/worksheet-range.md
+++ b/api-reference/v1.0/api/worksheet-range.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Worksheet: Range
diff --git a/api-reference/v1.0/resources/accessreviewscheduledefinition.md b/api-reference/v1.0/resources/accessreviewscheduledefinition.md
index 8d612816dfe..3b938bb6e94 100644
--- a/api-reference/v1.0/resources/accessreviewscheduledefinition.md
+++ b/api-reference/v1.0/resources/accessreviewscheduledefinition.md
@@ -5,6 +5,7 @@ author: "isabelleatmsft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# accessReviewScheduleDefinition resource type
diff --git a/api-reference/v1.0/resources/activity-feed-api-overview.md b/api-reference/v1.0/resources/activity-feed-api-overview.md
index 95fd003fc0d..755eb42f3ce 100644
--- a/api-reference/v1.0/resources/activity-feed-api-overview.md
+++ b/api-reference/v1.0/resources/activity-feed-api-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "project-rome"
author: "ailae"
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Use the activity feed REST API
diff --git a/api-reference/v1.0/resources/appconsentrequest.md b/api-reference/v1.0/resources/appconsentrequest.md
index 91b2ba458fa..6b0c845c60c 100644
--- a/api-reference/v1.0/resources/appconsentrequest.md
+++ b/api-reference/v1.0/resources/appconsentrequest.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# appConsentRequest resource type
diff --git a/api-reference/v1.0/resources/applicationtemplate.md b/api-reference/v1.0/resources/applicationtemplate.md
index 11c3691fe56..aeaa580a4b0 100644
--- a/api-reference/v1.0/resources/applicationtemplate.md
+++ b/api-reference/v1.0/resources/applicationtemplate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: 'luleonpla'
ms.subservice: 'entra-applications'
doc_type: resourcePageType
+ms.date: 07/16/2024
---
# applicationTemplate resource type
diff --git a/api-reference/v1.0/resources/appmanagementpolicy.md b/api-reference/v1.0/resources/appmanagementpolicy.md
index 6cec1b01324..cac5e6a3c0e 100644
--- a/api-reference/v1.0/resources/appmanagementpolicy.md
+++ b/api-reference/v1.0/resources/appmanagementpolicy.md
@@ -5,6 +5,7 @@ author: "madansr7"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# appManagementPolicy resource type
diff --git a/api-reference/v1.0/resources/authenticationeventlistener.md b/api-reference/v1.0/resources/authenticationeventlistener.md
index 944324866a4..9d133512ed3 100644
--- a/api-reference/v1.0/resources/authenticationeventlistener.md
+++ b/api-reference/v1.0/resources/authenticationeventlistener.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/20/2024
---
# authenticationEventListener resource type
diff --git a/api-reference/v1.0/resources/contactfolder.md b/api-reference/v1.0/resources/contactfolder.md
index 513c72d211f..cb257137130 100644
--- a/api-reference/v1.0/resources/contactfolder.md
+++ b/api-reference/v1.0/resources/contactfolder.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 08/23/2024
---
# contactFolder resource type
diff --git a/api-reference/v1.0/resources/countrynamedlocation.md b/api-reference/v1.0/resources/countrynamedlocation.md
index 712af160330..a405de5a4ad 100644
--- a/api-reference/v1.0/resources/countrynamedlocation.md
+++ b/api-reference/v1.0/resources/countrynamedlocation.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# countryNamedLocation resource type
diff --git a/api-reference/v1.0/resources/defaultuserrolepermissions.md b/api-reference/v1.0/resources/defaultuserrolepermissions.md
index e42befca012..504a4eb6ae9 100644
--- a/api-reference/v1.0/resources/defaultuserrolepermissions.md
+++ b/api-reference/v1.0/resources/defaultuserrolepermissions.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# defaultUserRolePermissions resource type
diff --git a/api-reference/v1.0/resources/emailauthenticationmethodconfiguration.md b/api-reference/v1.0/resources/emailauthenticationmethodconfiguration.md
index 6091dd9495d..d7414c450ed 100644
--- a/api-reference/v1.0/resources/emailauthenticationmethodconfiguration.md
+++ b/api-reference/v1.0/resources/emailauthenticationmethodconfiguration.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
toc.title: Email
+ms.date: 07/22/2024
---
# emailAuthenticationMethodConfiguration resource type
diff --git a/api-reference/v1.0/resources/engagementasyncoperation.md b/api-reference/v1.0/resources/engagementasyncoperation.md
index cf7953ecd93..9f984584523 100644
--- a/api-reference/v1.0/resources/engagementasyncoperation.md
+++ b/api-reference/v1.0/resources/engagementasyncoperation.md
@@ -5,6 +5,7 @@ author: "aditijha4"
ms.localizationpriority: medium
ms.subservice: "viva-engage"
doc_type: resourcePageType
+ms.date: 08/19/2024
---
# engagementAsyncOperation resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-schema.md b/api-reference/v1.0/resources/externalconnectors-schema.md
index 77599030122..97749036378 100644
--- a/api-reference/v1.0/resources/externalconnectors-schema.md
+++ b/api-reference/v1.0/resources/externalconnectors-schema.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# schema resource type
diff --git a/api-reference/v1.0/resources/followupflag.md b/api-reference/v1.0/resources/followupflag.md
index e2ae3353f19..5fd41bf4a33 100644
--- a/api-reference/v1.0/resources/followupflag.md
+++ b/api-reference/v1.0/resources/followupflag.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# followupFlag resource type
diff --git a/api-reference/v1.0/resources/groupsetting.md b/api-reference/v1.0/resources/groupsetting.md
index cd9bacea178..107e2b3ac96 100644
--- a/api-reference/v1.0/resources/groupsetting.md
+++ b/api-reference/v1.0/resources/groupsetting.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# groupSetting resource type
diff --git a/api-reference/v1.0/resources/identityuserflowattribute.md b/api-reference/v1.0/resources/identityuserflowattribute.md
index a958b554e50..50e2b1d6207 100644
--- a/api-reference/v1.0/resources/identityuserflowattribute.md
+++ b/api-reference/v1.0/resources/identityuserflowattribute.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "nanguil"
+ms.date: 05/21/2024
---
# identityUserFlowAttribute resource type
diff --git a/api-reference/v1.0/resources/intune-app-conceptual.md b/api-reference/v1.0/resources/intune-app-conceptual.md
index 5d5da88424e..e6add9ecbdd 100644
--- a/api-reference/v1.0/resources/intune-app-conceptual.md
+++ b/api-reference/v1.0/resources/intune-app-conceptual.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Manage apps using Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-apps-managedapp.md b/api-reference/v1.0/resources/intune-apps-managedapp.md
index 44cdd646e55..b455d190828 100644
--- a/api-reference/v1.0/resources/intune-apps-managedapp.md
+++ b/api-reference/v1.0/resources/intune-apps-managedapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedApp resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileappassignment.md b/api-reference/v1.0/resources/intune-apps-mobileappassignment.md
index 7e6d31578d4..b2d32625a69 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileappassignment.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileappassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileAppAssignment resource type
diff --git a/api-reference/v1.0/resources/intune-device-cfg-conceptual.md b/api-reference/v1.0/resources/intune-device-cfg-conceptual.md
index 25ddd209680..5c761b53542 100644
--- a/api-reference/v1.0/resources/intune-device-cfg-conceptual.md
+++ b/api-reference/v1.0/resources/intune-device-cfg-conceptual.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Device configuration in Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md b/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md
index 83cd7d5dda5..968bcba4fda 100644
--- a/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md
+++ b/api-reference/v1.0/resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# importedWindowsAutopilotDeviceIdentity resource type
diff --git a/api-reference/v1.0/resources/licenseassignmentstate.md b/api-reference/v1.0/resources/licenseassignmentstate.md
index de0e3f709cf..11a94fd130d 100644
--- a/api-reference/v1.0/resources/licenseassignmentstate.md
+++ b/api-reference/v1.0/resources/licenseassignmentstate.md
@@ -5,6 +5,7 @@ author: "frank-masuelli"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 04/17/2024
---
# licenseAssignmentState resource type
diff --git a/api-reference/v1.0/resources/manage-focused-inbox.md b/api-reference/v1.0/resources/manage-focused-inbox.md
index a2fa7d19391..022ace8c821 100644
--- a/api-reference/v1.0/resources/manage-focused-inbox.md
+++ b/api-reference/v1.0/resources/manage-focused-inbox.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: mail
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Manage Focused Inbox
diff --git a/api-reference/v1.0/resources/onenote.md b/api-reference/v1.0/resources/onenote.md
index a1d4df7ff23..f3d3f1527d8 100644
--- a/api-reference/v1.0/resources/onenote.md
+++ b/api-reference/v1.0/resources/onenote.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: high
ms.subservice: "onenote"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# onenote resource type
diff --git a/api-reference/v1.0/resources/onlinemeetinginfo.md b/api-reference/v1.0/resources/onlinemeetinginfo.md
index 0543113a738..e608785eaea 100644
--- a/api-reference/v1.0/resources/onlinemeetinginfo.md
+++ b/api-reference/v1.0/resources/onlinemeetinginfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ananmishr"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 04/03/2024
---
# onlineMeetingInfo resource type
diff --git a/api-reference/v1.0/resources/onpremisesdirectorysynchronization.md b/api-reference/v1.0/resources/onpremisesdirectorysynchronization.md
index c975190ede4..5b213804687 100644
--- a/api-reference/v1.0/resources/onpremisesdirectorysynchronization.md
+++ b/api-reference/v1.0/resources/onpremisesdirectorysynchronization.md
@@ -6,6 +6,7 @@ ms.reviewer: sgupta, abhishek.badjatya, dhanyahk
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 10/03/2024
---
# onPremisesDirectorySynchronization resource type
diff --git a/api-reference/v1.0/resources/optionalclaims.md b/api-reference/v1.0/resources/optionalclaims.md
index e09dafaa659..294f716ff87 100644
--- a/api-reference/v1.0/resources/optionalclaims.md
+++ b/api-reference/v1.0/resources/optionalclaims.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# optionalClaims resource type
diff --git a/api-reference/v1.0/resources/permissionscope.md b/api-reference/v1.0/resources/permissionscope.md
index d41ce47219e..79f7b3696c5 100644
--- a/api-reference/v1.0/resources/permissionscope.md
+++ b/api-reference/v1.0/resources/permissionscope.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "psignoret"
+ms.date: 04/03/2024
---
# permissionScope resource type
diff --git a/api-reference/v1.0/resources/planner-order-hint-format.md b/api-reference/v1.0/resources/planner-order-hint-format.md
index 46d0ac971c0..e7f4250ac7c 100644
--- a/api-reference/v1.0/resources/planner-order-hint-format.md
+++ b/api-reference/v1.0/resources/planner-order-hint-format.md
@@ -5,6 +5,7 @@ author: "TarkanSevilmis"
ms.localizationpriority: medium
ms.subservice: "planner"
doc_type: conceptualPageType
+ms.date: 03/06/2024
---
# Using order hints in Planner
diff --git a/api-reference/v1.0/resources/plannerappliedcategories.md b/api-reference/v1.0/resources/plannerappliedcategories.md
index a4e23b15b0e..5d6b1bcb855 100644
--- a/api-reference/v1.0/resources/plannerappliedcategories.md
+++ b/api-reference/v1.0/resources/plannerappliedcategories.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# plannerAppliedCategories resource type
diff --git a/api-reference/v1.0/resources/plannerchecklistitems.md b/api-reference/v1.0/resources/plannerchecklistitems.md
index 7bed0d3e399..1222c646893 100644
--- a/api-reference/v1.0/resources/plannerchecklistitems.md
+++ b/api-reference/v1.0/resources/plannerchecklistitems.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 08/09/2024
---
# plannerChecklistItems resource type
diff --git a/api-reference/v1.0/resources/plannerexternalreferences.md b/api-reference/v1.0/resources/plannerexternalreferences.md
index 30b54498c6b..df9d8ac08fb 100644
--- a/api-reference/v1.0/resources/plannerexternalreferences.md
+++ b/api-reference/v1.0/resources/plannerexternalreferences.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# plannerExternalReferences resource type
diff --git a/api-reference/v1.0/resources/print.md b/api-reference/v1.0/resources/print.md
index 7e27d7b5a81..c6657c85242 100644
--- a/api-reference/v1.0/resources/print.md
+++ b/api-reference/v1.0/resources/print.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# print resource type
diff --git a/api-reference/v1.0/resources/projectrome-activity.md b/api-reference/v1.0/resources/projectrome-activity.md
index 1603d4b1b78..3856b4c573c 100644
--- a/api-reference/v1.0/resources/projectrome-activity.md
+++ b/api-reference/v1.0/resources/projectrome-activity.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "project-rome"
author: "ailae"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# userActivity resource type
diff --git a/api-reference/v1.0/resources/requestschedule.md b/api-reference/v1.0/resources/requestschedule.md
index 7377f96cf69..4db235a52a6 100644
--- a/api-reference/v1.0/resources/requestschedule.md
+++ b/api-reference/v1.0/resources/requestschedule.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# requestSchedule resource type
diff --git a/api-reference/v1.0/resources/resourceaccess.md b/api-reference/v1.0/resources/resourceaccess.md
index 7517a37ea39..5e869507533 100644
--- a/api-reference/v1.0/resources/resourceaccess.md
+++ b/api-reference/v1.0/resources/resourceaccess.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "psignoret"
+ms.date: 07/22/2024
---
# resourceAccess resource type
diff --git a/api-reference/v1.0/resources/resourcedata.md b/api-reference/v1.0/resources/resourcedata.md
index 2726beca636..80fc19d70c6 100644
--- a/api-reference/v1.0/resources/resourcedata.md
+++ b/api-reference/v1.0/resources/resourcedata.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "keylimesoda"
doc_type: resourcePageType
ms.subservice: change-notifications
+ms.date: 07/22/2024
---
# resourceData resource type
diff --git a/api-reference/v1.0/resources/roomlist.md b/api-reference/v1.0/resources/roomlist.md
index 096f7cf9f3e..6b96774435e 100644
--- a/api-reference/v1.0/resources/roomlist.md
+++ b/api-reference/v1.0/resources/roomlist.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: "resourcePageType"
+ms.date: 03/22/2024
---
# roomList resource type
diff --git a/api-reference/v1.0/resources/schedule.md b/api-reference/v1.0/resources/schedule.md
index 9dfb1393396..0f1f7ce29d6 100644
--- a/api-reference/v1.0/resources/schedule.md
+++ b/api-reference/v1.0/resources/schedule.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType_
+ms.date: 07/22/2024
---
# schedule resource type
diff --git a/api-reference/v1.0/resources/scheduleinformation.md b/api-reference/v1.0/resources/scheduleinformation.md
index 7a75989b3c4..800274f03e1 100644
--- a/api-reference/v1.0/resources/scheduleinformation.md
+++ b/api-reference/v1.0/resources/scheduleinformation.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 09/12/2024
---
# scheduleInformation resource type
diff --git a/api-reference/v1.0/resources/securescorecontrolprofile.md b/api-reference/v1.0/resources/securescorecontrolprofile.md
index b34641de2d8..a280ea4727c 100644
--- a/api-reference/v1.0/resources/securescorecontrolprofile.md
+++ b/api-reference/v1.0/resources/securescorecontrolprofile.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: preetikr
ms.subservice: security
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# secureScoreControlProfile resource type
diff --git a/api-reference/v1.0/resources/security-ediscoverycase.md b/api-reference/v1.0/resources/security-ediscoverycase.md
index f366e67eed1..9e6d805a78b 100644
--- a/api-reference/v1.0/resources/security-ediscoverycase.md
+++ b/api-reference/v1.0/resources/security-ediscoverycase.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 10/28/2024
---
# ediscoveryCase resource type
diff --git a/api-reference/v1.0/resources/security-healthissue.md b/api-reference/v1.0/resources/security-healthissue.md
index ddd69848bc8..8d839c9866c 100644
--- a/api-reference/v1.0/resources/security-healthissue.md
+++ b/api-reference/v1.0/resources/security-healthissue.md
@@ -5,6 +5,7 @@ author: "naalmog"
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "security"
+ms.date: 09/12/2024
---
# healthIssue resource type
diff --git a/api-reference/v1.0/resources/security-vulnerability.md b/api-reference/v1.0/resources/security-vulnerability.md
index f63ca25e910..ff0735c16f8 100644
--- a/api-reference/v1.0/resources/security-vulnerability.md
+++ b/api-reference/v1.0/resources/security-vulnerability.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# vulnerability resource type
diff --git a/api-reference/v1.0/resources/serviceplaninfo.md b/api-reference/v1.0/resources/serviceplaninfo.md
index db01a4c212b..add73b7dc37 100644
--- a/api-reference/v1.0/resources/serviceplaninfo.md
+++ b/api-reference/v1.0/resources/serviceplaninfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "frank-masuelli"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 03/06/2024
---
# servicePlanInfo resource type
diff --git a/api-reference/v1.0/resources/sharepointonedriveoptions.md b/api-reference/v1.0/resources/sharepointonedriveoptions.md
index a2c4225d819..0e3ae791e82 100644
--- a/api-reference/v1.0/resources/sharepointonedriveoptions.md
+++ b/api-reference/v1.0/resources/sharepointonedriveoptions.md
@@ -6,6 +6,7 @@ author: "yiwenwang"
ms.subservice: "search"
doc_type: "resourcePageType"
toc.title: "SharePoint OneDrive options"
+ms.date: 09/18/2024
---
# sharePointOneDriveOptions resource type
diff --git a/api-reference/v1.0/resources/standardwebpart.md b/api-reference/v1.0/resources/standardwebpart.md
index f1ba02dce9e..9178bc0ab13 100644
--- a/api-reference/v1.0/resources/standardwebpart.md
+++ b/api-reference/v1.0/resources/standardwebpart.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# standardWebPart resource type
diff --git a/api-reference/v1.0/resources/synchronization-synchronizationjob.md b/api-reference/v1.0/resources/synchronization-synchronizationjob.md
index d5e1e0473e5..0e4b85f3e7c 100644
--- a/api-reference/v1.0/resources/synchronization-synchronizationjob.md
+++ b/api-reference/v1.0/resources/synchronization-synchronizationjob.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 07/22/2024
---
# synchronizationJob resource type
diff --git a/api-reference/v1.0/resources/teamsappsettings.md b/api-reference/v1.0/resources/teamsappsettings.md
index 669c9874e4c..e85f13626f0 100644
--- a/api-reference/v1.0/resources/teamsappsettings.md
+++ b/api-reference/v1.0/resources/teamsappsettings.md
@@ -5,6 +5,7 @@ author: "sthapliyal"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# teamsAppSettings resource type
diff --git a/api-reference/v1.0/resources/termstore-term.md b/api-reference/v1.0/resources/termstore-term.md
index e5a51171e93..1df4ae7e6d4 100644
--- a/api-reference/v1.0/resources/termstore-term.md
+++ b/api-reference/v1.0/resources/termstore-term.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# term resource type
diff --git a/api-reference/v1.0/resources/threatassessment-api-overview.md b/api-reference/v1.0/resources/threatassessment-api-overview.md
index b1790b27f74..6922c9ce169 100644
--- a/api-reference/v1.0/resources/threatassessment-api-overview.md
+++ b/api-reference/v1.0/resources/threatassessment-api-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "preetikr"
doc_type: conceptualPageType
ms.subservice: "security"
+ms.date: 05/13/2024
---
# Use the Microsoft Graph threat assessment API
diff --git a/api-reference/v1.0/resources/tokenissuancepolicy.md b/api-reference/v1.0/resources/tokenissuancepolicy.md
index a018ee4767f..9162651aac0 100644
--- a/api-reference/v1.0/resources/tokenissuancepolicy.md
+++ b/api-reference/v1.0/resources/tokenissuancepolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "luleonpla"
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# tokenIssuancePolicy resource type
diff --git a/api-reference/v1.0/resources/unifiedroleassignmentschedulerequest.md b/api-reference/v1.0/resources/unifiedroleassignmentschedulerequest.md
index 8efdf470cef..75d6efdadfc 100644
--- a/api-reference/v1.0/resources/unifiedroleassignmentschedulerequest.md
+++ b/api-reference/v1.0/resources/unifiedroleassignmentschedulerequest.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Assignment schedule request
+ms.date: 07/22/2024
---
# unifiedRoleAssignmentScheduleRequest resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicyrule.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicyrule.md
index 31feceda6b5..2bc958bf177 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicyrule.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicyrule.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Policy rule
+ms.date: 06/12/2024
---
# unifiedRoleManagementPolicyRule resource type
diff --git a/api-reference/v1.0/resources/virtualeventregistration.md b/api-reference/v1.0/resources/virtualeventregistration.md
index 0733ea3b2f1..6957bf8f6e8 100644
--- a/api-reference/v1.0/resources/virtualeventregistration.md
+++ b/api-reference/v1.0/resources/virtualeventregistration.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 10/15/2024
---
# virtualEventRegistration resource type
From 91d42aa1492c6710a1570840a8e66e152980afbb Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:50:23 +0800
Subject: [PATCH 066/130] Bulk add missing ms.date
---
api-reference/beta/api/driveitem-post-permissions.md | 1 +
api-reference/beta/api/identitycontainer-post-b2cuserflows.md | 1 +
.../beta/api/intune-devices-windowsmanageddevice-list.md | 1 +
.../api/intune-rbac-operationapprovalrequest-cancelapproval.md | 1 +
api-reference/beta/api/listitem-createlink.md | 1 +
api-reference/beta/api/security-analyzedemail-get.md | 1 +
api-reference/beta/api/security-detectionrule-list.md | 1 +
api-reference/beta/api/tiindicator-get.md | 1 +
.../beta/api/user-convertexternaltointernalmemberuser.md | 1 +
api-reference/beta/api/windowsupdates-catalog-list-entries.md | 1 +
api-reference/beta/resources/approvalitem.md | 3 ++-
api-reference/beta/resources/ediscovery-case.md | 1 +
api-reference/beta/resources/ediscovery-legalhold.md | 1 +
.../beta/resources/intune-devices-hardwareinformation.md | 1 +
api-reference/beta/resources/securityaction.md | 1 +
api-reference/beta/resources/signinpreferences.md | 1 +
api-reference/beta/resources/trustframeworkpolicy.md | 1 +
api-reference/v1.0/api/accesspackageassignmentpolicy-get.md | 1 +
api-reference/v1.0/api/accesspackageassignmentpolicy-update.md | 1 +
api-reference/v1.0/api/accesspackageassignmentrequest-get.md | 1 +
api-reference/v1.0/api/alert-get.md | 1 +
api-reference/v1.0/api/application-removekey.md | 1 +
api-reference/v1.0/api/applicationtemplate-list.md | 1 +
api-reference/v1.0/api/attacksimulationroot-post-simulation.md | 1 +
api-reference/v1.0/api/authentication-list-emailmethods.md | 1 +
api-reference/v1.0/api/authenticationeventsflow-update.md | 1 +
api-reference/v1.0/api/backuprestoreroot-get.md | 1 +
api-reference/v1.0/api/bookingappointment-update.md | 1 +
api-reference/v1.0/api/bookingbusiness-list-customers.md | 1 +
api-reference/v1.0/api/bookingbusiness-post-customers.md | 1 +
api-reference/v1.0/api/bookingbusiness-post-services.md | 1 +
api-reference/v1.0/api/bookingbusiness-post-staffmembers.md | 1 +
api-reference/v1.0/api/calendar-list-calendarpermissions.md | 1 +
api-reference/v1.0/api/calendar-post-calendarpermissions.md | 1 +
api-reference/v1.0/api/call-record.md | 1 +
api-reference/v1.0/api/call-redirect.md | 1 +
api-reference/v1.0/api/channel-delete.md | 1 +
api-reference/v1.0/api/channel-getallretainedmessages.md | 1 +
api-reference/v1.0/api/channel-post-messagereply.md | 1 +
api-reference/v1.0/api/chatmessage-list-hostedcontents.md | 1 +
api-reference/v1.0/api/claimsmappingpolicy-list.md | 1 +
api-reference/v1.0/api/columndefinition-get.md | 1 +
api-reference/v1.0/api/community-update.md | 1 +
api-reference/v1.0/api/contenttype-list-columns.md | 1 +
api-reference/v1.0/api/conversationthread-list-posts.md | 1 +
api-reference/v1.0/api/directory-post-administrativeunits.md | 1 +
api-reference/v1.0/api/documentsetversion-get.md | 1 +
.../v1.0/api/domain-list-serviceconfigurationrecords.md | 1 +
api-reference/v1.0/api/domain-list-verificationdnsrecords.md | 1 +
api-reference/v1.0/api/driveitem-follow.md | 1 +
api-reference/v1.0/api/emailauthenticationmethod-get.md | 1 +
api-reference/v1.0/api/emailauthenticationmethod-update.md | 1 +
api-reference/v1.0/api/eventmessage-post-attachments.md | 1 +
.../v1.0/api/externalconnectors-externalconnection-list.md | 1 +
api-reference/v1.0/api/externalconnectors-externalitem-get.md | 1 +
api-reference/v1.0/api/externalconnectors-schema-get.md | 1 +
api-reference/v1.0/api/group-list-grouplifecyclepolicies.md | 1 +
api-reference/v1.0/api/group-list-permissiongrants.md | 1 +
api-reference/v1.0/api/group-post-conversations.md | 1 +
api-reference/v1.0/api/group-post-settings.md | 1 +
api-reference/v1.0/api/horizontalsection-update.md | 1 +
.../api/identitycontainer-list-authenticationeventsflows.md | 1 +
.../v1.0/api/identityproviderbase-availableprovidertypes.md | 1 +
api-reference/v1.0/api/identityuserflowattribute-list.md | 1 +
.../v1.0/api/inferenceclassification-list-overrides.md | 1 +
api-reference/v1.0/api/insights-list-trending.md | 1 +
api-reference/v1.0/api/intune-apps-mobileapp-get.md | 1 +
.../v1.0/api/intune-apps-mobileappassignment-create.md | 1 +
api-reference/v1.0/api/intune-apps-win32lobapp-list.md | 1 +
...ne-enrollment-importedwindowsautopilotdeviceidentity-get.md | 1 +
api-reference/v1.0/api/list-list-contenttypes.md | 1 +
api-reference/v1.0/api/mailfolder-delete.md | 1 +
api-reference/v1.0/api/mailfolder-post-messages.md | 1 +
api-reference/v1.0/api/namedlocation-get.md | 1 +
api-reference/v1.0/api/oauth2permissiongrant-delete.md | 1 +
api-reference/v1.0/api/oauth2permissiongrant-update.md | 1 +
api-reference/v1.0/api/organizationalbranding-update.md | 1 +
api-reference/v1.0/api/orgcontact-list-transitivememberof.md | 1 +
api-reference/v1.0/api/outlookcategory-update.md | 1 +
.../v1.0/api/partners-billing-billedreconciliation-export.md | 1 +
api-reference/v1.0/api/passwordauthenticationmethod-get.md | 1 +
api-reference/v1.0/api/plannerplan-list-buckets.md | 1 +
api-reference/v1.0/api/post-get.md | 1 +
api-reference/v1.0/api/printdocument-createuploadsession.md | 1 +
.../api/privilegedaccessgroup-list-eligibilityschedules.md | 1 +
api-reference/v1.0/api/range-insert.md | 1 +
.../rbacapplication-list-roleeligibilityscheduleinstances.md | 1 +
api-reference/v1.0/api/rbacapplication-post-roledefinitions.md | 1 +
.../v1.0/api/reportroot-getemailappusageuserdetail.md | 1 +
.../api/reportroot-getmailboxusagequotastatusmailboxcounts.md | 1 +
.../v1.0/api/reportroot-getsharepointactivityfilecounts.md | 1 +
.../v1.0/api/reportroot-getsharepointactivitypages.md | 1 +
.../v1.0/api/reportroot-getsharepointsiteusagesitecounts.md | 1 +
.../v1.0/api/reportroot-getteamsdeviceusageuserdetail.md | 1 +
api-reference/v1.0/api/resource-get.md | 1 +
api-reference/v1.0/api/restorepoint-search.md | 1 +
api-reference/v1.0/api/riskyuser-confirmcompromised.md | 1 +
api-reference/v1.0/api/riskyuser-get.md | 1 +
api-reference/v1.0/api/schedule-post-shifts.md | 1 +
.../v1.0/api/security-casesroot-post-ediscoverycases.md | 1 +
.../v1.0/api/security-identitycontainer-list-healthissues.md | 1 +
.../v1.0/api/security-labelsroot-list-retentionlabel.md | 1 +
api-reference/v1.0/api/security-retentionlabel-get.md | 1 +
.../securityreportsroot-getattacksimulationrepeatoffenders.md | 1 +
...urityreportsroot-getattacksimulationtrainingusercoverage.md | 1 +
api-reference/v1.0/api/serviceprincipal-addkey.md | 1 +
api-reference/v1.0/api/serviceprincipal-delete.md | 1 +
...serviceprincipal-list-delegatedpermissionclassifications.md | 1 +
.../v1.0/api/serviceprincipal-post-claimsmappingpolicies.md | 1 +
api-reference/v1.0/api/shift-get.md | 1 +
api-reference/v1.0/api/simulation-get.md | 1 +
api-reference/v1.0/api/site-list-contenttypes.md | 1 +
.../v1.0/api/synchronization-synchronization-post-jobs.md | 1 +
.../v1.0/api/synchronization-synchronizationjob-start.md | 1 +
api-reference/v1.0/api/table-list.md | 1 +
api-reference/v1.0/api/tablerow-get.md | 1 +
api-reference/v1.0/api/team-get-primarychannel.md | 1 +
api-reference/v1.0/api/teamsappsettings-get.md | 1 +
api-reference/v1.0/api/todo-post-lists.md | 1 +
api-reference/v1.0/api/todotask-get.md | 1 +
api-reference/v1.0/api/todotask-update.md | 1 +
api-reference/v1.0/api/tokenlifetimepolicy-get.md | 1 +
api-reference/v1.0/api/unifiedrolemanagementpolicyrule-get.md | 1 +
api-reference/v1.0/api/user-delete-approleassignments.md | 1 +
api-reference/v1.0/api/user-list-permissiongrants.md | 1 +
api-reference/v1.0/api/virtualeventregistration-list.md | 1 +
api-reference/v1.0/api/virtualeventsroot-post-townhalls.md | 1 +
api-reference/v1.0/api/virtualeventwebinar-get.md | 1 +
api-reference/v1.0/api/webpart-update.md | 1 +
api-reference/v1.0/api/workbook-closesession.md | 1 +
api-reference/v1.0/api/worksheet-cell.md | 1 +
api-reference/v1.0/api/worksheet-list.md | 1 +
api-reference/v1.0/api/worksheet-post-tables.md | 1 +
api-reference/v1.0/resources/aaduserconversationmember.md | 1 +
api-reference/v1.0/resources/accesspackageresource.md | 1 +
api-reference/v1.0/resources/adminconsentrequestpolicy.md | 1 +
.../v1.0/resources/attacksimulationsimulationusercoverage.md | 1 +
api-reference/v1.0/resources/authenticationeventsflow.md | 1 +
api-reference/v1.0/resources/authenticationstrengthpolicy.md | 1 +
api-reference/v1.0/resources/bookingcustomer.md | 1 +
api-reference/v1.0/resources/browser-edge-api-overview.md | 1 +
api-reference/v1.0/resources/callrecords-segment.md | 1 +
.../v1.0/resources/certificatebasedauthconfiguration.md | 1 +
.../v1.0/resources/cloudpconpremisesconnectionhealthcheck.md | 1 +
api-reference/v1.0/resources/conditionalaccessgrantcontrols.md | 1 +
api-reference/v1.0/resources/conversation.md | 1 +
api-reference/v1.0/resources/delegatedadminaccessassignment.md | 1 +
api-reference/v1.0/resources/devicelocalcredentialinfo.md | 1 +
api-reference/v1.0/resources/directory.md | 1 +
api-reference/v1.0/resources/educationclass.md | 1 +
api-reference/v1.0/resources/educationuser.md | 1 +
api-reference/v1.0/resources/enums.md | 1 +
api-reference/v1.0/resources/expirationpattern.md | 1 +
api-reference/v1.0/resources/filesysteminfo.md | 3 ++-
api-reference/v1.0/resources/horizontalsection.md | 1 +
.../resources/identitysecuritydefaultsenforcementpolicy.md | 1 +
.../intune-deviceconfig-devicecompliancedeviceoverview.md | 1 +
.../intune-deviceconfig-devicecompliancedevicestatus.md | 1 +
.../intune-deviceconfig-deviceconfigurationassignment.md | 1 +
api-reference/v1.0/resources/ipnamedlocation.md | 1 +
.../microsoftauthenticatorauthenticationmethodconfiguration.md | 1 +
api-reference/v1.0/resources/notebook.md | 1 +
api-reference/v1.0/resources/page.md | 1 +
api-reference/v1.0/resources/participant.md | 1 +
api-reference/v1.0/resources/physicaladdress.md | 1 +
.../v1.0/resources/plannerassignedtotaskboardtaskformat.md | 1 +
api-reference/v1.0/resources/plannerassignment.md | 1 +
api-reference/v1.0/resources/plannerchecklistitem.md | 1 +
api-reference/v1.0/resources/plannerplancontainer.md | 1 +
api-reference/v1.0/resources/preauthorizedapplication.md | 1 +
.../privilegedaccessgroupassignmentschedulerequest.md | 1 +
api-reference/v1.0/resources/quota.md | 1 +
api-reference/v1.0/resources/richlongrunningoperation.md | 1 +
.../v1.0/resources/samlorwsfedexternaldomainfederation.md | 1 +
api-reference/v1.0/resources/searchhit.md | 1 +
api-reference/v1.0/resources/security-host.md | 1 +
api-reference/v1.0/resources/security-retentionlabel.md | 1 +
api-reference/v1.0/resources/signinstatus.md | 1 +
.../subjectrightsrequest-subjectrightsrequestapioverview.md | 1 +
api-reference/v1.0/resources/synchronization-bulkupload.md | 1 +
.../v1.0/resources/synchronization-synchronization.md | 1 +
.../synchronization-synchronizationjobrestartcriteria.md | 1 +
.../v1.0/resources/synchronization-synchronizationschema.md | 1 +
api-reference/v1.0/resources/teamsasyncoperation.md | 1 +
api-reference/v1.0/resources/tenantappmanagementpolicy.md | 1 +
api-reference/v1.0/resources/termstore-store.md | 1 +
api-reference/v1.0/resources/textwebpart.md | 1 +
api-reference/v1.0/resources/timeslot.md | 1 +
.../v1.0/resources/unifiedroleeligibilityschedulerequest.md | 1 +
.../v1.0/resources/unifiedrolemanagementpolicyassignment.md | 1 +
.../resources/unifiedrolemanagementpolicyexpirationrule.md | 1 +
api-reference/v1.0/resources/useridentity.md | 1 +
api-reference/v1.0/resources/userregistrationmethodsummary.md | 1 +
api-reference/v1.0/resources/userteamwork.md | 1 +
api-reference/v1.0/resources/virtualeventtownhall.md | 1 +
api-reference/v1.0/resources/webapplication.md | 1 +
.../resources/windowshelloforbusinessauthenticationmethod.md | 1 +
api-reference/v1.0/resources/workbookapplication.md | 1 +
api-reference/v1.0/resources/workbookfilter.md | 1 +
199 files changed, 201 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/api/driveitem-post-permissions.md b/api-reference/beta/api/driveitem-post-permissions.md
index 867d245ac80..ccfe5a4754e 100644
--- a/api-reference/beta/api/driveitem-post-permissions.md
+++ b/api-reference/beta/api/driveitem-post-permissions.md
@@ -5,6 +5,7 @@ author: "BarrySh"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 06/17/2024
---
# Create permission on a driveItem
diff --git a/api-reference/beta/api/identitycontainer-post-b2cuserflows.md b/api-reference/beta/api/identitycontainer-post-b2cuserflows.md
index 8280e896100..3fa3d7fce81 100644
--- a/api-reference/beta/api/identitycontainer-post-b2cuserflows.md
+++ b/api-reference/beta/api/identitycontainer-post-b2cuserflows.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "jkdouglas"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Create b2cIdentityUserFlow
diff --git a/api-reference/beta/api/intune-devices-windowsmanageddevice-list.md b/api-reference/beta/api/intune-devices-windowsmanageddevice-list.md
index e4a5c2bd949..339fcf4af4a 100644
--- a/api-reference/beta/api/intune-devices-windowsmanageddevice-list.md
+++ b/api-reference/beta/api/intune-devices-windowsmanageddevice-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windowsManagedDevices
diff --git a/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelapproval.md b/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelapproval.md
index 88112bd6e45..76ec310efb7 100644
--- a/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelapproval.md
+++ b/api-reference/beta/api/intune-rbac-operationapprovalrequest-cancelapproval.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# cancelApproval action
diff --git a/api-reference/beta/api/listitem-createlink.md b/api-reference/beta/api/listitem-createlink.md
index ee3cac3a8ab..7e11d5d7a46 100644
--- a/api-reference/beta/api/listitem-createlink.md
+++ b/api-reference/beta/api/listitem-createlink.md
@@ -5,6 +5,7 @@ author: "learafa"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# listItem: createLink
diff --git a/api-reference/beta/api/security-analyzedemail-get.md b/api-reference/beta/api/security-analyzedemail-get.md
index 258069ef010..62a6f327045 100644
--- a/api-reference/beta/api/security-analyzedemail-get.md
+++ b/api-reference/beta/api/security-analyzedemail-get.md
@@ -5,6 +5,7 @@ author: "malvika-balaraj"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 05/03/2024
---
# Get analyzedEmail
diff --git a/api-reference/beta/api/security-detectionrule-list.md b/api-reference/beta/api/security-detectionrule-list.md
index 53c1827ccab..2f702d972f1 100644
--- a/api-reference/beta/api/security-detectionrule-list.md
+++ b/api-reference/beta/api/security-detectionrule-list.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List detectionRules
diff --git a/api-reference/beta/api/tiindicator-get.md b/api-reference/beta/api/tiindicator-get.md
index 212d07053e4..a257fb30eb2 100644
--- a/api-reference/beta/api/tiindicator-get.md
+++ b/api-reference/beta/api/tiindicator-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get threat intelligence indicator
diff --git a/api-reference/beta/api/user-convertexternaltointernalmemberuser.md b/api-reference/beta/api/user-convertexternaltointernalmemberuser.md
index af85a8eca1a..aa257001194 100644
--- a/api-reference/beta/api/user-convertexternaltointernalmemberuser.md
+++ b/api-reference/beta/api/user-convertexternaltointernalmemberuser.md
@@ -6,6 +6,7 @@ ms.reviewer: "iamut"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 10/15/2024
---
# user: convertExternalToInternalMemberUser
diff --git a/api-reference/beta/api/windowsupdates-catalog-list-entries.md b/api-reference/beta/api/windowsupdates-catalog-list-entries.md
index a8d98aa4f6e..318d4795257 100644
--- a/api-reference/beta/api/windowsupdates-catalog-list-entries.md
+++ b/api-reference/beta/api/windowsupdates-catalog-list-entries.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# List entries
diff --git a/api-reference/beta/resources/approvalitem.md b/api-reference/beta/resources/approvalitem.md
index e20ae154df0..30c6f3ea473 100644
--- a/api-reference/beta/resources/approvalitem.md
+++ b/api-reference/beta/resources/approvalitem.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# approvalItem resource type
@@ -87,4 +88,4 @@ The following JSON representation shows the resource type.
},
"result": "String"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/ediscovery-case.md b/api-reference/beta/resources/ediscovery-case.md
index 3f87b46d448..b424501de65 100644
--- a/api-reference/beta/resources/ediscovery-case.md
+++ b/api-reference/beta/resources/ediscovery-case.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# case resource type
diff --git a/api-reference/beta/resources/ediscovery-legalhold.md b/api-reference/beta/resources/ediscovery-legalhold.md
index ce34c41f7dd..34ddee0016a 100644
--- a/api-reference/beta/resources/ediscovery-legalhold.md
+++ b/api-reference/beta/resources/ediscovery-legalhold.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mahage-msft"
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# legalHold resource type
diff --git a/api-reference/beta/resources/intune-devices-hardwareinformation.md b/api-reference/beta/resources/intune-devices-hardwareinformation.md
index c420bb4b22f..2776469f249 100644
--- a/api-reference/beta/resources/intune-devices-hardwareinformation.md
+++ b/api-reference/beta/resources/intune-devices-hardwareinformation.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# hardwareInformation resource type
diff --git a/api-reference/beta/resources/securityaction.md b/api-reference/beta/resources/securityaction.md
index e9b43b74bc8..31360684498 100644
--- a/api-reference/beta/resources/securityaction.md
+++ b/api-reference/beta/resources/securityaction.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# securityAction resource type
diff --git a/api-reference/beta/resources/signinpreferences.md b/api-reference/beta/resources/signinpreferences.md
index 157f571f592..c7aa54d93ca 100644
--- a/api-reference/beta/resources/signinpreferences.md
+++ b/api-reference/beta/resources/signinpreferences.md
@@ -5,6 +5,7 @@ author: "msft-poulomi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/17/2024
---
# signInPreferences resource type
diff --git a/api-reference/beta/resources/trustframeworkpolicy.md b/api-reference/beta/resources/trustframeworkpolicy.md
index 7877b78e673..92536c88a41 100644
--- a/api-reference/beta/resources/trustframeworkpolicy.md
+++ b/api-reference/beta/resources/trustframeworkpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# trustFrameworkPolicy resource type
diff --git a/api-reference/v1.0/api/accesspackageassignmentpolicy-get.md b/api-reference/v1.0/api/accesspackageassignmentpolicy-get.md
index 19ca98c4fcb..2f64282d9dd 100644
--- a/api-reference/v1.0/api/accesspackageassignmentpolicy-get.md
+++ b/api-reference/v1.0/api/accesspackageassignmentpolicy-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get accessPackageAssignmentPolicy
diff --git a/api-reference/v1.0/api/accesspackageassignmentpolicy-update.md b/api-reference/v1.0/api/accesspackageassignmentpolicy-update.md
index 62cccaf66a4..b45d5c7f76f 100644
--- a/api-reference/v1.0/api/accesspackageassignmentpolicy-update.md
+++ b/api-reference/v1.0/api/accesspackageassignmentpolicy-update.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Update accessPackageAssignmentPolicy
diff --git a/api-reference/v1.0/api/accesspackageassignmentrequest-get.md b/api-reference/v1.0/api/accesspackageassignmentrequest-get.md
index f67bbe45ea5..6a3cd629c6a 100644
--- a/api-reference/v1.0/api/accesspackageassignmentrequest-get.md
+++ b/api-reference/v1.0/api/accesspackageassignmentrequest-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessPackageAssignmentRequest
diff --git a/api-reference/v1.0/api/alert-get.md b/api-reference/v1.0/api/alert-get.md
index 3250da655e8..b2b2e090edb 100644
--- a/api-reference/v1.0/api/alert-get.md
+++ b/api-reference/v1.0/api/alert-get.md
@@ -5,6 +5,7 @@ author: "preetikr"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get alert
diff --git a/api-reference/v1.0/api/application-removekey.md b/api-reference/v1.0/api/application-removekey.md
index c6aa8b10950..848eecd107d 100644
--- a/api-reference/v1.0/api/application-removekey.md
+++ b/api-reference/v1.0/api/application-removekey.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# application: removeKey
diff --git a/api-reference/v1.0/api/applicationtemplate-list.md b/api-reference/v1.0/api/applicationtemplate-list.md
index ceb2e7fb517..33c60fa04fd 100644
--- a/api-reference/v1.0/api/applicationtemplate-list.md
+++ b/api-reference/v1.0/api/applicationtemplate-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: luleonpla
ms.subservice: entra-applications
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List applicationTemplates
diff --git a/api-reference/v1.0/api/attacksimulationroot-post-simulation.md b/api-reference/v1.0/api/attacksimulationroot-post-simulation.md
index d1d12fe1e70..6691f18d382 100644
--- a/api-reference/v1.0/api/attacksimulationroot-post-simulation.md
+++ b/api-reference/v1.0/api/attacksimulationroot-post-simulation.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create simulation
diff --git a/api-reference/v1.0/api/authentication-list-emailmethods.md b/api-reference/v1.0/api/authentication-list-emailmethods.md
index f83c21cc0b0..6d23845032d 100644
--- a/api-reference/v1.0/api/authentication-list-emailmethods.md
+++ b/api-reference/v1.0/api/authentication-list-emailmethods.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# List emailMethods
diff --git a/api-reference/v1.0/api/authenticationeventsflow-update.md b/api-reference/v1.0/api/authenticationeventsflow-update.md
index d15b92bb64f..7b72af0366f 100644
--- a/api-reference/v1.0/api/authenticationeventsflow-update.md
+++ b/api-reference/v1.0/api/authenticationeventsflow-update.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/16/2024
---
# Update authenticationEventsFlow
diff --git a/api-reference/v1.0/api/backuprestoreroot-get.md b/api-reference/v1.0/api/backuprestoreroot-get.md
index 9ad6b26ccc3..dded80afaab 100644
--- a/api-reference/v1.0/api/backuprestoreroot-get.md
+++ b/api-reference/v1.0/api/backuprestoreroot-get.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get backupRestoreRoot
diff --git a/api-reference/v1.0/api/bookingappointment-update.md b/api-reference/v1.0/api/bookingappointment-update.md
index 9dcbb95c015..ab12c5efbba 100644
--- a/api-reference/v1.0/api/bookingappointment-update.md
+++ b/api-reference/v1.0/api/bookingappointment-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Update bookingAppointment
diff --git a/api-reference/v1.0/api/bookingbusiness-list-customers.md b/api-reference/v1.0/api/bookingbusiness-list-customers.md
index e654935dd27..8262c7717e2 100644
--- a/api-reference/v1.0/api/bookingbusiness-list-customers.md
+++ b/api-reference/v1.0/api/bookingbusiness-list-customers.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List customers
diff --git a/api-reference/v1.0/api/bookingbusiness-post-customers.md b/api-reference/v1.0/api/bookingbusiness-post-customers.md
index 6a6576ab457..8c69321b5a6 100644
--- a/api-reference/v1.0/api/bookingbusiness-post-customers.md
+++ b/api-reference/v1.0/api/bookingbusiness-post-customers.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Create bookingCustomer
diff --git a/api-reference/v1.0/api/bookingbusiness-post-services.md b/api-reference/v1.0/api/bookingbusiness-post-services.md
index 8aa678dd209..8f51bb1d5d7 100644
--- a/api-reference/v1.0/api/bookingbusiness-post-services.md
+++ b/api-reference/v1.0/api/bookingbusiness-post-services.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Create bookingService
diff --git a/api-reference/v1.0/api/bookingbusiness-post-staffmembers.md b/api-reference/v1.0/api/bookingbusiness-post-staffmembers.md
index f76a17690c6..7afcef09b2c 100644
--- a/api-reference/v1.0/api/bookingbusiness-post-staffmembers.md
+++ b/api-reference/v1.0/api/bookingbusiness-post-staffmembers.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Create bookingStaffMember
diff --git a/api-reference/v1.0/api/calendar-list-calendarpermissions.md b/api-reference/v1.0/api/calendar-list-calendarpermissions.md
index 5a9dc8e4ae7..8d79560f1cf 100644
--- a/api-reference/v1.0/api/calendar-list-calendarpermissions.md
+++ b/api-reference/v1.0/api/calendar-list-calendarpermissions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "outlook"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List calendarPermissions
diff --git a/api-reference/v1.0/api/calendar-post-calendarpermissions.md b/api-reference/v1.0/api/calendar-post-calendarpermissions.md
index 9769dcf112c..3cec5718409 100644
--- a/api-reference/v1.0/api/calendar-post-calendarpermissions.md
+++ b/api-reference/v1.0/api/calendar-post-calendarpermissions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "outlook"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create calendarPermission
diff --git a/api-reference/v1.0/api/call-record.md b/api-reference/v1.0/api/call-record.md
index 68960133491..e22675c3861 100644
--- a/api-reference/v1.0/api/call-record.md
+++ b/api-reference/v1.0/api/call-record.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: recordResponse
diff --git a/api-reference/v1.0/api/call-redirect.md b/api-reference/v1.0/api/call-redirect.md
index a3b4fd6d9e9..87c8ee91a39 100644
--- a/api-reference/v1.0/api/call-redirect.md
+++ b/api-reference/v1.0/api/call-redirect.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: redirect
diff --git a/api-reference/v1.0/api/channel-delete.md b/api-reference/v1.0/api/channel-delete.md
index 18808ab8eb4..567238210ab 100644
--- a/api-reference/v1.0/api/channel-delete.md
+++ b/api-reference/v1.0/api/channel-delete.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Delete channel
diff --git a/api-reference/v1.0/api/channel-getallretainedmessages.md b/api-reference/v1.0/api/channel-getallretainedmessages.md
index 5337e165533..666a400ca7a 100644
--- a/api-reference/v1.0/api/channel-getallretainedmessages.md
+++ b/api-reference/v1.0/api/channel-getallretainedmessages.md
@@ -5,6 +5,7 @@ author: "bkeerthivasa"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 10/14/2024
---
# channel: getAllRetainedMessages
diff --git a/api-reference/v1.0/api/channel-post-messagereply.md b/api-reference/v1.0/api/channel-post-messagereply.md
index 9735c15be60..53644999fa3 100644
--- a/api-reference/v1.0/api/channel-post-messagereply.md
+++ b/api-reference/v1.0/api/channel-post-messagereply.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 08/19/2024
---
# Reply to a message in a channel
diff --git a/api-reference/v1.0/api/chatmessage-list-hostedcontents.md b/api-reference/v1.0/api/chatmessage-list-hostedcontents.md
index 5ab19026a99..34015faa985 100644
--- a/api-reference/v1.0/api/chatmessage-list-hostedcontents.md
+++ b/api-reference/v1.0/api/chatmessage-list-hostedcontents.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "RamjotSingh"
ms.subservice: teams
doc_type: "apiPageType"
+ms.date: 08/13/2024
---
# List hostedContents
diff --git a/api-reference/v1.0/api/claimsmappingpolicy-list.md b/api-reference/v1.0/api/claimsmappingpolicy-list.md
index 6f4cb354efa..c024f79f580 100644
--- a/api-reference/v1.0/api/claimsmappingpolicy-list.md
+++ b/api-reference/v1.0/api/claimsmappingpolicy-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List claimsMappingPolicies
diff --git a/api-reference/v1.0/api/columndefinition-get.md b/api-reference/v1.0/api/columndefinition-get.md
index 2ee90a07d5b..cd5a32919f6 100644
--- a/api-reference/v1.0/api/columndefinition-get.md
+++ b/api-reference/v1.0/api/columndefinition-get.md
@@ -5,6 +5,7 @@ description: "Get a site, a list, or a content type column."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Get columnDefinition
diff --git a/api-reference/v1.0/api/community-update.md b/api-reference/v1.0/api/community-update.md
index 9fd97b5f0e7..37302856aaa 100644
--- a/api-reference/v1.0/api/community-update.md
+++ b/api-reference/v1.0/api/community-update.md
@@ -5,6 +5,7 @@ author: "aditijha4"
ms.localizationpriority: medium
ms.subservice: "viva-engage"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Update community
diff --git a/api-reference/v1.0/api/contenttype-list-columns.md b/api-reference/v1.0/api/contenttype-list-columns.md
index 9329aefbfab..302c22ab4f6 100644
--- a/api-reference/v1.0/api/contenttype-list-columns.md
+++ b/api-reference/v1.0/api/contenttype-list-columns.md
@@ -5,6 +5,7 @@ description: "List columns in a content type."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# List columnDefinitions in a content type
diff --git a/api-reference/v1.0/api/conversationthread-list-posts.md b/api-reference/v1.0/api/conversationthread-list-posts.md
index e6f19335efb..2b9f4301c22 100644
--- a/api-reference/v1.0/api/conversationthread-list-posts.md
+++ b/api-reference/v1.0/api/conversationthread-list-posts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mikemcleanlive"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List posts
diff --git a/api-reference/v1.0/api/directory-post-administrativeunits.md b/api-reference/v1.0/api/directory-post-administrativeunits.md
index 1b6b06ab61e..17505ec91a7 100644
--- a/api-reference/v1.0/api/directory-post-administrativeunits.md
+++ b/api-reference/v1.0/api/directory-post-administrativeunits.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/29/2024
---
# Create administrativeUnit
diff --git a/api-reference/v1.0/api/documentsetversion-get.md b/api-reference/v1.0/api/documentsetversion-get.md
index d0a794d0de5..2f488ad3dff 100644
--- a/api-reference/v1.0/api/documentsetversion-get.md
+++ b/api-reference/v1.0/api/documentsetversion-get.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get documentSetVersion
diff --git a/api-reference/v1.0/api/domain-list-serviceconfigurationrecords.md b/api-reference/v1.0/api/domain-list-serviceconfigurationrecords.md
index aa508ad9c61..e3ee962fdf8 100644
--- a/api-reference/v1.0/api/domain-list-serviceconfigurationrecords.md
+++ b/api-reference/v1.0/api/domain-list-serviceconfigurationrecords.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List serviceConfigurationRecords
diff --git a/api-reference/v1.0/api/domain-list-verificationdnsrecords.md b/api-reference/v1.0/api/domain-list-verificationdnsrecords.md
index c8b8d85e96e..99e4fb498d3 100644
--- a/api-reference/v1.0/api/domain-list-verificationdnsrecords.md
+++ b/api-reference/v1.0/api/domain-list-verificationdnsrecords.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List verificationDnsRecords
diff --git a/api-reference/v1.0/api/driveitem-follow.md b/api-reference/v1.0/api/driveitem-follow.md
index 82f252aead0..7be977e17f9 100644
--- a/api-reference/v1.0/api/driveitem-follow.md
+++ b/api-reference/v1.0/api/driveitem-follow.md
@@ -5,6 +5,7 @@ title: Follow drive item
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Follow drive item
diff --git a/api-reference/v1.0/api/emailauthenticationmethod-get.md b/api-reference/v1.0/api/emailauthenticationmethod-get.md
index 98c2378ba3f..a7d6413756c 100644
--- a/api-reference/v1.0/api/emailauthenticationmethod-get.md
+++ b/api-reference/v1.0/api/emailauthenticationmethod-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# Get emailAuthenticationMethod
diff --git a/api-reference/v1.0/api/emailauthenticationmethod-update.md b/api-reference/v1.0/api/emailauthenticationmethod-update.md
index 88e84c58d28..fffca64cb12 100644
--- a/api-reference/v1.0/api/emailauthenticationmethod-update.md
+++ b/api-reference/v1.0/api/emailauthenticationmethod-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# Update emailAuthenticationMethod
diff --git a/api-reference/v1.0/api/eventmessage-post-attachments.md b/api-reference/v1.0/api/eventmessage-post-attachments.md
index aaa404a6426..8246ddca1dc 100644
--- a/api-reference/v1.0/api/eventmessage-post-attachments.md
+++ b/api-reference/v1.0/api/eventmessage-post-attachments.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Add attachment
diff --git a/api-reference/v1.0/api/externalconnectors-externalconnection-list.md b/api-reference/v1.0/api/externalconnectors-externalconnection-list.md
index 2e1d9479630..5a4d227aead 100644
--- a/api-reference/v1.0/api/externalconnectors-externalconnection-list.md
+++ b/api-reference/v1.0/api/externalconnectors-externalconnection-list.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List externalConnections
diff --git a/api-reference/v1.0/api/externalconnectors-externalitem-get.md b/api-reference/v1.0/api/externalconnectors-externalitem-get.md
index ac0de7a3b84..443e37034aa 100644
--- a/api-reference/v1.0/api/externalconnectors-externalitem-get.md
+++ b/api-reference/v1.0/api/externalconnectors-externalitem-get.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get externalItem
diff --git a/api-reference/v1.0/api/externalconnectors-schema-get.md b/api-reference/v1.0/api/externalconnectors-schema-get.md
index b867eec3f00..2418af4aa9f 100644
--- a/api-reference/v1.0/api/externalconnectors-schema-get.md
+++ b/api-reference/v1.0/api/externalconnectors-schema-get.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get schema
diff --git a/api-reference/v1.0/api/group-list-grouplifecyclepolicies.md b/api-reference/v1.0/api/group-list-grouplifecyclepolicies.md
index 6162f6e6aab..3207112c758 100644
--- a/api-reference/v1.0/api/group-list-grouplifecyclepolicies.md
+++ b/api-reference/v1.0/api/group-list-grouplifecyclepolicies.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List groupLifecyclePolicies
diff --git a/api-reference/v1.0/api/group-list-permissiongrants.md b/api-reference/v1.0/api/group-list-permissiongrants.md
index 2834499aed9..de675029f63 100644
--- a/api-reference/v1.0/api/group-list-permissiongrants.md
+++ b/api-reference/v1.0/api/group-list-permissiongrants.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List permissionGrants of a group
diff --git a/api-reference/v1.0/api/group-post-conversations.md b/api-reference/v1.0/api/group-post-conversations.md
index e0347d58b86..10ef66264e5 100644
--- a/api-reference/v1.0/api/group-post-conversations.md
+++ b/api-reference/v1.0/api/group-post-conversations.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create conversation
diff --git a/api-reference/v1.0/api/group-post-settings.md b/api-reference/v1.0/api/group-post-settings.md
index 9b458e8a5d4..4e68fb684a9 100644
--- a/api-reference/v1.0/api/group-post-settings.md
+++ b/api-reference/v1.0/api/group-post-settings.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create settings
diff --git a/api-reference/v1.0/api/horizontalsection-update.md b/api-reference/v1.0/api/horizontalsection-update.md
index ec152e457ca..9cd96826a3c 100644
--- a/api-reference/v1.0/api/horizontalsection-update.md
+++ b/api-reference/v1.0/api/horizontalsection-update.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Update horizontalSection
diff --git a/api-reference/v1.0/api/identitycontainer-list-authenticationeventsflows.md b/api-reference/v1.0/api/identitycontainer-list-authenticationeventsflows.md
index fc8d8337520..686a3a6c31f 100644
--- a/api-reference/v1.0/api/identitycontainer-list-authenticationeventsflows.md
+++ b/api-reference/v1.0/api/identitycontainer-list-authenticationeventsflows.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List authenticationEventsFlows
diff --git a/api-reference/v1.0/api/identityproviderbase-availableprovidertypes.md b/api-reference/v1.0/api/identityproviderbase-availableprovidertypes.md
index 25728558410..a4a48321504 100644
--- a/api-reference/v1.0/api/identityproviderbase-availableprovidertypes.md
+++ b/api-reference/v1.0/api/identityproviderbase-availableprovidertypes.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "namkedia"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List availableProviderTypes
diff --git a/api-reference/v1.0/api/identityuserflowattribute-list.md b/api-reference/v1.0/api/identityuserflowattribute-list.md
index e98244dbd65..9c4f44f3b9a 100644
--- a/api-reference/v1.0/api/identityuserflowattribute-list.md
+++ b/api-reference/v1.0/api/identityuserflowattribute-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "nanguil"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List identityUserFlowAttributes
diff --git a/api-reference/v1.0/api/inferenceclassification-list-overrides.md b/api-reference/v1.0/api/inferenceclassification-list-overrides.md
index a16e2d3bb02..a802a59aad8 100644
--- a/api-reference/v1.0/api/inferenceclassification-list-overrides.md
+++ b/api-reference/v1.0/api/inferenceclassification-list-overrides.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: mail
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List overrides
diff --git a/api-reference/v1.0/api/insights-list-trending.md b/api-reference/v1.0/api/insights-list-trending.md
index 3d244b27638..ae49f0fe9b7 100644
--- a/api-reference/v1.0/api/insights-list-trending.md
+++ b/api-reference/v1.0/api/insights-list-trending.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List trending
diff --git a/api-reference/v1.0/api/intune-apps-mobileapp-get.md b/api-reference/v1.0/api/intune-apps-mobileapp-get.md
index 99b0380a634..4b8af489eb2 100644
--- a/api-reference/v1.0/api/intune-apps-mobileapp-get.md
+++ b/api-reference/v1.0/api/intune-apps-mobileapp-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get mobileApp
diff --git a/api-reference/v1.0/api/intune-apps-mobileappassignment-create.md b/api-reference/v1.0/api/intune-apps-mobileappassignment-create.md
index 1909b16b1cf..3a6ffe849cb 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappassignment-create.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappassignment-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create mobileAppAssignment
diff --git a/api-reference/v1.0/api/intune-apps-win32lobapp-list.md b/api-reference/v1.0/api/intune-apps-win32lobapp-list.md
index 18d0ae94e51..d033f123db1 100644
--- a/api-reference/v1.0/api/intune-apps-win32lobapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-win32lobapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List win32LobApps
diff --git a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md
index c147f21e541..7fd6e69930e 100644
--- a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md
+++ b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get importedWindowsAutopilotDeviceIdentity
diff --git a/api-reference/v1.0/api/list-list-contenttypes.md b/api-reference/v1.0/api/list-list-contenttypes.md
index 52b6cbd059c..b42fc559cca 100644
--- a/api-reference/v1.0/api/list-list-contenttypes.md
+++ b/api-reference/v1.0/api/list-list-contenttypes.md
@@ -5,6 +5,7 @@ description: "Get the collection of content types in a list."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# List contentTypes in a list
diff --git a/api-reference/v1.0/api/mailfolder-delete.md b/api-reference/v1.0/api/mailfolder-delete.md
index 1657847ca66..c7f5ce04329 100644
--- a/api-reference/v1.0/api/mailfolder-delete.md
+++ b/api-reference/v1.0/api/mailfolder-delete.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Delete mailFolder
diff --git a/api-reference/v1.0/api/mailfolder-post-messages.md b/api-reference/v1.0/api/mailfolder-post-messages.md
index 64757e3acb3..d03fda31edb 100644
--- a/api-reference/v1.0/api/mailfolder-post-messages.md
+++ b/api-reference/v1.0/api/mailfolder-post-messages.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create message in a mailfolder
diff --git a/api-reference/v1.0/api/namedlocation-get.md b/api-reference/v1.0/api/namedlocation-get.md
index 8b7356a8a26..b99186d5a80 100644
--- a/api-reference/v1.0/api/namedlocation-get.md
+++ b/api-reference/v1.0/api/namedlocation-get.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get namedLocation
diff --git a/api-reference/v1.0/api/oauth2permissiongrant-delete.md b/api-reference/v1.0/api/oauth2permissiongrant-delete.md
index d96e18ab970..b189fd8037a 100644
--- a/api-reference/v1.0/api/oauth2permissiongrant-delete.md
+++ b/api-reference/v1.0/api/oauth2permissiongrant-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 07/11/2024
---
# Delete oAuth2PermissionGrant (a delegated permission grant)
diff --git a/api-reference/v1.0/api/oauth2permissiongrant-update.md b/api-reference/v1.0/api/oauth2permissiongrant-update.md
index cd731b6e1f9..52ef1a06df1 100644
--- a/api-reference/v1.0/api/oauth2permissiongrant-update.md
+++ b/api-reference/v1.0/api/oauth2permissiongrant-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 07/11/2024
---
# Update a delegated permission grant (oAuth2PermissionGrant)
diff --git a/api-reference/v1.0/api/organizationalbranding-update.md b/api-reference/v1.0/api/organizationalbranding-update.md
index 4aad519f9cf..ed6472a9c95 100644
--- a/api-reference/v1.0/api/organizationalbranding-update.md
+++ b/api-reference/v1.0/api/organizationalbranding-update.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update organizationalBranding
diff --git a/api-reference/v1.0/api/orgcontact-list-transitivememberof.md b/api-reference/v1.0/api/orgcontact-list-transitivememberof.md
index ee3e8bde0e6..b863a99a40c 100644
--- a/api-reference/v1.0/api/orgcontact-list-transitivememberof.md
+++ b/api-reference/v1.0/api/orgcontact-list-transitivememberof.md
@@ -5,6 +5,7 @@ author: "dkershaw10"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# List transitiveMemberOf
diff --git a/api-reference/v1.0/api/outlookcategory-update.md b/api-reference/v1.0/api/outlookcategory-update.md
index fc6cf25667c..e360f9f8d63 100644
--- a/api-reference/v1.0/api/outlookcategory-update.md
+++ b/api-reference/v1.0/api/outlookcategory-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update outlookCategory
diff --git a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md
index 8092250a446..c30de26f321 100644
--- a/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md
+++ b/api-reference/v1.0/api/partners-billing-billedreconciliation-export.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# billedReconciliation: export
diff --git a/api-reference/v1.0/api/passwordauthenticationmethod-get.md b/api-reference/v1.0/api/passwordauthenticationmethod-get.md
index d894de537f2..5ba2ca2718f 100644
--- a/api-reference/v1.0/api/passwordauthenticationmethod-get.md
+++ b/api-reference/v1.0/api/passwordauthenticationmethod-get.md
@@ -6,6 +6,7 @@ author: "zhvolosh"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# Get passwordAuthenticationMethod
diff --git a/api-reference/v1.0/api/plannerplan-list-buckets.md b/api-reference/v1.0/api/plannerplan-list-buckets.md
index ed0cf1c6b0f..9f2c27c6eb5 100644
--- a/api-reference/v1.0/api/plannerplan-list-buckets.md
+++ b/api-reference/v1.0/api/plannerplan-list-buckets.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List buckets
diff --git a/api-reference/v1.0/api/post-get.md b/api-reference/v1.0/api/post-get.md
index 4b498daddb7..425da6afee6 100644
--- a/api-reference/v1.0/api/post-get.md
+++ b/api-reference/v1.0/api/post-get.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get post
diff --git a/api-reference/v1.0/api/printdocument-createuploadsession.md b/api-reference/v1.0/api/printdocument-createuploadsession.md
index c69b7d78f55..c27e538f46d 100644
--- a/api-reference/v1.0/api/printdocument-createuploadsession.md
+++ b/api-reference/v1.0/api/printdocument-createuploadsession.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nilakhan"
ms.subservice: "universal-print"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# printDocument: createUploadSession
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedules.md b/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedules.md
index f8d0db304c7..8a9031216b2 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedules.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedules.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List eligibilitySchedules
diff --git a/api-reference/v1.0/api/range-insert.md b/api-reference/v1.0/api/range-insert.md
index 94d65dc54c7..c29c41b5fa9 100644
--- a/api-reference/v1.0/api/range-insert.md
+++ b/api-reference/v1.0/api/range-insert.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lumine2008"
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# Range: insert
diff --git a/api-reference/v1.0/api/rbacapplication-list-roleeligibilityscheduleinstances.md b/api-reference/v1.0/api/rbacapplication-list-roleeligibilityscheduleinstances.md
index be8ce68e1a4..7a109516d2d 100644
--- a/api-reference/v1.0/api/rbacapplication-list-roleeligibilityscheduleinstances.md
+++ b/api-reference/v1.0/api/rbacapplication-list-roleeligibilityscheduleinstances.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List roleEligibilityScheduleInstances
diff --git a/api-reference/v1.0/api/rbacapplication-post-roledefinitions.md b/api-reference/v1.0/api/rbacapplication-post-roledefinitions.md
index c3450061682..199a516f1ab 100644
--- a/api-reference/v1.0/api/rbacapplication-post-roledefinitions.md
+++ b/api-reference/v1.0/api/rbacapplication-post-roledefinitions.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 07/26/2024
---
# Create roleDefinitions
diff --git a/api-reference/v1.0/api/reportroot-getemailappusageuserdetail.md b/api-reference/v1.0/api/reportroot-getemailappusageuserdetail.md
index 62a1e04e71b..3a263d2aa34 100644
--- a/api-reference/v1.0/api/reportroot-getemailappusageuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getemailappusageuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getEmailAppUsageUserDetail
diff --git a/api-reference/v1.0/api/reportroot-getmailboxusagequotastatusmailboxcounts.md b/api-reference/v1.0/api/reportroot-getmailboxusagequotastatusmailboxcounts.md
index 69f486f0677..fc1fc10d3ef 100644
--- a/api-reference/v1.0/api/reportroot-getmailboxusagequotastatusmailboxcounts.md
+++ b/api-reference/v1.0/api/reportroot-getmailboxusagequotastatusmailboxcounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getMailboxUsageQuotaStatusMailboxCounts
diff --git a/api-reference/v1.0/api/reportroot-getsharepointactivityfilecounts.md b/api-reference/v1.0/api/reportroot-getsharepointactivityfilecounts.md
index 5124da3945d..3d1eb6d3448 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointactivityfilecounts.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointactivityfilecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointActivityFileCounts
diff --git a/api-reference/v1.0/api/reportroot-getsharepointactivitypages.md b/api-reference/v1.0/api/reportroot-getsharepointactivitypages.md
index de9d2608536..98f42de55c7 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointactivitypages.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointactivitypages.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointActivityPages
diff --git a/api-reference/v1.0/api/reportroot-getsharepointsiteusagesitecounts.md b/api-reference/v1.0/api/reportroot-getsharepointsiteusagesitecounts.md
index 2d89df5e910..f0b38d841bb 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointsiteusagesitecounts.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointsiteusagesitecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointSiteUsageSiteCounts
diff --git a/api-reference/v1.0/api/reportroot-getteamsdeviceusageuserdetail.md b/api-reference/v1.0/api/reportroot-getteamsdeviceusageuserdetail.md
index dd156cdb3eb..3e332ea6c16 100644
--- a/api-reference/v1.0/api/reportroot-getteamsdeviceusageuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getteamsdeviceusageuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsDeviceUsageUserDetail
diff --git a/api-reference/v1.0/api/resource-get.md b/api-reference/v1.0/api/resource-get.md
index e2e310bb4b8..c29412ad58d 100644
--- a/api-reference/v1.0/api/resource-get.md
+++ b/api-reference/v1.0/api/resource-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get resource
diff --git a/api-reference/v1.0/api/restorepoint-search.md b/api-reference/v1.0/api/restorepoint-search.md
index b6ba3f9f8cc..74b03547eee 100644
--- a/api-reference/v1.0/api/restorepoint-search.md
+++ b/api-reference/v1.0/api/restorepoint-search.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 10/01/2024
---
# restorePoint: search
diff --git a/api-reference/v1.0/api/riskyuser-confirmcompromised.md b/api-reference/v1.0/api/riskyuser-confirmcompromised.md
index ed340a2efa7..779825188b4 100644
--- a/api-reference/v1.0/api/riskyuser-confirmcompromised.md
+++ b/api-reference/v1.0/api/riskyuser-confirmcompromised.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# riskyUser: confirmCompromised
diff --git a/api-reference/v1.0/api/riskyuser-get.md b/api-reference/v1.0/api/riskyuser-get.md
index 7032d33b1d6..9ff0f1acb77 100644
--- a/api-reference/v1.0/api/riskyuser-get.md
+++ b/api-reference/v1.0/api/riskyuser-get.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get riskyUser
diff --git a/api-reference/v1.0/api/schedule-post-shifts.md b/api-reference/v1.0/api/schedule-post-shifts.md
index 09cfe9bcc08..adfe81022ae 100644
--- a/api-reference/v1.0/api/schedule-post-shifts.md
+++ b/api-reference/v1.0/api/schedule-post-shifts.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create shift
diff --git a/api-reference/v1.0/api/security-casesroot-post-ediscoverycases.md b/api-reference/v1.0/api/security-casesroot-post-ediscoverycases.md
index f701c8b5734..3d612acde4a 100644
--- a/api-reference/v1.0/api/security-casesroot-post-ediscoverycases.md
+++ b/api-reference/v1.0/api/security-casesroot-post-ediscoverycases.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create ediscoveryCase
diff --git a/api-reference/v1.0/api/security-identitycontainer-list-healthissues.md b/api-reference/v1.0/api/security-identitycontainer-list-healthissues.md
index 87dedcf83c6..391972b3ad8 100644
--- a/api-reference/v1.0/api/security-identitycontainer-list-healthissues.md
+++ b/api-reference/v1.0/api/security-identitycontainer-list-healthissues.md
@@ -5,6 +5,7 @@ author: "naalmog"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 09/25/2024
---
# List healthIssues
diff --git a/api-reference/v1.0/api/security-labelsroot-list-retentionlabel.md b/api-reference/v1.0/api/security-labelsroot-list-retentionlabel.md
index cb645b1db0d..e5e12abb339 100644
--- a/api-reference/v1.0/api/security-labelsroot-list-retentionlabel.md
+++ b/api-reference/v1.0/api/security-labelsroot-list-retentionlabel.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List retentionLabels
diff --git a/api-reference/v1.0/api/security-retentionlabel-get.md b/api-reference/v1.0/api/security-retentionlabel-get.md
index b4af10773d3..88a40a36205 100644
--- a/api-reference/v1.0/api/security-retentionlabel-get.md
+++ b/api-reference/v1.0/api/security-retentionlabel-get.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get retentionLabel
diff --git a/api-reference/v1.0/api/securityreportsroot-getattacksimulationrepeatoffenders.md b/api-reference/v1.0/api/securityreportsroot-getattacksimulationrepeatoffenders.md
index b2df80a9b8f..793975c2407 100644
--- a/api-reference/v1.0/api/securityreportsroot-getattacksimulationrepeatoffenders.md
+++ b/api-reference/v1.0/api/securityreportsroot-getattacksimulationrepeatoffenders.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# securityReportsRoot: getAttackSimulationRepeatOffenders
diff --git a/api-reference/v1.0/api/securityreportsroot-getattacksimulationtrainingusercoverage.md b/api-reference/v1.0/api/securityreportsroot-getattacksimulationtrainingusercoverage.md
index d5555bf91fd..3481c4ad941 100644
--- a/api-reference/v1.0/api/securityreportsroot-getattacksimulationtrainingusercoverage.md
+++ b/api-reference/v1.0/api/securityreportsroot-getattacksimulationtrainingusercoverage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# securityReportsRoot: getAttackSimulationTrainingUserCoverage
diff --git a/api-reference/v1.0/api/serviceprincipal-addkey.md b/api-reference/v1.0/api/serviceprincipal-addkey.md
index 1c873a18b68..78e0e9c1c80 100644
--- a/api-reference/v1.0/api/serviceprincipal-addkey.md
+++ b/api-reference/v1.0/api/serviceprincipal-addkey.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# servicePrincipal: addKey
diff --git a/api-reference/v1.0/api/serviceprincipal-delete.md b/api-reference/v1.0/api/serviceprincipal-delete.md
index 11fa7799ccd..7d518779656 100644
--- a/api-reference/v1.0/api/serviceprincipal-delete.md
+++ b/api-reference/v1.0/api/serviceprincipal-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/18/2024
---
# Delete servicePrincipal
diff --git a/api-reference/v1.0/api/serviceprincipal-list-delegatedpermissionclassifications.md b/api-reference/v1.0/api/serviceprincipal-list-delegatedpermissionclassifications.md
index 870d34506b2..b6b0fbe9484 100644
--- a/api-reference/v1.0/api/serviceprincipal-list-delegatedpermissionclassifications.md
+++ b/api-reference/v1.0/api/serviceprincipal-list-delegatedpermissionclassifications.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 04/18/2024
---
# List delegatedPermissionClassifications collection of servicePrincipal
diff --git a/api-reference/v1.0/api/serviceprincipal-post-claimsmappingpolicies.md b/api-reference/v1.0/api/serviceprincipal-post-claimsmappingpolicies.md
index 8bbec790bd8..bf70b204d46 100644
--- a/api-reference/v1.0/api/serviceprincipal-post-claimsmappingpolicies.md
+++ b/api-reference/v1.0/api/serviceprincipal-post-claimsmappingpolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# Assign claimsMappingPolicy
diff --git a/api-reference/v1.0/api/shift-get.md b/api-reference/v1.0/api/shift-get.md
index c34664f4bfb..82d02bd6f1a 100644
--- a/api-reference/v1.0/api/shift-get.md
+++ b/api-reference/v1.0/api/shift-get.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get shift
diff --git a/api-reference/v1.0/api/simulation-get.md b/api-reference/v1.0/api/simulation-get.md
index dd11bf010d2..f3065e6c461 100644
--- a/api-reference/v1.0/api/simulation-get.md
+++ b/api-reference/v1.0/api/simulation-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get simulation
diff --git a/api-reference/v1.0/api/site-list-contenttypes.md b/api-reference/v1.0/api/site-list-contenttypes.md
index 39e30499d80..ee5cc0fb472 100644
--- a/api-reference/v1.0/api/site-list-contenttypes.md
+++ b/api-reference/v1.0/api/site-list-contenttypes.md
@@ -5,6 +5,7 @@ description: "Get the collection of content types in a site."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# List contentTypes in a site
diff --git a/api-reference/v1.0/api/synchronization-synchronization-post-jobs.md b/api-reference/v1.0/api/synchronization-synchronization-post-jobs.md
index b2d3b414069..8884e6bd36f 100644
--- a/api-reference/v1.0/api/synchronization-synchronization-post-jobs.md
+++ b/api-reference/v1.0/api/synchronization-synchronization-post-jobs.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# Create synchronizationJob
diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-start.md b/api-reference/v1.0/api/synchronization-synchronizationjob-start.md
index 0556f538d4f..6297fff7638 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationjob-start.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationjob-start.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# Start synchronizationJob
diff --git a/api-reference/v1.0/api/table-list.md b/api-reference/v1.0/api/table-list.md
index 4bb3d98e3c5..b8b0f696e93 100644
--- a/api-reference/v1.0/api/table-list.md
+++ b/api-reference/v1.0/api/table-list.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List TableCollection
diff --git a/api-reference/v1.0/api/tablerow-get.md b/api-reference/v1.0/api/tablerow-get.md
index 0fcafe709ca..4bacf355e54 100644
--- a/api-reference/v1.0/api/tablerow-get.md
+++ b/api-reference/v1.0/api/tablerow-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get TableRow
diff --git a/api-reference/v1.0/api/team-get-primarychannel.md b/api-reference/v1.0/api/team-get-primarychannel.md
index cc55bc4b550..aad45eb05ce 100644
--- a/api-reference/v1.0/api/team-get-primarychannel.md
+++ b/api-reference/v1.0/api/team-get-primarychannel.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# Get primaryChannel
diff --git a/api-reference/v1.0/api/teamsappsettings-get.md b/api-reference/v1.0/api/teamsappsettings-get.md
index c2de0b49420..eb9ab40f4ea 100644
--- a/api-reference/v1.0/api/teamsappsettings-get.md
+++ b/api-reference/v1.0/api/teamsappsettings-get.md
@@ -5,6 +5,7 @@ author: "subray2014"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get teamsAppSettings
diff --git a/api-reference/v1.0/api/todo-post-lists.md b/api-reference/v1.0/api/todo-post-lists.md
index e95ea301be7..05978276547 100644
--- a/api-reference/v1.0/api/todo-post-lists.md
+++ b/api-reference/v1.0/api/todo-post-lists.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create todoTaskList
diff --git a/api-reference/v1.0/api/todotask-get.md b/api-reference/v1.0/api/todotask-get.md
index 22c6fed73b7..2e7d72d047a 100644
--- a/api-reference/v1.0/api/todotask-get.md
+++ b/api-reference/v1.0/api/todotask-get.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get todoTask
diff --git a/api-reference/v1.0/api/todotask-update.md b/api-reference/v1.0/api/todotask-update.md
index efa95942b80..0e0ad4db187 100644
--- a/api-reference/v1.0/api/todotask-update.md
+++ b/api-reference/v1.0/api/todotask-update.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update todoTask
diff --git a/api-reference/v1.0/api/tokenlifetimepolicy-get.md b/api-reference/v1.0/api/tokenlifetimepolicy-get.md
index 8258c47d94f..cd3caf09427 100644
--- a/api-reference/v1.0/api/tokenlifetimepolicy-get.md
+++ b/api-reference/v1.0/api/tokenlifetimepolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lujiangfeng666"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get tokenLifetimePolicy
diff --git a/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-get.md b/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-get.md
index 1f2425b1c01..9fdd59eb7a3 100644
--- a/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-get.md
+++ b/api-reference/v1.0/api/unifiedrolemanagementpolicyrule-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleManagementPolicyRule
diff --git a/api-reference/v1.0/api/user-delete-approleassignments.md b/api-reference/v1.0/api/user-delete-approleassignments.md
index a96e7a15563..2365f069389 100644
--- a/api-reference/v1.0/api/user-delete-approleassignments.md
+++ b/api-reference/v1.0/api/user-delete-approleassignments.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: entra-users
author: "psignoret"
+ms.date: 10/15/2024
---
# Delete appRoleAssignment
diff --git a/api-reference/v1.0/api/user-list-permissiongrants.md b/api-reference/v1.0/api/user-list-permissiongrants.md
index 0f865b28e98..e31e33ce6fc 100644
--- a/api-reference/v1.0/api/user-list-permissiongrants.md
+++ b/api-reference/v1.0/api/user-list-permissiongrants.md
@@ -5,6 +5,7 @@ author: "edle"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List permissionGrants of a user
diff --git a/api-reference/v1.0/api/virtualeventregistration-list.md b/api-reference/v1.0/api/virtualeventregistration-list.md
index d2b524655d6..36d647032fd 100644
--- a/api-reference/v1.0/api/virtualeventregistration-list.md
+++ b/api-reference/v1.0/api/virtualeventregistration-list.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# List virtualEventRegistrations
diff --git a/api-reference/v1.0/api/virtualeventsroot-post-townhalls.md b/api-reference/v1.0/api/virtualeventsroot-post-townhalls.md
index 1cd906ca6cf..722f862f649 100644
--- a/api-reference/v1.0/api/virtualeventsroot-post-townhalls.md
+++ b/api-reference/v1.0/api/virtualeventsroot-post-townhalls.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/08/2024
---
# Create virtualEventTownhall
diff --git a/api-reference/v1.0/api/virtualeventwebinar-get.md b/api-reference/v1.0/api/virtualeventwebinar-get.md
index 4ff40ca755d..037996d3576 100644
--- a/api-reference/v1.0/api/virtualeventwebinar-get.md
+++ b/api-reference/v1.0/api/virtualeventwebinar-get.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Get virtualEventWebinar
diff --git a/api-reference/v1.0/api/webpart-update.md b/api-reference/v1.0/api/webpart-update.md
index 9b45a491f6b..356490f19c2 100644
--- a/api-reference/v1.0/api/webpart-update.md
+++ b/api-reference/v1.0/api/webpart-update.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 07/11/2024
---
# Update webPart
diff --git a/api-reference/v1.0/api/workbook-closesession.md b/api-reference/v1.0/api/workbook-closesession.md
index 7eb311a8ecf..39ef2e89205 100644
--- a/api-reference/v1.0/api/workbook-closesession.md
+++ b/api-reference/v1.0/api/workbook-closesession.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Close Session
diff --git a/api-reference/v1.0/api/worksheet-cell.md b/api-reference/v1.0/api/worksheet-cell.md
index 66035d00c71..ea62f0079ae 100644
--- a/api-reference/v1.0/api/worksheet-cell.md
+++ b/api-reference/v1.0/api/worksheet-cell.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lumine2008"
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Worksheet: Cell
diff --git a/api-reference/v1.0/api/worksheet-list.md b/api-reference/v1.0/api/worksheet-list.md
index 805d55b2d19..6ba0c1680e3 100644
--- a/api-reference/v1.0/api/worksheet-list.md
+++ b/api-reference/v1.0/api/worksheet-list.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List worksheetCollection
diff --git a/api-reference/v1.0/api/worksheet-post-tables.md b/api-reference/v1.0/api/worksheet-post-tables.md
index 5cc3e1a5ba6..f5dc1ab8a54 100644
--- a/api-reference/v1.0/api/worksheet-post-tables.md
+++ b/api-reference/v1.0/api/worksheet-post-tables.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create table
diff --git a/api-reference/v1.0/resources/aaduserconversationmember.md b/api-reference/v1.0/resources/aaduserconversationmember.md
index 3d0ce85ceaf..ff980b1345a 100644
--- a/api-reference/v1.0/resources/aaduserconversationmember.md
+++ b/api-reference/v1.0/resources/aaduserconversationmember.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "akjo"
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 10/18/2024
---
# aadUserConversationMember resource type
diff --git a/api-reference/v1.0/resources/accesspackageresource.md b/api-reference/v1.0/resources/accesspackageresource.md
index 8112950d734..eb61d6c9fdd 100644
--- a/api-reference/v1.0/resources/accesspackageresource.md
+++ b/api-reference/v1.0/resources/accesspackageresource.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# accessPackageResource resource type
diff --git a/api-reference/v1.0/resources/adminconsentrequestpolicy.md b/api-reference/v1.0/resources/adminconsentrequestpolicy.md
index f9b934056dd..1b03d3206d4 100644
--- a/api-reference/v1.0/resources/adminconsentrequestpolicy.md
+++ b/api-reference/v1.0/resources/adminconsentrequestpolicy.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# adminConsentRequestPolicy resource type
diff --git a/api-reference/v1.0/resources/attacksimulationsimulationusercoverage.md b/api-reference/v1.0/resources/attacksimulationsimulationusercoverage.md
index b12f3414917..700a1cc7fc9 100644
--- a/api-reference/v1.0/resources/attacksimulationsimulationusercoverage.md
+++ b/api-reference/v1.0/resources/attacksimulationsimulationusercoverage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# attackSimulationSimulationUserCoverage resource type
diff --git a/api-reference/v1.0/resources/authenticationeventsflow.md b/api-reference/v1.0/resources/authenticationeventsflow.md
index adab0a6586c..b1127a574bc 100644
--- a/api-reference/v1.0/resources/authenticationeventsflow.md
+++ b/api-reference/v1.0/resources/authenticationeventsflow.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# authenticationEventsFlow resource type
diff --git a/api-reference/v1.0/resources/authenticationstrengthpolicy.md b/api-reference/v1.0/resources/authenticationstrengthpolicy.md
index 0e7a4cc486d..6e4d1b1673d 100644
--- a/api-reference/v1.0/resources/authenticationstrengthpolicy.md
+++ b/api-reference/v1.0/resources/authenticationstrengthpolicy.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# authenticationStrengthPolicy resource type
diff --git a/api-reference/v1.0/resources/bookingcustomer.md b/api-reference/v1.0/resources/bookingcustomer.md
index 9cc64e47482..861842a843d 100644
--- a/api-reference/v1.0/resources/bookingcustomer.md
+++ b/api-reference/v1.0/resources/bookingcustomer.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# bookingCustomer resource type
diff --git a/api-reference/v1.0/resources/browser-edge-api-overview.md b/api-reference/v1.0/resources/browser-edge-api-overview.md
index 90d33408e87..63ee5ccd3d3 100644
--- a/api-reference/v1.0/resources/browser-edge-api-overview.md
+++ b/api-reference/v1.0/resources/browser-edge-api-overview.md
@@ -5,6 +5,7 @@ author: "edward-day-vii"
ms.localizationpriority: medium
ms.subservice: "edge-browser-management"
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Use the Edge API in Microsoft Graph
diff --git a/api-reference/v1.0/resources/callrecords-segment.md b/api-reference/v1.0/resources/callrecords-segment.md
index 1574ad94fda..7be26cc02b9 100644
--- a/api-reference/v1.0/resources/callrecords-segment.md
+++ b/api-reference/v1.0/resources/callrecords-segment.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 04/03/2024
---
# segment resource type
diff --git a/api-reference/v1.0/resources/certificatebasedauthconfiguration.md b/api-reference/v1.0/resources/certificatebasedauthconfiguration.md
index 71082470ac5..44e1f9c94e3 100644
--- a/api-reference/v1.0/resources/certificatebasedauthconfiguration.md
+++ b/api-reference/v1.0/resources/certificatebasedauthconfiguration.md
@@ -6,6 +6,7 @@ author: "vimrang"
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
toc.keywords: [ CBA ]
+ms.date: 07/22/2024
---
# certificateBasedAuthConfiguration resource type
diff --git a/api-reference/v1.0/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/v1.0/resources/cloudpconpremisesconnectionhealthcheck.md
index 926802df6e1..39212b78641 100644
--- a/api-reference/v1.0/resources/cloudpconpremisesconnectionhealthcheck.md
+++ b/api-reference/v1.0/resources/cloudpconpremisesconnectionhealthcheck.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# cloudPcOnPremisesConnectionHealthCheck resource type
diff --git a/api-reference/v1.0/resources/conditionalaccessgrantcontrols.md b/api-reference/v1.0/resources/conditionalaccessgrantcontrols.md
index 30730ec85ba..6247fb788bc 100644
--- a/api-reference/v1.0/resources/conditionalaccessgrantcontrols.md
+++ b/api-reference/v1.0/resources/conditionalaccessgrantcontrols.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# conditionalAccessGrantControls resource type
diff --git a/api-reference/v1.0/resources/conversation.md b/api-reference/v1.0/resources/conversation.md
index c78913db59e..ba344a53fb2 100644
--- a/api-reference/v1.0/resources/conversation.md
+++ b/api-reference/v1.0/resources/conversation.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mikemcleanlive"
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# conversation resource type
diff --git a/api-reference/v1.0/resources/delegatedadminaccessassignment.md b/api-reference/v1.0/resources/delegatedadminaccessassignment.md
index eadbe85fed5..1db56caad9d 100644
--- a/api-reference/v1.0/resources/delegatedadminaccessassignment.md
+++ b/api-reference/v1.0/resources/delegatedadminaccessassignment.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminAccessAssignment resource type
diff --git a/api-reference/v1.0/resources/devicelocalcredentialinfo.md b/api-reference/v1.0/resources/devicelocalcredentialinfo.md
index 5a6f2aa723c..112b4f3d859 100644
--- a/api-reference/v1.0/resources/devicelocalcredentialinfo.md
+++ b/api-reference/v1.0/resources/devicelocalcredentialinfo.md
@@ -5,6 +5,7 @@ author: "sandeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# deviceLocalCredentialInfo resource type
diff --git a/api-reference/v1.0/resources/directory.md b/api-reference/v1.0/resources/directory.md
index f7377ac5869..6792d898d43 100644
--- a/api-reference/v1.0/resources/directory.md
+++ b/api-reference/v1.0/resources/directory.md
@@ -6,6 +6,7 @@ author: "keylimesoda"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
toc.title: Deleted item
+ms.date: 07/08/2024
---
# directory resource type
diff --git a/api-reference/v1.0/resources/educationclass.md b/api-reference/v1.0/resources/educationclass.md
index d73346ddb79..5225d728c41 100644
--- a/api-reference/v1.0/resources/educationclass.md
+++ b/api-reference/v1.0/resources/educationclass.md
@@ -6,6 +6,7 @@ author: "mlafleur"
ms.subservice: "education"
doc_type: resourcePageType
toc.title: Class
+ms.date: 09/11/2024
---
# educationClass resource type
diff --git a/api-reference/v1.0/resources/educationuser.md b/api-reference/v1.0/resources/educationuser.md
index 5fb6d599b16..56d4968cf38 100644
--- a/api-reference/v1.0/resources/educationuser.md
+++ b/api-reference/v1.0/resources/educationuser.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
toc.title: User
+ms.date: 07/22/2024
---
# educationUser resource type
diff --git a/api-reference/v1.0/resources/enums.md b/api-reference/v1.0/resources/enums.md
index 64df3fdbdf5..9f8833a2efa 100644
--- a/api-reference/v1.0/resources/enums.md
+++ b/api-reference/v1.0/resources/enums.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "non-product-specific"
author: "MSGraphDocsvTeam"
doc_type: enumPageType
+ms.date: 10/30/2024
---
# Enum values
diff --git a/api-reference/v1.0/resources/expirationpattern.md b/api-reference/v1.0/resources/expirationpattern.md
index b712faaa890..d122569fcfb 100644
--- a/api-reference/v1.0/resources/expirationpattern.md
+++ b/api-reference/v1.0/resources/expirationpattern.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# expirationPattern resource type
diff --git a/api-reference/v1.0/resources/filesysteminfo.md b/api-reference/v1.0/resources/filesysteminfo.md
index b95088c3449..373ed493b27 100644
--- a/api-reference/v1.0/resources/filesysteminfo.md
+++ b/api-reference/v1.0/resources/filesysteminfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The fileSystemInfo resource contains properties that are reported by the device's local file system for the local version of an item."
ms.subservice: "onedrive"
doc_type: resourcePageType
+ms.date: 03/11/2024
---
# fileSystemInfo resource type
@@ -59,4 +60,4 @@ For more information about the facets on a driveItem, see [driveItem](driveitem.
"lastAccessedDateTime": "datetime",
"lastModifiedDateTime" : "datetime"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/v1.0/resources/horizontalsection.md b/api-reference/v1.0/resources/horizontalsection.md
index 0536f422769..c4ba61e365b 100644
--- a/api-reference/v1.0/resources/horizontalsection.md
+++ b/api-reference/v1.0/resources/horizontalsection.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# horizontalSection resource type
diff --git a/api-reference/v1.0/resources/identitysecuritydefaultsenforcementpolicy.md b/api-reference/v1.0/resources/identitysecuritydefaultsenforcementpolicy.md
index 2a16f3b34d6..831e115cc5e 100644
--- a/api-reference/v1.0/resources/identitysecuritydefaultsenforcementpolicy.md
+++ b/api-reference/v1.0/resources/identitysecuritydefaultsenforcementpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "Sammak"
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# identitySecurityDefaultsEnforcementPolicy resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedeviceoverview.md b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedeviceoverview.md
index 9f1c2ffe17f..332ade7cfa3 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedeviceoverview.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedeviceoverview.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceComplianceDeviceOverview resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedevicestatus.md b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedevicestatus.md
index 5f8b076a407..7d5057274b1 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedevicestatus.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancedevicestatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceComplianceDeviceStatus resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationassignment.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationassignment.md
index 6949a55f39f..022e6edcc4c 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationassignment.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationAssignment resource type
diff --git a/api-reference/v1.0/resources/ipnamedlocation.md b/api-reference/v1.0/resources/ipnamedlocation.md
index e7278859d52..ba0d0b783df 100644
--- a/api-reference/v1.0/resources/ipnamedlocation.md
+++ b/api-reference/v1.0/resources/ipnamedlocation.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# ipNamedLocation resource type
diff --git a/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodconfiguration.md b/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodconfiguration.md
index d397c54543b..d788d5fd812 100644
--- a/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodconfiguration.md
+++ b/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodconfiguration.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Microsoft Authenticator
+ms.date: 07/22/2024
---
# microsoftAuthenticatorAuthenticationMethodConfiguration resource type
diff --git a/api-reference/v1.0/resources/notebook.md b/api-reference/v1.0/resources/notebook.md
index f88b11a6781..12465730d92 100644
--- a/api-reference/v1.0/resources/notebook.md
+++ b/api-reference/v1.0/resources/notebook.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# notebook resource type
diff --git a/api-reference/v1.0/resources/page.md b/api-reference/v1.0/resources/page.md
index 03b757d1af2..fb315ad4b21 100644
--- a/api-reference/v1.0/resources/page.md
+++ b/api-reference/v1.0/resources/page.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: onenote
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# onenotePage resource type
diff --git a/api-reference/v1.0/resources/participant.md b/api-reference/v1.0/resources/participant.md
index f43b155819d..5fffc25f4e2 100644
--- a/api-reference/v1.0/resources/participant.md
+++ b/api-reference/v1.0/resources/participant.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# participant resource type
diff --git a/api-reference/v1.0/resources/physicaladdress.md b/api-reference/v1.0/resources/physicaladdress.md
index 5af740b59c7..88096ee9003 100644
--- a/api-reference/v1.0/resources/physicaladdress.md
+++ b/api-reference/v1.0/resources/physicaladdress.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: people
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# physicalAddress resource type
diff --git a/api-reference/v1.0/resources/plannerassignedtotaskboardtaskformat.md b/api-reference/v1.0/resources/plannerassignedtotaskboardtaskformat.md
index 1f2af85d3ff..04741b86a92 100644
--- a/api-reference/v1.0/resources/plannerassignedtotaskboardtaskformat.md
+++ b/api-reference/v1.0/resources/plannerassignedtotaskboardtaskformat.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# plannerAssignedToTaskBoardTaskFormat resource type
diff --git a/api-reference/v1.0/resources/plannerassignment.md b/api-reference/v1.0/resources/plannerassignment.md
index e23d9b86ec2..0d8fdb3e3f7 100644
--- a/api-reference/v1.0/resources/plannerassignment.md
+++ b/api-reference/v1.0/resources/plannerassignment.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# plannerAssignment resource type
diff --git a/api-reference/v1.0/resources/plannerchecklistitem.md b/api-reference/v1.0/resources/plannerchecklistitem.md
index 399a4992a10..3877337c791 100644
--- a/api-reference/v1.0/resources/plannerchecklistitem.md
+++ b/api-reference/v1.0/resources/plannerchecklistitem.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# plannerChecklistItem resource type
diff --git a/api-reference/v1.0/resources/plannerplancontainer.md b/api-reference/v1.0/resources/plannerplancontainer.md
index 584916a46e7..4403877e352 100644
--- a/api-reference/v1.0/resources/plannerplancontainer.md
+++ b/api-reference/v1.0/resources/plannerplancontainer.md
@@ -5,6 +5,7 @@ author: "TarkanSevilmis"
ms.localizationpriority: high
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# plannerPlanContainer resource type
diff --git a/api-reference/v1.0/resources/preauthorizedapplication.md b/api-reference/v1.0/resources/preauthorizedapplication.md
index a7b8bbebe64..d9509531db3 100644
--- a/api-reference/v1.0/resources/preauthorizedapplication.md
+++ b/api-reference/v1.0/resources/preauthorizedapplication.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 04/03/2024
---
# preAuthorizedApplication resource type
diff --git a/api-reference/v1.0/resources/privilegedaccessgroupassignmentschedulerequest.md b/api-reference/v1.0/resources/privilegedaccessgroupassignmentschedulerequest.md
index 485da4c2dca..b3c02c10660 100644
--- a/api-reference/v1.0/resources/privilegedaccessgroupassignmentschedulerequest.md
+++ b/api-reference/v1.0/resources/privilegedaccessgroupassignmentschedulerequest.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Assignment schedule request
+ms.date: 07/22/2024
---
# privilegedAccessGroupAssignmentScheduleRequest resource type
diff --git a/api-reference/v1.0/resources/quota.md b/api-reference/v1.0/resources/quota.md
index a908536d810..e209b143ea0 100644
--- a/api-reference/v1.0/resources/quota.md
+++ b/api-reference/v1.0/resources/quota.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The quota resource provides details about space constraints on a drive resource."
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# quota resource type
diff --git a/api-reference/v1.0/resources/richlongrunningoperation.md b/api-reference/v1.0/resources/richlongrunningoperation.md
index 2dd83ce0a04..5723bced287 100644
--- a/api-reference/v1.0/resources/richlongrunningoperation.md
+++ b/api-reference/v1.0/resources/richlongrunningoperation.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# richLongRunningOperation resource type
diff --git a/api-reference/v1.0/resources/samlorwsfedexternaldomainfederation.md b/api-reference/v1.0/resources/samlorwsfedexternaldomainfederation.md
index 9191e112017..a81aba55ecf 100644
--- a/api-reference/v1.0/resources/samlorwsfedexternaldomainfederation.md
+++ b/api-reference/v1.0/resources/samlorwsfedexternaldomainfederation.md
@@ -5,6 +5,7 @@ author: "namkedia"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# samlOrWsFedExternalDomainFederation resource type
diff --git a/api-reference/v1.0/resources/searchhit.md b/api-reference/v1.0/resources/searchhit.md
index 934890d8337..bbe4a688813 100644
--- a/api-reference/v1.0/resources/searchhit.md
+++ b/api-reference/v1.0/resources/searchhit.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "njerigrevious"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# searchHit resource type
diff --git a/api-reference/v1.0/resources/security-host.md b/api-reference/v1.0/resources/security-host.md
index b22a9ee6c95..7fbf692653d 100644
--- a/api-reference/v1.0/resources/security-host.md
+++ b/api-reference/v1.0/resources/security-host.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# host resource type
diff --git a/api-reference/v1.0/resources/security-retentionlabel.md b/api-reference/v1.0/resources/security-retentionlabel.md
index 3156d3eb453..799c0cf1dd0 100644
--- a/api-reference/v1.0/resources/security-retentionlabel.md
+++ b/api-reference/v1.0/resources/security-retentionlabel.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# retentionLabel resource type
diff --git a/api-reference/v1.0/resources/signinstatus.md b/api-reference/v1.0/resources/signinstatus.md
index 8aaf9df90e7..e6a2a6ecc63 100644
--- a/api-reference/v1.0/resources/signinstatus.md
+++ b/api-reference/v1.0/resources/signinstatus.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhanyahk"
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 03/15/2024
---
# signInStatus resource type
diff --git a/api-reference/v1.0/resources/subjectrightsrequest-subjectrightsrequestapioverview.md b/api-reference/v1.0/resources/subjectrightsrequest-subjectrightsrequestapioverview.md
index 7c516467ec3..abe11efad31 100644
--- a/api-reference/v1.0/resources/subjectrightsrequest-subjectrightsrequestapioverview.md
+++ b/api-reference/v1.0/resources/subjectrightsrequest-subjectrightsrequestapioverview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "skadam-msft"
ms.subservice: "compliance"
doc_type: conceptualPageType
+ms.date: 06/10/2024
---
# Use the Microsoft Graph subject rights request API
diff --git a/api-reference/v1.0/resources/synchronization-bulkupload.md b/api-reference/v1.0/resources/synchronization-bulkupload.md
index cd30187593a..7ec5577d239 100644
--- a/api-reference/v1.0/resources/synchronization-bulkupload.md
+++ b/api-reference/v1.0/resources/synchronization-bulkupload.md
@@ -5,6 +5,7 @@ author: "cmmdesai"
ms.localizationpriority: medium
ms.subservice: entra-applications
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# bulkUpload resource type
diff --git a/api-reference/v1.0/resources/synchronization-synchronization.md b/api-reference/v1.0/resources/synchronization-synchronization.md
index b33523ca3f6..0b94088b30b 100644
--- a/api-reference/v1.0/resources/synchronization-synchronization.md
+++ b/api-reference/v1.0/resources/synchronization-synchronization.md
@@ -5,6 +5,7 @@ author: "ArvindHarinder1"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# synchronization resource type
diff --git a/api-reference/v1.0/resources/synchronization-synchronizationjobrestartcriteria.md b/api-reference/v1.0/resources/synchronization-synchronizationjobrestartcriteria.md
index d7a7ed83fe8..ef697e3c0e4 100644
--- a/api-reference/v1.0/resources/synchronization-synchronizationjobrestartcriteria.md
+++ b/api-reference/v1.0/resources/synchronization-synchronizationjobrestartcriteria.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 04/03/2024
---
# synchronizationJobRestartCriteria resource type
diff --git a/api-reference/v1.0/resources/synchronization-synchronizationschema.md b/api-reference/v1.0/resources/synchronization-synchronizationschema.md
index 8f6ffbafa26..b7513f75559 100644
--- a/api-reference/v1.0/resources/synchronization-synchronizationschema.md
+++ b/api-reference/v1.0/resources/synchronization-synchronizationschema.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 07/11/2024
---
# synchronizationSchema resource type
diff --git a/api-reference/v1.0/resources/teamsasyncoperation.md b/api-reference/v1.0/resources/teamsasyncoperation.md
index 3605f2865d0..2c248c00f88 100644
--- a/api-reference/v1.0/resources/teamsasyncoperation.md
+++ b/api-reference/v1.0/resources/teamsasyncoperation.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 08/19/2024
---
# teamsAsyncOperation resource type
diff --git a/api-reference/v1.0/resources/tenantappmanagementpolicy.md b/api-reference/v1.0/resources/tenantappmanagementpolicy.md
index 9eecc9712df..aeeb23b30ba 100644
--- a/api-reference/v1.0/resources/tenantappmanagementpolicy.md
+++ b/api-reference/v1.0/resources/tenantappmanagementpolicy.md
@@ -5,6 +5,7 @@ author: "madansr7"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# tenantAppManagementPolicy resource type
diff --git a/api-reference/v1.0/resources/termstore-store.md b/api-reference/v1.0/resources/termstore-store.md
index 62c297ae531..26807aeaefd 100644
--- a/api-reference/v1.0/resources/termstore-store.md
+++ b/api-reference/v1.0/resources/termstore-store.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# store resource type
diff --git a/api-reference/v1.0/resources/textwebpart.md b/api-reference/v1.0/resources/textwebpart.md
index 80ed51dcd81..82b906447e3 100644
--- a/api-reference/v1.0/resources/textwebpart.md
+++ b/api-reference/v1.0/resources/textwebpart.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# textWebPart resource type
diff --git a/api-reference/v1.0/resources/timeslot.md b/api-reference/v1.0/resources/timeslot.md
index ff259044719..558b88ca383 100644
--- a/api-reference/v1.0/resources/timeslot.md
+++ b/api-reference/v1.0/resources/timeslot.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# timeSlot resource type
diff --git a/api-reference/v1.0/resources/unifiedroleeligibilityschedulerequest.md b/api-reference/v1.0/resources/unifiedroleeligibilityschedulerequest.md
index 11ff7799a8c..a9fbc96b2c6 100644
--- a/api-reference/v1.0/resources/unifiedroleeligibilityschedulerequest.md
+++ b/api-reference/v1.0/resources/unifiedroleeligibilityschedulerequest.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Eligibility schedule request
+ms.date: 07/22/2024
---
# unifiedRoleEligibilityScheduleRequest resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicyassignment.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicyassignment.md
index 3b1087c0ef8..2d83547ceed 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicyassignment.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicyassignment.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Policy assignment
+ms.date: 07/22/2024
---
# unifiedRoleManagementPolicyAssignment resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicyexpirationrule.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicyexpirationrule.md
index 72b54d9a29c..becced906e0 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicyexpirationrule.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicyexpirationrule.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# unifiedRoleManagementPolicyExpirationRule resource type
diff --git a/api-reference/v1.0/resources/useridentity.md b/api-reference/v1.0/resources/useridentity.md
index 0c9080d5e08..50b632a6ee4 100644
--- a/api-reference/v1.0/resources/useridentity.md
+++ b/api-reference/v1.0/resources/useridentity.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhanyahk"
ms.subservice: entra-users
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# userIdentity resource type
diff --git a/api-reference/v1.0/resources/userregistrationmethodsummary.md b/api-reference/v1.0/resources/userregistrationmethodsummary.md
index 8280a522f8b..2812cce49d9 100644
--- a/api-reference/v1.0/resources/userregistrationmethodsummary.md
+++ b/api-reference/v1.0/resources/userregistrationmethodsummary.md
@@ -5,6 +5,7 @@ author: "kvenkit"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# userRegistrationMethodSummary resource type
diff --git a/api-reference/v1.0/resources/userteamwork.md b/api-reference/v1.0/resources/userteamwork.md
index b85f0473ef3..86c1680ecf6 100644
--- a/api-reference/v1.0/resources/userteamwork.md
+++ b/api-reference/v1.0/resources/userteamwork.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: resourcePageType
ms.localizationpriority: high
ms.subservice: "teams"
+ms.date: 08/14/2024
---
# userTeamwork resource type
diff --git a/api-reference/v1.0/resources/virtualeventtownhall.md b/api-reference/v1.0/resources/virtualeventtownhall.md
index 94656bf13b1..0068f8cf5b9 100644
--- a/api-reference/v1.0/resources/virtualeventtownhall.md
+++ b/api-reference/v1.0/resources/virtualeventtownhall.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 10/08/2024
---
# virtualEventTownhall resource type
diff --git a/api-reference/v1.0/resources/webapplication.md b/api-reference/v1.0/resources/webapplication.md
index 4a7d0eaecd4..6ca5007ae14 100644
--- a/api-reference/v1.0/resources/webapplication.md
+++ b/api-reference/v1.0/resources/webapplication.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# webApplication resource type
diff --git a/api-reference/v1.0/resources/windowshelloforbusinessauthenticationmethod.md b/api-reference/v1.0/resources/windowshelloforbusinessauthenticationmethod.md
index 8c863a57c6b..f68d139a11f 100644
--- a/api-reference/v1.0/resources/windowshelloforbusinessauthenticationmethod.md
+++ b/api-reference/v1.0/resources/windowshelloforbusinessauthenticationmethod.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Windows Hello for Business
+ms.date: 07/22/2024
---
# windowsHelloForBusinessAuthenticationMethod resource type
diff --git a/api-reference/v1.0/resources/workbookapplication.md b/api-reference/v1.0/resources/workbookapplication.md
index 2b5bf4bd3c8..07a10931cec 100644
--- a/api-reference/v1.0/resources/workbookapplication.md
+++ b/api-reference/v1.0/resources/workbookapplication.md
@@ -6,6 +6,7 @@ author: "grangeryy"
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Application
+ms.date: 06/12/2024
---
# workbookApplication resource type
diff --git a/api-reference/v1.0/resources/workbookfilter.md b/api-reference/v1.0/resources/workbookfilter.md
index 386ab212527..7fdc28016ac 100644
--- a/api-reference/v1.0/resources/workbookfilter.md
+++ b/api-reference/v1.0/resources/workbookfilter.md
@@ -6,6 +6,7 @@ author: "ruoyingl"
ms.subservice: excel
doc_type: resourcePageType
toc.title: Filter
+ms.date: 06/12/2024
---
# workbookFilter resource type
From f874874fed915cb0eda068d0cae508781fa21693 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:51:02 +0800
Subject: [PATCH 067/130] Bulk add missing ms.date
---
api-reference/beta/api/approvalsolution-post-approvalitems.md | 1 +
api-reference/beta/api/directorysetting-update.md | 1 +
.../beta/api/ediscovery-sourcecollection-purgedata.md | 1 +
.../beta/api/filestoragecontainer-list-recyclebin-items.md | 1 +
api-reference/beta/api/goals-list-exportjobs.md | 1 +
api-reference/beta/api/goals-post-exportjobs.md | 1 +
api-reference/beta/api/group-list-endpoints.md | 1 +
.../beta/api/informationprotectionpolicy-list-labels.md | 1 +
.../beta/api/intune-devices-manageddevice-setdevicename.md | 1 +
.../beta/api/intune-shared-deviceconfiguration-list.md | 1 +
api-reference/beta/api/list-list-permissions.md | 1 +
api-reference/beta/api/permission-revokegrants.md | 1 +
api-reference/beta/api/profile-list-phones.md | 1 +
api-reference/beta/api/riskyusers-confirmcompromised.md | 1 +
api-reference/beta/api/riskyusers-list.md | 1 +
api-reference/beta/api/security-detectionrule-get.md | 1 +
api-reference/beta/api/trustframework-post-keysets.md | 1 +
api-reference/beta/api/user-findroomlists.md | 1 +
api-reference/beta/resources/b2cidentityuserflow.md | 1 +
api-reference/beta/resources/cloudpcreports.md | 1 +
api-reference/beta/resources/healthmonitoring-overview.md | 1 +
api-reference/beta/resources/industrydata-overview.md | 1 +
...tune-deviceconfigv2-devicemanagementconfigurationsetting.md | 1 +
api-reference/beta/resources/intune-shared-devicecategory.md | 1 +
.../beta/resources/intune-shared-devicemanagementscript.md | 3 ++-
.../networkaccess-global-secure-access-api-overview.md | 1 +
api-reference/beta/resources/onpremisespublishing.md | 1 +
.../beta/resources/privilegedidentitymanagement-root.md | 1 +
api-reference/beta/resources/recommendation.md | 1 +
api-reference/beta/resources/recyclebinitem.md | 1 +
api-reference/beta/resources/serviceprincipalsigninactivity.md | 1 +
api-reference/beta/resources/teamworkdeviceconfiguration.md | 1 +
api-reference/beta/resources/webauthnpublickeycredential.md | 1 +
api-reference/beta/resources/windowsupdates-catalog.md | 1 +
api-reference/v1.0/api/accessreviewinstance-list-decisions.md | 1 +
.../v1.0/api/accessreviewscheduledefinition-list-instances.md | 1 +
.../v1.0/api/authentication-list-softwareoathmethods.md | 1 +
.../api/authenticationmethodsroot-usersregisteredbymethod.md | 1 +
.../v1.0/api/authenticationstrengthroot-list-policies.md | 1 +
api-reference/v1.0/api/backuprestoreroot-list-restorepoints.md | 1 +
api-reference/v1.0/api/bookingappointment-cancel.md | 1 +
api-reference/v1.0/api/calendargroup-get.md | 1 +
api-reference/v1.0/api/calendarpermission-update.md | 1 +
api-reference/v1.0/api/channel-delete-members.md | 1 +
api-reference/v1.0/api/channel-get-members.md | 1 +
api-reference/v1.0/api/channel-get-tabs.md | 1 +
api-reference/v1.0/api/chat-list-installedapps.md | 1 +
api-reference/v1.0/api/contact-delete.md | 1 +
api-reference/v1.0/api/contact-delta.md | 1 +
api-reference/v1.0/api/contactfolder-get.md | 1 +
api-reference/v1.0/api/contactfolder-list-contacts.md | 1 +
api-reference/v1.0/api/contract-list.md | 1 +
.../v1.0/api/crosstenantaccesspolicy-list-partners.md | 1 +
.../api/crosstenantaccesspolicyconfigurationpartner-update.md | 1 +
.../api/delegatedadminrelationship-list-accessassignments.md | 1 +
.../v1.0/api/directory-deleteditems-getuserownedobjects.md | 1 +
api-reference/v1.0/api/directoryrole-post-directoryroles.md | 1 +
api-reference/v1.0/api/domain-update.md | 1 +
api-reference/v1.0/api/driveitem-removeretentionlabel.md | 1 +
api-reference/v1.0/api/educationassignment-get.md | 1 +
api-reference/v1.0/api/emailauthenticationmethod-delete.md | 1 +
api-reference/v1.0/api/engagementasyncoperation-get.md | 1 +
.../v1.0/api/entitlementmanagement-list-assignmentrequests.md | 1 +
api-reference/v1.0/api/entitlementmanagement-list-catalogs.md | 1 +
.../v1.0/api/entitlementmanagement-post-resourcerequests.md | 1 +
api-reference/v1.0/api/event-tentativelyaccept.md | 1 +
.../v1.0/api/externalconnectors-externalconnection-get.md | 1 +
api-reference/v1.0/api/federatedidentitycredential-get.md | 1 +
api-reference/v1.0/api/filestoragecontainer-get-drive.md | 1 +
.../v1.0/api/filestoragecontainer-list-permissions.md | 1 +
.../v1.0/api/filestoragecontainer-post-permissions.md | 1 +
api-reference/v1.0/api/group-post-threads.md | 1 +
api-reference/v1.0/api/group-renew.md | 1 +
...itygovernance-lifecycleworkflowscontainer-post-workflows.md | 1 +
.../v1.0/api/identitysecuritydefaultsenforcementpolicy-get.md | 1 +
api-reference/v1.0/api/intune-apps-mobileappassignment-list.md | 1 +
api-reference/v1.0/api/intune-apps-win32lobapp-update.md | 1 +
.../intune-deviceconfig-devicecompliancedeviceoverview-get.md | 1 +
.../intune-deviceconfig-devicecompliancedevicestatus-get.md | 1 +
.../intune-deviceconfig-devicecompliancesettingstate-get.md | 1 +
api-reference/v1.0/api/intune-devices-manageddevice-create.md | 1 +
...enrollment-importedwindowsautopilotdeviceidentity-import.md | 1 +
...e-enrollment-importedwindowsautopilotdeviceidentity-list.md | 1 +
api-reference/v1.0/api/intune-rbac-roledefinition-list.md | 1 +
.../api/intune-reporting-devicemanagementexportjob-list.md | 1 +
.../v1.0/api/intune-reporting-devicemanagementreports-get.md | 1 +
api-reference/v1.0/api/mailfolder-update.md | 1 +
api-reference/v1.0/api/onenote-list-pages.md | 1 +
.../v1.0/api/onpremisesdirectorysynchronization-update.md | 1 +
api-reference/v1.0/api/organization-update.md | 1 +
api-reference/v1.0/api/organizationalbranding-get.md | 1 +
api-reference/v1.0/api/partners-billing-operation-get.md | 1 +
.../v1.0/api/peopleadminsettings-list-profilecardproperties.md | 1 +
api-reference/v1.0/api/planner-post-buckets.md | 1 +
api-reference/v1.0/api/plannerbucket-list-tasks.md | 1 +
api-reference/v1.0/api/presence-clearpresence.md | 1 +
api-reference/v1.0/api/printer-post-jobs.md | 1 +
.../privilegedaccessgroup-list-assignmentschedulerequests.md | 1 +
.../v1.0/api/privilegedaccessgroup-list-assignmentschedules.md | 1 +
.../privilegedaccessgroup-list-eligibilityschedulerequests.md | 1 +
.../v1.0/api/reportroot-getemailactivityusercounts.md | 1 +
api-reference/v1.0/api/reportroot-getm365appusercounts.md | 1 +
.../v1.0/api/reportroot-getonedriveusagefilecounts.md | 1 +
.../v1.0/api/reportroot-getsharepointactivityusercounts.md | 1 +
.../v1.0/api/reportroot-getteamsteamactivitycounts.md | 1 +
.../v1.0/api/reportroot-getyammeractivityuserdetail.md | 1 +
.../v1.0/api/reportroot-getyammergroupsactivitydetail.md | 1 +
api-reference/v1.0/api/riskdetection-get.md | 1 +
api-reference/v1.0/api/schedule-get.md | 1 +
api-reference/v1.0/api/schemaextension-list.md | 1 +
.../v1.0/api/security-ediscoverycase-post-searches.md | 1 +
api-reference/v1.0/api/security-host-get.md | 1 +
.../v1.0/api/security-threatintelligence-list-articles.md | 1 +
api-reference/v1.0/api/servicehealthissue-get.md | 1 +
api-reference/v1.0/api/serviceprincipal-list-ownedobjects.md | 1 +
api-reference/v1.0/api/serviceprincipal-removekey.md | 1 +
api-reference/v1.0/api/site-post-contenttypes.md | 1 +
api-reference/v1.0/api/sitepage-create-webpart.md | 1 +
.../v1.0/api/synchronization-synchronizationschema-get.md | 1 +
api-reference/v1.0/api/tablerow-list.md | 1 +
api-reference/v1.0/api/team-list-permissiongrants.md | 1 +
api-reference/v1.0/api/team-update-members.md | 1 +
api-reference/v1.0/api/teamsapp-update.md | 1 +
api-reference/v1.0/api/teamworktag-list.md | 1 +
.../v1.0/api/temporaryaccesspassauthenticationmethod-get.md | 1 +
.../api/tenantrelationship-list-delegatedadmincustomers.md | 1 +
api-reference/v1.0/api/termstore-set-get.md | 1 +
api-reference/v1.0/api/threatassessmentrequest-get.md | 1 +
api-reference/v1.0/api/todotasklist-get.md | 1 +
api-reference/v1.0/api/tokenlifetimepolicy-list-appliesto.md | 1 +
api-reference/v1.0/api/tokenlifetimepolicy-list.md | 1 +
api-reference/v1.0/api/user-post-calendargroups.md | 1 +
api-reference/v1.0/api/user-post-contactfolders.md | 1 +
api-reference/v1.0/api/user-reminderview.md | 1 +
api-reference/v1.0/api/userteamwork-delete-installedapps.md | 1 +
api-reference/v1.0/api/userteamwork-get.md | 1 +
api-reference/v1.0/api/workbook-refreshsession.md | 1 +
.../v1.0/resources/accesspackageassignmentapprovalsettings.md | 1 +
api-reference/v1.0/resources/accesspackagecatalog.md | 1 +
api-reference/v1.0/resources/accesspackageresourcerequest.md | 1 +
api-reference/v1.0/resources/alternativesecurityid.md | 1 +
api-reference/v1.0/resources/appliedconditionalaccesspolicy.md | 1 +
api-reference/v1.0/resources/authenticationflowspolicy.md | 1 +
api-reference/v1.0/resources/azureactivedirectorytenant.md | 1 +
api-reference/v1.0/resources/builtinidentityprovider.md | 1 +
api-reference/v1.0/resources/bundle.md | 1 +
api-reference/v1.0/resources/callrecords-mediastream.md | 1 +
api-reference/v1.0/resources/chatmessagehostedcontent.md | 1 +
api-reference/v1.0/resources/conditionalaccessapplications.md | 1 +
.../v1.0/resources/conditionalaccesssessioncontrols.md | 1 +
api-reference/v1.0/resources/connectedorganization.md | 1 +
api-reference/v1.0/resources/conversationthread.md | 1 +
api-reference/v1.0/resources/crosstenantaccesspolicy.md | 1 +
api-reference/v1.0/resources/customsecurityattributevalue.md | 1 +
api-reference/v1.0/resources/delegatedadminaccessdetails.md | 1 +
api-reference/v1.0/resources/driveitemversion.md | 1 +
api-reference/v1.0/resources/extension.md | 1 +
.../v1.0/resources/externalconnectors-externalgroup.md | 1 +
.../v1.0/resources/fido2authenticationmethodconfiguration.md | 1 +
api-reference/v1.0/resources/grouplifecyclepolicy.md | 1 +
api-reference/v1.0/resources/groupsettingtemplate.md | 1 +
api-reference/v1.0/resources/insightssettings.md | 1 +
.../v1.0/resources/intune-books-deviceinstallstate.md | 1 +
.../intune-deviceconfig-devicecomplianceactionitem.md | 1 +
api-reference/v1.0/resources/intune-enrollment-conceptual.md | 1 +
api-reference/v1.0/resources/intune-rbac-roledefinition.md | 1 +
.../v1.0/resources/intune-shared-groupassignmenttarget.md | 1 +
api-reference/v1.0/resources/itemactivitystat.md | 1 +
api-reference/v1.0/resources/iteminsights.md | 1 +
api-reference/v1.0/resources/learningcontent.md | 1 +
api-reference/v1.0/resources/licenseunitsdetail.md | 1 +
api-reference/v1.0/resources/messageruleactions.md | 1 +
api-reference/v1.0/resources/messagerulepredicates.md | 1 +
.../v1.0/resources/multivaluelegacyextendedproperty.md | 1 +
.../resources/onpremisesdirectorysynchronizationfeature.md | 1 +
.../v1.0/resources/partners-billing-billedreconciliation.md | 1 +
api-reference/v1.0/resources/partners-billing-billedusage.md | 1 +
api-reference/v1.0/resources/plannerexternalreference.md | 1 +
api-reference/v1.0/resources/post.md | 1 +
api-reference/v1.0/resources/printjob.md | 1 +
.../privilegedaccessgroupeligibilityschedulerequest.md | 1 +
api-reference/v1.0/resources/project-rome-overview.md | 1 +
api-reference/v1.0/resources/searchhitscontainer.md | 1 +
api-reference/v1.0/resources/security-article.md | 1 +
api-reference/v1.0/resources/security-deviceevidence.md | 1 +
api-reference/v1.0/resources/security-ediscoverysearch.md | 1 +
api-reference/v1.0/resources/serviceannouncement.md | 1 +
.../v1.0/resources/serviceprincipallockconfiguration.md | 1 +
api-reference/v1.0/resources/sharinglink.md | 1 +
api-reference/v1.0/resources/socialidentityprovider.md | 1 +
api-reference/v1.0/resources/subjectset.md | 1 +
api-reference/v1.0/resources/teamwork.md | 1 +
api-reference/v1.0/resources/teamworktagmember.md | 1 +
.../v1.0/resources/unifiedrolemanagementpolicyapprovalrule.md | 1 +
api-reference/v1.0/resources/userconsentrequest.md | 1 +
api-reference/v1.0/resources/userregistrationfeaturesummary.md | 1 +
api-reference/v1.0/resources/virtualevent.md | 1 +
api-reference/v1.0/resources/virtualeventsession.md | 1 +
api-reference/v1.0/resources/workforceintegration.md | 1 +
api-reference/v1.0/resources/workingtimeschedule.md | 1 +
200 files changed, 201 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/approvalsolution-post-approvalitems.md b/api-reference/beta/api/approvalsolution-post-approvalitems.md
index ccf50124aa9..ce798e01a67 100644
--- a/api-reference/beta/api/approvalsolution-post-approvalitems.md
+++ b/api-reference/beta/api/approvalsolution-post-approvalitems.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create approvalItem
diff --git a/api-reference/beta/api/directorysetting-update.md b/api-reference/beta/api/directorysetting-update.md
index 9fde1d254fc..0c7e7125338 100644
--- a/api-reference/beta/api/directorysetting-update.md
+++ b/api-reference/beta/api/directorysetting-update.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update directorySetting
diff --git a/api-reference/beta/api/ediscovery-sourcecollection-purgedata.md b/api-reference/beta/api/ediscovery-sourcecollection-purgedata.md
index d279e4a43d7..6782494a749 100644
--- a/api-reference/beta/api/ediscovery-sourcecollection-purgedata.md
+++ b/api-reference/beta/api/ediscovery-sourcecollection-purgedata.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# sourceCollection: purgeData
diff --git a/api-reference/beta/api/filestoragecontainer-list-recyclebin-items.md b/api-reference/beta/api/filestoragecontainer-list-recyclebin-items.md
index 1899ec9c873..f71815d0038 100644
--- a/api-reference/beta/api/filestoragecontainer-list-recyclebin-items.md
+++ b/api-reference/beta/api/filestoragecontainer-list-recyclebin-items.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 10/14/2024
---
# List recycleBin items
diff --git a/api-reference/beta/api/goals-list-exportjobs.md b/api-reference/beta/api/goals-list-exportjobs.md
index 039b836ecf0..e5c15029ee4 100644
--- a/api-reference/beta/api/goals-list-exportjobs.md
+++ b/api-reference/beta/api/goals-list-exportjobs.md
@@ -5,6 +5,7 @@ author: "ishatyagiit"
ms.localizationpriority: medium
ms.subservice: "viva-goals"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List exportJobs
diff --git a/api-reference/beta/api/goals-post-exportjobs.md b/api-reference/beta/api/goals-post-exportjobs.md
index 6caecd7aa62..2e1dc94e688 100644
--- a/api-reference/beta/api/goals-post-exportjobs.md
+++ b/api-reference/beta/api/goals-post-exportjobs.md
@@ -5,6 +5,7 @@ author: "ishatyagiit"
ms.localizationpriority: medium
ms.subservice: "viva-goals"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create goalsExportJob
diff --git a/api-reference/beta/api/group-list-endpoints.md b/api-reference/beta/api/group-list-endpoints.md
index 1e1b651df77..3cbce16e299 100644
--- a/api-reference/beta/api/group-list-endpoints.md
+++ b/api-reference/beta/api/group-list-endpoints.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List endpoints
diff --git a/api-reference/beta/api/informationprotectionpolicy-list-labels.md b/api-reference/beta/api/informationprotectionpolicy-list-labels.md
index 57c7f7ea77a..213d144904d 100644
--- a/api-reference/beta/api/informationprotectionpolicy-list-labels.md
+++ b/api-reference/beta/api/informationprotectionpolicy-list-labels.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "tommoser"
ms.subservice: "security"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# informationProtectionLabel: listLabels (deprecated)
diff --git a/api-reference/beta/api/intune-devices-manageddevice-setdevicename.md b/api-reference/beta/api/intune-devices-manageddevice-setdevicename.md
index 9f334dc547f..4b919617cf2 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-setdevicename.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-setdevicename.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# setDeviceName action
diff --git a/api-reference/beta/api/intune-shared-deviceconfiguration-list.md b/api-reference/beta/api/intune-shared-deviceconfiguration-list.md
index 6f50a652376..b97727ce920 100644
--- a/api-reference/beta/api/intune-shared-deviceconfiguration-list.md
+++ b/api-reference/beta/api/intune-shared-deviceconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceConfigurations
diff --git a/api-reference/beta/api/list-list-permissions.md b/api-reference/beta/api/list-list-permissions.md
index 047f69a6bbc..bd5899cb216 100644
--- a/api-reference/beta/api/list-list-permissions.md
+++ b/api-reference/beta/api/list-list-permissions.md
@@ -5,6 +5,7 @@ author: "patrick-rodgers"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# List permissions on a list
diff --git a/api-reference/beta/api/permission-revokegrants.md b/api-reference/beta/api/permission-revokegrants.md
index 2a3f87a5695..14b3bf72021 100644
--- a/api-reference/beta/api/permission-revokegrants.md
+++ b/api-reference/beta/api/permission-revokegrants.md
@@ -5,6 +5,7 @@ author: "learafa"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# permission: revokeGrants
diff --git a/api-reference/beta/api/profile-list-phones.md b/api-reference/beta/api/profile-list-phones.md
index f696baec060..c6d8083ab4d 100644
--- a/api-reference/beta/api/profile-list-phones.md
+++ b/api-reference/beta/api/profile-list-phones.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List phones
diff --git a/api-reference/beta/api/riskyusers-confirmcompromised.md b/api-reference/beta/api/riskyusers-confirmcompromised.md
index ec11761f706..0a227b5d863 100644
--- a/api-reference/beta/api/riskyusers-confirmcompromised.md
+++ b/api-reference/beta/api/riskyusers-confirmcompromised.md
@@ -5,6 +5,7 @@ author: tracyshi
ms.localizationpriority: medium
ms.subservice: entra-sign-in
doc_type: apiPageType
+ms.date: 10/17/2024
---
# riskyUser: confirmCompromised
diff --git a/api-reference/beta/api/riskyusers-list.md b/api-reference/beta/api/riskyusers-list.md
index 17bdd48e05f..149acefccf1 100644
--- a/api-reference/beta/api/riskyusers-list.md
+++ b/api-reference/beta/api/riskyusers-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "tracyshi"
doc_type: apiPageType
ms.subservice: "entra-sign-in"
+ms.date: 10/17/2024
---
# List riskyUsers
diff --git a/api-reference/beta/api/security-detectionrule-get.md b/api-reference/beta/api/security-detectionrule-get.md
index 469cf77a5cd..16d14ceb8f6 100644
--- a/api-reference/beta/api/security-detectionrule-get.md
+++ b/api-reference/beta/api/security-detectionrule-get.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get detectionRule
diff --git a/api-reference/beta/api/trustframework-post-keysets.md b/api-reference/beta/api/trustframework-post-keysets.md
index 0a1d1a179f2..3a83affb969 100644
--- a/api-reference/beta/api/trustframework-post-keysets.md
+++ b/api-reference/beta/api/trustframework-post-keysets.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# Create trustFrameworkKeySet
diff --git a/api-reference/beta/api/user-findroomlists.md b/api-reference/beta/api/user-findroomlists.md
index 26aa252c024..1702bcf88dc 100644
--- a/api-reference/beta/api/user-findroomlists.md
+++ b/api-reference/beta/api/user-findroomlists.md
@@ -5,6 +5,7 @@ author: "vrod9429"
ms.localizationpriority: high
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# user: findRoomLists
diff --git a/api-reference/beta/resources/b2cidentityuserflow.md b/api-reference/beta/resources/b2cidentityuserflow.md
index 01e23c6fffe..42a9a6277fe 100644
--- a/api-reference/beta/resources/b2cidentityuserflow.md
+++ b/api-reference/beta/resources/b2cidentityuserflow.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "jkdouglas"
+ms.date: 07/22/2024
---
# b2cIdentityUserFlow resource type
diff --git a/api-reference/beta/resources/cloudpcreports.md b/api-reference/beta/resources/cloudpcreports.md
index aa7b42f0b45..70f2b685526 100644
--- a/api-reference/beta/resources/cloudpcreports.md
+++ b/api-reference/beta/resources/cloudpcreports.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 10/21/2024
---
# cloudPcReports resource type
diff --git a/api-reference/beta/resources/healthmonitoring-overview.md b/api-reference/beta/resources/healthmonitoring-overview.md
index e0559d27902..d07af2fcd4b 100644
--- a/api-reference/beta/resources/healthmonitoring-overview.md
+++ b/api-reference/beta/resources/healthmonitoring-overview.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
toc.title: "Health monitoring"
+ms.date: 10/09/2024
---
# Microsoft Entra Health monitoring API overview
diff --git a/api-reference/beta/resources/industrydata-overview.md b/api-reference/beta/resources/industrydata-overview.md
index c8e34519253..47bed29f86a 100644
--- a/api-reference/beta/resources/industrydata-overview.md
+++ b/api-reference/beta/resources/industrydata-overview.md
@@ -5,6 +5,7 @@ author: "mlafleur"
ms.localizationpriority: medium
ms.subservice: "industry-data-etl"
doc_type: conceptual
+ms.date: 04/10/2024
---
# Use the industry data API as an extract, transform, and load (ETL) engine (preview)
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsetting.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsetting.md
index bd0760d9322..ac4e4908c1e 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsetting.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsetting.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationSetting resource type
diff --git a/api-reference/beta/resources/intune-shared-devicecategory.md b/api-reference/beta/resources/intune-shared-devicecategory.md
index c10ef32b935..6240386b309 100644
--- a/api-reference/beta/resources/intune-shared-devicecategory.md
+++ b/api-reference/beta/resources/intune-shared-devicecategory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceCategory resource type
diff --git a/api-reference/beta/resources/intune-shared-devicemanagementscript.md b/api-reference/beta/resources/intune-shared-devicemanagementscript.md
index 05801d088e6..e5aa047fd3f 100644
--- a/api-reference/beta/resources/intune-shared-devicemanagementscript.md
+++ b/api-reference/beta/resources/intune-shared-devicemanagementscript.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagementScript resource type
@@ -80,4 +81,4 @@ Here is a JSON representation of the resource.
],
"runAs32Bit": true
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/networkaccess-global-secure-access-api-overview.md b/api-reference/beta/resources/networkaccess-global-secure-access-api-overview.md
index 12aa0a7e71d..507f9bd9f3c 100644
--- a/api-reference/beta/resources/networkaccess-global-secure-access-api-overview.md
+++ b/api-reference/beta/resources/networkaccess-global-secure-access-api-overview.md
@@ -5,6 +5,7 @@ author: Moti-ba
ms.localizationpriority: medium
ms.subservice: entra-global-secure-access
doc_type: conceptualPageType
+ms.date: 06/05/2024
---
# Secure access to cloud, public, and private apps using Microsoft Graph network access APIs (preview)
diff --git a/api-reference/beta/resources/onpremisespublishing.md b/api-reference/beta/resources/onpremisespublishing.md
index 0f123ccfd22..db8473f99e8 100644
--- a/api-reference/beta/resources/onpremisespublishing.md
+++ b/api-reference/beta/resources/onpremisespublishing.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# onPremisesPublishing resource type
diff --git a/api-reference/beta/resources/privilegedidentitymanagement-root.md b/api-reference/beta/resources/privilegedidentitymanagement-root.md
index ccaab63663f..44437c83373 100644
--- a/api-reference/beta/resources/privilegedidentitymanagement-root.md
+++ b/api-reference/beta/resources/privilegedidentitymanagement-root.md
@@ -6,6 +6,7 @@ doc_type: conceptualPageType
ms.subservice: "entra-id-governance"
author: "rkarim-ms"
ROBOTS: NOINDEX
+ms.date: 03/08/2024
---
# Privileged Identity Management iteration 2 APIs
diff --git a/api-reference/beta/resources/recommendation.md b/api-reference/beta/resources/recommendation.md
index 150df98fa6e..3cb9e711b59 100644
--- a/api-reference/beta/resources/recommendation.md
+++ b/api-reference/beta/resources/recommendation.md
@@ -5,6 +5,7 @@ author: "ddeeps2610"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 06/12/2024
---
# recommendation resource type
diff --git a/api-reference/beta/resources/recyclebinitem.md b/api-reference/beta/resources/recyclebinitem.md
index 8256431fec9..5210501eed6 100644
--- a/api-reference/beta/resources/recyclebinitem.md
+++ b/api-reference/beta/resources/recyclebinitem.md
@@ -5,6 +5,7 @@ description: "Represents information about a deleted item in a recycleBin of a S
ms.localizationpriority: "medium"
doc_type: resourcePageType
ms.subservice: "sharepoint"
+ms.date: 05/23/2024
---
# recycleBinItem resource type
diff --git a/api-reference/beta/resources/serviceprincipalsigninactivity.md b/api-reference/beta/resources/serviceprincipalsigninactivity.md
index 28354f47a07..7263c2c9ab8 100644
--- a/api-reference/beta/resources/serviceprincipalsigninactivity.md
+++ b/api-reference/beta/resources/serviceprincipalsigninactivity.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "reports"
doc_type: "resourcePageType"
+ms.date: 07/30/2024
---
# servicePrincipalSignInActivity resource type
diff --git a/api-reference/beta/resources/teamworkdeviceconfiguration.md b/api-reference/beta/resources/teamworkdeviceconfiguration.md
index e2309d221c4..c8cee26bb41 100644
--- a/api-reference/beta/resources/teamworkdeviceconfiguration.md
+++ b/api-reference/beta/resources/teamworkdeviceconfiguration.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkDeviceConfiguration resource type
diff --git a/api-reference/beta/resources/webauthnpublickeycredential.md b/api-reference/beta/resources/webauthnpublickeycredential.md
index 3518366683f..00f4547bf71 100644
--- a/api-reference/beta/resources/webauthnpublickeycredential.md
+++ b/api-reference/beta/resources/webauthnpublickeycredential.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/24/2024
---
# webauthnPublicKeyCredential resource type
diff --git a/api-reference/beta/resources/windowsupdates-catalog.md b/api-reference/beta/resources/windowsupdates-catalog.md
index 02cb6408023..b8be6e2354d 100644
--- a/api-reference/beta/resources/windowsupdates-catalog.md
+++ b/api-reference/beta/resources/windowsupdates-catalog.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: windows-update-business
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# catalog resource type
diff --git a/api-reference/v1.0/api/accessreviewinstance-list-decisions.md b/api-reference/v1.0/api/accessreviewinstance-list-decisions.md
index fc4a1056e79..574f72fdcdb 100644
--- a/api-reference/v1.0/api/accessreviewinstance-list-decisions.md
+++ b/api-reference/v1.0/api/accessreviewinstance-list-decisions.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List decisions
diff --git a/api-reference/v1.0/api/accessreviewscheduledefinition-list-instances.md b/api-reference/v1.0/api/accessreviewscheduledefinition-list-instances.md
index edbb420f444..cc37e646a7b 100644
--- a/api-reference/v1.0/api/accessreviewscheduledefinition-list-instances.md
+++ b/api-reference/v1.0/api/accessreviewscheduledefinition-list-instances.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List instances
diff --git a/api-reference/v1.0/api/authentication-list-softwareoathmethods.md b/api-reference/v1.0/api/authentication-list-softwareoathmethods.md
index e6c1241a5c3..cd809d12c87 100644
--- a/api-reference/v1.0/api/authentication-list-softwareoathmethods.md
+++ b/api-reference/v1.0/api/authentication-list-softwareoathmethods.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List softwareOathMethods
diff --git a/api-reference/v1.0/api/authenticationmethodsroot-usersregisteredbymethod.md b/api-reference/v1.0/api/authenticationmethodsroot-usersregisteredbymethod.md
index 452dc65201e..518aa50663a 100644
--- a/api-reference/v1.0/api/authenticationmethodsroot-usersregisteredbymethod.md
+++ b/api-reference/v1.0/api/authenticationmethodsroot-usersregisteredbymethod.md
@@ -5,6 +5,7 @@ author: "kvenkit"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# authenticationMethodsRoot: usersRegisteredByMethod
diff --git a/api-reference/v1.0/api/authenticationstrengthroot-list-policies.md b/api-reference/v1.0/api/authenticationstrengthroot-list-policies.md
index 5b2a1df6508..14674b78860 100644
--- a/api-reference/v1.0/api/authenticationstrengthroot-list-policies.md
+++ b/api-reference/v1.0/api/authenticationstrengthroot-list-policies.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 05/28/2024
---
# List authenticationStrengthPolicies
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-restorepoints.md b/api-reference/v1.0/api/backuprestoreroot-list-restorepoints.md
index 60b2fd3adee..8fe9ace0883 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-restorepoints.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-restorepoints.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 09/10/2024
---
# List restorePoints
diff --git a/api-reference/v1.0/api/bookingappointment-cancel.md b/api-reference/v1.0/api/bookingappointment-cancel.md
index 0d2830883e2..9cdca671e17 100644
--- a/api-reference/v1.0/api/bookingappointment-cancel.md
+++ b/api-reference/v1.0/api/bookingappointment-cancel.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# bookingAppointment: cancel
diff --git a/api-reference/v1.0/api/calendargroup-get.md b/api-reference/v1.0/api/calendargroup-get.md
index 9e3eb6ac004..99c2479cabd 100644
--- a/api-reference/v1.0/api/calendargroup-get.md
+++ b/api-reference/v1.0/api/calendargroup-get.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get calendarGroup
diff --git a/api-reference/v1.0/api/calendarpermission-update.md b/api-reference/v1.0/api/calendarpermission-update.md
index 234a3941b20..1417c2f1661 100644
--- a/api-reference/v1.0/api/calendarpermission-update.md
+++ b/api-reference/v1.0/api/calendarpermission-update.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Update calendarPermission
diff --git a/api-reference/v1.0/api/channel-delete-members.md b/api-reference/v1.0/api/channel-delete-members.md
index e557a301faa..b5af5a66a30 100644
--- a/api-reference/v1.0/api/channel-delete-members.md
+++ b/api-reference/v1.0/api/channel-delete-members.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Remove member from channel
diff --git a/api-reference/v1.0/api/channel-get-members.md b/api-reference/v1.0/api/channel-get-members.md
index 3499f09d379..d0fbe3ad668 100644
--- a/api-reference/v1.0/api/channel-get-members.md
+++ b/api-reference/v1.0/api/channel-get-members.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get member of channel
diff --git a/api-reference/v1.0/api/channel-get-tabs.md b/api-reference/v1.0/api/channel-get-tabs.md
index b0455b3de33..791c7c715bb 100644
--- a/api-reference/v1.0/api/channel-get-tabs.md
+++ b/api-reference/v1.0/api/channel-get-tabs.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Get tab
diff --git a/api-reference/v1.0/api/chat-list-installedapps.md b/api-reference/v1.0/api/chat-list-installedapps.md
index eb1236430ce..5476c5d2263 100644
--- a/api-reference/v1.0/api/chat-list-installedapps.md
+++ b/api-reference/v1.0/api/chat-list-installedapps.md
@@ -5,6 +5,7 @@ author: "subray"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List apps in chat
diff --git a/api-reference/v1.0/api/contact-delete.md b/api-reference/v1.0/api/contact-delete.md
index d43e382daee..2c64e55204f 100644
--- a/api-reference/v1.0/api/contact-delete.md
+++ b/api-reference/v1.0/api/contact-delete.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete contact
diff --git a/api-reference/v1.0/api/contact-delta.md b/api-reference/v1.0/api/contact-delta.md
index 1a4f7e3e2ca..567cf910c8e 100644
--- a/api-reference/v1.0/api/contact-delta.md
+++ b/api-reference/v1.0/api/contact-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# contact: delta
diff --git a/api-reference/v1.0/api/contactfolder-get.md b/api-reference/v1.0/api/contactfolder-get.md
index c874be3fdd2..fc32175ad66 100644
--- a/api-reference/v1.0/api/contactfolder-get.md
+++ b/api-reference/v1.0/api/contactfolder-get.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get contactFolder
diff --git a/api-reference/v1.0/api/contactfolder-list-contacts.md b/api-reference/v1.0/api/contactfolder-list-contacts.md
index 30120211582..a9be9c8fc53 100644
--- a/api-reference/v1.0/api/contactfolder-list-contacts.md
+++ b/api-reference/v1.0/api/contactfolder-list-contacts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List contacts
diff --git a/api-reference/v1.0/api/contract-list.md b/api-reference/v1.0/api/contract-list.md
index 3a657f11ebf..b219416aadd 100644
--- a/api-reference/v1.0/api/contract-list.md
+++ b/api-reference/v1.0/api/contract-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "adimitui"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# List contracts
diff --git a/api-reference/v1.0/api/crosstenantaccesspolicy-list-partners.md b/api-reference/v1.0/api/crosstenantaccesspolicy-list-partners.md
index ab050a1095b..f9752fbbe96 100644
--- a/api-reference/v1.0/api/crosstenantaccesspolicy-list-partners.md
+++ b/api-reference/v1.0/api/crosstenantaccesspolicy-list-partners.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List partners
diff --git a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md
index 88d02419a4c..c7a2efc91a1 100644
--- a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md
+++ b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-update.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update crossTenantAccessPolicyConfigurationPartner
diff --git a/api-reference/v1.0/api/delegatedadminrelationship-list-accessassignments.md b/api-reference/v1.0/api/delegatedadminrelationship-list-accessassignments.md
index b4010f50b7b..e927be7f58b 100644
--- a/api-reference/v1.0/api/delegatedadminrelationship-list-accessassignments.md
+++ b/api-reference/v1.0/api/delegatedadminrelationship-list-accessassignments.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List accessAssignments
diff --git a/api-reference/v1.0/api/directory-deleteditems-getuserownedobjects.md b/api-reference/v1.0/api/directory-deleteditems-getuserownedobjects.md
index 903001d9442..2355d1202c5 100644
--- a/api-reference/v1.0/api/directory-deleteditems-getuserownedobjects.md
+++ b/api-reference/v1.0/api/directory-deleteditems-getuserownedobjects.md
@@ -5,6 +5,7 @@ author: "keylimesoda"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List deleted items (directory objects) owned by a user
diff --git a/api-reference/v1.0/api/directoryrole-post-directoryroles.md b/api-reference/v1.0/api/directoryrole-post-directoryroles.md
index fcc8b87021f..dc8d59aadd2 100644
--- a/api-reference/v1.0/api/directoryrole-post-directoryroles.md
+++ b/api-reference/v1.0/api/directoryrole-post-directoryroles.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Activate directoryRole
diff --git a/api-reference/v1.0/api/domain-update.md b/api-reference/v1.0/api/domain-update.md
index 45ff021ab8f..450af893f55 100644
--- a/api-reference/v1.0/api/domain-update.md
+++ b/api-reference/v1.0/api/domain-update.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Update domain
diff --git a/api-reference/v1.0/api/driveitem-removeretentionlabel.md b/api-reference/v1.0/api/driveitem-removeretentionlabel.md
index 23c087f56d3..0d6be0eedce 100644
--- a/api-reference/v1.0/api/driveitem-removeretentionlabel.md
+++ b/api-reference/v1.0/api/driveitem-removeretentionlabel.md
@@ -5,6 +5,7 @@ author: "kyracatwork"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 08/14/2024
---
# driveItem: removeRetentionLabel
diff --git a/api-reference/v1.0/api/educationassignment-get.md b/api-reference/v1.0/api/educationassignment-get.md
index 5769a4cf7f0..a0cea7e4d85 100644
--- a/api-reference/v1.0/api/educationassignment-get.md
+++ b/api-reference/v1.0/api/educationassignment-get.md
@@ -5,6 +5,7 @@ author: "Sureshpadimi88"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 08/29/2024
---
# Get educationAssignment
diff --git a/api-reference/v1.0/api/emailauthenticationmethod-delete.md b/api-reference/v1.0/api/emailauthenticationmethod-delete.md
index 1690fa587a4..0f4009a1c4a 100644
--- a/api-reference/v1.0/api/emailauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/emailauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/07/2024
---
# Delete emailAuthenticationMethod
diff --git a/api-reference/v1.0/api/engagementasyncoperation-get.md b/api-reference/v1.0/api/engagementasyncoperation-get.md
index 085fd932a23..0bbe1819b99 100644
--- a/api-reference/v1.0/api/engagementasyncoperation-get.md
+++ b/api-reference/v1.0/api/engagementasyncoperation-get.md
@@ -5,6 +5,7 @@ author: "aditijha4"
ms.localizationpriority: medium
ms.subservice: "viva-engage"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Get engagementAsyncOperation
diff --git a/api-reference/v1.0/api/entitlementmanagement-list-assignmentrequests.md b/api-reference/v1.0/api/entitlementmanagement-list-assignmentrequests.md
index 3a18a043e40..fe387dcb61e 100644
--- a/api-reference/v1.0/api/entitlementmanagement-list-assignmentrequests.md
+++ b/api-reference/v1.0/api/entitlementmanagement-list-assignmentrequests.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignmentRequests
diff --git a/api-reference/v1.0/api/entitlementmanagement-list-catalogs.md b/api-reference/v1.0/api/entitlementmanagement-list-catalogs.md
index 04f5c4c83cf..af5868cabb7 100644
--- a/api-reference/v1.0/api/entitlementmanagement-list-catalogs.md
+++ b/api-reference/v1.0/api/entitlementmanagement-list-catalogs.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List catalogs
diff --git a/api-reference/v1.0/api/entitlementmanagement-post-resourcerequests.md b/api-reference/v1.0/api/entitlementmanagement-post-resourcerequests.md
index 2f173cd7042..03249fa2570 100644
--- a/api-reference/v1.0/api/entitlementmanagement-post-resourcerequests.md
+++ b/api-reference/v1.0/api/entitlementmanagement-post-resourcerequests.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 03/19/2024
---
# Create accessPackageResourceRequest
diff --git a/api-reference/v1.0/api/event-tentativelyaccept.md b/api-reference/v1.0/api/event-tentativelyaccept.md
index 7bb166e5ebf..a2e7a15bda8 100644
--- a/api-reference/v1.0/api/event-tentativelyaccept.md
+++ b/api-reference/v1.0/api/event-tentativelyaccept.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# event: tentativelyAccept
diff --git a/api-reference/v1.0/api/externalconnectors-externalconnection-get.md b/api-reference/v1.0/api/externalconnectors-externalconnection-get.md
index f3fdf82c939..fdb30362cc2 100644
--- a/api-reference/v1.0/api/externalconnectors-externalconnection-get.md
+++ b/api-reference/v1.0/api/externalconnectors-externalconnection-get.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get externalConnection
diff --git a/api-reference/v1.0/api/federatedidentitycredential-get.md b/api-reference/v1.0/api/federatedidentitycredential-get.md
index 19ae849e726..73477ded9da 100644
--- a/api-reference/v1.0/api/federatedidentitycredential-get.md
+++ b/api-reference/v1.0/api/federatedidentitycredential-get.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get federatedIdentityCredential
diff --git a/api-reference/v1.0/api/filestoragecontainer-get-drive.md b/api-reference/v1.0/api/filestoragecontainer-get-drive.md
index 679c04a00d7..040da512d80 100644
--- a/api-reference/v1.0/api/filestoragecontainer-get-drive.md
+++ b/api-reference/v1.0/api/filestoragecontainer-get-drive.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# Get drive for fileStorageContainer
diff --git a/api-reference/v1.0/api/filestoragecontainer-list-permissions.md b/api-reference/v1.0/api/filestoragecontainer-list-permissions.md
index 7c0db339533..15cf4ec4913 100644
--- a/api-reference/v1.0/api/filestoragecontainer-list-permissions.md
+++ b/api-reference/v1.0/api/filestoragecontainer-list-permissions.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# List fileStorageContainer permissions
diff --git a/api-reference/v1.0/api/filestoragecontainer-post-permissions.md b/api-reference/v1.0/api/filestoragecontainer-post-permissions.md
index 8c4f7b13f2f..467eb04bafd 100644
--- a/api-reference/v1.0/api/filestoragecontainer-post-permissions.md
+++ b/api-reference/v1.0/api/filestoragecontainer-post-permissions.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# Create fileStorageContainer permission
diff --git a/api-reference/v1.0/api/group-post-threads.md b/api-reference/v1.0/api/group-post-threads.md
index 88ce7b53a53..783912bb612 100644
--- a/api-reference/v1.0/api/group-post-threads.md
+++ b/api-reference/v1.0/api/group-post-threads.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create conversation thread
diff --git a/api-reference/v1.0/api/group-renew.md b/api-reference/v1.0/api/group-renew.md
index 67d0d437026..872fb99771c 100644
--- a/api-reference/v1.0/api/group-renew.md
+++ b/api-reference/v1.0/api/group-renew.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# group: renew
diff --git a/api-reference/v1.0/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md b/api-reference/v1.0/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md
index 720e646c494..169e5e9c0f5 100644
--- a/api-reference/v1.0/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md
+++ b/api-reference/v1.0/api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Create workflow
diff --git a/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-get.md b/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-get.md
index d9df9784fe6..91c559a8bd8 100644
--- a/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-get.md
+++ b/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "Sammak"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get identitySecurityDefaultsEnforcementPolicy
diff --git a/api-reference/v1.0/api/intune-apps-mobileappassignment-list.md b/api-reference/v1.0/api/intune-apps-mobileappassignment-list.md
index 69421dff8d8..1cbce275fdc 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappassignment-list.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappassignment-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List mobileAppAssignments
diff --git a/api-reference/v1.0/api/intune-apps-win32lobapp-update.md b/api-reference/v1.0/api/intune-apps-win32lobapp-update.md
index b492ce5ddda..078fb6e572c 100644
--- a/api-reference/v1.0/api/intune-apps-win32lobapp-update.md
+++ b/api-reference/v1.0/api/intune-apps-win32lobapp-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update win32LobApp
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md
index 2d09213032e..7a0f55211f2 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceComplianceDeviceOverview
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-get.md
index dd223646964..7bd23d6b560 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedevicestatus-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceComplianceDeviceStatus
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-get.md
index 546749dd8ef..1415605ed00 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceComplianceSettingState
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-create.md b/api-reference/v1.0/api/intune-devices-manageddevice-create.md
index 32f74310595..14229e434ae 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-create.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create managedDevice
diff --git a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md
index e47ef9c5527..09d424db9e2 100644
--- a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md
+++ b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# import action
diff --git a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md
index 38c7b02bf66..031c76172f7 100644
--- a/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md
+++ b/api-reference/v1.0/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List importedWindowsAutopilotDeviceIdentities
diff --git a/api-reference/v1.0/api/intune-rbac-roledefinition-list.md b/api-reference/v1.0/api/intune-rbac-roledefinition-list.md
index 899e7762f25..180291bad31 100644
--- a/api-reference/v1.0/api/intune-rbac-roledefinition-list.md
+++ b/api-reference/v1.0/api/intune-rbac-roledefinition-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List roleDefinitions
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-list.md b/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-list.md
index 1253adce4fb..d3ff8a4bb90 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-list.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagementexportjob-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceManagementExportJobs
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-get.md b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-get.md
index 8d0f727b407..9d93626d479 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-get.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementReports
diff --git a/api-reference/v1.0/api/mailfolder-update.md b/api-reference/v1.0/api/mailfolder-update.md
index 0726acb3384..3dc010468e5 100644
--- a/api-reference/v1.0/api/mailfolder-update.md
+++ b/api-reference/v1.0/api/mailfolder-update.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update mailfolder
diff --git a/api-reference/v1.0/api/onenote-list-pages.md b/api-reference/v1.0/api/onenote-list-pages.md
index 82d5b4f86b5..a7ac842e988 100644
--- a/api-reference/v1.0/api/onenote-list-pages.md
+++ b/api-reference/v1.0/api/onenote-list-pages.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List onenotePages
diff --git a/api-reference/v1.0/api/onpremisesdirectorysynchronization-update.md b/api-reference/v1.0/api/onpremisesdirectorysynchronization-update.md
index 59fff601ee3..725ffa4a910 100644
--- a/api-reference/v1.0/api/onpremisesdirectorysynchronization-update.md
+++ b/api-reference/v1.0/api/onpremisesdirectorysynchronization-update.md
@@ -6,6 +6,7 @@ ms.reviewer: sgupta, abhishek.badjatya, dhanyahk
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Update onPremisesDirectorySynchronization
diff --git a/api-reference/v1.0/api/organization-update.md b/api-reference/v1.0/api/organization-update.md
index eea8c32c04f..ad155140492 100644
--- a/api-reference/v1.0/api/organization-update.md
+++ b/api-reference/v1.0/api/organization-update.md
@@ -6,6 +6,7 @@ author: "suawat"
ms.reviewer: "alvarorahul, iamut"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update organization
diff --git a/api-reference/v1.0/api/organizationalbranding-get.md b/api-reference/v1.0/api/organizationalbranding-get.md
index 9b627d27a9f..9de5169f15b 100644
--- a/api-reference/v1.0/api/organizationalbranding-get.md
+++ b/api-reference/v1.0/api/organizationalbranding-get.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get organizationalBranding
diff --git a/api-reference/v1.0/api/partners-billing-operation-get.md b/api-reference/v1.0/api/partners-billing-operation-get.md
index 42f3f9af5d1..1b31f288741 100644
--- a/api-reference/v1.0/api/partners-billing-operation-get.md
+++ b/api-reference/v1.0/api/partners-billing-operation-get.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get operation
diff --git a/api-reference/v1.0/api/peopleadminsettings-list-profilecardproperties.md b/api-reference/v1.0/api/peopleadminsettings-list-profilecardproperties.md
index 0c1514e5055..691b6634afc 100644
--- a/api-reference/v1.0/api/peopleadminsettings-list-profilecardproperties.md
+++ b/api-reference/v1.0/api/peopleadminsettings-list-profilecardproperties.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "rwaithera"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 09/18/2024
---
# List profileCardProperties
diff --git a/api-reference/v1.0/api/planner-post-buckets.md b/api-reference/v1.0/api/planner-post-buckets.md
index 23b49492056..c62388df8d9 100644
--- a/api-reference/v1.0/api/planner-post-buckets.md
+++ b/api-reference/v1.0/api/planner-post-buckets.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create plannerBucket
diff --git a/api-reference/v1.0/api/plannerbucket-list-tasks.md b/api-reference/v1.0/api/plannerbucket-list-tasks.md
index 6ff1cc4413f..2a3938521c4 100644
--- a/api-reference/v1.0/api/plannerbucket-list-tasks.md
+++ b/api-reference/v1.0/api/plannerbucket-list-tasks.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tasks
diff --git a/api-reference/v1.0/api/presence-clearpresence.md b/api-reference/v1.0/api/presence-clearpresence.md
index 91b56981a6a..ed64471e7f1 100644
--- a/api-reference/v1.0/api/presence-clearpresence.md
+++ b/api-reference/v1.0/api/presence-clearpresence.md
@@ -5,6 +5,7 @@ author: "jsandoval-msft"
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "cloud-communications"
+ms.date: 04/04/2024
---
# presence: clearPresence
diff --git a/api-reference/v1.0/api/printer-post-jobs.md b/api-reference/v1.0/api/printer-post-jobs.md
index a855529d24a..9e9b4a19764 100644
--- a/api-reference/v1.0/api/printer-post-jobs.md
+++ b/api-reference/v1.0/api/printer-post-jobs.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 06/06/2024
---
# Create printJob
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedulerequests.md b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedulerequests.md
index 480bc06b93c..6d287583d4d 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedulerequests.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedulerequests.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignmentScheduleRequests
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedules.md b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedules.md
index 80b4e5cb518..1becb90eabf 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedules.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentschedules.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignmentSchedules
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedulerequests.md b/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedulerequests.md
index b6ed0c25439..79d8b90dc53 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedulerequests.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-list-eligibilityschedulerequests.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List eligibilityScheduleRequests
diff --git a/api-reference/v1.0/api/reportroot-getemailactivityusercounts.md b/api-reference/v1.0/api/reportroot-getemailactivityusercounts.md
index a6d084827f8..f300edf1ccc 100644
--- a/api-reference/v1.0/api/reportroot-getemailactivityusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getemailactivityusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getEmailActivityUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getm365appusercounts.md b/api-reference/v1.0/api/reportroot-getm365appusercounts.md
index 5c731275a19..45ebb75fc33 100644
--- a/api-reference/v1.0/api/reportroot-getm365appusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getm365appusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getM365AppUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getonedriveusagefilecounts.md b/api-reference/v1.0/api/reportroot-getonedriveusagefilecounts.md
index 864e4179eac..b2b388b5e56 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveusagefilecounts.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveusagefilecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveUsageFileCounts
diff --git a/api-reference/v1.0/api/reportroot-getsharepointactivityusercounts.md b/api-reference/v1.0/api/reportroot-getsharepointactivityusercounts.md
index dd436d641d3..f2541aa5b35 100644
--- a/api-reference/v1.0/api/reportroot-getsharepointactivityusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getsharepointactivityusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSharePointActivityUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getteamsteamactivitycounts.md b/api-reference/v1.0/api/reportroot-getteamsteamactivitycounts.md
index 51b121412d9..7c938d82c02 100644
--- a/api-reference/v1.0/api/reportroot-getteamsteamactivitycounts.md
+++ b/api-reference/v1.0/api/reportroot-getteamsteamactivitycounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "haoyli"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsTeamActivityCounts
diff --git a/api-reference/v1.0/api/reportroot-getyammeractivityuserdetail.md b/api-reference/v1.0/api/reportroot-getyammeractivityuserdetail.md
index babfa55b153..732907ee0d5 100644
--- a/api-reference/v1.0/api/reportroot-getyammeractivityuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getyammeractivityuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getYammerActivityUserDetail
diff --git a/api-reference/v1.0/api/reportroot-getyammergroupsactivitydetail.md b/api-reference/v1.0/api/reportroot-getyammergroupsactivitydetail.md
index 9767c715346..7d6b47d90e3 100644
--- a/api-reference/v1.0/api/reportroot-getyammergroupsactivitydetail.md
+++ b/api-reference/v1.0/api/reportroot-getyammergroupsactivitydetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getYammerGroupsActivityDetail
diff --git a/api-reference/v1.0/api/riskdetection-get.md b/api-reference/v1.0/api/riskdetection-get.md
index c1ccbc72b76..0bac9622f03 100644
--- a/api-reference/v1.0/api/riskdetection-get.md
+++ b/api-reference/v1.0/api/riskdetection-get.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get riskDetection
diff --git a/api-reference/v1.0/api/schedule-get.md b/api-reference/v1.0/api/schedule-get.md
index eed6ccf907b..28e3a3edbb4 100644
--- a/api-reference/v1.0/api/schedule-get.md
+++ b/api-reference/v1.0/api/schedule-get.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get schedule
diff --git a/api-reference/v1.0/api/schemaextension-list.md b/api-reference/v1.0/api/schemaextension-list.md
index ea090a614d2..e4d36967809 100644
--- a/api-reference/v1.0/api/schemaextension-list.md
+++ b/api-reference/v1.0/api/schemaextension-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List schemaExtensions
diff --git a/api-reference/v1.0/api/security-ediscoverycase-post-searches.md b/api-reference/v1.0/api/security-ediscoverycase-post-searches.md
index e56c410d85e..5ea1cd4b980 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-post-searches.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-post-searches.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Create searches
diff --git a/api-reference/v1.0/api/security-host-get.md b/api-reference/v1.0/api/security-host-get.md
index 970caeda814..feefa522d7c 100644
--- a/api-reference/v1.0/api/security-host-get.md
+++ b/api-reference/v1.0/api/security-host-get.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get host
diff --git a/api-reference/v1.0/api/security-threatintelligence-list-articles.md b/api-reference/v1.0/api/security-threatintelligence-list-articles.md
index bf452102b4e..cd80891627c 100644
--- a/api-reference/v1.0/api/security-threatintelligence-list-articles.md
+++ b/api-reference/v1.0/api/security-threatintelligence-list-articles.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List articles
diff --git a/api-reference/v1.0/api/servicehealthissue-get.md b/api-reference/v1.0/api/servicehealthissue-get.md
index dd93abb40bc..5a09868532c 100644
--- a/api-reference/v1.0/api/servicehealthissue-get.md
+++ b/api-reference/v1.0/api/servicehealthissue-get.md
@@ -5,6 +5,7 @@ author: "payiAzure"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get serviceHealthIssue
diff --git a/api-reference/v1.0/api/serviceprincipal-list-ownedobjects.md b/api-reference/v1.0/api/serviceprincipal-list-ownedobjects.md
index d1a7db06258..3bc5d7ef277 100644
--- a/api-reference/v1.0/api/serviceprincipal-list-ownedobjects.md
+++ b/api-reference/v1.0/api/serviceprincipal-list-ownedobjects.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/18/2024
---
# servicePrincipals: List ownedObjects
diff --git a/api-reference/v1.0/api/serviceprincipal-removekey.md b/api-reference/v1.0/api/serviceprincipal-removekey.md
index 912e99d4120..fa637a7f402 100644
--- a/api-reference/v1.0/api/serviceprincipal-removekey.md
+++ b/api-reference/v1.0/api/serviceprincipal-removekey.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# servicePrincipal: removeKey
diff --git a/api-reference/v1.0/api/site-post-contenttypes.md b/api-reference/v1.0/api/site-post-contenttypes.md
index e0af5128854..9dc0e150d14 100644
--- a/api-reference/v1.0/api/site-post-contenttypes.md
+++ b/api-reference/v1.0/api/site-post-contenttypes.md
@@ -5,6 +5,7 @@ description: "Create a content type in a site."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Create a content type
diff --git a/api-reference/v1.0/api/sitepage-create-webpart.md b/api-reference/v1.0/api/sitepage-create-webpart.md
index ca892fdb813..4153e9f065a 100644
--- a/api-reference/v1.0/api/sitepage-create-webpart.md
+++ b/api-reference/v1.0/api/sitepage-create-webpart.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 07/11/2024
---
# Create webPart
diff --git a/api-reference/v1.0/api/synchronization-synchronizationschema-get.md b/api-reference/v1.0/api/synchronization-synchronizationschema-get.md
index a8fb4a5bd21..8434e93c27d 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationschema-get.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationschema-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# Get synchronizationSchema
diff --git a/api-reference/v1.0/api/tablerow-list.md b/api-reference/v1.0/api/tablerow-list.md
index 9f1369ab2d1..5b791bac50a 100644
--- a/api-reference/v1.0/api/tablerow-list.md
+++ b/api-reference/v1.0/api/tablerow-list.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List TableRowCollection
diff --git a/api-reference/v1.0/api/team-list-permissiongrants.md b/api-reference/v1.0/api/team-list-permissiongrants.md
index 16223c6d1c3..4f40a80694c 100644
--- a/api-reference/v1.0/api/team-list-permissiongrants.md
+++ b/api-reference/v1.0/api/team-list-permissiongrants.md
@@ -5,6 +5,7 @@ author: "sthapliyal"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List permissionGrants of a team
diff --git a/api-reference/v1.0/api/team-update-members.md b/api-reference/v1.0/api/team-update-members.md
index 3ad4d1617b6..f531bd0d09c 100644
--- a/api-reference/v1.0/api/team-update-members.md
+++ b/api-reference/v1.0/api/team-update-members.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Update member in team
diff --git a/api-reference/v1.0/api/teamsapp-update.md b/api-reference/v1.0/api/teamsapp-update.md
index c8af810dd3b..8296620f7d3 100644
--- a/api-reference/v1.0/api/teamsapp-update.md
+++ b/api-reference/v1.0/api/teamsapp-update.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Update teamsApp
diff --git a/api-reference/v1.0/api/teamworktag-list.md b/api-reference/v1.0/api/teamworktag-list.md
index d37ca36d541..6d115ab1d1b 100644
--- a/api-reference/v1.0/api/teamworktag-list.md
+++ b/api-reference/v1.0/api/teamworktag-list.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List teamworkTags
diff --git a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-get.md b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-get.md
index 63d8c8423bb..283ba39d5db 100644
--- a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-get.md
+++ b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Get temporaryAccessPassAuthenticationMethod
diff --git a/api-reference/v1.0/api/tenantrelationship-list-delegatedadmincustomers.md b/api-reference/v1.0/api/tenantrelationship-list-delegatedadmincustomers.md
index d83320598c3..8a615de8d52 100644
--- a/api-reference/v1.0/api/tenantrelationship-list-delegatedadmincustomers.md
+++ b/api-reference/v1.0/api/tenantrelationship-list-delegatedadmincustomers.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List delegatedAdminCustomers
diff --git a/api-reference/v1.0/api/termstore-set-get.md b/api-reference/v1.0/api/termstore-set-get.md
index 8207e33ce6d..8e629bc6215 100644
--- a/api-reference/v1.0/api/termstore-set-get.md
+++ b/api-reference/v1.0/api/termstore-set-get.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get set
diff --git a/api-reference/v1.0/api/threatassessmentrequest-get.md b/api-reference/v1.0/api/threatassessmentrequest-get.md
index 629f3f98e24..3de4b088fd0 100644
--- a/api-reference/v1.0/api/threatassessmentrequest-get.md
+++ b/api-reference/v1.0/api/threatassessmentrequest-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get threatAssessmentRequest
diff --git a/api-reference/v1.0/api/todotasklist-get.md b/api-reference/v1.0/api/todotasklist-get.md
index 1eb41dc2a05..4d69be6896f 100644
--- a/api-reference/v1.0/api/todotasklist-get.md
+++ b/api-reference/v1.0/api/todotasklist-get.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get todoTaskList
diff --git a/api-reference/v1.0/api/tokenlifetimepolicy-list-appliesto.md b/api-reference/v1.0/api/tokenlifetimepolicy-list-appliesto.md
index e487a401896..092ec4efb18 100644
--- a/api-reference/v1.0/api/tokenlifetimepolicy-list-appliesto.md
+++ b/api-reference/v1.0/api/tokenlifetimepolicy-list-appliesto.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lujiangfeng666"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# List appliesTo
diff --git a/api-reference/v1.0/api/tokenlifetimepolicy-list.md b/api-reference/v1.0/api/tokenlifetimepolicy-list.md
index 320f33c1120..760f2f8ad01 100644
--- a/api-reference/v1.0/api/tokenlifetimepolicy-list.md
+++ b/api-reference/v1.0/api/tokenlifetimepolicy-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lujiangfeng666"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List tokenLifetimePolicies
diff --git a/api-reference/v1.0/api/user-post-calendargroups.md b/api-reference/v1.0/api/user-post-calendargroups.md
index 527232e8aed..819277049fd 100644
--- a/api-reference/v1.0/api/user-post-calendargroups.md
+++ b/api-reference/v1.0/api/user-post-calendargroups.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create CalendarGroup
diff --git a/api-reference/v1.0/api/user-post-contactfolders.md b/api-reference/v1.0/api/user-post-contactfolders.md
index d49f1e198fa..6c1296830a0 100644
--- a/api-reference/v1.0/api/user-post-contactfolders.md
+++ b/api-reference/v1.0/api/user-post-contactfolders.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create ContactFolder
diff --git a/api-reference/v1.0/api/user-reminderview.md b/api-reference/v1.0/api/user-reminderview.md
index 29c3fe565ee..c4134bab2f4 100644
--- a/api-reference/v1.0/api/user-reminderview.md
+++ b/api-reference/v1.0/api/user-reminderview.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# user: reminderView
diff --git a/api-reference/v1.0/api/userteamwork-delete-installedapps.md b/api-reference/v1.0/api/userteamwork-delete-installedapps.md
index fd690638bfc..0cf121e21a3 100644
--- a/api-reference/v1.0/api/userteamwork-delete-installedapps.md
+++ b/api-reference/v1.0/api/userteamwork-delete-installedapps.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Uninstall app for user
diff --git a/api-reference/v1.0/api/userteamwork-get.md b/api-reference/v1.0/api/userteamwork-get.md
index e1086979bd4..0841587fe7d 100644
--- a/api-reference/v1.0/api/userteamwork-get.md
+++ b/api-reference/v1.0/api/userteamwork-get.md
@@ -5,6 +5,7 @@ author: "mea"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/16/2024
---
# Get userTeamwork
diff --git a/api-reference/v1.0/api/workbook-refreshsession.md b/api-reference/v1.0/api/workbook-refreshsession.md
index f084b12120e..c22c2a14882 100644
--- a/api-reference/v1.0/api/workbook-refreshsession.md
+++ b/api-reference/v1.0/api/workbook-refreshsession.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Refresh Session
diff --git a/api-reference/v1.0/resources/accesspackageassignmentapprovalsettings.md b/api-reference/v1.0/resources/accesspackageassignmentapprovalsettings.md
index bb9b0148e74..fa41fbbc71e 100644
--- a/api-reference/v1.0/resources/accesspackageassignmentapprovalsettings.md
+++ b/api-reference/v1.0/resources/accesspackageassignmentapprovalsettings.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# accessPackageAssignmentApprovalSettings resource type
diff --git a/api-reference/v1.0/resources/accesspackagecatalog.md b/api-reference/v1.0/resources/accesspackagecatalog.md
index 176890f05c6..187bcf6f183 100644
--- a/api-reference/v1.0/resources/accesspackagecatalog.md
+++ b/api-reference/v1.0/resources/accesspackagecatalog.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessPackageCatalog resource type
diff --git a/api-reference/v1.0/resources/accesspackageresourcerequest.md b/api-reference/v1.0/resources/accesspackageresourcerequest.md
index 62778dd97c3..29ed32b7fd4 100644
--- a/api-reference/v1.0/resources/accesspackageresourcerequest.md
+++ b/api-reference/v1.0/resources/accesspackageresourcerequest.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "resourcePageType"
+ms.date: 05/23/2024
---
# accessPackageResourceRequest resource type
diff --git a/api-reference/v1.0/resources/alternativesecurityid.md b/api-reference/v1.0/resources/alternativesecurityid.md
index 9e9961867d3..c0deee18190 100644
--- a/api-reference/v1.0/resources/alternativesecurityid.md
+++ b/api-reference/v1.0/resources/alternativesecurityid.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "myra-ramdenbourg"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# alternativeSecurityId resource type
diff --git a/api-reference/v1.0/resources/appliedconditionalaccesspolicy.md b/api-reference/v1.0/resources/appliedconditionalaccesspolicy.md
index 761c3f07a09..ebda191181f 100644
--- a/api-reference/v1.0/resources/appliedconditionalaccesspolicy.md
+++ b/api-reference/v1.0/resources/appliedconditionalaccesspolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "egreenberg14"
ms.subservice: entra-monitoring-health
doc_type: resourcePageType
+ms.date: 06/11/2024
---
# appliedConditionalAccessPolicy resource type
diff --git a/api-reference/v1.0/resources/authenticationflowspolicy.md b/api-reference/v1.0/resources/authenticationflowspolicy.md
index 6819b8169eb..7916a07be39 100644
--- a/api-reference/v1.0/resources/authenticationflowspolicy.md
+++ b/api-reference/v1.0/resources/authenticationflowspolicy.md
@@ -5,6 +5,7 @@ author: "linkhp"
ms.localizationpriority: high
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# authenticationFlowsPolicy resource type
diff --git a/api-reference/v1.0/resources/azureactivedirectorytenant.md b/api-reference/v1.0/resources/azureactivedirectorytenant.md
index c42e05b38e4..6472d653a4c 100644
--- a/api-reference/v1.0/resources/azureactivedirectorytenant.md
+++ b/api-reference/v1.0/resources/azureactivedirectorytenant.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# azureActiveDirectoryTenant resource type
diff --git a/api-reference/v1.0/resources/builtinidentityprovider.md b/api-reference/v1.0/resources/builtinidentityprovider.md
index e3f8e164dec..05afd3f4ce0 100644
--- a/api-reference/v1.0/resources/builtinidentityprovider.md
+++ b/api-reference/v1.0/resources/builtinidentityprovider.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "namkedia"
+ms.date: 07/22/2024
---
# builtInIdentityProvider resource type
diff --git a/api-reference/v1.0/resources/bundle.md b/api-reference/v1.0/resources/bundle.md
index 1559664f830..78e3d59a62c 100644
--- a/api-reference/v1.0/resources/bundle.md
+++ b/api-reference/v1.0/resources/bundle.md
@@ -5,6 +5,7 @@ description: Facet describing a driveItem that is a logical grouping of other dr
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 06/06/2024
---
# bundle resource type
diff --git a/api-reference/v1.0/resources/callrecords-mediastream.md b/api-reference/v1.0/resources/callrecords-mediastream.md
index f81dda2c014..67f28b129e4 100644
--- a/api-reference/v1.0/resources/callrecords-mediastream.md
+++ b/api-reference/v1.0/resources/callrecords-mediastream.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# mediaStream resource type
diff --git a/api-reference/v1.0/resources/chatmessagehostedcontent.md b/api-reference/v1.0/resources/chatmessagehostedcontent.md
index b316ba6b5c8..8be23572f5a 100644
--- a/api-reference/v1.0/resources/chatmessagehostedcontent.md
+++ b/api-reference/v1.0/resources/chatmessagehostedcontent.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "RamjotSingh"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 05/23/2024
---
# chatMessageHostedContent resource type
diff --git a/api-reference/v1.0/resources/conditionalaccessapplications.md b/api-reference/v1.0/resources/conditionalaccessapplications.md
index aa967109256..28a3e5a264e 100644
--- a/api-reference/v1.0/resources/conditionalaccessapplications.md
+++ b/api-reference/v1.0/resources/conditionalaccessapplications.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# conditionalAccessApplications resource type
diff --git a/api-reference/v1.0/resources/conditionalaccesssessioncontrols.md b/api-reference/v1.0/resources/conditionalaccesssessioncontrols.md
index d1e00c1ee8b..8f2e28f759c 100644
--- a/api-reference/v1.0/resources/conditionalaccesssessioncontrols.md
+++ b/api-reference/v1.0/resources/conditionalaccesssessioncontrols.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 04/03/2024
---
# conditionalAccessSessionControls resource type
diff --git a/api-reference/v1.0/resources/connectedorganization.md b/api-reference/v1.0/resources/connectedorganization.md
index 31bf03f6d47..f6fcbbfaedd 100644
--- a/api-reference/v1.0/resources/connectedorganization.md
+++ b/api-reference/v1.0/resources/connectedorganization.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# connectedOrganization resource type
diff --git a/api-reference/v1.0/resources/conversationthread.md b/api-reference/v1.0/resources/conversationthread.md
index 7b573e38185..02f5fd2f8ea 100644
--- a/api-reference/v1.0/resources/conversationthread.md
+++ b/api-reference/v1.0/resources/conversationthread.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# conversationThread resource type
diff --git a/api-reference/v1.0/resources/crosstenantaccesspolicy.md b/api-reference/v1.0/resources/crosstenantaccesspolicy.md
index 1f23ccc7d77..75c5b5be26d 100644
--- a/api-reference/v1.0/resources/crosstenantaccesspolicy.md
+++ b/api-reference/v1.0/resources/crosstenantaccesspolicy.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Policy
+ms.date: 07/22/2024
---
# crossTenantAccessPolicy resource type
diff --git a/api-reference/v1.0/resources/customsecurityattributevalue.md b/api-reference/v1.0/resources/customsecurityattributevalue.md
index 630b2752269..13e3cc43f88 100644
--- a/api-reference/v1.0/resources/customsecurityattributevalue.md
+++ b/api-reference/v1.0/resources/customsecurityattributevalue.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# customSecurityAttributeValue resource type
diff --git a/api-reference/v1.0/resources/delegatedadminaccessdetails.md b/api-reference/v1.0/resources/delegatedadminaccessdetails.md
index 93987392b27..d01e05d8fa5 100644
--- a/api-reference/v1.0/resources/delegatedadminaccessdetails.md
+++ b/api-reference/v1.0/resources/delegatedadminaccessdetails.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminAccessDetails resource type
diff --git a/api-reference/v1.0/resources/driveitemversion.md b/api-reference/v1.0/resources/driveitemversion.md
index 0c2f4e4a003..6457322d06d 100644
--- a/api-reference/v1.0/resources/driveitemversion.md
+++ b/api-reference/v1.0/resources/driveitemversion.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "sharepoint"
author: "spgraph-docs-team"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# driveItemVersion resource type
diff --git a/api-reference/v1.0/resources/extension.md b/api-reference/v1.0/resources/extension.md
index 4aaa8510664..0a0f9c7ada0 100644
--- a/api-reference/v1.0/resources/extension.md
+++ b/api-reference/v1.0/resources/extension.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "keylimesoda"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# extension resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-externalgroup.md b/api-reference/v1.0/resources/externalconnectors-externalgroup.md
index 4897a6d0a82..77cabc895be 100644
--- a/api-reference/v1.0/resources/externalconnectors-externalgroup.md
+++ b/api-reference/v1.0/resources/externalconnectors-externalgroup.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# externalGroup resource type
diff --git a/api-reference/v1.0/resources/fido2authenticationmethodconfiguration.md b/api-reference/v1.0/resources/fido2authenticationmethodconfiguration.md
index abc05bf1d45..84426d10429 100644
--- a/api-reference/v1.0/resources/fido2authenticationmethodconfiguration.md
+++ b/api-reference/v1.0/resources/fido2authenticationmethodconfiguration.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: FIDO2
+ms.date: 07/22/2024
---
# fido2AuthenticationMethodConfiguration resource type
diff --git a/api-reference/v1.0/resources/grouplifecyclepolicy.md b/api-reference/v1.0/resources/grouplifecyclepolicy.md
index 96eeec4761f..6b71c72ed91 100644
--- a/api-reference/v1.0/resources/grouplifecyclepolicy.md
+++ b/api-reference/v1.0/resources/grouplifecyclepolicy.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# groupLifecyclePolicy resource type
diff --git a/api-reference/v1.0/resources/groupsettingtemplate.md b/api-reference/v1.0/resources/groupsettingtemplate.md
index 1dc59f96b92..b1300c9d6d1 100644
--- a/api-reference/v1.0/resources/groupsettingtemplate.md
+++ b/api-reference/v1.0/resources/groupsettingtemplate.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# groupSettingTemplate resource type
diff --git a/api-reference/v1.0/resources/insightssettings.md b/api-reference/v1.0/resources/insightssettings.md
index 5567cf72cc9..cfb60f4a722 100644
--- a/api-reference/v1.0/resources/insightssettings.md
+++ b/api-reference/v1.0/resources/insightssettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "larsb"
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# insightsSettings resource type
diff --git a/api-reference/v1.0/resources/intune-books-deviceinstallstate.md b/api-reference/v1.0/resources/intune-books-deviceinstallstate.md
index 218bba45208..272db6c910c 100644
--- a/api-reference/v1.0/resources/intune-books-deviceinstallstate.md
+++ b/api-reference/v1.0/resources/intune-books-deviceinstallstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceInstallState resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactionitem.md b/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactionitem.md
index 18deeb5804f..e18feaa9cd6 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactionitem.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicecomplianceactionitem.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceComplianceActionItem resource type
diff --git a/api-reference/v1.0/resources/intune-enrollment-conceptual.md b/api-reference/v1.0/resources/intune-enrollment-conceptual.md
index 625f2838679..a5d34824394 100644
--- a/api-reference/v1.0/resources/intune-enrollment-conceptual.md
+++ b/api-reference/v1.0/resources/intune-enrollment-conceptual.md
@@ -4,6 +4,7 @@ description: "Lists the Microsoft Graph API for Intune endpoints (REST) that enr
author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
+ms.date: 04/18/2024
---
# Enroll corporate-owned devices by using Intune
diff --git a/api-reference/v1.0/resources/intune-rbac-roledefinition.md b/api-reference/v1.0/resources/intune-rbac-roledefinition.md
index e004fc98f4b..b8938f09db7 100644
--- a/api-reference/v1.0/resources/intune-rbac-roledefinition.md
+++ b/api-reference/v1.0/resources/intune-rbac-roledefinition.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# roleDefinition resource type
diff --git a/api-reference/v1.0/resources/intune-shared-groupassignmenttarget.md b/api-reference/v1.0/resources/intune-shared-groupassignmenttarget.md
index e0e0d140f63..ebb6a0fc54f 100644
--- a/api-reference/v1.0/resources/intune-shared-groupassignmenttarget.md
+++ b/api-reference/v1.0/resources/intune-shared-groupassignmenttarget.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# groupAssignmentTarget resource type
diff --git a/api-reference/v1.0/resources/itemactivitystat.md b/api-reference/v1.0/resources/itemactivitystat.md
index 99ec08802fc..4eb8d2b377a 100644
--- a/api-reference/v1.0/resources/itemactivitystat.md
+++ b/api-reference/v1.0/resources/itemactivitystat.md
@@ -5,6 +5,7 @@ description: The ItemActivityStat object provides information about activities t
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# itemActivityStat resource type
diff --git a/api-reference/v1.0/resources/iteminsights.md b/api-reference/v1.0/resources/iteminsights.md
index 5da904ed143..54db35a4f51 100644
--- a/api-reference/v1.0/resources/iteminsights.md
+++ b/api-reference/v1.0/resources/iteminsights.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: high
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 07/02/2024
---
# itemInsights resource type
diff --git a/api-reference/v1.0/resources/learningcontent.md b/api-reference/v1.0/resources/learningcontent.md
index 77a74f59dfd..5fad0fe36fd 100644
--- a/api-reference/v1.0/resources/learningcontent.md
+++ b/api-reference/v1.0/resources/learningcontent.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# learningContent resource type
diff --git a/api-reference/v1.0/resources/licenseunitsdetail.md b/api-reference/v1.0/resources/licenseunitsdetail.md
index 9557352c582..ccab71becf6 100644
--- a/api-reference/v1.0/resources/licenseunitsdetail.md
+++ b/api-reference/v1.0/resources/licenseunitsdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "frank-masuelli"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# licenseUnitsDetail resource type
diff --git a/api-reference/v1.0/resources/messageruleactions.md b/api-reference/v1.0/resources/messageruleactions.md
index 6e09cfcac9a..c887dfa2b31 100644
--- a/api-reference/v1.0/resources/messageruleactions.md
+++ b/api-reference/v1.0/resources/messageruleactions.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# messageRuleActions resource type
diff --git a/api-reference/v1.0/resources/messagerulepredicates.md b/api-reference/v1.0/resources/messagerulepredicates.md
index 9296306e127..ffa053be857 100644
--- a/api-reference/v1.0/resources/messagerulepredicates.md
+++ b/api-reference/v1.0/resources/messagerulepredicates.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# messageRulePredicates resource type
diff --git a/api-reference/v1.0/resources/multivaluelegacyextendedproperty.md b/api-reference/v1.0/resources/multivaluelegacyextendedproperty.md
index cb87e9fdd30..e53a169defc 100644
--- a/api-reference/v1.0/resources/multivaluelegacyextendedproperty.md
+++ b/api-reference/v1.0/resources/multivaluelegacyextendedproperty.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# multiValueLegacyExtendedProperty resource type
diff --git a/api-reference/v1.0/resources/onpremisesdirectorysynchronizationfeature.md b/api-reference/v1.0/resources/onpremisesdirectorysynchronizationfeature.md
index 6548011e767..cecb4702849 100644
--- a/api-reference/v1.0/resources/onpremisesdirectorysynchronizationfeature.md
+++ b/api-reference/v1.0/resources/onpremisesdirectorysynchronizationfeature.md
@@ -6,6 +6,7 @@ ms.reviewer: sgupta, abhishek.badjatya, dhanyahk
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 10/03/2024
---
# onPremisesDirectorySynchronizationFeature resource type
diff --git a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md
index e7bfc5e8f99..9d5d813d449 100644
--- a/api-reference/v1.0/resources/partners-billing-billedreconciliation.md
+++ b/api-reference/v1.0/resources/partners-billing-billedreconciliation.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# billedReconciliation resource type
diff --git a/api-reference/v1.0/resources/partners-billing-billedusage.md b/api-reference/v1.0/resources/partners-billing-billedusage.md
index 79ba4028e8d..a55dd3019f0 100644
--- a/api-reference/v1.0/resources/partners-billing-billedusage.md
+++ b/api-reference/v1.0/resources/partners-billing-billedusage.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# billedUsage resource type
diff --git a/api-reference/v1.0/resources/plannerexternalreference.md b/api-reference/v1.0/resources/plannerexternalreference.md
index 51210988aa0..7f11ac69d31 100644
--- a/api-reference/v1.0/resources/plannerexternalreference.md
+++ b/api-reference/v1.0/resources/plannerexternalreference.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# plannerExternalReference resource type
diff --git a/api-reference/v1.0/resources/post.md b/api-reference/v1.0/resources/post.md
index 62256bda4f8..39566744e30 100644
--- a/api-reference/v1.0/resources/post.md
+++ b/api-reference/v1.0/resources/post.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# post resource type
diff --git a/api-reference/v1.0/resources/printjob.md b/api-reference/v1.0/resources/printjob.md
index 5e20b2854ff..e1376ae1910 100644
--- a/api-reference/v1.0/resources/printjob.md
+++ b/api-reference/v1.0/resources/printjob.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# printJob resource type
diff --git a/api-reference/v1.0/resources/privilegedaccessgroupeligibilityschedulerequest.md b/api-reference/v1.0/resources/privilegedaccessgroupeligibilityschedulerequest.md
index 8459a91ff06..69bda153e31 100644
--- a/api-reference/v1.0/resources/privilegedaccessgroupeligibilityschedulerequest.md
+++ b/api-reference/v1.0/resources/privilegedaccessgroupeligibilityschedulerequest.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Eligibility schedule request
+ms.date: 07/22/2024
---
# privilegedAccessGroupEligibilityScheduleRequest resource type
diff --git a/api-reference/v1.0/resources/project-rome-overview.md b/api-reference/v1.0/resources/project-rome-overview.md
index 8b2172c5d14..5b12c0f389e 100644
--- a/api-reference/v1.0/resources/project-rome-overview.md
+++ b/api-reference/v1.0/resources/project-rome-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ailae"
ms.subservice: project-rome
doc_type: conceptualPageType
+ms.date: 04/24/2024
---
# Use the Microsoft Graph API to work with Project Rome
diff --git a/api-reference/v1.0/resources/searchhitscontainer.md b/api-reference/v1.0/resources/searchhitscontainer.md
index 081949b6f29..a0894b8d359 100644
--- a/api-reference/v1.0/resources/searchhitscontainer.md
+++ b/api-reference/v1.0/resources/searchhitscontainer.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "njerigrevious"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# searchHitsContainer resource type
diff --git a/api-reference/v1.0/resources/security-article.md b/api-reference/v1.0/resources/security-article.md
index b8022871cd8..d39cc9c51a5 100644
--- a/api-reference/v1.0/resources/security-article.md
+++ b/api-reference/v1.0/resources/security-article.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# article resource type
diff --git a/api-reference/v1.0/resources/security-deviceevidence.md b/api-reference/v1.0/resources/security-deviceevidence.md
index ec33ae9ed00..ffbe726e3ba 100644
--- a/api-reference/v1.0/resources/security-deviceevidence.md
+++ b/api-reference/v1.0/resources/security-deviceevidence.md
@@ -5,6 +5,7 @@ author: "BenAlfasi"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 09/23/2024
---
# deviceEvidence resource type
diff --git a/api-reference/v1.0/resources/security-ediscoverysearch.md b/api-reference/v1.0/resources/security-ediscoverysearch.md
index 3f73dbad69f..33cae927fe4 100644
--- a/api-reference/v1.0/resources/security-ediscoverysearch.md
+++ b/api-reference/v1.0/resources/security-ediscoverysearch.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 10/30/2024
---
# ediscoverySearch resource type
diff --git a/api-reference/v1.0/resources/serviceannouncement.md b/api-reference/v1.0/resources/serviceannouncement.md
index bc8da013adb..8f31821036b 100644
--- a/api-reference/v1.0/resources/serviceannouncement.md
+++ b/api-reference/v1.0/resources/serviceannouncement.md
@@ -5,6 +5,7 @@ author: "payiAzure"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# serviceAnnouncement resource type
diff --git a/api-reference/v1.0/resources/serviceprincipallockconfiguration.md b/api-reference/v1.0/resources/serviceprincipallockconfiguration.md
index 251bb2afd13..ca33bc10397 100644
--- a/api-reference/v1.0/resources/serviceprincipallockconfiguration.md
+++ b/api-reference/v1.0/resources/serviceprincipallockconfiguration.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "madansr7"
+ms.date: 04/03/2024
---
# servicePrincipalLockConfiguration resource type
diff --git a/api-reference/v1.0/resources/sharinglink.md b/api-reference/v1.0/resources/sharinglink.md
index 1c878f8d089..545bd186914 100644
--- a/api-reference/v1.0/resources/sharinglink.md
+++ b/api-reference/v1.0/resources/sharinglink.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The sharingLink resource groups link-related data items into a single structure."
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# sharingLink resource type
diff --git a/api-reference/v1.0/resources/socialidentityprovider.md b/api-reference/v1.0/resources/socialidentityprovider.md
index e3e4d1f61be..eab0bb32b58 100644
--- a/api-reference/v1.0/resources/socialidentityprovider.md
+++ b/api-reference/v1.0/resources/socialidentityprovider.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "namkedia"
+ms.date: 07/22/2024
---
# socialIdentityProvider resource type
diff --git a/api-reference/v1.0/resources/subjectset.md b/api-reference/v1.0/resources/subjectset.md
index c1c62a5aacc..84fa3a806ba 100644
--- a/api-reference/v1.0/resources/subjectset.md
+++ b/api-reference/v1.0/resources/subjectset.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# subjectSet resource type
diff --git a/api-reference/v1.0/resources/teamwork.md b/api-reference/v1.0/resources/teamwork.md
index 322d7d33c77..008956540e1 100644
--- a/api-reference/v1.0/resources/teamwork.md
+++ b/api-reference/v1.0/resources/teamwork.md
@@ -5,6 +5,7 @@ author: "akumar39"
doc_type: resourcePageType
ms.localizationpriority: high
ms.subservice: "teams"
+ms.date: 08/14/2024
---
# teamwork resource type
diff --git a/api-reference/v1.0/resources/teamworktagmember.md b/api-reference/v1.0/resources/teamworktagmember.md
index 3965c41a751..941836866b5 100644
--- a/api-reference/v1.0/resources/teamworktagmember.md
+++ b/api-reference/v1.0/resources/teamworktagmember.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkTagMember resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicyapprovalrule.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicyapprovalrule.md
index f26ddf266c0..259c11e57ad 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicyapprovalrule.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicyapprovalrule.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedRoleManagementPolicyApprovalRule resource type
diff --git a/api-reference/v1.0/resources/userconsentrequest.md b/api-reference/v1.0/resources/userconsentrequest.md
index df50a3e4c9b..1c322320f86 100644
--- a/api-reference/v1.0/resources/userconsentrequest.md
+++ b/api-reference/v1.0/resources/userconsentrequest.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# userConsentRequest resource type
diff --git a/api-reference/v1.0/resources/userregistrationfeaturesummary.md b/api-reference/v1.0/resources/userregistrationfeaturesummary.md
index 391cfb299a1..c3af8153c8c 100644
--- a/api-reference/v1.0/resources/userregistrationfeaturesummary.md
+++ b/api-reference/v1.0/resources/userregistrationfeaturesummary.md
@@ -5,6 +5,7 @@ author: "kvenkit"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# userRegistrationFeatureSummary resource type
diff --git a/api-reference/v1.0/resources/virtualevent.md b/api-reference/v1.0/resources/virtualevent.md
index ebd7e00f512..d1dff1afbea 100644
--- a/api-reference/v1.0/resources/virtualevent.md
+++ b/api-reference/v1.0/resources/virtualevent.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# virtualEvent resource type
diff --git a/api-reference/v1.0/resources/virtualeventsession.md b/api-reference/v1.0/resources/virtualeventsession.md
index 4a237e40ff4..be1e13ca0cc 100644
--- a/api-reference/v1.0/resources/virtualeventsession.md
+++ b/api-reference/v1.0/resources/virtualeventsession.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# virtualEventSession resource type
diff --git a/api-reference/v1.0/resources/workforceintegration.md b/api-reference/v1.0/resources/workforceintegration.md
index 9ae2eaa2540..2398efa2fbb 100644
--- a/api-reference/v1.0/resources/workforceintegration.md
+++ b/api-reference/v1.0/resources/workforceintegration.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "akumar39"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# workforceIntegration resource type
diff --git a/api-reference/v1.0/resources/workingtimeschedule.md b/api-reference/v1.0/resources/workingtimeschedule.md
index 0f67d58a01d..227677640c4 100644
--- a/api-reference/v1.0/resources/workingtimeschedule.md
+++ b/api-reference/v1.0/resources/workingtimeschedule.md
@@ -5,6 +5,7 @@ author: "galalalym"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# workingTimeSchedule resource type
From 114f0a02d09e1939cc2688593b305f898be78215 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:52:20 +0800
Subject: [PATCH 068/130] Bulk add missing ms.date
---
api-reference/beta/api/approvalitem-cancel.md | 1 +
...cloudpcreports-gettotalaggregatedremoteconnectionreports.md | 1 +
api-reference/beta/api/deviceregistrationpolicy-get.md | 1 +
api-reference/beta/api/directorysettingtemplate-get.md | 1 +
api-reference/beta/api/dynamics-companies-get.md | 1 +
api-reference/beta/api/ediscovery-case-post-legalholds.md | 1 +
.../beta/api/federatedtokenvalidationpolicy-update.md | 1 +
api-reference/beta/api/identitycontainer-list-b2cuserflows.md | 1 +
.../api/intune-devices-manageddevice-rotatebitlockerkeys.md | 1 +
...ices-manageddevice-sendcustomnotificationtocompanyportal.md | 1 +
.../beta/api/intune-shared-deviceappmanagement-get.md | 1 +
api-reference/beta/api/message-markasjunk.md | 1 +
api-reference/beta/api/notifications-post.md | 1 +
...artner-security-partnersecurityalert-list-securityalerts.md | 1 +
api-reference/beta/api/regionalandlanguagesettings-get.md | 1 +
api-reference/beta/api/security-emailthreatsubmission-get.md | 1 +
.../security-sensitivitylabel-evaluateclassificationresults.md | 1 +
api-reference/beta/api/serviceprincipal-put-claimspolicy.md | 1 +
api-reference/beta/api/teamworkdeviceconfiguration-get.md | 1 +
api-reference/beta/api/teamworkdeviceoperation-list.md | 1 +
.../beta/api/trustframework-post-trustframeworkpolicy.md | 1 +
.../beta/api/trustframework-put-trustframeworkpolicy.md | 1 +
api-reference/beta/api/user-list-usagerights.md | 1 +
api-reference/beta/resources/cloudlicensing-usageright.md | 1 +
api-reference/beta/resources/deviceregistrationpolicy.md | 1 +
.../intune-deviceconfig-androiddeviceownercompliancepolicy.md | 1 +
.../intune-deviceconfig-manageddeviceencryptionstate.md | 1 +
.../resources/intune-deviceintent-securitybaselinetemplate.md | 1 +
.../beta/resources/intune-devices-manageddevicearchitecture.md | 3 ++-
.../beta/resources/intune-enrollment-enrollmentprofile.md | 1 +
api-reference/beta/resources/intune-rbac-rolescopetag.md | 1 +
.../beta/resources/intune-shared-deviceappmanagement.md | 1 +
.../partner-security-partnersecurityalert-api-overview.md | 1 +
api-reference/beta/resources/security-informationprotection.md | 1 +
.../resources/security-informationprotectionpolicysetting.md | 1 +
api-reference/beta/resources/serviceactivity.md | 1 +
api-reference/beta/resources/timecard.md | 1 +
api-reference/beta/resources/trustframeworkkeyset.md | 1 +
.../v1.0/api/accesspackage-post-resourcerolescopes.md | 1 +
api-reference/v1.0/api/accesspackageassignment-get.md | 1 +
api-reference/v1.0/api/accessreviewscheduledefinition-get.md | 1 +
api-reference/v1.0/api/alert-update.md | 1 +
.../v1.0/api/application-post-tokenlifetimepolicies.md | 1 +
api-reference/v1.0/api/application-setverifiedpublisher.md | 1 +
api-reference/v1.0/api/approval-filterbycurrentuser.md | 1 +
api-reference/v1.0/api/approvalstage-update.md | 1 +
.../v1.0/api/backuprestoreroot-list-protectionpolicies.md | 1 +
.../v1.0/api/backuprestoreroot-post-exchangerestoresessions.md | 1 +
api-reference/v1.0/api/bookingservice-get.md | 1 +
api-reference/v1.0/api/bookingstaffmember-get.md | 1 +
api-reference/v1.0/api/callrecording-delta.md | 1 +
api-reference/v1.0/api/calltranscript-delta.md | 1 +
api-reference/v1.0/api/channel-provisionemail.md | 1 +
api-reference/v1.0/api/channel-update-members.md | 1 +
api-reference/v1.0/api/chat-list-permissiongrants.md | 1 +
api-reference/v1.0/api/chat-list-pinnedmessages.md | 1 +
api-reference/v1.0/api/chat-post-tabs.md | 1 +
...onalaccessroot-list-authenticationcontextclassreferences.md | 1 +
api-reference/v1.0/api/contactfolder-list-childfolders.md | 1 +
api-reference/v1.0/api/contenttype-update.md | 1 +
api-reference/v1.0/api/conversationthread-reply.md | 1 +
api-reference/v1.0/api/countrynamedlocation-get.md | 1 +
.../api/crosstenantaccesspolicyconfigurationpartner-get.md | 1 +
api-reference/v1.0/api/delegatedadminaccessassignment-get.md | 1 +
api-reference/v1.0/api/delegatedadminrelationship-delete.md | 1 +
api-reference/v1.0/api/directoryobject-validateproperties.md | 1 +
api-reference/v1.0/api/directoryroletemplate-list.md | 1 +
api-reference/v1.0/api/domain-forcedelete.md | 1 +
api-reference/v1.0/api/educationclass-list-assignments.md | 1 +
api-reference/v1.0/api/educationclass-list.md | 1 +
.../v1.0/api/emailauthenticationmethodconfiguration-update.md | 1 +
.../v1.0/api/employeeexperience-list-learningproviders.md | 1 +
.../v1.0/api/externalconnectors-externalconnection-update.md | 1 +
.../v1.0/api/externalconnectors-externalgroup-post-members.md | 1 +
api-reference/v1.0/api/group-delete-event.md | 1 +
api-reference/v1.0/api/group-list-acceptedsenders.md | 1 +
api-reference/v1.0/api/groupsettingtemplate-list.md | 1 +
.../identitycontainer-post-customauthenticationextensions.md | 1 +
api-reference/v1.0/api/identityprovider-list.md | 1 +
api-reference/v1.0/api/insightssettings-update.md | 1 +
.../intune-apps-manageddevicemobileappconfiguration-list.md | 1 +
api-reference/v1.0/api/intune-apps-mobileappcontent-create.md | 1 +
.../v1.0/api/intune-apps-mobileappcontentfile-commit.md | 1 +
api-reference/v1.0/api/intune-books-deviceinstallstate-list.md | 1 +
...ntune-deviceconfig-devicecompliancepolicyassignment-list.md | 1 +
...viceconfig-devicecompliancepolicysettingstatesummary-get.md | 1 +
.../intune-deviceconfig-devicecompliancesettingstate-list.md | 1 +
.../intune-deviceconfig-deviceconfigurationdevicestatus-get.md | 1 +
...intune-deviceconfig-deviceconfigurationdevicestatus-list.md | 1 +
.../v1.0/api/intune-devices-manageddevice-rebootnow.md | 1 +
api-reference/v1.0/api/intune-rbac-roledefinition-get.md | 1 +
api-reference/v1.0/api/ipnamedlocation-get.md | 1 +
api-reference/v1.0/api/learningcourseactivity-list.md | 1 +
api-reference/v1.0/api/longrunningoperation-get.md | 1 +
api-reference/v1.0/api/notebook-list-sections.md | 1 +
api-reference/v1.0/api/outlookcategory-delete.md | 1 +
api-reference/v1.0/api/payload-get.md | 1 +
.../v1.0/api/peopleadminsettings-list-iteminsights.md | 1 +
.../v1.0/api/plannerassignedtotaskboardtaskformat-get.md | 1 +
api-reference/v1.0/api/print-list-printers.md | 1 +
api-reference/v1.0/api/printer-create.md | 1 +
.../api/privilegedaccessgroupassignmentschedulerequest-get.md | 1 +
.../api/privilegedaccessgroupeligibilityschedulerequest-get.md | 1 +
api-reference/v1.0/api/profilecardproperty-get.md | 1 +
.../v1.0/api/remotedesktopsecurityconfiguration-update.md | 1 +
.../v1.0/api/reportroot-getm365appplatformusercounts.md | 1 +
.../v1.0/api/reportroot-getoffice365groupsactivitycounts.md | 1 +
.../v1.0/api/reportroot-getonedriveactivityfilecounts.md | 1 +
.../v1.0/api/reportroot-getonedriveusageaccountcounts.md | 1 +
api-reference/v1.0/api/section-get.md | 1 +
api-reference/v1.0/api/section-list-pages.md | 1 +
.../v1.0/api/security-ediscoverycase-list-searches.md | 1 +
api-reference/v1.0/api/security-ediscoveryreviewset-export.md | 1 +
...serviceprincipal-post-delegatedpermissionclassifications.md | 1 +
api-reference/v1.0/api/serviceprincipal-removepassword.md | 1 +
api-reference/v1.0/api/sharedwithchannelteaminfo-list.md | 1 +
api-reference/v1.0/api/sitepage-getwebpartsbyposition.md | 1 +
api-reference/v1.0/api/table-databodyrange.md | 1 +
api-reference/v1.0/api/table-delete.md | 1 +
api-reference/v1.0/api/tablecolumn-update.md | 1 +
api-reference/v1.0/api/team-completemigration.md | 1 +
api-reference/v1.0/api/team-put-schedule.md | 1 +
api-reference/v1.0/api/teamworktagmember-list.md | 1 +
api-reference/v1.0/api/tenantappmanagementpolicy-update.md | 1 +
api-reference/v1.0/api/termstore-group-list-sets.md | 1 +
api-reference/v1.0/api/termstore-term-list-relations.md | 1 +
api-reference/v1.0/api/tokenlifetimepolicy-update.md | 1 +
.../v1.0/api/unifiedroleassignmentschedulerequest-get.md | 1 +
.../v1.0/api/unifiedroleeligibilityschedulerequest-get.md | 1 +
.../v1.0/api/unifiedrolemanagementpolicyassignment-get.md | 1 +
api-reference/v1.0/api/virtualendpoint-list-auditevents.md | 1 +
api-reference/v1.0/api/virtualevent-list-sessions.md | 1 +
api-reference/v1.0/api/virtualevent-post-presenters.md | 1 +
api-reference/v1.0/api/virtualeventregistration-get.md | 1 +
api-reference/v1.0/api/virtualeventsession-get.md | 1 +
.../api/windowshelloforbusinessauthenticationmethod-delete.md | 1 +
.../api/windowshelloforbusinessauthenticationmethod-list.md | 1 +
api-reference/v1.0/api/workbookapplication-get.md | 1 +
api-reference/v1.0/api/worksheet-list-tables.md | 1 +
api-reference/v1.0/resources/accesspackageapprovalstage.md | 1 +
.../v1.0/resources/accesspackageassignmentrequestorsettings.md | 1 +
.../v1.0/resources/accesspackageassignmentreviewsettings.md | 1 +
api-reference/v1.0/resources/accesspackagesubject.md | 1 +
api-reference/v1.0/resources/admin.md | 1 +
api-reference/v1.0/resources/aggregationoption.md | 1 +
api-reference/v1.0/resources/attacksimulationoperation.md | 1 +
.../v1.0/resources/attacksimulationtrainingusercoverage.md | 1 +
api-reference/v1.0/resources/audioroutinggroup.md | 3 ++-
.../v1.0/resources/authenticationmethodconfiguration.md | 1 +
api-reference/v1.0/resources/bookingpagesettings.md | 1 +
api-reference/v1.0/resources/bookingsavailability.md | 1 +
api-reference/v1.0/resources/callrecords-useragent.md | 1 +
api-reference/v1.0/resources/chatmessagereaction.md | 1 +
.../v1.0/resources/conditionalaccessguestsorexternalusers.md | 1 +
api-reference/v1.0/resources/conditionalaccesstemplate.md | 1 +
api-reference/v1.0/resources/contenttypeinfo.md | 1 +
api-reference/v1.0/resources/delegatedadminaccesscontainer.md | 1 +
.../v1.0/resources/delegatedadminrelationshiprequest.md | 1 +
api-reference/v1.0/resources/devicelocalcredential.md | 1 +
api-reference/v1.0/resources/externalconnectors-property.md | 1 +
api-reference/v1.0/resources/identitygovernance-workflow.md | 1 +
api-reference/v1.0/resources/identityprovider.md | 1 +
api-reference/v1.0/resources/insights-shared.md | 1 +
api-reference/v1.0/resources/insights-trending.md | 1 +
.../v1.0/resources/intune-apps-mobileappcontentfile.md | 1 +
api-reference/v1.0/resources/intune-apps-mobilelobapp.md | 1 +
api-reference/v1.0/resources/intune-apps-win32lobapprule.md | 1 +
api-reference/v1.0/resources/intune-auditing-auditevent.md | 1 +
.../intune-deviceconfig-deviceconfigurationdeviceoverview.md | 1 +
.../intune-deviceconfig-deviceconfigurationdevicestatus.md | 1 +
.../v1.0/resources/intune-devices-applogcollectionrequest.md | 1 +
.../v1.0/resources/intune-devices-deviceenrollmenttype.md | 1 +
.../intune-onboarding-deviceenrollmentconfiguration.md | 1 +
...arding-deviceenrollmentplatformrestrictionsconfiguration.md | 1 +
api-reference/v1.0/resources/intune-rbac-conceptual.md | 1 +
.../v1.0/resources/intune-shared-alldevicesassignmenttarget.md | 1 +
api-reference/v1.0/resources/joinmeetingidsettings.md | 1 +
.../v1.0/resources/organizationalbrandingproperties.md | 1 +
api-reference/v1.0/resources/permissiongrantpolicy.md | 1 +
api-reference/v1.0/resources/plannercategorydescriptions.md | 1 +
api-reference/v1.0/resources/presencestatusmessage.md | 1 +
api-reference/v1.0/resources/printer.md | 1 +
api-reference/v1.0/resources/projectrome-historyitem.md | 1 +
api-reference/v1.0/resources/relatedcontact.md | 1 +
api-reference/v1.0/resources/report-identity-access.md | 1 +
api-reference/v1.0/resources/restoresessionbase.md | 1 +
api-reference/v1.0/resources/scopedrolemembership.md | 1 +
api-reference/v1.0/resources/search-acronym.md | 1 +
api-reference/v1.0/resources/security-ipaddress.md | 1 +
api-reference/v1.0/resources/securityvendorinformation.md | 1 +
api-reference/v1.0/resources/serviceprincipalriskdetection.md | 1 +
api-reference/v1.0/resources/staffavailabilityitem.md | 3 ++-
api-reference/v1.0/resources/targetresource.md | 1 +
.../temporaryaccesspassauthenticationmethodconfiguration.md | 1 +
api-reference/v1.0/resources/threatassessmentrequest.md | 1 +
api-reference/v1.0/resources/unifiedrole.md | 1 +
.../v1.0/resources/unifiedrolemanagementpolicyruletarget.md | 1 +
api-reference/v1.0/resources/virtualeventpresenter.md | 1 +
.../resources/virtualeventwebinarregistrationconfiguration.md | 1 +
api-reference/v1.0/resources/workbookrangefill.md | 1 +
200 files changed, 203 insertions(+), 3 deletions(-)
diff --git a/api-reference/beta/api/approvalitem-cancel.md b/api-reference/beta/api/approvalitem-cancel.md
index 6e6d16a31a1..47c466c9dd4 100644
--- a/api-reference/beta/api/approvalitem-cancel.md
+++ b/api-reference/beta/api/approvalitem-cancel.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# approvalItem: cancel
diff --git a/api-reference/beta/api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md b/api-reference/beta/api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md
index 6e9885d8073..d996cc8792d 100644
--- a/api-reference/beta/api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md
+++ b/api-reference/beta/api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# cloudPcReports: getTotalAggregatedRemoteConnectionReports
diff --git a/api-reference/beta/api/deviceregistrationpolicy-get.md b/api-reference/beta/api/deviceregistrationpolicy-get.md
index e696f123589..0ed48922a93 100644
--- a/api-reference/beta/api/deviceregistrationpolicy-get.md
+++ b/api-reference/beta/api/deviceregistrationpolicy-get.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 06/03/2024
---
# Get deviceRegistrationPolicy
diff --git a/api-reference/beta/api/directorysettingtemplate-get.md b/api-reference/beta/api/directorysettingtemplate-get.md
index dda919f0321..77935ac16f4 100644
--- a/api-reference/beta/api/directorysettingtemplate-get.md
+++ b/api-reference/beta/api/directorysettingtemplate-get.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get a directory setting template
diff --git a/api-reference/beta/api/dynamics-companies-get.md b/api-reference/beta/api/dynamics-companies-get.md
index 56d80218de5..42634ab2d98 100644
--- a/api-reference/beta/api/dynamics-companies-get.md
+++ b/api-reference/beta/api/dynamics-companies-get.md
@@ -7,6 +7,7 @@ author: "SusanneWindfeldPedersen"
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get companies
diff --git a/api-reference/beta/api/ediscovery-case-post-legalholds.md b/api-reference/beta/api/ediscovery-case-post-legalholds.md
index 962e13953e6..18290dcd604 100644
--- a/api-reference/beta/api/ediscovery-case-post-legalholds.md
+++ b/api-reference/beta/api/ediscovery-case-post-legalholds.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# Create legalHold
diff --git a/api-reference/beta/api/federatedtokenvalidationpolicy-update.md b/api-reference/beta/api/federatedtokenvalidationpolicy-update.md
index 3489bedcb71..91224946723 100644
--- a/api-reference/beta/api/federatedtokenvalidationpolicy-update.md
+++ b/api-reference/beta/api/federatedtokenvalidationpolicy-update.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Update federatedTokenValidationPolicy
diff --git a/api-reference/beta/api/identitycontainer-list-b2cuserflows.md b/api-reference/beta/api/identitycontainer-list-b2cuserflows.md
index 278e6882c1a..b9265af4b71 100644
--- a/api-reference/beta/api/identitycontainer-list-b2cuserflows.md
+++ b/api-reference/beta/api/identitycontainer-list-b2cuserflows.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "jkdouglas"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List b2cIdentityUserFlows
diff --git a/api-reference/beta/api/intune-devices-manageddevice-rotatebitlockerkeys.md b/api-reference/beta/api/intune-devices-manageddevice-rotatebitlockerkeys.md
index d7b084b54d9..64f1f5ffd99 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-rotatebitlockerkeys.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-rotatebitlockerkeys.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# rotateBitLockerKeys action
diff --git a/api-reference/beta/api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md b/api-reference/beta/api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md
index ecdef3607ac..4543f560214 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# sendCustomNotificationToCompanyPortal action
diff --git a/api-reference/beta/api/intune-shared-deviceappmanagement-get.md b/api-reference/beta/api/intune-shared-deviceappmanagement-get.md
index 58935bb89b6..d98212fc2f8 100644
--- a/api-reference/beta/api/intune-shared-deviceappmanagement-get.md
+++ b/api-reference/beta/api/intune-shared-deviceappmanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceAppManagement
diff --git a/api-reference/beta/api/message-markasjunk.md b/api-reference/beta/api/message-markasjunk.md
index cdf24d4d2e1..18dc0a43e53 100644
--- a/api-reference/beta/api/message-markasjunk.md
+++ b/api-reference/beta/api/message-markasjunk.md
@@ -5,6 +5,7 @@ author: "kagunase"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# message: markAsJunk
diff --git a/api-reference/beta/api/notifications-post.md b/api-reference/beta/api/notifications-post.md
index 054bb74d023..d1b9b8fe993 100644
--- a/api-reference/beta/api/notifications-post.md
+++ b/api-reference/beta/api/notifications-post.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "notifications"
doc_type: apiPageType
author: "merzink"
+ms.date: 04/04/2024
---
# Create and send a notification
diff --git a/api-reference/beta/api/partner-security-partnersecurityalert-list-securityalerts.md b/api-reference/beta/api/partner-security-partnersecurityalert-list-securityalerts.md
index 49c2cf921cf..8c2a19d664c 100644
--- a/api-reference/beta/api/partner-security-partnersecurityalert-list-securityalerts.md
+++ b/api-reference/beta/api/partner-security-partnersecurityalert-list-securityalerts.md
@@ -5,6 +5,7 @@ author: "manusidd"
ms.localizationpriority: medium
ms.subservice: "partner-customer-administration"
doc_type: apiPageType
+ms.date: 07/11/2024
---
# List securityAlerts
diff --git a/api-reference/beta/api/regionalandlanguagesettings-get.md b/api-reference/beta/api/regionalandlanguagesettings-get.md
index b4f3c9d45ca..5647a6452d3 100644
--- a/api-reference/beta/api/regionalandlanguagesettings-get.md
+++ b/api-reference/beta/api/regionalandlanguagesettings-get.md
@@ -5,6 +5,7 @@ author: "jasonbro"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Get regionalAndLanguageSettings
diff --git a/api-reference/beta/api/security-emailthreatsubmission-get.md b/api-reference/beta/api/security-emailthreatsubmission-get.md
index 47ac4527ce9..ad3e4a1c1b3 100644
--- a/api-reference/beta/api/security-emailthreatsubmission-get.md
+++ b/api-reference/beta/api/security-emailthreatsubmission-get.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get emailThreatSubmission
diff --git a/api-reference/beta/api/security-sensitivitylabel-evaluateclassificationresults.md b/api-reference/beta/api/security-sensitivitylabel-evaluateclassificationresults.md
index 70cc399fc07..6b599b692cf 100644
--- a/api-reference/beta/api/security-sensitivitylabel-evaluateclassificationresults.md
+++ b/api-reference/beta/api/security-sensitivitylabel-evaluateclassificationresults.md
@@ -5,6 +5,7 @@ author: "tommoser"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# sensitivityLabel: evaluateClassificationResults
diff --git a/api-reference/beta/api/serviceprincipal-put-claimspolicy.md b/api-reference/beta/api/serviceprincipal-put-claimspolicy.md
index 152a6f82507..edf7aa39be8 100644
--- a/api-reference/beta/api/serviceprincipal-put-claimspolicy.md
+++ b/api-reference/beta/api/serviceprincipal-put-claimspolicy.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: entra-id
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create or replace claimsPolicy
diff --git a/api-reference/beta/api/teamworkdeviceconfiguration-get.md b/api-reference/beta/api/teamworkdeviceconfiguration-get.md
index 64d0d2a3dd5..18695370acb 100644
--- a/api-reference/beta/api/teamworkdeviceconfiguration-get.md
+++ b/api-reference/beta/api/teamworkdeviceconfiguration-get.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get teamworkDeviceConfiguration
diff --git a/api-reference/beta/api/teamworkdeviceoperation-list.md b/api-reference/beta/api/teamworkdeviceoperation-list.md
index de13cf27693..5487d29c032 100644
--- a/api-reference/beta/api/teamworkdeviceoperation-list.md
+++ b/api-reference/beta/api/teamworkdeviceoperation-list.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List teamworkDeviceOperations
diff --git a/api-reference/beta/api/trustframework-post-trustframeworkpolicy.md b/api-reference/beta/api/trustframework-post-trustframeworkpolicy.md
index 4a70c4c8b28..11a4dae76b6 100644
--- a/api-reference/beta/api/trustframework-post-trustframeworkpolicy.md
+++ b/api-reference/beta/api/trustframework-post-trustframeworkpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Create trustFrameworkPolicy
diff --git a/api-reference/beta/api/trustframework-put-trustframeworkpolicy.md b/api-reference/beta/api/trustframework-put-trustframeworkpolicy.md
index e95d6923726..b86e0d3c697 100644
--- a/api-reference/beta/api/trustframework-put-trustframeworkpolicy.md
+++ b/api-reference/beta/api/trustframework-put-trustframeworkpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update or create trustFrameworkPolicy
diff --git a/api-reference/beta/api/user-list-usagerights.md b/api-reference/beta/api/user-list-usagerights.md
index 772ee8db94f..a5b300d5ef5 100644
--- a/api-reference/beta/api/user-list-usagerights.md
+++ b/api-reference/beta/api/user-list-usagerights.md
@@ -5,6 +5,7 @@ author: "jeeshnair"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List user usageRights
diff --git a/api-reference/beta/resources/cloudlicensing-usageright.md b/api-reference/beta/resources/cloudlicensing-usageright.md
index e379d5874ee..2cd25739f71 100644
--- a/api-reference/beta/resources/cloudlicensing-usageright.md
+++ b/api-reference/beta/resources/cloudlicensing-usageright.md
@@ -5,6 +5,7 @@ author: "patrick-starrin"
ms.localizationpriority: medium
ms.subservice: "cloud-licensing"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# usageRight resource type
diff --git a/api-reference/beta/resources/deviceregistrationpolicy.md b/api-reference/beta/resources/deviceregistrationpolicy.md
index da4fed23600..73bf8a92c02 100644
--- a/api-reference/beta/resources/deviceregistrationpolicy.md
+++ b/api-reference/beta/resources/deviceregistrationpolicy.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# deviceRegistrationPolicy resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md b/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md
index 5948caf493a..50e7a5128a9 100644
--- a/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md
+++ b/api-reference/beta/resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidDeviceOwnerCompliancePolicy resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-manageddeviceencryptionstate.md b/api-reference/beta/resources/intune-deviceconfig-manageddeviceencryptionstate.md
index 32f9258c538..10355aee0f5 100644
--- a/api-reference/beta/resources/intune-deviceconfig-manageddeviceencryptionstate.md
+++ b/api-reference/beta/resources/intune-deviceconfig-manageddeviceencryptionstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedDeviceEncryptionState resource type
diff --git a/api-reference/beta/resources/intune-deviceintent-securitybaselinetemplate.md b/api-reference/beta/resources/intune-deviceintent-securitybaselinetemplate.md
index 78860e9ad20..f74e2846bf9 100644
--- a/api-reference/beta/resources/intune-deviceintent-securitybaselinetemplate.md
+++ b/api-reference/beta/resources/intune-deviceintent-securitybaselinetemplate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# securityBaselineTemplate resource type
diff --git a/api-reference/beta/resources/intune-devices-manageddevicearchitecture.md b/api-reference/beta/resources/intune-devices-manageddevicearchitecture.md
index 5db24629888..03bdfadb7ea 100644
--- a/api-reference/beta/resources/intune-devices-manageddevicearchitecture.md
+++ b/api-reference/beta/resources/intune-devices-manageddevicearchitecture.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 08/01/2024
---
# managedDeviceArchitecture enum type
@@ -24,4 +25,4 @@ Processor architecture
|x86|1|X86|
|x64|2|X64|
|arm|3|ARM|
-|arM64|4|ARM64|
\ No newline at end of file
+|arM64|4|ARM64|
diff --git a/api-reference/beta/resources/intune-enrollment-enrollmentprofile.md b/api-reference/beta/resources/intune-enrollment-enrollmentprofile.md
index 82af252092c..787586700fa 100644
--- a/api-reference/beta/resources/intune-enrollment-enrollmentprofile.md
+++ b/api-reference/beta/resources/intune-enrollment-enrollmentprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# enrollmentProfile resource type
diff --git a/api-reference/beta/resources/intune-rbac-rolescopetag.md b/api-reference/beta/resources/intune-rbac-rolescopetag.md
index 152ef4397f6..84502dde4f5 100644
--- a/api-reference/beta/resources/intune-rbac-rolescopetag.md
+++ b/api-reference/beta/resources/intune-rbac-rolescopetag.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# roleScopeTag resource type
diff --git a/api-reference/beta/resources/intune-shared-deviceappmanagement.md b/api-reference/beta/resources/intune-shared-deviceappmanagement.md
index 5663dd7a3e9..08619d6e3c6 100644
--- a/api-reference/beta/resources/intune-shared-deviceappmanagement.md
+++ b/api-reference/beta/resources/intune-shared-deviceappmanagement.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceAppManagement resource type
diff --git a/api-reference/beta/resources/partner-security-partnersecurityalert-api-overview.md b/api-reference/beta/resources/partner-security-partnersecurityalert-api-overview.md
index add5f77b33c..474be917a99 100644
--- a/api-reference/beta/resources/partner-security-partnersecurityalert-api-overview.md
+++ b/api-reference/beta/resources/partner-security-partnersecurityalert-api-overview.md
@@ -5,6 +5,7 @@ author: "manusidd"
ms.localizationpriority: medium
ms.subservice: "partner-customer-administration"
doc_type: resourcePageType
+ms.date: 05/07/2024
---
# Use the partner security alert API in Microsoft Graph (preview)
diff --git a/api-reference/beta/resources/security-informationprotection.md b/api-reference/beta/resources/security-informationprotection.md
index 9c88c3bdaab..a39ae7c0108 100644
--- a/api-reference/beta/resources/security-informationprotection.md
+++ b/api-reference/beta/resources/security-informationprotection.md
@@ -5,6 +5,7 @@ author: "tommoser"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# informationProtection resource type
diff --git a/api-reference/beta/resources/security-informationprotectionpolicysetting.md b/api-reference/beta/resources/security-informationprotectionpolicysetting.md
index 6a693433fe9..94d9af5bd58 100644
--- a/api-reference/beta/resources/security-informationprotectionpolicysetting.md
+++ b/api-reference/beta/resources/security-informationprotectionpolicysetting.md
@@ -5,6 +5,7 @@ author: "tommoser"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# informationProtectionPolicySetting resource type
diff --git a/api-reference/beta/resources/serviceactivity.md b/api-reference/beta/resources/serviceactivity.md
index 3500ff53a74..d3c4c523f0f 100644
--- a/api-reference/beta/resources/serviceactivity.md
+++ b/api-reference/beta/resources/serviceactivity.md
@@ -5,6 +5,7 @@ author: "Zacharypeng"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# serviceActivity resource type
diff --git a/api-reference/beta/resources/timecard.md b/api-reference/beta/resources/timecard.md
index e94b4592fca..93fad06ba36 100644
--- a/api-reference/beta/resources/timecard.md
+++ b/api-reference/beta/resources/timecard.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType_
+ms.date: 08/01/2024
---
# timeCard resource type
diff --git a/api-reference/beta/resources/trustframeworkkeyset.md b/api-reference/beta/resources/trustframeworkkeyset.md
index b851b8b8e8f..76d80f10b6b 100644
--- a/api-reference/beta/resources/trustframeworkkeyset.md
+++ b/api-reference/beta/resources/trustframeworkkeyset.md
@@ -5,6 +5,7 @@ author: "gysingh"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# trustFrameworkKeySet resource type
diff --git a/api-reference/v1.0/api/accesspackage-post-resourcerolescopes.md b/api-reference/v1.0/api/accesspackage-post-resourcerolescopes.md
index 1dcace4c8ab..dd91f6e29a4 100644
--- a/api-reference/v1.0/api/accesspackage-post-resourcerolescopes.md
+++ b/api-reference/v1.0/api/accesspackage-post-resourcerolescopes.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 03/14/2024
---
# Create resourceRoleScope
diff --git a/api-reference/v1.0/api/accesspackageassignment-get.md b/api-reference/v1.0/api/accesspackageassignment-get.md
index 7f7837a477d..aca7cd9e6df 100644
--- a/api-reference/v1.0/api/accesspackageassignment-get.md
+++ b/api-reference/v1.0/api/accesspackageassignment-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 03/08/2024
---
# Get accessPackageAssignment
diff --git a/api-reference/v1.0/api/accessreviewscheduledefinition-get.md b/api-reference/v1.0/api/accessreviewscheduledefinition-get.md
index 34d520389ec..38c3adb19bd 100644
--- a/api-reference/v1.0/api/accessreviewscheduledefinition-get.md
+++ b/api-reference/v1.0/api/accessreviewscheduledefinition-get.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessReviewScheduleDefinition
diff --git a/api-reference/v1.0/api/alert-update.md b/api-reference/v1.0/api/alert-update.md
index 06c7c2f1e11..ca6ac0aee5f 100644
--- a/api-reference/v1.0/api/alert-update.md
+++ b/api-reference/v1.0/api/alert-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update alert
diff --git a/api-reference/v1.0/api/application-post-tokenlifetimepolicies.md b/api-reference/v1.0/api/application-post-tokenlifetimepolicies.md
index dae33b17349..56b334ca228 100644
--- a/api-reference/v1.0/api/application-post-tokenlifetimepolicies.md
+++ b/api-reference/v1.0/api/application-post-tokenlifetimepolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# Assign tokenLifetimePolicy
diff --git a/api-reference/v1.0/api/application-setverifiedpublisher.md b/api-reference/v1.0/api/application-setverifiedpublisher.md
index b0ec6ae7264..cd0d5bdabb7 100644
--- a/api-reference/v1.0/api/application-setverifiedpublisher.md
+++ b/api-reference/v1.0/api/application-setverifiedpublisher.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "xurobertMSFT"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# application: setVerifiedPublisher
diff --git a/api-reference/v1.0/api/approval-filterbycurrentuser.md b/api-reference/v1.0/api/approval-filterbycurrentuser.md
index 05c15dd08d1..7107e012bae 100644
--- a/api-reference/v1.0/api/approval-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/approval-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# approval: filterByCurrentUser
diff --git a/api-reference/v1.0/api/approvalstage-update.md b/api-reference/v1.0/api/approvalstage-update.md
index 90276392143..2c4448295f6 100644
--- a/api-reference/v1.0/api/approvalstage-update.md
+++ b/api-reference/v1.0/api/approvalstage-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 10/21/2024
---
# Update approvalStage
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-protectionpolicies.md b/api-reference/v1.0/api/backuprestoreroot-list-protectionpolicies.md
index 7ca79027448..9120d8bbeed 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-protectionpolicies.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-protectionpolicies.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# List protectionPolicyBase
diff --git a/api-reference/v1.0/api/backuprestoreroot-post-exchangerestoresessions.md b/api-reference/v1.0/api/backuprestoreroot-post-exchangerestoresessions.md
index a2aba67056b..3b14efafaea 100644
--- a/api-reference/v1.0/api/backuprestoreroot-post-exchangerestoresessions.md
+++ b/api-reference/v1.0/api/backuprestoreroot-post-exchangerestoresessions.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 09/10/2024
---
# Create exchangeRestoreSession
diff --git a/api-reference/v1.0/api/bookingservice-get.md b/api-reference/v1.0/api/bookingservice-get.md
index 6fa27c130b7..6cd413b3d52 100644
--- a/api-reference/v1.0/api/bookingservice-get.md
+++ b/api-reference/v1.0/api/bookingservice-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Get bookingService
diff --git a/api-reference/v1.0/api/bookingstaffmember-get.md b/api-reference/v1.0/api/bookingstaffmember-get.md
index 7703f4bd1af..c1de4656470 100644
--- a/api-reference/v1.0/api/bookingstaffmember-get.md
+++ b/api-reference/v1.0/api/bookingstaffmember-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get bookingStaffMember
diff --git a/api-reference/v1.0/api/callrecording-delta.md b/api-reference/v1.0/api/callrecording-delta.md
index 82f50e516f3..effba8bdeca 100644
--- a/api-reference/v1.0/api/callrecording-delta.md
+++ b/api-reference/v1.0/api/callrecording-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "bkeerthivasa"
ms.subservice: "teams"
+ms.date: 08/21/2024
---
# callRecording: delta
diff --git a/api-reference/v1.0/api/calltranscript-delta.md b/api-reference/v1.0/api/calltranscript-delta.md
index 82b29169a03..0878a825c83 100644
--- a/api-reference/v1.0/api/calltranscript-delta.md
+++ b/api-reference/v1.0/api/calltranscript-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "bkeerthivasa"
ms.subservice: "teams"
+ms.date: 08/21/2024
---
# callTranscript: delta
diff --git a/api-reference/v1.0/api/channel-provisionemail.md b/api-reference/v1.0/api/channel-provisionemail.md
index 8714ec52cd2..2a200885bc3 100644
--- a/api-reference/v1.0/api/channel-provisionemail.md
+++ b/api-reference/v1.0/api/channel-provisionemail.md
@@ -5,6 +5,7 @@ author: "anandab-msft"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# channel: provisionEmail
diff --git a/api-reference/v1.0/api/channel-update-members.md b/api-reference/v1.0/api/channel-update-members.md
index f5804b91d04..d5d159a25d1 100644
--- a/api-reference/v1.0/api/channel-update-members.md
+++ b/api-reference/v1.0/api/channel-update-members.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# Update member in channel
diff --git a/api-reference/v1.0/api/chat-list-permissiongrants.md b/api-reference/v1.0/api/chat-list-permissiongrants.md
index 9b7d691e095..ec4ef4f77ba 100644
--- a/api-reference/v1.0/api/chat-list-permissiongrants.md
+++ b/api-reference/v1.0/api/chat-list-permissiongrants.md
@@ -5,6 +5,7 @@ author: "sthapliyal"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List permissionGrants of a chat
diff --git a/api-reference/v1.0/api/chat-list-pinnedmessages.md b/api-reference/v1.0/api/chat-list-pinnedmessages.md
index c2602000835..da342899c7c 100644
--- a/api-reference/v1.0/api/chat-list-pinnedmessages.md
+++ b/api-reference/v1.0/api/chat-list-pinnedmessages.md
@@ -5,6 +5,7 @@ author: "sumanac"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List pinnedChatMessages in a chat
diff --git a/api-reference/v1.0/api/chat-post-tabs.md b/api-reference/v1.0/api/chat-post-tabs.md
index 096dd4f1e3e..786894b6646 100644
--- a/api-reference/v1.0/api/chat-post-tabs.md
+++ b/api-reference/v1.0/api/chat-post-tabs.md
@@ -5,6 +5,7 @@ author: "subray"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 08/19/2024
---
# Add tab to chat
diff --git a/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md b/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md
index 34da92ec1a5..e635d140c81 100644
--- a/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md
+++ b/api-reference/v1.0/api/conditionalaccessroot-list-authenticationcontextclassreferences.md
@@ -6,6 +6,7 @@ author: "swetha-rai"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List authenticationContextClassReferences
diff --git a/api-reference/v1.0/api/contactfolder-list-childfolders.md b/api-reference/v1.0/api/contactfolder-list-childfolders.md
index dca58404d92..feca62ed682 100644
--- a/api-reference/v1.0/api/contactfolder-list-childfolders.md
+++ b/api-reference/v1.0/api/contactfolder-list-childfolders.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List childFolders
diff --git a/api-reference/v1.0/api/contenttype-update.md b/api-reference/v1.0/api/contenttype-update.md
index c2ee452299c..f4acfd445b7 100644
--- a/api-reference/v1.0/api/contenttype-update.md
+++ b/api-reference/v1.0/api/contenttype-update.md
@@ -5,6 +5,7 @@ description: "Update a content type."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Update contentType
diff --git a/api-reference/v1.0/api/conversationthread-reply.md b/api-reference/v1.0/api/conversationthread-reply.md
index b7945903e6a..ab3d7dd7603 100644
--- a/api-reference/v1.0/api/conversationthread-reply.md
+++ b/api-reference/v1.0/api/conversationthread-reply.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# conversationThread: reply
diff --git a/api-reference/v1.0/api/countrynamedlocation-get.md b/api-reference/v1.0/api/countrynamedlocation-get.md
index ab85dabe882..06105048259 100644
--- a/api-reference/v1.0/api/countrynamedlocation-get.md
+++ b/api-reference/v1.0/api/countrynamedlocation-get.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get countryNamedLocation
diff --git a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-get.md b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-get.md
index 2e2b7e7f4bd..f85087da79b 100644
--- a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-get.md
+++ b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationpartner-get.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get crossTenantAccessPolicyConfigurationPartner
diff --git a/api-reference/v1.0/api/delegatedadminaccessassignment-get.md b/api-reference/v1.0/api/delegatedadminaccessassignment-get.md
index 8bd9a652a56..6c70a6bce71 100644
--- a/api-reference/v1.0/api/delegatedadminaccessassignment-get.md
+++ b/api-reference/v1.0/api/delegatedadminaccessassignment-get.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get delegatedAdminAccessAssignment
diff --git a/api-reference/v1.0/api/delegatedadminrelationship-delete.md b/api-reference/v1.0/api/delegatedadminrelationship-delete.md
index 9403524cc09..54666d462ec 100644
--- a/api-reference/v1.0/api/delegatedadminrelationship-delete.md
+++ b/api-reference/v1.0/api/delegatedadminrelationship-delete.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete delegatedAdminRelationship
diff --git a/api-reference/v1.0/api/directoryobject-validateproperties.md b/api-reference/v1.0/api/directoryobject-validateproperties.md
index f1c83a427e1..c521c0c45ee 100644
--- a/api-reference/v1.0/api/directoryobject-validateproperties.md
+++ b/api-reference/v1.0/api/directoryobject-validateproperties.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "keylimesoda"
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# directoryObject: validateProperties
diff --git a/api-reference/v1.0/api/directoryroletemplate-list.md b/api-reference/v1.0/api/directoryroletemplate-list.md
index 31041d5a020..82f539ff7b6 100644
--- a/api-reference/v1.0/api/directoryroletemplate-list.md
+++ b/api-reference/v1.0/api/directoryroletemplate-list.md
@@ -6,6 +6,7 @@ ms.reviewer: msodsrbac
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List directoryRoleTemplates
diff --git a/api-reference/v1.0/api/domain-forcedelete.md b/api-reference/v1.0/api/domain-forcedelete.md
index 8a079b8dc00..0d017e14085 100644
--- a/api-reference/v1.0/api/domain-forcedelete.md
+++ b/api-reference/v1.0/api/domain-forcedelete.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# domain: forceDelete
diff --git a/api-reference/v1.0/api/educationclass-list-assignments.md b/api-reference/v1.0/api/educationclass-list-assignments.md
index dfde83deb0d..8d14d7f5ccc 100644
--- a/api-reference/v1.0/api/educationclass-list-assignments.md
+++ b/api-reference/v1.0/api/educationclass-list-assignments.md
@@ -5,6 +5,7 @@ author: "Sureshpadimi88"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List class assignments
diff --git a/api-reference/v1.0/api/educationclass-list.md b/api-reference/v1.0/api/educationclass-list.md
index 5af9fe24a70..d65098efcb1 100644
--- a/api-reference/v1.0/api/educationclass-list.md
+++ b/api-reference/v1.0/api/educationclass-list.md
@@ -5,6 +5,7 @@ author: "mlafleur"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 03/06/2024
---
# List educationClasses
diff --git a/api-reference/v1.0/api/emailauthenticationmethodconfiguration-update.md b/api-reference/v1.0/api/emailauthenticationmethodconfiguration-update.md
index b74f5e22467..6a4b1c2bf15 100644
--- a/api-reference/v1.0/api/emailauthenticationmethodconfiguration-update.md
+++ b/api-reference/v1.0/api/emailauthenticationmethodconfiguration-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# Update emailAuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/employeeexperience-list-learningproviders.md b/api-reference/v1.0/api/employeeexperience-list-learningproviders.md
index 990b903c24f..10fcb24ddcf 100644
--- a/api-reference/v1.0/api/employeeexperience-list-learningproviders.md
+++ b/api-reference/v1.0/api/employeeexperience-list-learningproviders.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List learningProviders
diff --git a/api-reference/v1.0/api/externalconnectors-externalconnection-update.md b/api-reference/v1.0/api/externalconnectors-externalconnection-update.md
index 4544fecee10..1781fef7d00 100644
--- a/api-reference/v1.0/api/externalconnectors-externalconnection-update.md
+++ b/api-reference/v1.0/api/externalconnectors-externalconnection-update.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/25/2024
---
# Update externalConnection
diff --git a/api-reference/v1.0/api/externalconnectors-externalgroup-post-members.md b/api-reference/v1.0/api/externalconnectors-externalgroup-post-members.md
index 00b50aaa951..0bd4b376532 100644
--- a/api-reference/v1.0/api/externalconnectors-externalgroup-post-members.md
+++ b/api-reference/v1.0/api/externalconnectors-externalgroup-post-members.md
@@ -5,6 +5,7 @@ author: "sacampbe"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create identity
diff --git a/api-reference/v1.0/api/group-delete-event.md b/api-reference/v1.0/api/group-delete-event.md
index b71e7879e57..8980f726716 100644
--- a/api-reference/v1.0/api/group-delete-event.md
+++ b/api-reference/v1.0/api/group-delete-event.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete event
diff --git a/api-reference/v1.0/api/group-list-acceptedsenders.md b/api-reference/v1.0/api/group-list-acceptedsenders.md
index 1b57e132d95..b22b8669035 100644
--- a/api-reference/v1.0/api/group-list-acceptedsenders.md
+++ b/api-reference/v1.0/api/group-list-acceptedsenders.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List acceptedSenders
diff --git a/api-reference/v1.0/api/groupsettingtemplate-list.md b/api-reference/v1.0/api/groupsettingtemplate-list.md
index 19dedfac3f6..c13e00cedd4 100644
--- a/api-reference/v1.0/api/groupsettingtemplate-list.md
+++ b/api-reference/v1.0/api/groupsettingtemplate-list.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List groupSettingTemplates
diff --git a/api-reference/v1.0/api/identitycontainer-post-customauthenticationextensions.md b/api-reference/v1.0/api/identitycontainer-post-customauthenticationextensions.md
index 655b8420382..a5662567846 100644
--- a/api-reference/v1.0/api/identitycontainer-post-customauthenticationextensions.md
+++ b/api-reference/v1.0/api/identitycontainer-post-customauthenticationextensions.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Create customAuthenticationExtension
diff --git a/api-reference/v1.0/api/identityprovider-list.md b/api-reference/v1.0/api/identityprovider-list.md
index 3ef51dcc7a3..dccfcfa23db 100644
--- a/api-reference/v1.0/api/identityprovider-list.md
+++ b/api-reference/v1.0/api/identityprovider-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "namkedia"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List identityProviders (deprecated)
diff --git a/api-reference/v1.0/api/insightssettings-update.md b/api-reference/v1.0/api/insightssettings-update.md
index ec566b8d535..f53561998c7 100644
--- a/api-reference/v1.0/api/insightssettings-update.md
+++ b/api-reference/v1.0/api/insightssettings-update.md
@@ -5,6 +5,7 @@ author: "larsb"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: "apiPageType"
+ms.date: 07/31/2024
---
# Update insightsSettings
diff --git a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-list.md b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-list.md
index bc0a0a684c3..6fb29bcd496 100644
--- a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedDeviceMobileAppConfigurations
diff --git a/api-reference/v1.0/api/intune-apps-mobileappcontent-create.md b/api-reference/v1.0/api/intune-apps-mobileappcontent-create.md
index 317d7b6e3ee..55303d7668d 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappcontent-create.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappcontent-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create mobileAppContent
diff --git a/api-reference/v1.0/api/intune-apps-mobileappcontentfile-commit.md b/api-reference/v1.0/api/intune-apps-mobileappcontentfile-commit.md
index 65d0dd17b60..dfc5164e382 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappcontentfile-commit.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappcontentfile-commit.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# commit action
diff --git a/api-reference/v1.0/api/intune-books-deviceinstallstate-list.md b/api-reference/v1.0/api/intune-books-deviceinstallstate-list.md
index fe752b567a9..cd1cc9d1ef6 100644
--- a/api-reference/v1.0/api/intune-books-deviceinstallstate-list.md
+++ b/api-reference/v1.0/api/intune-books-deviceinstallstate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceInstallStates
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md
index e0573761943..d65df441e0d 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceCompliancePolicyAssignments
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md
index 2cb36dd2283..5461c15b1a9 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceCompliancePolicySettingStateSummary
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-list.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-list.md
index 32dea3641dd..f6b8ca4d6d8 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancesettingstate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceComplianceSettingStates
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md
index e6bf6813ab3..f0d11e9760c 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceConfigurationDeviceStatus
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md
index 1e238e766de..f2f243082f3 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceConfigurationDeviceStatuses
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-rebootnow.md b/api-reference/v1.0/api/intune-devices-manageddevice-rebootnow.md
index 296c9dbf203..a2b23f828f3 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-rebootnow.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-rebootnow.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# rebootNow action
diff --git a/api-reference/v1.0/api/intune-rbac-roledefinition-get.md b/api-reference/v1.0/api/intune-rbac-roledefinition-get.md
index f2134af66a0..1d89c23df51 100644
--- a/api-reference/v1.0/api/intune-rbac-roledefinition-get.md
+++ b/api-reference/v1.0/api/intune-rbac-roledefinition-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get roleDefinition
diff --git a/api-reference/v1.0/api/ipnamedlocation-get.md b/api-reference/v1.0/api/ipnamedlocation-get.md
index 59c078df5cb..f8662dcb027 100644
--- a/api-reference/v1.0/api/ipnamedlocation-get.md
+++ b/api-reference/v1.0/api/ipnamedlocation-get.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get ipNamedLocation
diff --git a/api-reference/v1.0/api/learningcourseactivity-list.md b/api-reference/v1.0/api/learningcourseactivity-list.md
index 596eae26870..7b8fdc8f6c4 100644
--- a/api-reference/v1.0/api/learningcourseactivity-list.md
+++ b/api-reference/v1.0/api/learningcourseactivity-list.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 05/29/2024
---
# List learningCourseActivities
diff --git a/api-reference/v1.0/api/longrunningoperation-get.md b/api-reference/v1.0/api/longrunningoperation-get.md
index e294bf61d4c..c5d5b6c6caf 100644
--- a/api-reference/v1.0/api/longrunningoperation-get.md
+++ b/api-reference/v1.0/api/longrunningoperation-get.md
@@ -6,6 +6,7 @@ author: "jpettere"
ms.reviewer: intelligentaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 07/23/2024
---
# Get longRunningOperation
diff --git a/api-reference/v1.0/api/notebook-list-sections.md b/api-reference/v1.0/api/notebook-list-sections.md
index fcb25f5b301..dae752a535e 100644
--- a/api-reference/v1.0/api/notebook-list-sections.md
+++ b/api-reference/v1.0/api/notebook-list-sections.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List sections
diff --git a/api-reference/v1.0/api/outlookcategory-delete.md b/api-reference/v1.0/api/outlookcategory-delete.md
index a7091f07335..50a3a481626 100644
--- a/api-reference/v1.0/api/outlookcategory-delete.md
+++ b/api-reference/v1.0/api/outlookcategory-delete.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete outlookCategory
diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md
index 8a0de91880e..45a150ee2a8 100644
--- a/api-reference/v1.0/api/payload-get.md
+++ b/api-reference/v1.0/api/payload-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get payload
diff --git a/api-reference/v1.0/api/peopleadminsettings-list-iteminsights.md b/api-reference/v1.0/api/peopleadminsettings-list-iteminsights.md
index 79280f44235..88bd1d561a3 100644
--- a/api-reference/v1.0/api/peopleadminsettings-list-iteminsights.md
+++ b/api-reference/v1.0/api/peopleadminsettings-list-iteminsights.md
@@ -5,6 +5,7 @@ author: "larsb"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: apiPageType
+ms.date: 07/31/2024
---
# List itemInsights
diff --git a/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-get.md b/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-get.md
index 671f0b25ffc..f4d99dcb5cc 100644
--- a/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-get.md
+++ b/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerAssignedToTaskBoardTaskFormat
diff --git a/api-reference/v1.0/api/print-list-printers.md b/api-reference/v1.0/api/print-list-printers.md
index 7a7c9b11995..a641907b468 100644
--- a/api-reference/v1.0/api/print-list-printers.md
+++ b/api-reference/v1.0/api/print-list-printers.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List printers
diff --git a/api-reference/v1.0/api/printer-create.md b/api-reference/v1.0/api/printer-create.md
index 21f4c40cb1e..31d7166c19b 100644
--- a/api-reference/v1.0/api/printer-create.md
+++ b/api-reference/v1.0/api/printer-create.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# printer: create
diff --git a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-get.md b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-get.md
index e02990c1761..712ac1c18b2 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupAssignmentScheduleRequest
diff --git a/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedulerequest-get.md b/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedulerequest-get.md
index 9821f8ace96..fb5d8eddef5 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedulerequest-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedulerequest-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupEligibilityScheduleRequest
diff --git a/api-reference/v1.0/api/profilecardproperty-get.md b/api-reference/v1.0/api/profilecardproperty-get.md
index 2af30c3f327..407942ca09b 100644
--- a/api-reference/v1.0/api/profilecardproperty-get.md
+++ b/api-reference/v1.0/api/profilecardproperty-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "rwaithera"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 09/18/2024
---
# Get profileCardProperty
diff --git a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-update.md b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-update.md
index fd4c145c370..5726d4df8f8 100644
--- a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-update.md
+++ b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-update.md
@@ -5,6 +5,7 @@ author: "SanDeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Update remoteDesktopSecurityConfiguration
diff --git a/api-reference/v1.0/api/reportroot-getm365appplatformusercounts.md b/api-reference/v1.0/api/reportroot-getm365appplatformusercounts.md
index e21d78e43a8..32887a40043 100644
--- a/api-reference/v1.0/api/reportroot-getm365appplatformusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getm365appplatformusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getM365AppPlatformUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getoffice365groupsactivitycounts.md b/api-reference/v1.0/api/reportroot-getoffice365groupsactivitycounts.md
index 6d089634fde..9cc4f190f23 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365groupsactivitycounts.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365groupsactivitycounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365GroupsActivityCounts
diff --git a/api-reference/v1.0/api/reportroot-getonedriveactivityfilecounts.md b/api-reference/v1.0/api/reportroot-getonedriveactivityfilecounts.md
index ea2ae62db09..73e49664fb2 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveactivityfilecounts.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveactivityfilecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveActivityFileCounts
diff --git a/api-reference/v1.0/api/reportroot-getonedriveusageaccountcounts.md b/api-reference/v1.0/api/reportroot-getonedriveusageaccountcounts.md
index ab9bd75d1ac..f603b95f250 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveusageaccountcounts.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveusageaccountcounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveUsageAccountCounts
diff --git a/api-reference/v1.0/api/section-get.md b/api-reference/v1.0/api/section-get.md
index f121399f2d3..cd19b99bccf 100644
--- a/api-reference/v1.0/api/section-get.md
+++ b/api-reference/v1.0/api/section-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get section
diff --git a/api-reference/v1.0/api/section-list-pages.md b/api-reference/v1.0/api/section-list-pages.md
index 2667224caa2..0976c4f09bc 100644
--- a/api-reference/v1.0/api/section-list-pages.md
+++ b/api-reference/v1.0/api/section-list-pages.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List pages
diff --git a/api-reference/v1.0/api/security-ediscoverycase-list-searches.md b/api-reference/v1.0/api/security-ediscoverycase-list-searches.md
index dfa0b7c3359..d0d05e3c08b 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-list-searches.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-list-searches.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List searches
diff --git a/api-reference/v1.0/api/security-ediscoveryreviewset-export.md b/api-reference/v1.0/api/security-ediscoveryreviewset-export.md
index 529cdf446f5..643bcd1e712 100644
--- a/api-reference/v1.0/api/security-ediscoveryreviewset-export.md
+++ b/api-reference/v1.0/api/security-ediscoveryreviewset-export.md
@@ -5,6 +5,7 @@ author: "vbhatt0211"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# ediscoveryReviewSet: export
diff --git a/api-reference/v1.0/api/serviceprincipal-post-delegatedpermissionclassifications.md b/api-reference/v1.0/api/serviceprincipal-post-delegatedpermissionclassifications.md
index bbe99be8b53..260a1efbfd2 100644
--- a/api-reference/v1.0/api/serviceprincipal-post-delegatedpermissionclassifications.md
+++ b/api-reference/v1.0/api/serviceprincipal-post-delegatedpermissionclassifications.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 04/18/2024
---
# Create delegatedPermissionClassification
diff --git a/api-reference/v1.0/api/serviceprincipal-removepassword.md b/api-reference/v1.0/api/serviceprincipal-removepassword.md
index 747f178b771..151b2398fb7 100644
--- a/api-reference/v1.0/api/serviceprincipal-removepassword.md
+++ b/api-reference/v1.0/api/serviceprincipal-removepassword.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# servicePrincipal: removePassword
diff --git a/api-reference/v1.0/api/sharedwithchannelteaminfo-list.md b/api-reference/v1.0/api/sharedwithchannelteaminfo-list.md
index 328ca588d4e..3b35b0e1f96 100644
--- a/api-reference/v1.0/api/sharedwithchannelteaminfo-list.md
+++ b/api-reference/v1.0/api/sharedwithchannelteaminfo-list.md
@@ -5,6 +5,7 @@ author: "devjha-ms"
doc_type: "apiPageType"
ms.localizationpriority: high
ms.subservice: "teams"
+ms.date: 09/18/2024
---
# List sharedWithChannelTeamInfo
diff --git a/api-reference/v1.0/api/sitepage-getwebpartsbyposition.md b/api-reference/v1.0/api/sitepage-getwebpartsbyposition.md
index bf22f29b301..5f123828236 100644
--- a/api-reference/v1.0/api/sitepage-getwebpartsbyposition.md
+++ b/api-reference/v1.0/api/sitepage-getwebpartsbyposition.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 08/01/2024
---
# sitePage: getWebPartsByPosition
diff --git a/api-reference/v1.0/api/table-databodyrange.md b/api-reference/v1.0/api/table-databodyrange.md
index 7cc3c6182ab..3ae4abb2946 100644
--- a/api-reference/v1.0/api/table-databodyrange.md
+++ b/api-reference/v1.0/api/table-databodyrange.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Table: DataBodyRange
diff --git a/api-reference/v1.0/api/table-delete.md b/api-reference/v1.0/api/table-delete.md
index 55569dcc1c2..bfaf79b034c 100644
--- a/api-reference/v1.0/api/table-delete.md
+++ b/api-reference/v1.0/api/table-delete.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Table: delete
diff --git a/api-reference/v1.0/api/tablecolumn-update.md b/api-reference/v1.0/api/tablecolumn-update.md
index 7ce33e222b2..2f3c63f6380 100644
--- a/api-reference/v1.0/api/tablecolumn-update.md
+++ b/api-reference/v1.0/api/tablecolumn-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update tablecolumn
diff --git a/api-reference/v1.0/api/team-completemigration.md b/api-reference/v1.0/api/team-completemigration.md
index 1c450806c24..77a24836496 100644
--- a/api-reference/v1.0/api/team-completemigration.md
+++ b/api-reference/v1.0/api/team-completemigration.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "RamjotSingh"
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# team: completeMigration
diff --git a/api-reference/v1.0/api/team-put-schedule.md b/api-reference/v1.0/api/team-put-schedule.md
index ae264460872..a3434aa057e 100644
--- a/api-reference/v1.0/api/team-put-schedule.md
+++ b/api-reference/v1.0/api/team-put-schedule.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create or replace schedule
diff --git a/api-reference/v1.0/api/teamworktagmember-list.md b/api-reference/v1.0/api/teamworktagmember-list.md
index 75e6edb48e2..f9a2e0bdd72 100644
--- a/api-reference/v1.0/api/teamworktagmember-list.md
+++ b/api-reference/v1.0/api/teamworktagmember-list.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List members in a teamworkTag
diff --git a/api-reference/v1.0/api/tenantappmanagementpolicy-update.md b/api-reference/v1.0/api/tenantappmanagementpolicy-update.md
index 1e0bc2a2cc2..d329f524b73 100644
--- a/api-reference/v1.0/api/tenantappmanagementpolicy-update.md
+++ b/api-reference/v1.0/api/tenantappmanagementpolicy-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 09/13/2024
---
# Update tenantAppManagementPolicy
diff --git a/api-reference/v1.0/api/termstore-group-list-sets.md b/api-reference/v1.0/api/termstore-group-list-sets.md
index e5623c9f11f..31ebb47bd75 100644
--- a/api-reference/v1.0/api/termstore-group-list-sets.md
+++ b/api-reference/v1.0/api/termstore-group-list-sets.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List sets
diff --git a/api-reference/v1.0/api/termstore-term-list-relations.md b/api-reference/v1.0/api/termstore-term-list-relations.md
index 498a667b036..04b6ac2e37b 100644
--- a/api-reference/v1.0/api/termstore-term-list-relations.md
+++ b/api-reference/v1.0/api/termstore-term-list-relations.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List relations
diff --git a/api-reference/v1.0/api/tokenlifetimepolicy-update.md b/api-reference/v1.0/api/tokenlifetimepolicy-update.md
index 318cfaa42f2..30d6916c22b 100644
--- a/api-reference/v1.0/api/tokenlifetimepolicy-update.md
+++ b/api-reference/v1.0/api/tokenlifetimepolicy-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lujiangfeng666"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/25/2024
---
# Update tokenlifetimepolicy
diff --git a/api-reference/v1.0/api/unifiedroleassignmentschedulerequest-get.md b/api-reference/v1.0/api/unifiedroleassignmentschedulerequest-get.md
index c6082a8b5c6..420faee1caf 100644
--- a/api-reference/v1.0/api/unifiedroleassignmentschedulerequest-get.md
+++ b/api-reference/v1.0/api/unifiedroleassignmentschedulerequest-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleAssignmentScheduleRequest
diff --git a/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-get.md b/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-get.md
index 6bd60e17c65..a3f83280c42 100644
--- a/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-get.md
+++ b/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleEligibilityScheduleRequest
diff --git a/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md b/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md
index 50ddb2f92e3..5c3080ae0d2 100644
--- a/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md
+++ b/api-reference/v1.0/api/unifiedrolemanagementpolicyassignment-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleManagementPolicyAssignment
diff --git a/api-reference/v1.0/api/virtualendpoint-list-auditevents.md b/api-reference/v1.0/api/virtualendpoint-list-auditevents.md
index fd778082efd..7794d9f32c8 100644
--- a/api-reference/v1.0/api/virtualendpoint-list-auditevents.md
+++ b/api-reference/v1.0/api/virtualendpoint-list-auditevents.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List auditEvents
diff --git a/api-reference/v1.0/api/virtualevent-list-sessions.md b/api-reference/v1.0/api/virtualevent-list-sessions.md
index 52c2742349a..325433bd5df 100644
--- a/api-reference/v1.0/api/virtualevent-list-sessions.md
+++ b/api-reference/v1.0/api/virtualevent-list-sessions.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# List sessions for a virtual event
diff --git a/api-reference/v1.0/api/virtualevent-post-presenters.md b/api-reference/v1.0/api/virtualevent-post-presenters.md
index c084c1cc01a..6bb522f4bf7 100644
--- a/api-reference/v1.0/api/virtualevent-post-presenters.md
+++ b/api-reference/v1.0/api/virtualevent-post-presenters.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Create virtualEventPresenter
diff --git a/api-reference/v1.0/api/virtualeventregistration-get.md b/api-reference/v1.0/api/virtualeventregistration-get.md
index b22116464d1..8e7d32f86b7 100644
--- a/api-reference/v1.0/api/virtualeventregistration-get.md
+++ b/api-reference/v1.0/api/virtualeventregistration-get.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/15/2024
---
diff --git a/api-reference/v1.0/api/virtualeventsession-get.md b/api-reference/v1.0/api/virtualeventsession-get.md
index 333fb5c2333..d20c06b9d95 100644
--- a/api-reference/v1.0/api/virtualeventsession-get.md
+++ b/api-reference/v1.0/api/virtualeventsession-get.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get virtualEventSession
diff --git a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-delete.md b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-delete.md
index 41e3c333c13..d3c6d4e230f 100644
--- a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete windowsHelloForBusinessAuthenticationMethod
diff --git a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-list.md b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-list.md
index b7cc21d8686..9b89de319b4 100644
--- a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-list.md
+++ b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-list.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List windowsHelloForBusinessAuthenticationMethods
diff --git a/api-reference/v1.0/api/workbookapplication-get.md b/api-reference/v1.0/api/workbookapplication-get.md
index 89718d35285..1a377b8d489 100644
--- a/api-reference/v1.0/api/workbookapplication-get.md
+++ b/api-reference/v1.0/api/workbookapplication-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "grangeryy"
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get workbookApplication
diff --git a/api-reference/v1.0/api/worksheet-list-tables.md b/api-reference/v1.0/api/worksheet-list-tables.md
index b480281910c..2af5f560025 100644
--- a/api-reference/v1.0/api/worksheet-list-tables.md
+++ b/api-reference/v1.0/api/worksheet-list-tables.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List tables
diff --git a/api-reference/v1.0/resources/accesspackageapprovalstage.md b/api-reference/v1.0/resources/accesspackageapprovalstage.md
index 41fdec3ef7d..96c383e8cdf 100644
--- a/api-reference/v1.0/resources/accesspackageapprovalstage.md
+++ b/api-reference/v1.0/resources/accesspackageapprovalstage.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# accessPackageApprovalStage resource type
diff --git a/api-reference/v1.0/resources/accesspackageassignmentrequestorsettings.md b/api-reference/v1.0/resources/accesspackageassignmentrequestorsettings.md
index 6189bf0fa9c..e2c7efcde9b 100644
--- a/api-reference/v1.0/resources/accesspackageassignmentrequestorsettings.md
+++ b/api-reference/v1.0/resources/accesspackageassignmentrequestorsettings.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# accessPackageAssignmentRequestorSettings resource type
diff --git a/api-reference/v1.0/resources/accesspackageassignmentreviewsettings.md b/api-reference/v1.0/resources/accesspackageassignmentreviewsettings.md
index ee08e017493..ce51c7c9d13 100644
--- a/api-reference/v1.0/resources/accesspackageassignmentreviewsettings.md
+++ b/api-reference/v1.0/resources/accesspackageassignmentreviewsettings.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# accessPackageAssignmentReviewSettings resource type
diff --git a/api-reference/v1.0/resources/accesspackagesubject.md b/api-reference/v1.0/resources/accesspackagesubject.md
index 66ee0656021..609c33e61cb 100644
--- a/api-reference/v1.0/resources/accesspackagesubject.md
+++ b/api-reference/v1.0/resources/accesspackagesubject.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/15/2024
---
# accessPackageSubject resource type
diff --git a/api-reference/v1.0/resources/admin.md b/api-reference/v1.0/resources/admin.md
index 85763540c6a..beb03a17254 100644
--- a/api-reference/v1.0/resources/admin.md
+++ b/api-reference/v1.0/resources/admin.md
@@ -5,6 +5,7 @@ author: "angelgolfer-ms"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: resourcePageType
+ms.date: 10/30/2024
---
# admin resource type
diff --git a/api-reference/v1.0/resources/aggregationoption.md b/api-reference/v1.0/resources/aggregationoption.md
index 000fecec0e7..aa2a9d5f3ed 100644
--- a/api-reference/v1.0/resources/aggregationoption.md
+++ b/api-reference/v1.0/resources/aggregationoption.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "njerigrevious"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# aggregationOption resource type
diff --git a/api-reference/v1.0/resources/attacksimulationoperation.md b/api-reference/v1.0/resources/attacksimulationoperation.md
index 7d83e734bfe..4b7e2ab97c6 100644
--- a/api-reference/v1.0/resources/attacksimulationoperation.md
+++ b/api-reference/v1.0/resources/attacksimulationoperation.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# attackSimulationOperation resource type
diff --git a/api-reference/v1.0/resources/attacksimulationtrainingusercoverage.md b/api-reference/v1.0/resources/attacksimulationtrainingusercoverage.md
index 2b9303e4846..eb05cfe48cd 100644
--- a/api-reference/v1.0/resources/attacksimulationtrainingusercoverage.md
+++ b/api-reference/v1.0/resources/attacksimulationtrainingusercoverage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# attackSimulationTrainingUserCoverage resource type
diff --git a/api-reference/v1.0/resources/audioroutinggroup.md b/api-reference/v1.0/resources/audioroutinggroup.md
index dc73950fa1e..1f332688f96 100644
--- a/api-reference/v1.0/resources/audioroutinggroup.md
+++ b/api-reference/v1.0/resources/audioroutinggroup.md
@@ -5,6 +5,7 @@ author: "hanknguyen"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# audioRoutingGroup resource type
@@ -70,4 +71,4 @@ The following JSON representation shows the resource type.
"tocPath": "",
"suppressions": []
}
--->
\ No newline at end of file
+-->
diff --git a/api-reference/v1.0/resources/authenticationmethodconfiguration.md b/api-reference/v1.0/resources/authenticationmethodconfiguration.md
index ec4d23d8ac8..f1b77e6c9bc 100644
--- a/api-reference/v1.0/resources/authenticationmethodconfiguration.md
+++ b/api-reference/v1.0/resources/authenticationmethodconfiguration.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/01/2024
---
# authenticationMethodConfiguration resource type
diff --git a/api-reference/v1.0/resources/bookingpagesettings.md b/api-reference/v1.0/resources/bookingpagesettings.md
index 20671961f4a..2531ce7dc30 100644
--- a/api-reference/v1.0/resources/bookingpagesettings.md
+++ b/api-reference/v1.0/resources/bookingpagesettings.md
@@ -5,6 +5,7 @@ author: "PurvaEkatpure"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# bookingPageSettings resource type
diff --git a/api-reference/v1.0/resources/bookingsavailability.md b/api-reference/v1.0/resources/bookingsavailability.md
index 79de95177c2..f131621e8c1 100644
--- a/api-reference/v1.0/resources/bookingsavailability.md
+++ b/api-reference/v1.0/resources/bookingsavailability.md
@@ -5,6 +5,7 @@ author: "PurvaEkatpure"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# bookingsAvailability resource type
diff --git a/api-reference/v1.0/resources/callrecords-useragent.md b/api-reference/v1.0/resources/callrecords-useragent.md
index 658ff36beb6..7a48d1b88f8 100644
--- a/api-reference/v1.0/resources/callrecords-useragent.md
+++ b/api-reference/v1.0/resources/callrecords-useragent.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# userAgent resource type
diff --git a/api-reference/v1.0/resources/chatmessagereaction.md b/api-reference/v1.0/resources/chatmessagereaction.md
index 77db7dcc48c..e9bec1ae961 100644
--- a/api-reference/v1.0/resources/chatmessagereaction.md
+++ b/api-reference/v1.0/resources/chatmessagereaction.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "RamjotSingh"
ms.subservice: "teams"
+ms.date: 10/24/2024
---
# chatMessageReaction resource type
diff --git a/api-reference/v1.0/resources/conditionalaccessguestsorexternalusers.md b/api-reference/v1.0/resources/conditionalaccessguestsorexternalusers.md
index d7238b4d024..40bb2eebf40 100644
--- a/api-reference/v1.0/resources/conditionalaccessguestsorexternalusers.md
+++ b/api-reference/v1.0/resources/conditionalaccessguestsorexternalusers.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SanDeo-MSFT"
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# conditionalAccessGuestsOrExternalUsers resource type
diff --git a/api-reference/v1.0/resources/conditionalaccesstemplate.md b/api-reference/v1.0/resources/conditionalaccesstemplate.md
index 69d1b6b489b..cee0f0b3350 100644
--- a/api-reference/v1.0/resources/conditionalaccesstemplate.md
+++ b/api-reference/v1.0/resources/conditionalaccesstemplate.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# conditionalAccessTemplate resource type
diff --git a/api-reference/v1.0/resources/contenttypeinfo.md b/api-reference/v1.0/resources/contenttypeinfo.md
index 74f89946440..f6523bfc366 100644
--- a/api-reference/v1.0/resources/contenttypeinfo.md
+++ b/api-reference/v1.0/resources/contenttypeinfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "Represents the SharePoint content type of an item."
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# contentTypeInfo resource type
diff --git a/api-reference/v1.0/resources/delegatedadminaccesscontainer.md b/api-reference/v1.0/resources/delegatedadminaccesscontainer.md
index 39395c5393b..dfb7405e99a 100644
--- a/api-reference/v1.0/resources/delegatedadminaccesscontainer.md
+++ b/api-reference/v1.0/resources/delegatedadminaccesscontainer.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminAccessContainer resource type
diff --git a/api-reference/v1.0/resources/delegatedadminrelationshiprequest.md b/api-reference/v1.0/resources/delegatedadminrelationshiprequest.md
index f97629b9699..a3746e4d275 100644
--- a/api-reference/v1.0/resources/delegatedadminrelationshiprequest.md
+++ b/api-reference/v1.0/resources/delegatedadminrelationshiprequest.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminRelationshipRequest resource type
diff --git a/api-reference/v1.0/resources/devicelocalcredential.md b/api-reference/v1.0/resources/devicelocalcredential.md
index 6b8aeb3b60f..9dd56db3904 100644
--- a/api-reference/v1.0/resources/devicelocalcredential.md
+++ b/api-reference/v1.0/resources/devicelocalcredential.md
@@ -5,6 +5,7 @@ author: "sandeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# deviceLocalCredential resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-property.md b/api-reference/v1.0/resources/externalconnectors-property.md
index a3ce403c407..8df23952390 100644
--- a/api-reference/v1.0/resources/externalconnectors-property.md
+++ b/api-reference/v1.0/resources/externalconnectors-property.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# property resource type
diff --git a/api-reference/v1.0/resources/identitygovernance-workflow.md b/api-reference/v1.0/resources/identitygovernance-workflow.md
index 7643c5399bf..0f73aba4fc9 100644
--- a/api-reference/v1.0/resources/identitygovernance-workflow.md
+++ b/api-reference/v1.0/resources/identitygovernance-workflow.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# workflow resource type
diff --git a/api-reference/v1.0/resources/identityprovider.md b/api-reference/v1.0/resources/identityprovider.md
index 8e10bd1a418..b0b870ed77a 100644
--- a/api-reference/v1.0/resources/identityprovider.md
+++ b/api-reference/v1.0/resources/identityprovider.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "namkedia"
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# identityProvider resource type (deprecated)
diff --git a/api-reference/v1.0/resources/insights-shared.md b/api-reference/v1.0/resources/insights-shared.md
index 324ac0d4014..09a26aaa288 100644
--- a/api-reference/v1.0/resources/insights-shared.md
+++ b/api-reference/v1.0/resources/insights-shared.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# sharedInsight resource type
diff --git a/api-reference/v1.0/resources/insights-trending.md b/api-reference/v1.0/resources/insights-trending.md
index 7b19a2c53cf..bde1ee423aa 100644
--- a/api-reference/v1.0/resources/insights-trending.md
+++ b/api-reference/v1.0/resources/insights-trending.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 05/15/2024
---
# trending resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileappcontentfile.md b/api-reference/v1.0/resources/intune-apps-mobileappcontentfile.md
index f043a413665..b03f980c31b 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileappcontentfile.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileappcontentfile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileAppContentFile resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobilelobapp.md b/api-reference/v1.0/resources/intune-apps-mobilelobapp.md
index 1b6259e43aa..aea37008b8e 100644
--- a/api-reference/v1.0/resources/intune-apps-mobilelobapp.md
+++ b/api-reference/v1.0/resources/intune-apps-mobilelobapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileLobApp resource type
diff --git a/api-reference/v1.0/resources/intune-apps-win32lobapprule.md b/api-reference/v1.0/resources/intune-apps-win32lobapprule.md
index 5edf166e032..fd11304c913 100644
--- a/api-reference/v1.0/resources/intune-apps-win32lobapprule.md
+++ b/api-reference/v1.0/resources/intune-apps-win32lobapprule.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# win32LobAppRule resource type
diff --git a/api-reference/v1.0/resources/intune-auditing-auditevent.md b/api-reference/v1.0/resources/intune-auditing-auditevent.md
index 9becf877ada..99f6e67b719 100644
--- a/api-reference/v1.0/resources/intune-auditing-auditevent.md
+++ b/api-reference/v1.0/resources/intune-auditing-auditevent.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# auditEvent resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md
index 391090d1681..099ca4e7af2 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationDeviceOverview resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md
index 587451893bf..e93ab6345b5 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationDeviceStatus resource type
diff --git a/api-reference/v1.0/resources/intune-devices-applogcollectionrequest.md b/api-reference/v1.0/resources/intune-devices-applogcollectionrequest.md
index d7d43f50105..9129fc67a56 100644
--- a/api-reference/v1.0/resources/intune-devices-applogcollectionrequest.md
+++ b/api-reference/v1.0/resources/intune-devices-applogcollectionrequest.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# appLogCollectionRequest resource type
diff --git a/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md b/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
index 2dc852c7b12..248bd9a6f3b 100644
--- a/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
+++ b/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# deviceEnrollmentType enum type
diff --git a/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentconfiguration.md b/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentconfiguration.md
index 63f2c91034a..25914bc2c59 100644
--- a/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentconfiguration.md
+++ b/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceEnrollmentConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md b/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md
index 5aabe90ab6a..c2050ab80ed 100644
--- a/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md
+++ b/api-reference/v1.0/resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceEnrollmentPlatformRestrictionsConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-rbac-conceptual.md b/api-reference/v1.0/resources/intune-rbac-conceptual.md
index 3fa35e7713f..e0157d607d8 100644
--- a/api-reference/v1.0/resources/intune-rbac-conceptual.md
+++ b/api-reference/v1.0/resources/intune-rbac-conceptual.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jaiprakashmb"
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Role-based access control in Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-shared-alldevicesassignmenttarget.md b/api-reference/v1.0/resources/intune-shared-alldevicesassignmenttarget.md
index 1cd827f2324..a7123d9d4fa 100644
--- a/api-reference/v1.0/resources/intune-shared-alldevicesassignmenttarget.md
+++ b/api-reference/v1.0/resources/intune-shared-alldevicesassignmenttarget.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# allDevicesAssignmentTarget resource type
diff --git a/api-reference/v1.0/resources/joinmeetingidsettings.md b/api-reference/v1.0/resources/joinmeetingidsettings.md
index 19e998c650b..6ebc9bca398 100644
--- a/api-reference/v1.0/resources/joinmeetingidsettings.md
+++ b/api-reference/v1.0/resources/joinmeetingidsettings.md
@@ -5,6 +5,7 @@ author: "yuyaolian-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# joinMeetingIdSettings resource type
diff --git a/api-reference/v1.0/resources/organizationalbrandingproperties.md b/api-reference/v1.0/resources/organizationalbrandingproperties.md
index fd01b07db95..df5d276af12 100644
--- a/api-reference/v1.0/resources/organizationalbrandingproperties.md
+++ b/api-reference/v1.0/resources/organizationalbrandingproperties.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/22/2024
---
# organizationalBrandingProperties resource type
diff --git a/api-reference/v1.0/resources/permissiongrantpolicy.md b/api-reference/v1.0/resources/permissiongrantpolicy.md
index dc9fc150249..1095de2716d 100644
--- a/api-reference/v1.0/resources/permissiongrantpolicy.md
+++ b/api-reference/v1.0/resources/permissiongrantpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "psignoret"
+ms.date: 05/23/2024
---
# permissionGrantPolicy resource type
diff --git a/api-reference/v1.0/resources/plannercategorydescriptions.md b/api-reference/v1.0/resources/plannercategorydescriptions.md
index 56211bc001a..2a40de27477 100644
--- a/api-reference/v1.0/resources/plannercategorydescriptions.md
+++ b/api-reference/v1.0/resources/plannercategorydescriptions.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# plannerCategoryDescriptions resource type
diff --git a/api-reference/v1.0/resources/presencestatusmessage.md b/api-reference/v1.0/resources/presencestatusmessage.md
index 5e35ee5f6a3..8328ce7e966 100644
--- a/api-reference/v1.0/resources/presencestatusmessage.md
+++ b/api-reference/v1.0/resources/presencestatusmessage.md
@@ -5,6 +5,7 @@ author: "afedorov"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# presenceStatusMessage resource type
diff --git a/api-reference/v1.0/resources/printer.md b/api-reference/v1.0/resources/printer.md
index bd5b90904f4..954b9539bea 100644
--- a/api-reference/v1.0/resources/printer.md
+++ b/api-reference/v1.0/resources/printer.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# printer resource type
diff --git a/api-reference/v1.0/resources/projectrome-historyitem.md b/api-reference/v1.0/resources/projectrome-historyitem.md
index 87f20f47d99..a2c26ce85ff 100644
--- a/api-reference/v1.0/resources/projectrome-historyitem.md
+++ b/api-reference/v1.0/resources/projectrome-historyitem.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "project-rome"
author: "ailae"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# activityHistoryItem resource type
diff --git a/api-reference/v1.0/resources/relatedcontact.md b/api-reference/v1.0/resources/relatedcontact.md
index cb412ff9c79..195f3db6f59 100644
--- a/api-reference/v1.0/resources/relatedcontact.md
+++ b/api-reference/v1.0/resources/relatedcontact.md
@@ -5,6 +5,7 @@ author: "marcla"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# relatedContact resource type
diff --git a/api-reference/v1.0/resources/report-identity-access.md b/api-reference/v1.0/resources/report-identity-access.md
index 9fedb673cd6..bfc0f20b0f0 100644
--- a/api-reference/v1.0/resources/report-identity-access.md
+++ b/api-reference/v1.0/resources/report-identity-access.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
ms.subservice: "entra-monitoring-health"
author: "kvenkit"
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Identity and access reports API overview
diff --git a/api-reference/v1.0/resources/restoresessionbase.md b/api-reference/v1.0/resources/restoresessionbase.md
index a74af7fe840..ac24136233a 100644
--- a/api-reference/v1.0/resources/restoresessionbase.md
+++ b/api-reference/v1.0/resources/restoresessionbase.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: Restore session
+ms.date: 08/27/2024
---
# restoreSessionBase resource type
diff --git a/api-reference/v1.0/resources/scopedrolemembership.md b/api-reference/v1.0/resources/scopedrolemembership.md
index 09fdf2ffcd8..c173c9b6e90 100644
--- a/api-reference/v1.0/resources/scopedrolemembership.md
+++ b/api-reference/v1.0/resources/scopedrolemembership.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-directory-management"
author: "DougKirschner"
+ms.date: 05/15/2024
---
# scopedRoleMembership resource type
diff --git a/api-reference/v1.0/resources/search-acronym.md b/api-reference/v1.0/resources/search-acronym.md
index 484f7ac0817..2cb1ebbdd78 100644
--- a/api-reference/v1.0/resources/search-acronym.md
+++ b/api-reference/v1.0/resources/search-acronym.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# acronym resource type
diff --git a/api-reference/v1.0/resources/security-ipaddress.md b/api-reference/v1.0/resources/security-ipaddress.md
index d8db72d2274..011a6395db2 100644
--- a/api-reference/v1.0/resources/security-ipaddress.md
+++ b/api-reference/v1.0/resources/security-ipaddress.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# ipAddress resource type
diff --git a/api-reference/v1.0/resources/securityvendorinformation.md b/api-reference/v1.0/resources/securityvendorinformation.md
index d19ce9ee13a..e2ca557682a 100644
--- a/api-reference/v1.0/resources/securityvendorinformation.md
+++ b/api-reference/v1.0/resources/securityvendorinformation.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# securityVendorInformation resource type
diff --git a/api-reference/v1.0/resources/serviceprincipalriskdetection.md b/api-reference/v1.0/resources/serviceprincipalriskdetection.md
index 0dba9822f8e..d1d2eaabd13 100644
--- a/api-reference/v1.0/resources/serviceprincipalriskdetection.md
+++ b/api-reference/v1.0/resources/serviceprincipalriskdetection.md
@@ -5,6 +5,7 @@ author: "ebasseri"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/29/2024
---
# servicePrincipalRiskDetection resource type
diff --git a/api-reference/v1.0/resources/staffavailabilityitem.md b/api-reference/v1.0/resources/staffavailabilityitem.md
index 9f6f5c0e398..08e26beae51 100644
--- a/api-reference/v1.0/resources/staffavailabilityitem.md
+++ b/api-reference/v1.0/resources/staffavailabilityitem.md
@@ -5,6 +5,7 @@ author: "kwekua"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# staffAvailabilityItem resource type
@@ -40,4 +41,4 @@ The following JSON representation shows the resource type.
"availabilityItems": [{"@odata.type": "microsoft.graph.availabilityItem"}],
"staffId": "String"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/v1.0/resources/targetresource.md b/api-reference/v1.0/resources/targetresource.md
index 33a3a289a3d..93f32ef88fa 100644
--- a/api-reference/v1.0/resources/targetresource.md
+++ b/api-reference/v1.0/resources/targetresource.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhanyahk"
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# targetResource resource type
diff --git a/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethodconfiguration.md b/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethodconfiguration.md
index f0771b104e8..00bf7cbcfeb 100644
--- a/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethodconfiguration.md
+++ b/api-reference/v1.0/resources/temporaryaccesspassauthenticationmethodconfiguration.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
toc.title: Temporary Access Pass
+ms.date: 07/22/2024
---
# temporaryAccessPassAuthenticationMethodConfiguration resource type
diff --git a/api-reference/v1.0/resources/threatassessmentrequest.md b/api-reference/v1.0/resources/threatassessmentrequest.md
index 957a0b16d62..b9a944fdd09 100644
--- a/api-reference/v1.0/resources/threatassessmentrequest.md
+++ b/api-reference/v1.0/resources/threatassessmentrequest.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# threatAssessmentRequest resource type
diff --git a/api-reference/v1.0/resources/unifiedrole.md b/api-reference/v1.0/resources/unifiedrole.md
index 0f3b944583f..c7b0756dc56 100644
--- a/api-reference/v1.0/resources/unifiedrole.md
+++ b/api-reference/v1.0/resources/unifiedrole.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedRole resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicyruletarget.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicyruletarget.md
index 4a700ced59d..5d0263200b9 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicyruletarget.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicyruletarget.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedRoleManagementPolicyRuleTarget resource type
diff --git a/api-reference/v1.0/resources/virtualeventpresenter.md b/api-reference/v1.0/resources/virtualeventpresenter.md
index 114d9ceb4b1..aa9664e54fa 100644
--- a/api-reference/v1.0/resources/virtualeventpresenter.md
+++ b/api-reference/v1.0/resources/virtualeventpresenter.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# virtualEventPresenter resource type
diff --git a/api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md b/api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md
index 6f88388e794..c4386a8594e 100644
--- a/api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md
+++ b/api-reference/v1.0/resources/virtualeventwebinarregistrationconfiguration.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# virtualEventWebinarRegistrationConfiguration resource type
diff --git a/api-reference/v1.0/resources/workbookrangefill.md b/api-reference/v1.0/resources/workbookrangefill.md
index 9c196dcf965..1d6b7232ab8 100644
--- a/api-reference/v1.0/resources/workbookrangefill.md
+++ b/api-reference/v1.0/resources/workbookrangefill.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Range fill
+ms.date: 07/30/2024
---
# workbookRangeFill resource type
From fd5f2260d0e5cf72fbe148c454a65a8d5ccd202d Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:53:02 +0800
Subject: [PATCH 069/130] Bulk add missing ms.date
---
api-reference/beta/api/approvalitem-get.md | 1 +
api-reference/beta/api/approvalitem-post-responses.md | 1 +
api-reference/beta/api/dynamics-employee-get.md | 1 +
api-reference/beta/api/ediscovery-case-list-legalholds.md | 1 +
.../beta/api/filestoragecontainer-restore-recyclebin-items.md | 1 +
.../intune-deviceconfig-manageddeviceencryptionstate-get.md | 1 +
...eviceconfigv2-devicemanagementconfigurationpolicy-update.md | 1 +
.../api/intune-deviceintent-devicemanagementintent-list.md | 1 +
.../beta/api/intune-devices-devicehealthscript-list.md | 1 +
.../beta/api/intune-devices-manageddevice-enablelostmode.md | 1 +
.../beta/api/intune-devices-manageddevice-executeaction.md | 1 +
.../beta/api/intune-enrollment-enrollmentprofile-get.md | 1 +
api-reference/beta/api/intune-rbac-rolescopetag-get.md | 1 +
api-reference/beta/api/intune-rbac-rolescopetag-list.md | 1 +
api-reference/beta/api/intune-shared-windowsupdatestate-get.md | 1 +
api-reference/beta/api/namepronunciationsettings-get.md | 1 +
api-reference/beta/api/planner-post-rosters.md | 1 +
api-reference/beta/api/profile-list-skills.md | 1 +
api-reference/beta/api/regionalandlanguagesettings-update.md | 1 +
.../beta/api/reportroot-getazureadapplicationsigninsummary.md | 1 +
api-reference/beta/api/security-detectionrule-update.md | 1 +
.../beta/api/security-sensitivitylabel-evaluateapplication.md | 1 +
.../beta/api/security-sensitivitylabel-extractcontentlabel.md | 1 +
api-reference/beta/api/securityactions-post.md | 1 +
api-reference/beta/api/serviceprincipalsigninactivity-get.md | 1 +
api-reference/beta/api/teamwork-list-teamtemplates.md | 1 +
api-reference/beta/api/timecard-list.md | 1 +
.../beta/api/trustframework-list-trustframeworkpolicies.md | 1 +
api-reference/beta/api/virtualendpoint-list-serviceplans.md | 1 +
api-reference/beta/resources/channelmoderationsettings.md | 1 +
api-reference/beta/resources/cloudpcbulkaction.md | 1 +
api-reference/beta/resources/contentmodel.md | 1 +
.../intune-deviceconfig-deviceconfigurationgroupassignment.md | 1 +
api-reference/beta/resources/intune-deviceconfig-devicetype.md | 3 ++-
.../beta/resources/intune-shared-deviceconfiguration.md | 1 +
.../intune-troubleshooting-devicemanagementautopilotevent.md | 1 +
api-reference/beta/resources/projectrome-notification.md | 1 +
api-reference/v1.0/api/accesspackagecatalog-get.md | 1 +
.../v1.0/api/accessreviewinstance-batchrecorddecisions.md | 1 +
.../api/accessreviewscheduledefinition-filterbycurrentuser.md | 1 +
api-reference/v1.0/api/adminconsentrequestpolicy-get.md | 1 +
api-reference/v1.0/api/administrativeunit-get-members.md | 1 +
.../v1.0/api/administrativeunit-get-scopedrolemembers.md | 1 +
api-reference/v1.0/api/administrativeunit-update.md | 1 +
api-reference/v1.0/api/application-delete-owners.md | 1 +
api-reference/v1.0/api/audioroutinggroup-get.md | 1 +
api-reference/v1.0/api/authenticationflowspolicy-get.md | 1 +
api-reference/v1.0/api/bookingappointment-delete.md | 1 +
api-reference/v1.0/api/bookingcustomer-get.md | 1 +
api-reference/v1.0/api/bookingstaffmember-update.md | 1 +
api-reference/v1.0/api/calendargroup-list-calendars.md | 1 +
api-reference/v1.0/api/calendargroup-post-calendars.md | 1 +
api-reference/v1.0/api/call-post-audioroutinggroups.md | 1 +
api-reference/v1.0/api/channel-completemigration.md | 1 +
api-reference/v1.0/api/channel-doesuserhaveaccess.md | 1 +
api-reference/v1.0/api/chart-image.md | 1 +
api-reference/v1.0/api/claimsmappingpolicy-update.md | 1 +
api-reference/v1.0/api/cloudpc-reboot.md | 1 +
.../v1.0/api/cloudpcauditevent-getauditactivitytypes.md | 1 +
api-reference/v1.0/api/conditionalaccesspolicy-delete.md | 1 +
api-reference/v1.0/api/contactfolder-delete.md | 1 +
api-reference/v1.0/api/conversation-list-threads.md | 1 +
.../v1.0/api/delegatedadminrelationship-list-requests.md | 1 +
.../v1.0/api/delegatedadminrelationshiprequest-get.md | 1 +
api-reference/v1.0/api/deletedteam-getallmessages.md | 1 +
api-reference/v1.0/api/device-post-registeredowners.md | 1 +
.../api/directory-list-customsecurityattributedefinitions.md | 1 +
api-reference/v1.0/api/directoryroletemplate-get.md | 1 +
api-reference/v1.0/api/domain-get-rootdomain.md | 1 +
api-reference/v1.0/api/domain-promote.md | 1 +
api-reference/v1.0/api/driveitem-restore.md | 1 +
api-reference/v1.0/api/educationassignment-post-resource.md | 1 +
api-reference/v1.0/api/educationuser-list-assignments.md | 1 +
.../api/entitlementmanagement-list-connectedorganizations.md | 1 +
api-reference/v1.0/api/entitlementmanagement-post-catalogs.md | 1 +
api-reference/v1.0/api/exchangeprotectionpolicy-update.md | 1 +
api-reference/v1.0/api/federatedidentitycredential-update.md | 1 +
api-reference/v1.0/api/group-delete-conversation.md | 1 +
api-reference/v1.0/api/group-post-acceptedsenders.md | 1 +
api-reference/v1.0/api/group-subscribebymail.md | 1 +
api-reference/v1.0/api/groupsettingtemplate-get.md | 1 +
api-reference/v1.0/api/homerealmdiscoverypolicy-list.md | 1 +
.../api/identitycontainer-post-authenticationeventsflows.md | 1 +
api-reference/v1.0/api/identityuserflowattribute-update.md | 1 +
api-reference/v1.0/api/internaldomainfederation-delete.md | 1 +
api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md | 1 +
api-reference/v1.0/api/intune-apps-mobileapp-assign.md | 1 +
api-reference/v1.0/api/intune-books-deviceinstallstate-get.md | 1 +
...intune-deviceconfig-devicecompliancepolicyassignment-get.md | 1 +
...iceconfig-devicecompliancepolicysettingstatesummary-list.md | 1 +
.../intune-deviceconfig-windows10customconfiguration-create.md | 1 +
.../api/intune-devices-applepushnotificationcertificate-get.md | 1 +
...e-devices-manageddevice-createdevicelogcollectionrequest.md | 1 +
api-reference/v1.0/api/intune-mam-user-list.md | 1 +
api-reference/v1.0/api/intune-onboarding-user-create.md | 1 +
api-reference/v1.0/api/intune-onboarding-user-list.md | 1 +
api-reference/v1.0/api/learningcontent-update.md | 1 +
api-reference/v1.0/api/m365appsinstallationoptions-get.md | 1 +
api-reference/v1.0/api/messagerule-delete.md | 1 +
api-reference/v1.0/api/messagerule-get.md | 1 +
api-reference/v1.0/api/messagerule-update.md | 1 +
...rosoftauthenticatorauthenticationmethodconfiguration-get.md | 1 +
api-reference/v1.0/api/notebook-copynotebook.md | 1 +
api-reference/v1.0/api/notebook-getnotebookfromweburl.md | 1 +
api-reference/v1.0/api/notebook-getrecentnotebooks.md | 1 +
api-reference/v1.0/api/onenote-post-pages.md | 1 +
api-reference/v1.0/api/opentypeextension-update.md | 1 +
api-reference/v1.0/api/participant-delete.md | 1 +
api-reference/v1.0/api/peopleadminsettings-list-pronouns.md | 1 +
api-reference/v1.0/api/plannertask-delete.md | 1 +
api-reference/v1.0/api/printdocument-get-file.md | 1 +
api-reference/v1.0/api/printer-get.md | 1 +
api-reference/v1.0/api/printjob-get.md | 1 +
api-reference/v1.0/api/printjob-start.md | 1 +
.../v1.0/api/privilegedaccessgroupeligibilityschedule-get.md | 1 +
api-reference/v1.0/api/range-clear.md | 1 +
api-reference/v1.0/api/rangefill-update.md | 1 +
api-reference/v1.0/api/rangeformat-update.md | 1 +
...motedesktopsecurityconfiguration-post-targetdevicegroups.md | 1 +
.../v1.0/api/reportroot-getemailappusageappsusercounts.md | 1 +
.../v1.0/api/reportroot-getemailappusageusercounts.md | 1 +
.../v1.0/api/reportroot-getoffice365activationcounts.md | 1 +
api-reference/v1.0/api/riskyuser-list-history.md | 1 +
api-reference/v1.0/api/search-searchentity-list-acronyms.md | 1 +
api-reference/v1.0/api/security-article-list-indicators.md | 1 +
.../v1.0/api/security-ediscoverycase-list-custodians.md | 1 +
.../v1.0/api/security-ediscoverycase-post-custodians.md | 1 +
api-reference/v1.0/api/security-sslcertificate-get.md | 1 +
api-reference/v1.0/api/security-whoisrecord-get.md | 1 +
api-reference/v1.0/api/simulation-delete.md | 1 +
.../v1.0/api/synchronization-synchronizationschema-update.md | 1 +
api-reference/v1.0/api/table-post-columns.md | 1 +
api-reference/v1.0/api/tablerow-range.md | 1 +
api-reference/v1.0/api/tablerowcollection-itemat.md | 1 +
api-reference/v1.0/api/team-list-incomingchannels.md | 1 +
api-reference/v1.0/api/team-unarchive.md | 1 +
api-reference/v1.0/api/teamwork-get.md | 1 +
.../v1.0/api/temporaryaccesspassauthenticationmethod-delete.md | 1 +
api-reference/v1.0/api/tenantappmanagementpolicy-get.md | 1 +
api-reference/v1.0/api/termstore-group-get.md | 1 +
api-reference/v1.0/api/termstore-store-get.md | 1 +
api-reference/v1.0/api/unifiedroleeligibilityschedule-get.md | 1 +
.../v1.0/api/userteamwork-teamsappinstallation-upgrade.md | 1 +
.../v1.0/api/virtualeventwebinar-getbyuseridandrole.md | 1 +
api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md | 1 +
api-reference/v1.0/api/virtualeventwebinar-update.md | 1 +
api-reference/v1.0/api/workbook-list-worksheets.md | 1 +
api-reference/v1.0/api/worksheet-delete.md | 1 +
api-reference/v1.0/api/worksheetprotection-protect.md | 1 +
api-reference/v1.0/resources/agreement.md | 1 +
api-reference/v1.0/resources/auditactivityinitiator.md | 1 +
api-reference/v1.0/resources/bookingcustomerinformation.md | 1 +
.../v1.0/resources/callrecords-participantendpoint.md | 1 +
api-reference/v1.0/resources/chatinfo.md | 1 +
api-reference/v1.0/resources/cloudpcprovisioningpolicy.md | 1 +
api-reference/v1.0/resources/contract.md | 1 +
.../resources/crosstenantaccesspolicyconfigurationdefault.md | 1 +
api-reference/v1.0/resources/delegatedadmincustomer.md | 1 +
api-reference/v1.0/resources/educationschool.md | 1 +
api-reference/v1.0/resources/educationsubmission.md | 1 +
api-reference/v1.0/resources/externalconnectors-acl.md | 1 +
.../v1.0/resources/externalconnectors-configuration.md | 1 +
.../v1.0/resources/externalconnectors-externalactivity.md | 1 +
api-reference/v1.0/resources/insights-used.md | 1 +
api-reference/v1.0/resources/intune-apps-mobileappcontent.md | 1 +
.../resources/intune-deviceconfig-windows10compliancepolicy.md | 1 +
.../intune-deviceconfig-windows10customconfiguration.md | 1 +
...ntune-deviceconfig-windowsupdateforbusinessconfiguration.md | 1 +
.../v1.0/resources/intune-devices-devicegeolocation.md | 1 +
.../v1.0/resources/intune-mam-managedappprotection.md | 1 +
api-reference/v1.0/resources/keyvaluepair.md | 1 +
api-reference/v1.0/resources/learningcourseactivity.md | 1 +
api-reference/v1.0/resources/m365appsinstallationoptions.md | 1 +
api-reference/v1.0/resources/meetingtimesuggestionsresult.md | 1 +
api-reference/v1.0/resources/officegraphinsights.md | 1 +
api-reference/v1.0/resources/onpremisesprovisioningerror.md | 1 +
api-reference/v1.0/resources/outlookitem.md | 1 +
api-reference/v1.0/resources/partners-billing-operation.md | 1 +
api-reference/v1.0/resources/partners-billing-unbilledusage.md | 1 +
.../v1.0/resources/plannerbuckettaskboardtaskformat.md | 1 +
.../v1.0/resources/plannerprogresstaskboardtaskformat.md | 1 +
api-reference/v1.0/resources/printdocument.md | 1 +
api-reference/v1.0/resources/pronounssettings.md | 1 +
api-reference/v1.0/resources/protectionrulebase.md | 1 +
api-reference/v1.0/resources/protectionunitbase.md | 1 +
api-reference/v1.0/resources/publicationfacet.md | 1 +
api-reference/v1.0/resources/relyingpartydetailedsummary.md | 1 +
api-reference/v1.0/resources/samlsinglesignonsettings.md | 1 +
api-reference/v1.0/resources/sensitivitylabelassignment.md | 1 +
api-reference/v1.0/resources/serviceprovisioningerror.md | 1 +
api-reference/v1.0/resources/servicestatus.md | 1 +
api-reference/v1.0/resources/shared.md | 1 +
api-reference/v1.0/resources/spaapplication.md | 1 +
api-reference/v1.0/resources/termstore-relation.md | 1 +
api-reference/v1.0/resources/timeoff.md | 1 +
.../v1.0/resources/unifiedroleassignmentscheduleinstance.md | 1 +
.../resources/unifiedrolemanagementpolicynotificationrule.md | 1 +
api-reference/v1.0/resources/webpartdata.md | 1 +
api-reference/v1.0/resources/workbookoperation.md | 1 +
api-reference/v1.0/resources/workbookrangeformat.md | 1 +
200 files changed, 201 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/approvalitem-get.md b/api-reference/beta/api/approvalitem-get.md
index 58791be415a..4922ee10dcc 100644
--- a/api-reference/beta/api/approvalitem-get.md
+++ b/api-reference/beta/api/approvalitem-get.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# Get approvalItem
diff --git a/api-reference/beta/api/approvalitem-post-responses.md b/api-reference/beta/api/approvalitem-post-responses.md
index 112b84b60d8..5336d9a209b 100644
--- a/api-reference/beta/api/approvalitem-post-responses.md
+++ b/api-reference/beta/api/approvalitem-post-responses.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create approvalItemResponse
diff --git a/api-reference/beta/api/dynamics-employee-get.md b/api-reference/beta/api/dynamics-employee-get.md
index 89ad1bc9c15..c7d396d8e96 100644
--- a/api-reference/beta/api/dynamics-employee-get.md
+++ b/api-reference/beta/api/dynamics-employee-get.md
@@ -7,6 +7,7 @@ author: SusanneWindfeldPedersen
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get employees
diff --git a/api-reference/beta/api/ediscovery-case-list-legalholds.md b/api-reference/beta/api/ediscovery-case-list-legalholds.md
index 930d6db5262..8a36baeb376 100644
--- a/api-reference/beta/api/ediscovery-case-list-legalholds.md
+++ b/api-reference/beta/api/ediscovery-case-list-legalholds.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# List legalHolds
diff --git a/api-reference/beta/api/filestoragecontainer-restore-recyclebin-items.md b/api-reference/beta/api/filestoragecontainer-restore-recyclebin-items.md
index 40524f4d35f..4a5a71b4bfb 100644
--- a/api-reference/beta/api/filestoragecontainer-restore-recyclebin-items.md
+++ b/api-reference/beta/api/filestoragecontainer-restore-recyclebin-items.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 10/01/2024
---
# Restore recycle bin items
diff --git a/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-get.md b/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-get.md
index c8bb5088461..66d72c083f6 100644
--- a/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-get.md
+++ b/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get managedDeviceEncryptionState
diff --git a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-update.md b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-update.md
index 133ecc96df4..6041154198d 100644
--- a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-update.md
+++ b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationpolicy-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceManagementConfigurationPolicy
diff --git a/api-reference/beta/api/intune-deviceintent-devicemanagementintent-list.md b/api-reference/beta/api/intune-deviceintent-devicemanagementintent-list.md
index 5b6754192fa..c393690d1d7 100644
--- a/api-reference/beta/api/intune-deviceintent-devicemanagementintent-list.md
+++ b/api-reference/beta/api/intune-deviceintent-devicemanagementintent-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceManagementIntents
diff --git a/api-reference/beta/api/intune-devices-devicehealthscript-list.md b/api-reference/beta/api/intune-devices-devicehealthscript-list.md
index e3de936e762..b7af7610e4e 100644
--- a/api-reference/beta/api/intune-devices-devicehealthscript-list.md
+++ b/api-reference/beta/api/intune-devices-devicehealthscript-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceHealthScripts
diff --git a/api-reference/beta/api/intune-devices-manageddevice-enablelostmode.md b/api-reference/beta/api/intune-devices-manageddevice-enablelostmode.md
index df9ce6dba81..d592659622f 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-enablelostmode.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-enablelostmode.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# enableLostMode action
diff --git a/api-reference/beta/api/intune-devices-manageddevice-executeaction.md b/api-reference/beta/api/intune-devices-manageddevice-executeaction.md
index 9e7bc466884..e593ed084ed 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-executeaction.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-executeaction.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# executeAction action
diff --git a/api-reference/beta/api/intune-enrollment-enrollmentprofile-get.md b/api-reference/beta/api/intune-enrollment-enrollmentprofile-get.md
index 54798cea8fe..f56076fe273 100644
--- a/api-reference/beta/api/intune-enrollment-enrollmentprofile-get.md
+++ b/api-reference/beta/api/intune-enrollment-enrollmentprofile-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get enrollmentProfile
diff --git a/api-reference/beta/api/intune-rbac-rolescopetag-get.md b/api-reference/beta/api/intune-rbac-rolescopetag-get.md
index 8a86ce2fcab..eae5426c3c0 100644
--- a/api-reference/beta/api/intune-rbac-rolescopetag-get.md
+++ b/api-reference/beta/api/intune-rbac-rolescopetag-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get roleScopeTag
diff --git a/api-reference/beta/api/intune-rbac-rolescopetag-list.md b/api-reference/beta/api/intune-rbac-rolescopetag-list.md
index fafa07faf87..fe70700b5aa 100644
--- a/api-reference/beta/api/intune-rbac-rolescopetag-list.md
+++ b/api-reference/beta/api/intune-rbac-rolescopetag-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List roleScopeTags
diff --git a/api-reference/beta/api/intune-shared-windowsupdatestate-get.md b/api-reference/beta/api/intune-shared-windowsupdatestate-get.md
index 4cb7f6d4990..f7a91740131 100644
--- a/api-reference/beta/api/intune-shared-windowsupdatestate-get.md
+++ b/api-reference/beta/api/intune-shared-windowsupdatestate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windowsUpdateState
diff --git a/api-reference/beta/api/namepronunciationsettings-get.md b/api-reference/beta/api/namepronunciationsettings-get.md
index ab0fd8f99dd..d469b755620 100644
--- a/api-reference/beta/api/namepronunciationsettings-get.md
+++ b/api-reference/beta/api/namepronunciationsettings-get.md
@@ -5,6 +5,7 @@ author: "fondieki"
ms.localizationpriority: medium
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 10/28/2024
---
# Get namePronunciationSettings
diff --git a/api-reference/beta/api/planner-post-rosters.md b/api-reference/beta/api/planner-post-rosters.md
index bfcfba2f227..858a0abe1cb 100644
--- a/api-reference/beta/api/planner-post-rosters.md
+++ b/api-reference/beta/api/planner-post-rosters.md
@@ -5,6 +5,7 @@ author: "tarkansevilmis"
ms.localizationpriority: medium
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 06/05/2024
---
# Create plannerRoster
diff --git a/api-reference/beta/api/profile-list-skills.md b/api-reference/beta/api/profile-list-skills.md
index 5e34ce34b17..0f8ab0393f7 100644
--- a/api-reference/beta/api/profile-list-skills.md
+++ b/api-reference/beta/api/profile-list-skills.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List skills
diff --git a/api-reference/beta/api/regionalandlanguagesettings-update.md b/api-reference/beta/api/regionalandlanguagesettings-update.md
index 4537f75644e..1e51fd0a64f 100644
--- a/api-reference/beta/api/regionalandlanguagesettings-update.md
+++ b/api-reference/beta/api/regionalandlanguagesettings-update.md
@@ -5,6 +5,7 @@ author: "jasonbro"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 04/17/2024
---
# Update regionalAndLanguageSettings
diff --git a/api-reference/beta/api/reportroot-getazureadapplicationsigninsummary.md b/api-reference/beta/api/reportroot-getazureadapplicationsigninsummary.md
index afcd1cad547..56ed4731314 100644
--- a/api-reference/beta/api/reportroot-getazureadapplicationsigninsummary.md
+++ b/api-reference/beta/api/reportroot-getazureadapplicationsigninsummary.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "egreenberg14"
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getAzureADApplicationSignInSummary
diff --git a/api-reference/beta/api/security-detectionrule-update.md b/api-reference/beta/api/security-detectionrule-update.md
index 75794a85a3f..7eb66608674 100644
--- a/api-reference/beta/api/security-detectionrule-update.md
+++ b/api-reference/beta/api/security-detectionrule-update.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update detectionRule
diff --git a/api-reference/beta/api/security-sensitivitylabel-evaluateapplication.md b/api-reference/beta/api/security-sensitivitylabel-evaluateapplication.md
index 1f71168514d..628595471dd 100644
--- a/api-reference/beta/api/security-sensitivitylabel-evaluateapplication.md
+++ b/api-reference/beta/api/security-sensitivitylabel-evaluateapplication.md
@@ -5,6 +5,7 @@ author: "tommoser"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# sensitivityLabel: evaluateApplication
diff --git a/api-reference/beta/api/security-sensitivitylabel-extractcontentlabel.md b/api-reference/beta/api/security-sensitivitylabel-extractcontentlabel.md
index 4be12cc58dd..9a115d03159 100644
--- a/api-reference/beta/api/security-sensitivitylabel-extractcontentlabel.md
+++ b/api-reference/beta/api/security-sensitivitylabel-extractcontentlabel.md
@@ -5,6 +5,7 @@ author: "tommoser"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# sensitivityLabel: extractContentLabel
diff --git a/api-reference/beta/api/securityactions-post.md b/api-reference/beta/api/securityactions-post.md
index 9a0bd17086f..558a83a1b03 100644
--- a/api-reference/beta/api/securityactions-post.md
+++ b/api-reference/beta/api/securityactions-post.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Create securityAction
diff --git a/api-reference/beta/api/serviceprincipalsigninactivity-get.md b/api-reference/beta/api/serviceprincipalsigninactivity-get.md
index a85a300ae08..5a1e58d3dbf 100644
--- a/api-reference/beta/api/serviceprincipalsigninactivity-get.md
+++ b/api-reference/beta/api/serviceprincipalsigninactivity-get.md
@@ -5,6 +5,7 @@ description: "Get a servicePrincipalSignInActivity object that contains sign-in
ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Get servicePrincipalSignInActivity
diff --git a/api-reference/beta/api/teamwork-list-teamtemplates.md b/api-reference/beta/api/teamwork-list-teamtemplates.md
index 9200370cdd5..231caaaef9f 100644
--- a/api-reference/beta/api/teamwork-list-teamtemplates.md
+++ b/api-reference/beta/api/teamwork-list-teamtemplates.md
@@ -5,6 +5,7 @@ author: "Charlieforce"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List teamTemplates
diff --git a/api-reference/beta/api/timecard-list.md b/api-reference/beta/api/timecard-list.md
index 070629988a7..8e72504f8fc 100644
--- a/api-reference/beta/api/timecard-list.md
+++ b/api-reference/beta/api/timecard-list.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List timeCard
diff --git a/api-reference/beta/api/trustframework-list-trustframeworkpolicies.md b/api-reference/beta/api/trustframework-list-trustframeworkpolicies.md
index f198d517743..3d22fe5ecb9 100644
--- a/api-reference/beta/api/trustframework-list-trustframeworkpolicies.md
+++ b/api-reference/beta/api/trustframework-list-trustframeworkpolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List trustFrameworkPolicies
diff --git a/api-reference/beta/api/virtualendpoint-list-serviceplans.md b/api-reference/beta/api/virtualendpoint-list-serviceplans.md
index 01e416556c2..b050415a8cd 100644
--- a/api-reference/beta/api/virtualendpoint-list-serviceplans.md
+++ b/api-reference/beta/api/virtualendpoint-list-serviceplans.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List servicePlans
diff --git a/api-reference/beta/resources/channelmoderationsettings.md b/api-reference/beta/resources/channelmoderationsettings.md
index 2a2d64bc2f7..3a2f4b82bcb 100644
--- a/api-reference/beta/resources/channelmoderationsettings.md
+++ b/api-reference/beta/resources/channelmoderationsettings.md
@@ -5,6 +5,7 @@ author: "anandjo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# channelModerationSettings resource type
diff --git a/api-reference/beta/resources/cloudpcbulkaction.md b/api-reference/beta/resources/cloudpcbulkaction.md
index 09c2af6e4f4..3ae45b4c755 100644
--- a/api-reference/beta/resources/cloudpcbulkaction.md
+++ b/api-reference/beta/resources/cloudpcbulkaction.md
@@ -5,6 +5,7 @@ author: "Guoan-Tang"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# cloudPcBulkAction resource type
diff --git a/api-reference/beta/resources/contentmodel.md b/api-reference/beta/resources/contentmodel.md
index f34ef38cdc0..272f95fa70d 100644
--- a/api-reference/beta/resources/contentmodel.md
+++ b/api-reference/beta/resources/contentmodel.md
@@ -5,6 +5,7 @@ author: "travislius"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 06/11/2024
---
# contentModel resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationgroupassignment.md b/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationgroupassignment.md
index 95a7b01a191..cd29ccf1d5f 100644
--- a/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationgroupassignment.md
+++ b/api-reference/beta/resources/intune-deviceconfig-deviceconfigurationgroupassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationGroupAssignment resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-devicetype.md b/api-reference/beta/resources/intune-deviceconfig-devicetype.md
index e2679ac9209..12961584f1c 100644
--- a/api-reference/beta/resources/intune-deviceconfig-devicetype.md
+++ b/api-reference/beta/resources/intune-deviceconfig-devicetype.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 08/01/2024
---
# deviceType enum type
@@ -46,4 +47,4 @@ Device type.
|blackberry|100|Blackberry.|
|palm|101|Palm.|
|unknown|255|Represents that the device type is unknown.|
-|cloudPC|257|Cloud PC device.|
\ No newline at end of file
+|cloudPC|257|Cloud PC device.|
diff --git a/api-reference/beta/resources/intune-shared-deviceconfiguration.md b/api-reference/beta/resources/intune-shared-deviceconfiguration.md
index dea64e3cf37..2cb2b289c05 100644
--- a/api-reference/beta/resources/intune-shared-deviceconfiguration.md
+++ b/api-reference/beta/resources/intune-shared-deviceconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceConfiguration resource type
diff --git a/api-reference/beta/resources/intune-troubleshooting-devicemanagementautopilotevent.md b/api-reference/beta/resources/intune-troubleshooting-devicemanagementautopilotevent.md
index 5666a32c39b..8f4d2909853 100644
--- a/api-reference/beta/resources/intune-troubleshooting-devicemanagementautopilotevent.md
+++ b/api-reference/beta/resources/intune-troubleshooting-devicemanagementautopilotevent.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementAutopilotEvent resource type
diff --git a/api-reference/beta/resources/projectrome-notification.md b/api-reference/beta/resources/projectrome-notification.md
index 5283a4d4250..65501595c3b 100644
--- a/api-reference/beta/resources/projectrome-notification.md
+++ b/api-reference/beta/resources/projectrome-notification.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: notifications
doc_type: resourcePageType
author: merzink
+ms.date: 05/23/2024
---
# notification resource type (deprecated)
diff --git a/api-reference/v1.0/api/accesspackagecatalog-get.md b/api-reference/v1.0/api/accesspackagecatalog-get.md
index 978093a1dba..6c18e225611 100644
--- a/api-reference/v1.0/api/accesspackagecatalog-get.md
+++ b/api-reference/v1.0/api/accesspackagecatalog-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessPackageCatalog
diff --git a/api-reference/v1.0/api/accessreviewinstance-batchrecorddecisions.md b/api-reference/v1.0/api/accessreviewinstance-batchrecorddecisions.md
index b1001659de4..3d45c11e9a1 100644
--- a/api-reference/v1.0/api/accessreviewinstance-batchrecorddecisions.md
+++ b/api-reference/v1.0/api/accessreviewinstance-batchrecorddecisions.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# accessReviewInstance: batchRecordDecisions
diff --git a/api-reference/v1.0/api/accessreviewscheduledefinition-filterbycurrentuser.md b/api-reference/v1.0/api/accessreviewscheduledefinition-filterbycurrentuser.md
index e86a5f836c8..0aa1a4492f6 100644
--- a/api-reference/v1.0/api/accessreviewscheduledefinition-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/accessreviewscheduledefinition-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# accessReviewScheduleDefinition: filterByCurrentUser
diff --git a/api-reference/v1.0/api/adminconsentrequestpolicy-get.md b/api-reference/v1.0/api/adminconsentrequestpolicy-get.md
index cc7468b1363..7d5c8f3aedf 100644
--- a/api-reference/v1.0/api/adminconsentrequestpolicy-get.md
+++ b/api-reference/v1.0/api/adminconsentrequestpolicy-get.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get adminConsentRequestPolicy
diff --git a/api-reference/v1.0/api/administrativeunit-get-members.md b/api-reference/v1.0/api/administrativeunit-get-members.md
index a75f96493b9..f74b378d97a 100644
--- a/api-reference/v1.0/api/administrativeunit-get-members.md
+++ b/api-reference/v1.0/api/administrativeunit-get-members.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# Get a member
diff --git a/api-reference/v1.0/api/administrativeunit-get-scopedrolemembers.md b/api-reference/v1.0/api/administrativeunit-get-scopedrolemembers.md
index 619c439a508..411200669d2 100644
--- a/api-reference/v1.0/api/administrativeunit-get-scopedrolemembers.md
+++ b/api-reference/v1.0/api/administrativeunit-get-scopedrolemembers.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# Get a scopedRoleMember
diff --git a/api-reference/v1.0/api/administrativeunit-update.md b/api-reference/v1.0/api/administrativeunit-update.md
index ccb24aea9c5..c7ff80d8fd3 100644
--- a/api-reference/v1.0/api/administrativeunit-update.md
+++ b/api-reference/v1.0/api/administrativeunit-update.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/29/2024
---
# Update administrativeUnit
diff --git a/api-reference/v1.0/api/application-delete-owners.md b/api-reference/v1.0/api/application-delete-owners.md
index 79b4ad3a226..5d48d62fe5c 100644
--- a/api-reference/v1.0/api/application-delete-owners.md
+++ b/api-reference/v1.0/api/application-delete-owners.md
@@ -5,6 +5,7 @@ author: "sureshja"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Remove application owner
diff --git a/api-reference/v1.0/api/audioroutinggroup-get.md b/api-reference/v1.0/api/audioroutinggroup-get.md
index 662a4b9a071..6f6cae804b3 100644
--- a/api-reference/v1.0/api/audioroutinggroup-get.md
+++ b/api-reference/v1.0/api/audioroutinggroup-get.md
@@ -5,6 +5,7 @@ author: "hanknguyen"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get audioRoutingGroup
diff --git a/api-reference/v1.0/api/authenticationflowspolicy-get.md b/api-reference/v1.0/api/authenticationflowspolicy-get.md
index a3ea1bb0909..529c32aca27 100644
--- a/api-reference/v1.0/api/authenticationflowspolicy-get.md
+++ b/api-reference/v1.0/api/authenticationflowspolicy-get.md
@@ -5,6 +5,7 @@ author: "linkhp"
ms.localizationpriority: high
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get authenticationFlowsPolicy
diff --git a/api-reference/v1.0/api/bookingappointment-delete.md b/api-reference/v1.0/api/bookingappointment-delete.md
index 3fa04d11e4c..e546b868bd7 100644
--- a/api-reference/v1.0/api/bookingappointment-delete.md
+++ b/api-reference/v1.0/api/bookingappointment-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Delete bookingAppointment
diff --git a/api-reference/v1.0/api/bookingcustomer-get.md b/api-reference/v1.0/api/bookingcustomer-get.md
index d6383afc986..a6dbf30a165 100644
--- a/api-reference/v1.0/api/bookingcustomer-get.md
+++ b/api-reference/v1.0/api/bookingcustomer-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get bookingCustomer
diff --git a/api-reference/v1.0/api/bookingstaffmember-update.md b/api-reference/v1.0/api/bookingstaffmember-update.md
index 39165e1fce4..b33c45cc25d 100644
--- a/api-reference/v1.0/api/bookingstaffmember-update.md
+++ b/api-reference/v1.0/api/bookingstaffmember-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 06/25/2024
---
# Update bookingstaffmember
diff --git a/api-reference/v1.0/api/calendargroup-list-calendars.md b/api-reference/v1.0/api/calendargroup-list-calendars.md
index ec6a91646fa..233a4bdb2fe 100644
--- a/api-reference/v1.0/api/calendargroup-list-calendars.md
+++ b/api-reference/v1.0/api/calendargroup-list-calendars.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List calendars
diff --git a/api-reference/v1.0/api/calendargroup-post-calendars.md b/api-reference/v1.0/api/calendargroup-post-calendars.md
index 7ca8a077dfd..8e235cc0c9c 100644
--- a/api-reference/v1.0/api/calendargroup-post-calendars.md
+++ b/api-reference/v1.0/api/calendargroup-post-calendars.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create Calendar
diff --git a/api-reference/v1.0/api/call-post-audioroutinggroups.md b/api-reference/v1.0/api/call-post-audioroutinggroups.md
index 74239fb219b..3c3af7ab8a7 100644
--- a/api-reference/v1.0/api/call-post-audioroutinggroups.md
+++ b/api-reference/v1.0/api/call-post-audioroutinggroups.md
@@ -5,6 +5,7 @@ author: "hanknguyen"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create audioRoutingGroup
diff --git a/api-reference/v1.0/api/channel-completemigration.md b/api-reference/v1.0/api/channel-completemigration.md
index acd03390ae8..42abb3b7889 100644
--- a/api-reference/v1.0/api/channel-completemigration.md
+++ b/api-reference/v1.0/api/channel-completemigration.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "RamjotSingh"
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 10/01/2024
---
# channel: completeMigration
diff --git a/api-reference/v1.0/api/channel-doesuserhaveaccess.md b/api-reference/v1.0/api/channel-doesuserhaveaccess.md
index 7a59b1bd086..e6461f289d6 100644
--- a/api-reference/v1.0/api/channel-doesuserhaveaccess.md
+++ b/api-reference/v1.0/api/channel-doesuserhaveaccess.md
@@ -5,6 +5,7 @@ author: "devjha-ms"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# channel: doesUserHaveAccess
diff --git a/api-reference/v1.0/api/chart-image.md b/api-reference/v1.0/api/chart-image.md
index 9d9896177f3..beb07331d47 100644
--- a/api-reference/v1.0/api/chart-image.md
+++ b/api-reference/v1.0/api/chart-image.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# Chart: Image
diff --git a/api-reference/v1.0/api/claimsmappingpolicy-update.md b/api-reference/v1.0/api/claimsmappingpolicy-update.md
index 07f3dcf4ed9..942cc6b2fc9 100644
--- a/api-reference/v1.0/api/claimsmappingpolicy-update.md
+++ b/api-reference/v1.0/api/claimsmappingpolicy-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/25/2024
---
# Update claimsmappingpolicy
diff --git a/api-reference/v1.0/api/cloudpc-reboot.md b/api-reference/v1.0/api/cloudpc-reboot.md
index 5e815b069e7..2904e600cc2 100644
--- a/api-reference/v1.0/api/cloudpc-reboot.md
+++ b/api-reference/v1.0/api/cloudpc-reboot.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# cloudPC: reboot
diff --git a/api-reference/v1.0/api/cloudpcauditevent-getauditactivitytypes.md b/api-reference/v1.0/api/cloudpcauditevent-getauditactivitytypes.md
index 201b8f8a116..eac32c2fff1 100644
--- a/api-reference/v1.0/api/cloudpcauditevent-getauditactivitytypes.md
+++ b/api-reference/v1.0/api/cloudpcauditevent-getauditactivitytypes.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# cloudPcAuditEvent: getAuditActivityTypes
diff --git a/api-reference/v1.0/api/conditionalaccesspolicy-delete.md b/api-reference/v1.0/api/conditionalaccesspolicy-delete.md
index 7332ec41f3a..8a305d66e17 100644
--- a/api-reference/v1.0/api/conditionalaccesspolicy-delete.md
+++ b/api-reference/v1.0/api/conditionalaccesspolicy-delete.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# Delete conditionalAccessPolicy
diff --git a/api-reference/v1.0/api/contactfolder-delete.md b/api-reference/v1.0/api/contactfolder-delete.md
index 49c6cee1f15..aa4b70a6c4a 100644
--- a/api-reference/v1.0/api/contactfolder-delete.md
+++ b/api-reference/v1.0/api/contactfolder-delete.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Delete contactFolder
diff --git a/api-reference/v1.0/api/conversation-list-threads.md b/api-reference/v1.0/api/conversation-list-threads.md
index c951445b5fd..0bfc2b8648f 100644
--- a/api-reference/v1.0/api/conversation-list-threads.md
+++ b/api-reference/v1.0/api/conversation-list-threads.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List threads
diff --git a/api-reference/v1.0/api/delegatedadminrelationship-list-requests.md b/api-reference/v1.0/api/delegatedadminrelationship-list-requests.md
index e28a691aa53..28e21321a38 100644
--- a/api-reference/v1.0/api/delegatedadminrelationship-list-requests.md
+++ b/api-reference/v1.0/api/delegatedadminrelationship-list-requests.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List requests
diff --git a/api-reference/v1.0/api/delegatedadminrelationshiprequest-get.md b/api-reference/v1.0/api/delegatedadminrelationshiprequest-get.md
index 333ff2fbd3b..7c394871c6b 100644
--- a/api-reference/v1.0/api/delegatedadminrelationshiprequest-get.md
+++ b/api-reference/v1.0/api/delegatedadminrelationshiprequest-get.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get delegatedAdminRelationshipRequest
diff --git a/api-reference/v1.0/api/deletedteam-getallmessages.md b/api-reference/v1.0/api/deletedteam-getallmessages.md
index 50dba4cd9e0..8ffd1b7a27d 100644
--- a/api-reference/v1.0/api/deletedteam-getallmessages.md
+++ b/api-reference/v1.0/api/deletedteam-getallmessages.md
@@ -5,6 +5,7 @@ author: agnesliu
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# deletedTeam: getAllMessages
diff --git a/api-reference/v1.0/api/device-post-registeredowners.md b/api-reference/v1.0/api/device-post-registeredowners.md
index f3e458fb021..12f6bfcdb34 100644
--- a/api-reference/v1.0/api/device-post-registeredowners.md
+++ b/api-reference/v1.0/api/device-post-registeredowners.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Create registeredOwner
diff --git a/api-reference/v1.0/api/directory-list-customsecurityattributedefinitions.md b/api-reference/v1.0/api/directory-list-customsecurityattributedefinitions.md
index 1ce44bd1229..3dfbc21ce32 100644
--- a/api-reference/v1.0/api/directory-list-customsecurityattributedefinitions.md
+++ b/api-reference/v1.0/api/directory-list-customsecurityattributedefinitions.md
@@ -5,6 +5,7 @@ author: "CecilyK"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# List customSecurityAttributeDefinitions
diff --git a/api-reference/v1.0/api/directoryroletemplate-get.md b/api-reference/v1.0/api/directoryroletemplate-get.md
index 6a65ba9e5cb..7af4d257d7e 100644
--- a/api-reference/v1.0/api/directoryroletemplate-get.md
+++ b/api-reference/v1.0/api/directoryroletemplate-get.md
@@ -6,6 +6,7 @@ ms.reviewer: msodsrbac
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get directoryRoleTemplate
diff --git a/api-reference/v1.0/api/domain-get-rootdomain.md b/api-reference/v1.0/api/domain-get-rootdomain.md
index be3106dd688..2d75e8cc5b8 100644
--- a/api-reference/v1.0/api/domain-get-rootdomain.md
+++ b/api-reference/v1.0/api/domain-get-rootdomain.md
@@ -5,6 +5,7 @@ author: "shilpi-kansal"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get rootDomain
diff --git a/api-reference/v1.0/api/domain-promote.md b/api-reference/v1.0/api/domain-promote.md
index 118d9409b66..9dac7cd7ff8 100644
--- a/api-reference/v1.0/api/domain-promote.md
+++ b/api-reference/v1.0/api/domain-promote.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# domain: promote
diff --git a/api-reference/v1.0/api/driveitem-restore.md b/api-reference/v1.0/api/driveitem-restore.md
index 3b6a5a5ea6c..83f3ead89d2 100644
--- a/api-reference/v1.0/api/driveitem-restore.md
+++ b/api-reference/v1.0/api/driveitem-restore.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "learafa"
ms.subservice: "onedrive"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# driveItem: restore
diff --git a/api-reference/v1.0/api/educationassignment-post-resource.md b/api-reference/v1.0/api/educationassignment-post-resource.md
index 77c86f04fec..34256b11b2e 100644
--- a/api-reference/v1.0/api/educationassignment-post-resource.md
+++ b/api-reference/v1.0/api/educationassignment-post-resource.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sharad-sharma-msft"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 05/21/2024
---
# Create educationAssignmentResource
diff --git a/api-reference/v1.0/api/educationuser-list-assignments.md b/api-reference/v1.0/api/educationuser-list-assignments.md
index 37144322d09..3241b2d069c 100644
--- a/api-reference/v1.0/api/educationuser-list-assignments.md
+++ b/api-reference/v1.0/api/educationuser-list-assignments.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "cristobal-buenrostro"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 08/29/2024
---
# List assignments of a user
diff --git a/api-reference/v1.0/api/entitlementmanagement-list-connectedorganizations.md b/api-reference/v1.0/api/entitlementmanagement-list-connectedorganizations.md
index 8784c95577f..4e312a191da 100644
--- a/api-reference/v1.0/api/entitlementmanagement-list-connectedorganizations.md
+++ b/api-reference/v1.0/api/entitlementmanagement-list-connectedorganizations.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List connectedOrganizations
diff --git a/api-reference/v1.0/api/entitlementmanagement-post-catalogs.md b/api-reference/v1.0/api/entitlementmanagement-post-catalogs.md
index 06eb4719af0..5909c223f70 100644
--- a/api-reference/v1.0/api/entitlementmanagement-post-catalogs.md
+++ b/api-reference/v1.0/api/entitlementmanagement-post-catalogs.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create accessPackageCatalog
diff --git a/api-reference/v1.0/api/exchangeprotectionpolicy-update.md b/api-reference/v1.0/api/exchangeprotectionpolicy-update.md
index 490c0ff38b6..b5a04a5d587 100644
--- a/api-reference/v1.0/api/exchangeprotectionpolicy-update.md
+++ b/api-reference/v1.0/api/exchangeprotectionpolicy-update.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Update exchangeProtectionPolicy
diff --git a/api-reference/v1.0/api/federatedidentitycredential-update.md b/api-reference/v1.0/api/federatedidentitycredential-update.md
index 3622e74a467..3363dbe4228 100644
--- a/api-reference/v1.0/api/federatedidentitycredential-update.md
+++ b/api-reference/v1.0/api/federatedidentitycredential-update.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update federatedIdentityCredential
diff --git a/api-reference/v1.0/api/group-delete-conversation.md b/api-reference/v1.0/api/group-delete-conversation.md
index 916789e895c..51db5e176a1 100644
--- a/api-reference/v1.0/api/group-delete-conversation.md
+++ b/api-reference/v1.0/api/group-delete-conversation.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete conversation
diff --git a/api-reference/v1.0/api/group-post-acceptedsenders.md b/api-reference/v1.0/api/group-post-acceptedsenders.md
index 692d3596b08..c85c6311d23 100644
--- a/api-reference/v1.0/api/group-post-acceptedsenders.md
+++ b/api-reference/v1.0/api/group-post-acceptedsenders.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create acceptedSender
diff --git a/api-reference/v1.0/api/group-subscribebymail.md b/api-reference/v1.0/api/group-subscribebymail.md
index f125d51fa6b..8070a3b76d2 100644
--- a/api-reference/v1.0/api/group-subscribebymail.md
+++ b/api-reference/v1.0/api/group-subscribebymail.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# group: subscribeByMail
diff --git a/api-reference/v1.0/api/groupsettingtemplate-get.md b/api-reference/v1.0/api/groupsettingtemplate-get.md
index 2f4de6e01d8..258aef1dc2f 100644
--- a/api-reference/v1.0/api/groupsettingtemplate-get.md
+++ b/api-reference/v1.0/api/groupsettingtemplate-get.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Get a group setting template
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-list.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-list.md
index 009d00018ac..485c46a4c15 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-list.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List homeRealmDiscoveryPolicies
diff --git a/api-reference/v1.0/api/identitycontainer-post-authenticationeventsflows.md b/api-reference/v1.0/api/identitycontainer-post-authenticationeventsflows.md
index b5aca0ad028..6dc515d911a 100644
--- a/api-reference/v1.0/api/identitycontainer-post-authenticationeventsflows.md
+++ b/api-reference/v1.0/api/identitycontainer-post-authenticationeventsflows.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/16/2024
---
# Create authenticationEventsFlow
diff --git a/api-reference/v1.0/api/identityuserflowattribute-update.md b/api-reference/v1.0/api/identityuserflowattribute-update.md
index bbedfc90f55..30342398885 100644
--- a/api-reference/v1.0/api/identityuserflowattribute-update.md
+++ b/api-reference/v1.0/api/identityuserflowattribute-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "nanguil"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Update identityUserFlowAttribute
diff --git a/api-reference/v1.0/api/internaldomainfederation-delete.md b/api-reference/v1.0/api/internaldomainfederation-delete.md
index 02e94cbc10a..312c4043ee0 100644
--- a/api-reference/v1.0/api/internaldomainfederation-delete.md
+++ b/api-reference/v1.0/api/internaldomainfederation-delete.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete internalDomainFederation
diff --git a/api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md b/api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md
index c903ae39e70..afcc2ec3261 100644
--- a/api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md
+++ b/api-reference/v1.0/api/intune-apps-deviceappmanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceAppManagement
diff --git a/api-reference/v1.0/api/intune-apps-mobileapp-assign.md b/api-reference/v1.0/api/intune-apps-mobileapp-assign.md
index fe0d224cfd1..7e527205a4c 100644
--- a/api-reference/v1.0/api/intune-apps-mobileapp-assign.md
+++ b/api-reference/v1.0/api/intune-apps-mobileapp-assign.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# assign action
diff --git a/api-reference/v1.0/api/intune-books-deviceinstallstate-get.md b/api-reference/v1.0/api/intune-books-deviceinstallstate-get.md
index 96db4f84ac3..1ebf7b10e2a 100644
--- a/api-reference/v1.0/api/intune-books-deviceinstallstate-get.md
+++ b/api-reference/v1.0/api/intune-books-deviceinstallstate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceInstallState
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md
index 27e68f9864a..56e24ade16e 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicyassignment-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceCompliancePolicyAssignment
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md
index 4a63f3947cf..dc5bee1b5ae 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceCompliancePolicySettingStateSummaries
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-create.md b/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-create.md
index 707ef3aba11..5a6b12bc85f 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create windows10CustomConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-get.md b/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-get.md
index c4edc7c55bc..3488a51fea2 100644
--- a/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-get.md
+++ b/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get applePushNotificationCertificate
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-createdevicelogcollectionrequest.md b/api-reference/v1.0/api/intune-devices-manageddevice-createdevicelogcollectionrequest.md
index 724116c3532..292761f54e7 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-createdevicelogcollectionrequest.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-createdevicelogcollectionrequest.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# createDeviceLogCollectionRequest action
diff --git a/api-reference/v1.0/api/intune-mam-user-list.md b/api-reference/v1.0/api/intune-mam-user-list.md
index 5807c9ea5bf..b4198df6506 100644
--- a/api-reference/v1.0/api/intune-mam-user-list.md
+++ b/api-reference/v1.0/api/intune-mam-user-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List users
diff --git a/api-reference/v1.0/api/intune-onboarding-user-create.md b/api-reference/v1.0/api/intune-onboarding-user-create.md
index 2ae4de34978..5302c1c9270 100644
--- a/api-reference/v1.0/api/intune-onboarding-user-create.md
+++ b/api-reference/v1.0/api/intune-onboarding-user-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create user
diff --git a/api-reference/v1.0/api/intune-onboarding-user-list.md b/api-reference/v1.0/api/intune-onboarding-user-list.md
index a0ac2db898d..246397e203f 100644
--- a/api-reference/v1.0/api/intune-onboarding-user-list.md
+++ b/api-reference/v1.0/api/intune-onboarding-user-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List users
diff --git a/api-reference/v1.0/api/learningcontent-update.md b/api-reference/v1.0/api/learningcontent-update.md
index 0efa51ef9a3..f0f007fdacc 100644
--- a/api-reference/v1.0/api/learningcontent-update.md
+++ b/api-reference/v1.0/api/learningcontent-update.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 04/25/2024
---
# Update learningContent
diff --git a/api-reference/v1.0/api/m365appsinstallationoptions-get.md b/api-reference/v1.0/api/m365appsinstallationoptions-get.md
index 190e3ffa3f9..b8c5aedc098 100644
--- a/api-reference/v1.0/api/m365appsinstallationoptions-get.md
+++ b/api-reference/v1.0/api/m365appsinstallationoptions-get.md
@@ -5,6 +5,7 @@ author: "yan-git"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# Get m365AppsInstallationOptions
diff --git a/api-reference/v1.0/api/messagerule-delete.md b/api-reference/v1.0/api/messagerule-delete.md
index 172beebd769..d931d4721ab 100644
--- a/api-reference/v1.0/api/messagerule-delete.md
+++ b/api-reference/v1.0/api/messagerule-delete.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete messageRule
diff --git a/api-reference/v1.0/api/messagerule-get.md b/api-reference/v1.0/api/messagerule-get.md
index a04d58c5ee7..9215afdeefb 100644
--- a/api-reference/v1.0/api/messagerule-get.md
+++ b/api-reference/v1.0/api/messagerule-get.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get rule
diff --git a/api-reference/v1.0/api/messagerule-update.md b/api-reference/v1.0/api/messagerule-update.md
index a9bafd6acf6..92ca152a462 100644
--- a/api-reference/v1.0/api/messagerule-update.md
+++ b/api-reference/v1.0/api/messagerule-update.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update rule
diff --git a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethodconfiguration-get.md b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethodconfiguration-get.md
index 7b121b79d3a..f6187bdd6e8 100644
--- a/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethodconfiguration-get.md
+++ b/api-reference/v1.0/api/microsoftauthenticatorauthenticationmethodconfiguration-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get microsoftAuthenticatorAuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/notebook-copynotebook.md b/api-reference/v1.0/api/notebook-copynotebook.md
index 7a7ac07febe..f2cd00335ea 100644
--- a/api-reference/v1.0/api/notebook-copynotebook.md
+++ b/api-reference/v1.0/api/notebook-copynotebook.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# notebook: copyNotebook
diff --git a/api-reference/v1.0/api/notebook-getnotebookfromweburl.md b/api-reference/v1.0/api/notebook-getnotebookfromweburl.md
index d878d293e5f..8d97034e56b 100644
--- a/api-reference/v1.0/api/notebook-getnotebookfromweburl.md
+++ b/api-reference/v1.0/api/notebook-getnotebookfromweburl.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# notebook: getNotebookFromWebUrl
diff --git a/api-reference/v1.0/api/notebook-getrecentnotebooks.md b/api-reference/v1.0/api/notebook-getrecentnotebooks.md
index 8efc12c5579..375c209967f 100644
--- a/api-reference/v1.0/api/notebook-getrecentnotebooks.md
+++ b/api-reference/v1.0/api/notebook-getrecentnotebooks.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# notebook: getRecentNotebooks
diff --git a/api-reference/v1.0/api/onenote-post-pages.md b/api-reference/v1.0/api/onenote-post-pages.md
index 532e4ade416..c97a07ae01b 100644
--- a/api-reference/v1.0/api/onenote-post-pages.md
+++ b/api-reference/v1.0/api/onenote-post-pages.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create onenotePage
diff --git a/api-reference/v1.0/api/opentypeextension-update.md b/api-reference/v1.0/api/opentypeextension-update.md
index 1ceab75c341..b38a7ccb14b 100644
--- a/api-reference/v1.0/api/opentypeextension-update.md
+++ b/api-reference/v1.0/api/opentypeextension-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 07/22/2024
---
# Update open extension
diff --git a/api-reference/v1.0/api/participant-delete.md b/api-reference/v1.0/api/participant-delete.md
index d52c1089196..85e9b6bceb9 100644
--- a/api-reference/v1.0/api/participant-delete.md
+++ b/api-reference/v1.0/api/participant-delete.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete participant
diff --git a/api-reference/v1.0/api/peopleadminsettings-list-pronouns.md b/api-reference/v1.0/api/peopleadminsettings-list-pronouns.md
index f0ce36e3eb5..12b504aecd9 100644
--- a/api-reference/v1.0/api/peopleadminsettings-list-pronouns.md
+++ b/api-reference/v1.0/api/peopleadminsettings-list-pronouns.md
@@ -5,6 +5,7 @@ author: "aymen-ms"
ms.localizationpriority: medium
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List pronounsSettings
diff --git a/api-reference/v1.0/api/plannertask-delete.md b/api-reference/v1.0/api/plannertask-delete.md
index 8ab15f37279..8fef0ceb5ae 100644
--- a/api-reference/v1.0/api/plannertask-delete.md
+++ b/api-reference/v1.0/api/plannertask-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete plannerTask
diff --git a/api-reference/v1.0/api/printdocument-get-file.md b/api-reference/v1.0/api/printdocument-get-file.md
index 558cf62bb80..4a8ef39464b 100644
--- a/api-reference/v1.0/api/printdocument-get-file.md
+++ b/api-reference/v1.0/api/printdocument-get-file.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Download printDocument binary file
diff --git a/api-reference/v1.0/api/printer-get.md b/api-reference/v1.0/api/printer-get.md
index 01e0f15f78d..26465d46a1f 100644
--- a/api-reference/v1.0/api/printer-get.md
+++ b/api-reference/v1.0/api/printer-get.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get printer
diff --git a/api-reference/v1.0/api/printjob-get.md b/api-reference/v1.0/api/printjob-get.md
index 10e6769cf2c..c727d76e730 100644
--- a/api-reference/v1.0/api/printjob-get.md
+++ b/api-reference/v1.0/api/printjob-get.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 09/23/2024
---
# Get printJob
diff --git a/api-reference/v1.0/api/printjob-start.md b/api-reference/v1.0/api/printjob-start.md
index da1c4d007b5..4b10aabe469 100644
--- a/api-reference/v1.0/api/printjob-start.md
+++ b/api-reference/v1.0/api/printjob-start.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# printJob: start
diff --git a/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedule-get.md b/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedule-get.md
index c0ca80d22af..67dbfdbd6be 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedule-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupeligibilityschedule-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupEligibilitySchedule
diff --git a/api-reference/v1.0/api/range-clear.md b/api-reference/v1.0/api/range-clear.md
index d84a4fcd3e5..28437918404 100644
--- a/api-reference/v1.0/api/range-clear.md
+++ b/api-reference/v1.0/api/range-clear.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lumine2008"
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# Range: clear
diff --git a/api-reference/v1.0/api/rangefill-update.md b/api-reference/v1.0/api/rangefill-update.md
index dde1d83264f..a2ee2c33c61 100644
--- a/api-reference/v1.0/api/rangefill-update.md
+++ b/api-reference/v1.0/api/rangefill-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Update rangefill
diff --git a/api-reference/v1.0/api/rangeformat-update.md b/api-reference/v1.0/api/rangeformat-update.md
index 2c7496cbd72..d486d901777 100644
--- a/api-reference/v1.0/api/rangeformat-update.md
+++ b/api-reference/v1.0/api/rangeformat-update.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# Update rangeformat
diff --git a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md
index 3bac0b90684..292949c4d35 100644
--- a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md
+++ b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md
@@ -5,6 +5,7 @@ author: "SanDeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Create targetDeviceGroup
diff --git a/api-reference/v1.0/api/reportroot-getemailappusageappsusercounts.md b/api-reference/v1.0/api/reportroot-getemailappusageappsusercounts.md
index c278b7f01f6..36ae3632b06 100644
--- a/api-reference/v1.0/api/reportroot-getemailappusageappsusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getemailappusageappsusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getEmailAppUsageAppsUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getemailappusageusercounts.md b/api-reference/v1.0/api/reportroot-getemailappusageusercounts.md
index a773a6c6888..510fd288207 100644
--- a/api-reference/v1.0/api/reportroot-getemailappusageusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getemailappusageusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getEmailAppUsageUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getoffice365activationcounts.md b/api-reference/v1.0/api/reportroot-getoffice365activationcounts.md
index de24bfcb762..8319cb923c2 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365activationcounts.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365activationcounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365ActivationCounts
diff --git a/api-reference/v1.0/api/riskyuser-list-history.md b/api-reference/v1.0/api/riskyuser-list-history.md
index a3be0f1036b..5a223ef102b 100644
--- a/api-reference/v1.0/api/riskyuser-list-history.md
+++ b/api-reference/v1.0/api/riskyuser-list-history.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List history of riskyUser
diff --git a/api-reference/v1.0/api/search-searchentity-list-acronyms.md b/api-reference/v1.0/api/search-searchentity-list-acronyms.md
index 26fd7fe0c9f..2b7ab5e8b4d 100644
--- a/api-reference/v1.0/api/search-searchentity-list-acronyms.md
+++ b/api-reference/v1.0/api/search-searchentity-list-acronyms.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List acronyms
diff --git a/api-reference/v1.0/api/security-article-list-indicators.md b/api-reference/v1.0/api/security-article-list-indicators.md
index 77801af3759..cc60e12fdda 100644
--- a/api-reference/v1.0/api/security-article-list-indicators.md
+++ b/api-reference/v1.0/api/security-article-list-indicators.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List indicators
diff --git a/api-reference/v1.0/api/security-ediscoverycase-list-custodians.md b/api-reference/v1.0/api/security-ediscoverycase-list-custodians.md
index 03f5c9ac7a8..89838bd9c5c 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-list-custodians.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-list-custodians.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List ediscoveryCustodian
diff --git a/api-reference/v1.0/api/security-ediscoverycase-post-custodians.md b/api-reference/v1.0/api/security-ediscoverycase-post-custodians.md
index 090325f1737..662ef58290c 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-post-custodians.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-post-custodians.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Create custodians
diff --git a/api-reference/v1.0/api/security-sslcertificate-get.md b/api-reference/v1.0/api/security-sslcertificate-get.md
index 8a9df2e62e7..d1d3d7a8ba0 100644
--- a/api-reference/v1.0/api/security-sslcertificate-get.md
+++ b/api-reference/v1.0/api/security-sslcertificate-get.md
@@ -5,6 +5,7 @@ author: "nblankenau"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get sslCertificate
diff --git a/api-reference/v1.0/api/security-whoisrecord-get.md b/api-reference/v1.0/api/security-whoisrecord-get.md
index 0560dd5f2e9..710b6bbbd60 100644
--- a/api-reference/v1.0/api/security-whoisrecord-get.md
+++ b/api-reference/v1.0/api/security-whoisrecord-get.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get whoisRecord
diff --git a/api-reference/v1.0/api/simulation-delete.md b/api-reference/v1.0/api/simulation-delete.md
index ca8cff24126..5c85fd2a83c 100644
--- a/api-reference/v1.0/api/simulation-delete.md
+++ b/api-reference/v1.0/api/simulation-delete.md
@@ -5,6 +5,7 @@ author: stuartcl
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete simulation
diff --git a/api-reference/v1.0/api/synchronization-synchronizationschema-update.md b/api-reference/v1.0/api/synchronization-synchronizationschema-update.md
index e11020c6e50..d89ad744592 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationschema-update.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationschema-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 10/01/2024
---
# Update synchronizationSchema
diff --git a/api-reference/v1.0/api/table-post-columns.md b/api-reference/v1.0/api/table-post-columns.md
index 484e99aeac6..119fd544d4e 100644
--- a/api-reference/v1.0/api/table-post-columns.md
+++ b/api-reference/v1.0/api/table-post-columns.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Create TableColumn
diff --git a/api-reference/v1.0/api/tablerow-range.md b/api-reference/v1.0/api/tablerow-range.md
index 5193907e5c8..d0f6463e14f 100644
--- a/api-reference/v1.0/api/tablerow-range.md
+++ b/api-reference/v1.0/api/tablerow-range.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# TableRow: Range
diff --git a/api-reference/v1.0/api/tablerowcollection-itemat.md b/api-reference/v1.0/api/tablerowcollection-itemat.md
index b7ea40aad97..252bbb05222 100644
--- a/api-reference/v1.0/api/tablerowcollection-itemat.md
+++ b/api-reference/v1.0/api/tablerowcollection-itemat.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# TableRowCollection: ItemAt
diff --git a/api-reference/v1.0/api/team-list-incomingchannels.md b/api-reference/v1.0/api/team-list-incomingchannels.md
index 8b6fa55e311..4d156e16af7 100644
--- a/api-reference/v1.0/api/team-list-incomingchannels.md
+++ b/api-reference/v1.0/api/team-list-incomingchannels.md
@@ -5,6 +5,7 @@ author: "devjha-ms"
doc_type: "apiPageType"
ms.localizationpriority: high
ms.subservice: "teams"
+ms.date: 09/16/2024
---
# List incomingChannels
diff --git a/api-reference/v1.0/api/team-unarchive.md b/api-reference/v1.0/api/team-unarchive.md
index e980120940f..b1a98da21cc 100644
--- a/api-reference/v1.0/api/team-unarchive.md
+++ b/api-reference/v1.0/api/team-unarchive.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "MSFTRickyCastaneda"
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Unarchive team
diff --git a/api-reference/v1.0/api/teamwork-get.md b/api-reference/v1.0/api/teamwork-get.md
index e87deb5bb66..ecb56401555 100644
--- a/api-reference/v1.0/api/teamwork-get.md
+++ b/api-reference/v1.0/api/teamwork-get.md
@@ -5,6 +5,7 @@ author: "mea"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/16/2024
---
# Get teamwork
diff --git a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-delete.md b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-delete.md
index 7dc0fc71319..2f055521cad 100644
--- a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-delete.md
+++ b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethod-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Delete temporaryAccessPassAuthenticationMethod
diff --git a/api-reference/v1.0/api/tenantappmanagementpolicy-get.md b/api-reference/v1.0/api/tenantappmanagementpolicy-get.md
index 802e7d38229..1bc6ae84120 100644
--- a/api-reference/v1.0/api/tenantappmanagementpolicy-get.md
+++ b/api-reference/v1.0/api/tenantappmanagementpolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 09/13/2024
---
# Get tenantAppManagementPolicy
diff --git a/api-reference/v1.0/api/termstore-group-get.md b/api-reference/v1.0/api/termstore-group-get.md
index 92bb55510bf..670d779a9a5 100644
--- a/api-reference/v1.0/api/termstore-group-get.md
+++ b/api-reference/v1.0/api/termstore-group-get.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get group
diff --git a/api-reference/v1.0/api/termstore-store-get.md b/api-reference/v1.0/api/termstore-store-get.md
index 11bda86c498..4ed6c55ea41 100644
--- a/api-reference/v1.0/api/termstore-store-get.md
+++ b/api-reference/v1.0/api/termstore-store-get.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get store
diff --git a/api-reference/v1.0/api/unifiedroleeligibilityschedule-get.md b/api-reference/v1.0/api/unifiedroleeligibilityschedule-get.md
index 0f8381df101..d07ce6e2a11 100644
--- a/api-reference/v1.0/api/unifiedroleeligibilityschedule-get.md
+++ b/api-reference/v1.0/api/unifiedroleeligibilityschedule-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleEligibilitySchedule
diff --git a/api-reference/v1.0/api/userteamwork-teamsappinstallation-upgrade.md b/api-reference/v1.0/api/userteamwork-teamsappinstallation-upgrade.md
index 85e8d7c7226..b326f17de23 100644
--- a/api-reference/v1.0/api/userteamwork-teamsappinstallation-upgrade.md
+++ b/api-reference/v1.0/api/userteamwork-teamsappinstallation-upgrade.md
@@ -5,6 +5,7 @@ author: "akjo"
doc_type: "apiPageType"
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/04/2024
---
# teamsAppInstallation in personal scope: upgrade
diff --git a/api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md b/api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md
index 18862affb5a..0a8db069fd6 100644
--- a/api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md
+++ b/api-reference/v1.0/api/virtualeventwebinar-getbyuseridandrole.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/08/2024
---
# virtualEventWebinar: getByUserIdAndRole
diff --git a/api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md b/api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md
index 3e941a55feb..a6548dfdf81 100644
--- a/api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md
+++ b/api-reference/v1.0/api/virtualeventwebinar-getbyuserrole.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# virtualEventWebinar: getByUserRole
diff --git a/api-reference/v1.0/api/virtualeventwebinar-update.md b/api-reference/v1.0/api/virtualeventwebinar-update.md
index 97cf2f907a2..b22b33c46b0 100644
--- a/api-reference/v1.0/api/virtualeventwebinar-update.md
+++ b/api-reference/v1.0/api/virtualeventwebinar-update.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/08/2024
---
# Update virtualEventWebinar
diff --git a/api-reference/v1.0/api/workbook-list-worksheets.md b/api-reference/v1.0/api/workbook-list-worksheets.md
index ed5c65b2478..fd1d1e04b2e 100644
--- a/api-reference/v1.0/api/workbook-list-worksheets.md
+++ b/api-reference/v1.0/api/workbook-list-worksheets.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List worksheets
diff --git a/api-reference/v1.0/api/worksheet-delete.md b/api-reference/v1.0/api/worksheet-delete.md
index 545f1f03ba3..ebb62fb13eb 100644
--- a/api-reference/v1.0/api/worksheet-delete.md
+++ b/api-reference/v1.0/api/worksheet-delete.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Worksheet: delete
diff --git a/api-reference/v1.0/api/worksheetprotection-protect.md b/api-reference/v1.0/api/worksheetprotection-protect.md
index b30863a6ebc..ebee881cfc6 100644
--- a/api-reference/v1.0/api/worksheetprotection-protect.md
+++ b/api-reference/v1.0/api/worksheetprotection-protect.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# WorksheetProtection: protect
diff --git a/api-reference/v1.0/resources/agreement.md b/api-reference/v1.0/resources/agreement.md
index ef997023e03..7bda2937f1e 100644
--- a/api-reference/v1.0/resources/agreement.md
+++ b/api-reference/v1.0/resources/agreement.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-id-governance"
author: "AlexFilipin"
+ms.date: 03/08/2024
---
# agreement resource type
diff --git a/api-reference/v1.0/resources/auditactivityinitiator.md b/api-reference/v1.0/resources/auditactivityinitiator.md
index ff944171ed0..3aa865b47aa 100644
--- a/api-reference/v1.0/resources/auditactivityinitiator.md
+++ b/api-reference/v1.0/resources/auditactivityinitiator.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhanyahk"
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# auditActivityInitiator resource type
diff --git a/api-reference/v1.0/resources/bookingcustomerinformation.md b/api-reference/v1.0/resources/bookingcustomerinformation.md
index d7366a67e54..311dc35598e 100644
--- a/api-reference/v1.0/resources/bookingcustomerinformation.md
+++ b/api-reference/v1.0/resources/bookingcustomerinformation.md
@@ -5,6 +5,7 @@ author: "razortbone"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# bookingCustomerInformation resource type
diff --git a/api-reference/v1.0/resources/callrecords-participantendpoint.md b/api-reference/v1.0/resources/callrecords-participantendpoint.md
index c7c0a510bd0..a54a53b616c 100644
--- a/api-reference/v1.0/resources/callrecords-participantendpoint.md
+++ b/api-reference/v1.0/resources/callrecords-participantendpoint.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 05/28/2024
---
# participantEndpoint resource type
diff --git a/api-reference/v1.0/resources/chatinfo.md b/api-reference/v1.0/resources/chatinfo.md
index a57f6ef2a7e..96f3555c0e3 100644
--- a/api-reference/v1.0/resources/chatinfo.md
+++ b/api-reference/v1.0/resources/chatinfo.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# chatInfo resource type
diff --git a/api-reference/v1.0/resources/cloudpcprovisioningpolicy.md b/api-reference/v1.0/resources/cloudpcprovisioningpolicy.md
index 3bf1c71a64a..340c4c19bb2 100644
--- a/api-reference/v1.0/resources/cloudpcprovisioningpolicy.md
+++ b/api-reference/v1.0/resources/cloudpcprovisioningpolicy.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 09/27/2024
---
# cloudPcProvisioningPolicy resource type
diff --git a/api-reference/v1.0/resources/contract.md b/api-reference/v1.0/resources/contract.md
index 2ea88a1a5c7..052dcb4fe49 100644
--- a/api-reference/v1.0/resources/contract.md
+++ b/api-reference/v1.0/resources/contract.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "adimitui"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# Contract resource type
diff --git a/api-reference/v1.0/resources/crosstenantaccesspolicyconfigurationdefault.md b/api-reference/v1.0/resources/crosstenantaccesspolicyconfigurationdefault.md
index aa9c4df3575..324ab670043 100644
--- a/api-reference/v1.0/resources/crosstenantaccesspolicyconfigurationdefault.md
+++ b/api-reference/v1.0/resources/crosstenantaccesspolicyconfigurationdefault.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Default settings
+ms.date: 07/22/2024
---
# crossTenantAccessPolicyConfigurationDefault resource type
diff --git a/api-reference/v1.0/resources/delegatedadmincustomer.md b/api-reference/v1.0/resources/delegatedadmincustomer.md
index 26cbdb59f7a..984315f29b2 100644
--- a/api-reference/v1.0/resources/delegatedadmincustomer.md
+++ b/api-reference/v1.0/resources/delegatedadmincustomer.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminCustomer resource type
diff --git a/api-reference/v1.0/resources/educationschool.md b/api-reference/v1.0/resources/educationschool.md
index 5c9755ec97e..1c54cf03b46 100644
--- a/api-reference/v1.0/resources/educationschool.md
+++ b/api-reference/v1.0/resources/educationschool.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
toc.title: School
+ms.date: 06/19/2024
---
# educationSchool resource type
diff --git a/api-reference/v1.0/resources/educationsubmission.md b/api-reference/v1.0/resources/educationsubmission.md
index 71bacd18536..fa4c1d11b38 100644
--- a/api-reference/v1.0/resources/educationsubmission.md
+++ b/api-reference/v1.0/resources/educationsubmission.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
toc.title: Submission
+ms.date: 09/12/2024
---
# educationSubmission resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-acl.md b/api-reference/v1.0/resources/externalconnectors-acl.md
index 235c27ac17b..fe770021a7a 100644
--- a/api-reference/v1.0/resources/externalconnectors-acl.md
+++ b/api-reference/v1.0/resources/externalconnectors-acl.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# acl resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-configuration.md b/api-reference/v1.0/resources/externalconnectors-configuration.md
index 23c5d5c80f3..697cd38e451 100644
--- a/api-reference/v1.0/resources/externalconnectors-configuration.md
+++ b/api-reference/v1.0/resources/externalconnectors-configuration.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# configuration resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-externalactivity.md b/api-reference/v1.0/resources/externalconnectors-externalactivity.md
index 3dfce58406a..249f9f83d4b 100644
--- a/api-reference/v1.0/resources/externalconnectors-externalactivity.md
+++ b/api-reference/v1.0/resources/externalconnectors-externalactivity.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# externalActivity resource type
diff --git a/api-reference/v1.0/resources/insights-used.md b/api-reference/v1.0/resources/insights-used.md
index 63f9f19e5cd..d807b705638 100644
--- a/api-reference/v1.0/resources/insights-used.md
+++ b/api-reference/v1.0/resources/insights-used.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# usedInsight resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileappcontent.md b/api-reference/v1.0/resources/intune-apps-mobileappcontent.md
index 8bb6b1baa14..c1928e77a23 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileappcontent.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileappcontent.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileAppContent resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-windows10compliancepolicy.md b/api-reference/v1.0/resources/intune-deviceconfig-windows10compliancepolicy.md
index 89efb4e3222..e7c20093acc 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-windows10compliancepolicy.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-windows10compliancepolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windows10CompliancePolicy resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-windows10customconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-windows10customconfiguration.md
index 781aa7444a5..0b63b0447f1 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-windows10customconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-windows10customconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windows10CustomConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md
index 18540c8a2ba..3948262d4c1 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsUpdateForBusinessConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-devices-devicegeolocation.md b/api-reference/v1.0/resources/intune-devices-devicegeolocation.md
index e78e7083f69..f051b510e83 100644
--- a/api-reference/v1.0/resources/intune-devices-devicegeolocation.md
+++ b/api-reference/v1.0/resources/intune-devices-devicegeolocation.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceGeoLocation resource type
diff --git a/api-reference/v1.0/resources/intune-mam-managedappprotection.md b/api-reference/v1.0/resources/intune-mam-managedappprotection.md
index 6f00d201ba0..388b34f1404 100644
--- a/api-reference/v1.0/resources/intune-mam-managedappprotection.md
+++ b/api-reference/v1.0/resources/intune-mam-managedappprotection.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedAppProtection resource type
diff --git a/api-reference/v1.0/resources/keyvaluepair.md b/api-reference/v1.0/resources/keyvaluepair.md
index 706c97874b3..404cf7030c2 100644
--- a/api-reference/v1.0/resources/keyvaluepair.md
+++ b/api-reference/v1.0/resources/keyvaluepair.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# keyValuePair resource type
diff --git a/api-reference/v1.0/resources/learningcourseactivity.md b/api-reference/v1.0/resources/learningcourseactivity.md
index 5c383a1b374..ecf02a0e45a 100644
--- a/api-reference/v1.0/resources/learningcourseactivity.md
+++ b/api-reference/v1.0/resources/learningcourseactivity.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# learningCourseActivity resource type
diff --git a/api-reference/v1.0/resources/m365appsinstallationoptions.md b/api-reference/v1.0/resources/m365appsinstallationoptions.md
index 3ffa311955b..231e25cc5e1 100644
--- a/api-reference/v1.0/resources/m365appsinstallationoptions.md
+++ b/api-reference/v1.0/resources/m365appsinstallationoptions.md
@@ -6,6 +6,7 @@ doc_type: resourcePageType
ms.subservice: "reports"
author: "yan-git"
toc.title: Installation options
+ms.date: 06/06/2024
---
# m365AppsInstallationOptions resource type
diff --git a/api-reference/v1.0/resources/meetingtimesuggestionsresult.md b/api-reference/v1.0/resources/meetingtimesuggestionsresult.md
index 03088ca4fbb..b5af6dbf92f 100644
--- a/api-reference/v1.0/resources/meetingtimesuggestionsresult.md
+++ b/api-reference/v1.0/resources/meetingtimesuggestionsresult.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# meetingTimeSuggestionsResult resource type
diff --git a/api-reference/v1.0/resources/officegraphinsights.md b/api-reference/v1.0/resources/officegraphinsights.md
index d12feb982cc..a296f7925f3 100644
--- a/api-reference/v1.0/resources/officegraphinsights.md
+++ b/api-reference/v1.0/resources/officegraphinsights.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: high
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 07/02/2024
---
# officeGraphInsights resource type
diff --git a/api-reference/v1.0/resources/onpremisesprovisioningerror.md b/api-reference/v1.0/resources/onpremisesprovisioningerror.md
index a11604384e6..2fa1f7fe94e 100644
--- a/api-reference/v1.0/resources/onpremisesprovisioningerror.md
+++ b/api-reference/v1.0/resources/onpremisesprovisioningerror.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# onPremisesProvisioningError resource type
diff --git a/api-reference/v1.0/resources/outlookitem.md b/api-reference/v1.0/resources/outlookitem.md
index c2fe6c729e4..774bb4255c7 100644
--- a/api-reference/v1.0/resources/outlookitem.md
+++ b/api-reference/v1.0/resources/outlookitem.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 05/15/2024
---
# outlookItem resource type
diff --git a/api-reference/v1.0/resources/partners-billing-operation.md b/api-reference/v1.0/resources/partners-billing-operation.md
index fa0326d2d42..493fbdb42e8 100644
--- a/api-reference/v1.0/resources/partners-billing-operation.md
+++ b/api-reference/v1.0/resources/partners-billing-operation.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# operation resource type
diff --git a/api-reference/v1.0/resources/partners-billing-unbilledusage.md b/api-reference/v1.0/resources/partners-billing-unbilledusage.md
index 69be4e00546..619cc2ba8e1 100644
--- a/api-reference/v1.0/resources/partners-billing-unbilledusage.md
+++ b/api-reference/v1.0/resources/partners-billing-unbilledusage.md
@@ -5,6 +5,7 @@ author: "abhishek-singh-ms"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# unbilledUsage resource type
diff --git a/api-reference/v1.0/resources/plannerbuckettaskboardtaskformat.md b/api-reference/v1.0/resources/plannerbuckettaskboardtaskformat.md
index c1048353926..ae0da4b07e7 100644
--- a/api-reference/v1.0/resources/plannerbuckettaskboardtaskformat.md
+++ b/api-reference/v1.0/resources/plannerbuckettaskboardtaskformat.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# plannerBucketTaskBoardTaskFormat resource type
diff --git a/api-reference/v1.0/resources/plannerprogresstaskboardtaskformat.md b/api-reference/v1.0/resources/plannerprogresstaskboardtaskformat.md
index 6aa91be308d..1f017517934 100644
--- a/api-reference/v1.0/resources/plannerprogresstaskboardtaskformat.md
+++ b/api-reference/v1.0/resources/plannerprogresstaskboardtaskformat.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# plannerProgressTaskBoardTaskFormat resource type
diff --git a/api-reference/v1.0/resources/printdocument.md b/api-reference/v1.0/resources/printdocument.md
index e3d6fee50c3..0c29a0f697e 100644
--- a/api-reference/v1.0/resources/printdocument.md
+++ b/api-reference/v1.0/resources/printdocument.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# printDocument resource type
diff --git a/api-reference/v1.0/resources/pronounssettings.md b/api-reference/v1.0/resources/pronounssettings.md
index 9a71982eea1..9608ffdeed8 100644
--- a/api-reference/v1.0/resources/pronounssettings.md
+++ b/api-reference/v1.0/resources/pronounssettings.md
@@ -5,6 +5,7 @@ author: "aymen-ms"
ms.localizationpriority: medium
ms.subservice: "people"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# pronounsSettings resource type
diff --git a/api-reference/v1.0/resources/protectionrulebase.md b/api-reference/v1.0/resources/protectionrulebase.md
index ecde1e60f9f..092b68e185b 100644
--- a/api-reference/v1.0/resources/protectionrulebase.md
+++ b/api-reference/v1.0/resources/protectionrulebase.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: Protection rule
+ms.date: 10/24/2024
---
# protectionRuleBase resource type
diff --git a/api-reference/v1.0/resources/protectionunitbase.md b/api-reference/v1.0/resources/protectionunitbase.md
index 6ef5a4f1a8a..a69178e4aae 100644
--- a/api-reference/v1.0/resources/protectionunitbase.md
+++ b/api-reference/v1.0/resources/protectionunitbase.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: Protection unit
+ms.date: 08/27/2024
---
# protectionUnitBase resource type
diff --git a/api-reference/v1.0/resources/publicationfacet.md b/api-reference/v1.0/resources/publicationfacet.md
index 8285fbadf8f..afa99b0dedc 100644
--- a/api-reference/v1.0/resources/publicationfacet.md
+++ b/api-reference/v1.0/resources/publicationfacet.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "spgraph-docs-team"
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 03/11/2024
---
# PublicationFacet resource type
diff --git a/api-reference/v1.0/resources/relyingpartydetailedsummary.md b/api-reference/v1.0/resources/relyingpartydetailedsummary.md
index d679dc8eaa8..1219b2962a4 100644
--- a/api-reference/v1.0/resources/relyingpartydetailedsummary.md
+++ b/api-reference/v1.0/resources/relyingpartydetailedsummary.md
@@ -5,6 +5,7 @@ author: "gmcnamara-microsoft"
ms.localizationpriority: medium
ms.subservice: entra-monitoring-health
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# relyingPartyDetailedSummary resource type
diff --git a/api-reference/v1.0/resources/samlsinglesignonsettings.md b/api-reference/v1.0/resources/samlsinglesignonsettings.md
index fbaef3a78b7..edf71fbe1fd 100644
--- a/api-reference/v1.0/resources/samlsinglesignonsettings.md
+++ b/api-reference/v1.0/resources/samlsinglesignonsettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# samlSingleSignOnSettings resource type
diff --git a/api-reference/v1.0/resources/sensitivitylabelassignment.md b/api-reference/v1.0/resources/sensitivitylabelassignment.md
index d91a0a4a58a..44f840099aa 100644
--- a/api-reference/v1.0/resources/sensitivitylabelassignment.md
+++ b/api-reference/v1.0/resources/sensitivitylabelassignment.md
@@ -5,6 +5,7 @@ author: "abhishek-microsoft-2021"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# sensitivityLabelAssignment resource type
diff --git a/api-reference/v1.0/resources/serviceprovisioningerror.md b/api-reference/v1.0/resources/serviceprovisioningerror.md
index 1de7d9e9f62..7016b34f395 100644
--- a/api-reference/v1.0/resources/serviceprovisioningerror.md
+++ b/api-reference/v1.0/resources/serviceprovisioningerror.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-directory-management"
author: "PaulEkirapa"
+ms.date: 04/03/2024
---
# serviceProvisioningError resource type
diff --git a/api-reference/v1.0/resources/servicestatus.md b/api-reference/v1.0/resources/servicestatus.md
index 94b46452ca9..9d837eec931 100644
--- a/api-reference/v1.0/resources/servicestatus.md
+++ b/api-reference/v1.0/resources/servicestatus.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# serviceStatus resource type
diff --git a/api-reference/v1.0/resources/shared.md b/api-reference/v1.0/resources/shared.md
index ae658e95ab8..6dd223416c3 100644
--- a/api-reference/v1.0/resources/shared.md
+++ b/api-reference/v1.0/resources/shared.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "Indicates that a drive item has been shared with others."
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# shared resource type
diff --git a/api-reference/v1.0/resources/spaapplication.md b/api-reference/v1.0/resources/spaapplication.md
index 3347867285c..e7dde59704f 100644
--- a/api-reference/v1.0/resources/spaapplication.md
+++ b/api-reference/v1.0/resources/spaapplication.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 07/22/2024
---
# spaApplication resource type
diff --git a/api-reference/v1.0/resources/termstore-relation.md b/api-reference/v1.0/resources/termstore-relation.md
index a0b2ce717ba..1e66d03b014 100644
--- a/api-reference/v1.0/resources/termstore-relation.md
+++ b/api-reference/v1.0/resources/termstore-relation.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# relation resource type
diff --git a/api-reference/v1.0/resources/timeoff.md b/api-reference/v1.0/resources/timeoff.md
index 1549590702b..3a71dc5eb1c 100644
--- a/api-reference/v1.0/resources/timeoff.md
+++ b/api-reference/v1.0/resources/timeoff.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType_
+ms.date: 05/23/2024
---
# timeOff resource type
diff --git a/api-reference/v1.0/resources/unifiedroleassignmentscheduleinstance.md b/api-reference/v1.0/resources/unifiedroleassignmentscheduleinstance.md
index 32bfd3aa5af..eadc0ae2cab 100644
--- a/api-reference/v1.0/resources/unifiedroleassignmentscheduleinstance.md
+++ b/api-reference/v1.0/resources/unifiedroleassignmentscheduleinstance.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Assignment schedule instance
+ms.date: 07/22/2024
---
# unifiedRoleAssignmentScheduleInstance resource type
diff --git a/api-reference/v1.0/resources/unifiedrolemanagementpolicynotificationrule.md b/api-reference/v1.0/resources/unifiedrolemanagementpolicynotificationrule.md
index c8c1fabb2c0..8a5bd9c3594 100644
--- a/api-reference/v1.0/resources/unifiedrolemanagementpolicynotificationrule.md
+++ b/api-reference/v1.0/resources/unifiedrolemanagementpolicynotificationrule.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedRoleManagementPolicyNotificationRule resource type
diff --git a/api-reference/v1.0/resources/webpartdata.md b/api-reference/v1.0/resources/webpartdata.md
index b7927a6af61..8e9fa61c86a 100644
--- a/api-reference/v1.0/resources/webpartdata.md
+++ b/api-reference/v1.0/resources/webpartdata.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# webPartData resource type
diff --git a/api-reference/v1.0/resources/workbookoperation.md b/api-reference/v1.0/resources/workbookoperation.md
index c5b043e131d..3a9c599f769 100644
--- a/api-reference/v1.0/resources/workbookoperation.md
+++ b/api-reference/v1.0/resources/workbookoperation.md
@@ -6,6 +6,7 @@ author: "grangeryy"
ms.subservice: "excel"
doc_type: "resourcePageType"
toc.title: Operation
+ms.date: 07/30/2024
---
# workbookOperation resource type
diff --git a/api-reference/v1.0/resources/workbookrangeformat.md b/api-reference/v1.0/resources/workbookrangeformat.md
index c81d0237126..a34f340a75c 100644
--- a/api-reference/v1.0/resources/workbookrangeformat.md
+++ b/api-reference/v1.0/resources/workbookrangeformat.md
@@ -6,6 +6,7 @@ author: "lumine2008"
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Range format
+ms.date: 07/30/2024
---
# workbookRangeFormat resource type
From 2e995c97e9940de590566ba8e06af72467d1edc1 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:53:44 +0800
Subject: [PATCH 070/130] Bulk add missing ms.date
---
api-reference/beta/api/adminwindowsupdates-list-deployments.md | 1 +
.../adminwindowsupdates-list-updatableassets-azureaddevice.md | 1 +
api-reference/beta/api/cloudpc-resize.md | 1 +
.../api/intune-deviceintent-devicemanagementtemplate-list.md | 1 +
.../api/intune-deviceintent-securitybaselinetemplate-list.md | 1 +
.../beta/api/intune-devices-manageddevice-getfilevaultkey.md | 1 +
...vices-manageddevice-initiateondemandproactiveremediation.md | 1 +
.../beta/api/intune-enrollment-deponboardingsetting-list.md | 1 +
.../api/intune-grouppolicy-grouppolicyconfiguration-list.md | 1 +
...tune-troubleshooting-devicemanagementautopilotevent-list.md | 1 +
api-reference/beta/api/itemactivity-getbyinterval.md | 1 +
api-reference/beta/api/meetingregistration-post.md | 1 +
api-reference/beta/api/trustframework-list-keysets.md | 1 +
api-reference/beta/api/trustframeworkkeyset-generatekey.md | 1 +
api-reference/beta/api/trustframeworkkeyset-uploadsecret.md | 1 +
api-reference/beta/api/virtualeventsroot-list-townhalls.md | 1 +
.../beta/api/windowsupdates-product-findbykbnumber.md | 1 +
.../beta/resources/applicationsignindetailedsummary.md | 1 +
api-reference/beta/resources/businessscenario-overview.md | 1 +
api-reference/beta/resources/cloud-licensing-api-overview.md | 1 +
api-reference/beta/resources/corsconfiguration_v2.md | 1 +
api-reference/beta/resources/customclaimconfiguration.md | 1 +
api-reference/beta/resources/dynamics-employee.md | 1 +
api-reference/beta/resources/ediscovery-sourcecollection.md | 3 ++-
.../resources/externalauthenticationmethodconfiguration.md | 1 +
.../resources/intune-deviceconfig-hardwarepassworddetail.md | 1 +
.../beta/resources/intune-deviceconfig-hardwarepasswordinfo.md | 1 +
.../resources/intune-deviceintent-devicemanagementintent.md | 1 +
...tune-enrollment-azureadwindowsautopilotdeploymentprofile.md | 1 +
...e-enrollment-windowsautopilotdeploymentprofileassignment.md | 1 +
api-reference/beta/resources/notifications-api-overview.md | 3 ++-
api-reference/beta/resources/organizationsettings.md | 1 +
.../beta/resources/partner-security-partnersecurityscore.md | 1 +
.../passwordlessmicrosoftauthenticatorauthenticationmethod.md | 1 +
api-reference/beta/resources/securescorecontrolprofiles.md | 1 +
api-reference/beta/resources/teamworkdeviceactivity.md | 1 +
api-reference/beta/resources/teamworkdeviceoperation.md | 1 +
api-reference/beta/resources/useraccountinformation.md | 1 +
api-reference/beta/resources/virtualappointment.md | 1 +
.../beta/resources/webauthnauthenticatorattestationresponse.md | 1 +
.../beta/resources/webauthncredentialcreationoptions.md | 1 +
api-reference/beta/resources/windowsupdates-productrevision.md | 1 +
api-reference/beta/resources/windowsupdates-updatableasset.md | 1 +
...ackagecatalog-post-accesspackagecustomworkflowextensions.md | 1 +
.../api/appconsentapprovalroute-list-appconsentrequests.md | 1 +
api-reference/v1.0/api/appconsentrequest-get.md | 1 +
api-reference/v1.0/api/appmanagementpolicy-list.md | 1 +
api-reference/v1.0/api/approval-list-stages.md | 1 +
api-reference/v1.0/api/authenticationeventlistener-update.md | 1 +
...uthenticationstrengthroot-list-authenticationmethodmodes.md | 1 +
.../v1.0/api/backuprestoreroot-list-restoresessions.md | 1 +
.../v1.0/api/backuprestoreroot-list-siteprotectionunits.md | 1 +
.../api/backuprestoreroot-post-exchangeprotectionpolicies.md | 1 +
api-reference/v1.0/api/bundle-list.md | 1 +
.../v1.0/api/certificatebasedauthconfiguration-list.md | 1 +
api-reference/v1.0/api/community-delete.md | 1 +
api-reference/v1.0/api/contactfolder-post-contacts.md | 1 +
api-reference/v1.0/api/contenttype-associatewithhubsites.md | 1 +
.../v1.0/api/contenttype-getcompatiblehubcontenttypes.md | 1 +
api-reference/v1.0/api/crosstenantaccesspolicy-update.md | 1 +
api-reference/v1.0/api/delegatedadmincustomer-get.md | 1 +
api-reference/v1.0/api/device-delete-registeredowners.md | 1 +
api-reference/v1.0/api/documentsetversion-restore.md | 1 +
api-reference/v1.0/api/educationassignment-list-submissions.md | 1 +
api-reference/v1.0/api/educationclass-post-assignment.md | 1 +
.../api/externalconnectors-externalconnection-post-groups.md | 1 +
.../v1.0/api/externalconnectors-externalitem-addactivities.md | 1 +
.../v1.0/api/fido2authenticationmethodconfiguration-update.md | 1 +
api-reference/v1.0/api/homerealmdiscoverypolicy-get.md | 1 +
...homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md | 1 +
api-reference/v1.0/api/horizontalsection-get.md | 1 +
.../identitycontainer-list-customauthenticationextensions.md | 1 +
.../api/identitysecuritydefaultsenforcementpolicy-update.md | 1 +
.../api/informationprotection-list-threatassessmentrequests.md | 1 +
.../api/intune-apps-manageddevicemobileappconfiguration-get.md | 1 +
...ceconfig-deviceconfiguration-getomasettingplaintextvalue.md | 1 +
.../intune-deviceconfig-deviceconfigurationassignment-get.md | 1 +
.../intune-deviceconfig-windows10customconfiguration-list.md | 1 +
...viceconfig-windows10endpointprotectionconfiguration-list.md | 1 +
...eviceconfig-windowsupdateforbusinessconfiguration-update.md | 1 +
.../api/intune-devices-manageddevice-cleanwindowsdevice.md | 1 +
.../v1.0/api/intune-devices-manageddevice-locatedevice.md | 1 +
.../v1.0/api/intune-devices-manageddevice-resetpasscode.md | 1 +
api-reference/v1.0/api/intune-mam-user-update.md | 1 +
.../intune-onboarding-deviceenrollmentconfiguration-list.md | 1 +
api-reference/v1.0/api/learningcontent-get.md | 1 +
api-reference/v1.0/api/multitenantorganization-list-tenants.md | 1 +
api-reference/v1.0/api/multitenantorganization-post-tenants.md | 1 +
api-reference/v1.0/api/oauth2permissiongrant-delta.md | 1 +
api-reference/v1.0/api/orgcontact-list-memberof.md | 1 +
api-reference/v1.0/api/participant-mute.md | 1 +
api-reference/v1.0/api/partners-billing-manifest-get.md | 1 +
api-reference/v1.0/api/plannerbucket-delete.md | 1 +
api-reference/v1.0/api/plannerplan-delete.md | 1 +
api-reference/v1.0/api/protectionpolicybase-get.md | 1 +
api-reference/v1.0/api/range-lastrow.md | 1 +
.../v1.0/api/reportroot-getoffice365activationsusercounts.md | 1 +
.../v1.0/api/reportroot-getoffice365groupsactivitystorage.md | 1 +
.../v1.0/api/reportroot-getonedriveactivityusercounts.md | 1 +
.../v1.0/api/reportroot-getteamsdeviceusageusercounts.md | 1 +
.../api/reportroot-getteamsteamactivitydistributioncounts.md | 1 +
api-reference/v1.0/api/reportroot-getyammeractivitycounts.md | 1 +
.../api/samlorwsfedexternaldomainfederation-list-domains.md | 1 +
.../v1.0/api/samlorwsfedexternaldomainfederation-list.md | 1 +
api-reference/v1.0/api/schemaextension-update.md | 1 +
api-reference/v1.0/api/search-searchentity-list-bookmarks.md | 1 +
api-reference/v1.0/api/search-searchentity-post-bookmarks.md | 1 +
.../v1.0/api/security-ediscoverycase-list-operations.md | 1 +
api-reference/v1.0/api/security-ediscoverycase-list-tags.md | 1 +
.../v1.0/api/security-ediscoverysearch-estimatestatistics.md | 1 +
api-reference/v1.0/api/security-host-list-ports.md | 1 +
api-reference/v1.0/api/security-host-list-subdomains.md | 1 +
.../v1.0/api/security-intelligenceprofile-list-indicators.md | 1 +
api-reference/v1.0/api/security-retentioneventtype-list.md | 1 +
api-reference/v1.0/api/security-retentioneventtype-post.md | 1 +
.../v1.0/api/security-threatintelligence-list-intelprofiles.md | 1 +
.../v1.0/api/serviceprincipal-delete-claimsmappingpolicies.md | 1 +
.../v1.0/api/serviceprincipal-list-transitivememberof.md | 1 +
...serviceprincipal-post-remotedesktopsecurityconfiguration.md | 1 +
api-reference/v1.0/api/subjectrightsrequest-get.md | 1 +
.../v1.0/api/synchronization-synchronization-list-templates.md | 1 +
.../v1.0/api/synchronization-synchronizationjob-delete.md | 1 +
.../v1.0/api/synchronization-synchronizationjob-pause.md | 1 +
api-reference/v1.0/api/tablecolumn-get.md | 1 +
api-reference/v1.0/api/tablecolumn-list.md | 1 +
api-reference/v1.0/api/tablecolumncollection-add.md | 1 +
api-reference/v1.0/api/teamsapp-delete.md | 1 +
api-reference/v1.0/api/termstore-set-update.md | 1 +
api-reference/v1.0/api/todotask-list-checklistitems.md | 1 +
api-reference/v1.0/api/todotask-post-checklistitems.md | 1 +
api-reference/v1.0/api/todotasklist-update.md | 1 +
api-reference/v1.0/api/tokenissuancepolicy-get.md | 1 +
api-reference/v1.0/api/unifiedroleassignment-delete.md | 1 +
api-reference/v1.0/api/user-delete-sponsors.md | 1 +
api-reference/v1.0/api/virtualeventwebinar-publish.md | 1 +
api-reference/v1.0/resources/accessreviewschedulesettings.md | 1 +
api-reference/v1.0/resources/appmanagementconfiguration.md | 1 +
api-reference/v1.0/resources/attributeset.md | 1 +
api-reference/v1.0/resources/bookingsavailabilitywindow.md | 1 +
api-reference/v1.0/resources/bookingworkhours.md | 1 +
api-reference/v1.0/resources/chatmessagepolicyviolation.md | 1 +
api-reference/v1.0/resources/checklistitem.md | 1 +
api-reference/v1.0/resources/cloudpcauditevent.md | 1 +
api-reference/v1.0/resources/communicationsuseridentity.md | 1 +
.../resources/delegatedadminrelationshipcustomerparticipant.md | 1 +
.../v1.0/resources/delegatedadminservicemanagementdetail.md | 1 +
api-reference/v1.0/resources/domaindnsrecord.md | 1 +
api-reference/v1.0/resources/educationexcelresource.md | 1 +
api-reference/v1.0/resources/emailsettings.md | 1 +
api-reference/v1.0/resources/exchangeprotectionpolicy.md | 1 +
.../v1.0/resources/externalconnectors-connectionoperation.md | 1 +
api-reference/v1.0/resources/externalconnectors-identity.md | 1 +
.../v1.0/resources/externalconnectors-searchsettings.md | 1 +
api-reference/v1.0/resources/groupmembers.md | 1 +
api-reference/v1.0/resources/horizontalsectioncolumn.md | 1 +
api-reference/v1.0/resources/identitysource.md | 1 +
api-reference/v1.0/resources/identityuserflow.md | 1 +
.../v1.0/resources/inferenceclassificationoverride.md | 1 +
api-reference/v1.0/resources/intune-apps-androidlobapp.md | 1 +
...une-apps-manageddevicemobileappconfigurationdevicestatus.md | 1 +
.../resources/intune-apps-win32lobapppowershellscriptrule.md | 1 +
.../resources/intune-deviceconfig-androidcompliancepolicy.md | 1 +
.../resources/intune-deviceconfig-devicemanagementsettings.md | 1 +
.../intune-deviceconfig-iosgeneraldeviceconfiguration.md | 1 +
.../v1.0/resources/intune-devices-deviceactionresult.md | 1 +
.../resources/intune-devices-devicehealthattestationstate.md | 1 +
.../v1.0/resources/intune-devices-managementagenttype.md | 1 +
...ne-devices-userexperienceanalyticsworkfromanywheredevice.md | 1 +
.../resources/intune-devices-windowsdefenderproductstatus.md | 1 +
api-reference/v1.0/resources/intune-onboarding-conceptual.md | 1 +
.../intune-rbac-deviceandappmanagementroleassignment.md | 1 +
.../resources/intune-shared-exclusiongroupassignmenttarget.md | 1 +
api-reference/v1.0/resources/intune-shared-mimecontent.md | 1 +
api-reference/v1.0/resources/keyvalue.md | 1 +
api-reference/v1.0/resources/mailassessmentrequest.md | 1 +
api-reference/v1.0/resources/mailtips.md | 1 +
api-reference/v1.0/resources/meetingtimesuggestion.md | 1 +
api-reference/v1.0/resources/multitenantorganization.md | 1 +
api-reference/v1.0/resources/onenoteoperation.md | 1 +
.../v1.0/resources/ontokenissuancestartcustomextension.md | 1 +
api-reference/v1.0/resources/openshift.md | 1 +
api-reference/v1.0/resources/outlookgeocoordinates.md | 1 +
api-reference/v1.0/resources/planneruserids.md | 1 +
api-reference/v1.0/resources/restorepoint.md | 1 +
api-reference/v1.0/resources/scheduleitem.md | 1 +
api-reference/v1.0/resources/search-bookmark.md | 1 +
api-reference/v1.0/resources/security-identitycontainer.md | 1 +
api-reference/v1.0/resources/security-intelligenceprofile.md | 1 +
.../v1.0/resources/security-vulnerabilitycomponent.md | 1 +
api-reference/v1.0/resources/servicehostedmediaconfig.md | 1 +
api-reference/v1.0/resources/sharepointprotectionpolicy.md | 1 +
api-reference/v1.0/resources/sortproperty.md | 3 ++-
.../synchronization-synchronizationjobapplicationparameters.md | 1 +
.../v1.0/resources/synchronization-synchronizationtemplate.md | 1 +
api-reference/v1.0/resources/tenantrelationship.md | 1 +
api-reference/v1.0/resources/titlearea.md | 1 +
.../v1.0/resources/unifiedroleeligibilityscheduleinstance.md | 1 +
api-reference/v1.0/resources/verticalsection.md | 1 +
api-reference/v1.0/resources/workbooknameditem.md | 1 +
api-reference/v1.0/resources/workbookrangeborder.md | 1 +
200 files changed, 203 insertions(+), 3 deletions(-)
diff --git a/api-reference/beta/api/adminwindowsupdates-list-deployments.md b/api-reference/beta/api/adminwindowsupdates-list-deployments.md
index f0c4ab0d1b3..c8957fb350a 100644
--- a/api-reference/beta/api/adminwindowsupdates-list-deployments.md
+++ b/api-reference/beta/api/adminwindowsupdates-list-deployments.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# List deployments
diff --git a/api-reference/beta/api/adminwindowsupdates-list-updatableassets-azureaddevice.md b/api-reference/beta/api/adminwindowsupdates-list-updatableassets-azureaddevice.md
index c330a8a52d7..ec1af841e94 100644
--- a/api-reference/beta/api/adminwindowsupdates-list-updatableassets-azureaddevice.md
+++ b/api-reference/beta/api/adminwindowsupdates-list-updatableassets-azureaddevice.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# List azureADDevice resources
diff --git a/api-reference/beta/api/cloudpc-resize.md b/api-reference/beta/api/cloudpc-resize.md
index c1f190c4b7c..0e063b62fcf 100644
--- a/api-reference/beta/api/cloudpc-resize.md
+++ b/api-reference/beta/api/cloudpc-resize.md
@@ -5,6 +5,7 @@ author: "liguojing929"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# cloudPC: resize
diff --git a/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-list.md b/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-list.md
index 81620cb0a52..89d6ab53511 100644
--- a/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-list.md
+++ b/api-reference/beta/api/intune-deviceintent-devicemanagementtemplate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceManagementTemplates
diff --git a/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-list.md b/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-list.md
index 5a06b8d23bf..3945005571e 100644
--- a/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-list.md
+++ b/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List securityBaselineTemplates
diff --git a/api-reference/beta/api/intune-devices-manageddevice-getfilevaultkey.md b/api-reference/beta/api/intune-devices-manageddevice-getfilevaultkey.md
index 6432ed4bf70..8cfde92e566 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-getfilevaultkey.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-getfilevaultkey.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# getFileVaultKey function
diff --git a/api-reference/beta/api/intune-devices-manageddevice-initiateondemandproactiveremediation.md b/api-reference/beta/api/intune-devices-manageddevice-initiateondemandproactiveremediation.md
index f716b69e8f5..05cb62ed29d 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-initiateondemandproactiveremediation.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-initiateondemandproactiveremediation.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# initiateOnDemandProactiveRemediation action
diff --git a/api-reference/beta/api/intune-enrollment-deponboardingsetting-list.md b/api-reference/beta/api/intune-enrollment-deponboardingsetting-list.md
index decb6069c87..8740c35580f 100644
--- a/api-reference/beta/api/intune-enrollment-deponboardingsetting-list.md
+++ b/api-reference/beta/api/intune-enrollment-deponboardingsetting-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List depOnboardingSettings
diff --git a/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-list.md b/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-list.md
index c5c6f116304..6c54e3db12c 100644
--- a/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-list.md
+++ b/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List groupPolicyConfigurations
diff --git a/api-reference/beta/api/intune-troubleshooting-devicemanagementautopilotevent-list.md b/api-reference/beta/api/intune-troubleshooting-devicemanagementautopilotevent-list.md
index 91d28dc69c2..5bec2010656 100644
--- a/api-reference/beta/api/intune-troubleshooting-devicemanagementautopilotevent-list.md
+++ b/api-reference/beta/api/intune-troubleshooting-devicemanagementautopilotevent-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# List deviceManagementAutopilotEvents
diff --git a/api-reference/beta/api/itemactivity-getbyinterval.md b/api-reference/beta/api/itemactivity-getbyinterval.md
index 9b68528879c..a997b11ac4f 100644
--- a/api-reference/beta/api/itemactivity-getbyinterval.md
+++ b/api-reference/beta/api/itemactivity-getbyinterval.md
@@ -5,6 +5,7 @@ title: Get item activity stats by interval
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "onedrive"
+ms.date: 04/04/2024
---
# Get item activity stats by interval
diff --git a/api-reference/beta/api/meetingregistration-post.md b/api-reference/beta/api/meetingregistration-post.md
index e5762836c55..7cc2693795c 100644
--- a/api-reference/beta/api/meetingregistration-post.md
+++ b/api-reference/beta/api/meetingregistration-post.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# Create meetingRegistration (deprecated)
diff --git a/api-reference/beta/api/trustframework-list-keysets.md b/api-reference/beta/api/trustframework-list-keysets.md
index fde8fa034dc..54d24e4f6e9 100644
--- a/api-reference/beta/api/trustframework-list-keysets.md
+++ b/api-reference/beta/api/trustframework-list-keysets.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# List keySets
diff --git a/api-reference/beta/api/trustframeworkkeyset-generatekey.md b/api-reference/beta/api/trustframeworkkeyset-generatekey.md
index e9f1638b248..165dad2205a 100644
--- a/api-reference/beta/api/trustframeworkkeyset-generatekey.md
+++ b/api-reference/beta/api/trustframeworkkeyset-generatekey.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# trustFrameworkKeySet: generateKey
diff --git a/api-reference/beta/api/trustframeworkkeyset-uploadsecret.md b/api-reference/beta/api/trustframeworkkeyset-uploadsecret.md
index 425b716895c..f2effe485f1 100644
--- a/api-reference/beta/api/trustframeworkkeyset-uploadsecret.md
+++ b/api-reference/beta/api/trustframeworkkeyset-uploadsecret.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "gysingh"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 10/17/2024
---
# trustFrameworkKeySet: uploadSecret
diff --git a/api-reference/beta/api/virtualeventsroot-list-townhalls.md b/api-reference/beta/api/virtualeventsroot-list-townhalls.md
index 1cae193adde..8e1fb385eae 100644
--- a/api-reference/beta/api/virtualeventsroot-list-townhalls.md
+++ b/api-reference/beta/api/virtualeventsroot-list-townhalls.md
@@ -5,6 +5,7 @@ author: "halleclottey-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/11/2024
---
# List townhalls
diff --git a/api-reference/beta/api/windowsupdates-product-findbykbnumber.md b/api-reference/beta/api/windowsupdates-product-findbykbnumber.md
index 25bee7c246e..ffdb6ab79f1 100644
--- a/api-reference/beta/api/windowsupdates-product-findbykbnumber.md
+++ b/api-reference/beta/api/windowsupdates-product-findbykbnumber.md
@@ -5,6 +5,7 @@ author: "skandula"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 10/30/2024
---
# product: findByKbNumber
diff --git a/api-reference/beta/resources/applicationsignindetailedsummary.md b/api-reference/beta/resources/applicationsignindetailedsummary.md
index a3b32b3af3e..f0aca85c0ae 100644
--- a/api-reference/beta/resources/applicationsignindetailedsummary.md
+++ b/api-reference/beta/resources/applicationsignindetailedsummary.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# applicationSignInDetailedSummary resource type
diff --git a/api-reference/beta/resources/businessscenario-overview.md b/api-reference/beta/resources/businessscenario-overview.md
index 1b435258a54..25a01ef1e81 100644
--- a/api-reference/beta/resources/businessscenario-overview.md
+++ b/api-reference/beta/resources/businessscenario-overview.md
@@ -5,6 +5,7 @@ author: "TarkanSevilmis"
ms.localizationpriority: medium
ms.subservice: "business-scenarios"
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Use the business scenarios API in Microsoft Graph (preview)
diff --git a/api-reference/beta/resources/cloud-licensing-api-overview.md b/api-reference/beta/resources/cloud-licensing-api-overview.md
index 8aab06df66a..62647cc41fe 100644
--- a/api-reference/beta/resources/cloud-licensing-api-overview.md
+++ b/api-reference/beta/resources/cloud-licensing-api-overview.md
@@ -5,6 +5,7 @@ author: "patrick-starrin"
ms.localizationpriority: medium
ms.subservice: "cloud-licensing"
doc_type: conceptualPageType
+ms.date: 10/17/2024
---
# Use the cloud licensing API in Microsoft Graph (preview)
diff --git a/api-reference/beta/resources/corsconfiguration_v2.md b/api-reference/beta/resources/corsconfiguration_v2.md
index fed39bd2345..22bffd210b9 100644
--- a/api-reference/beta/resources/corsconfiguration_v2.md
+++ b/api-reference/beta/resources/corsconfiguration_v2.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "resourcePageType"
+ms.date: 07/26/2024
---
# corsConfiguration_v2 resource type
diff --git a/api-reference/beta/resources/customclaimconfiguration.md b/api-reference/beta/resources/customclaimconfiguration.md
index 37d3f8ed135..156f34d3ceb 100644
--- a/api-reference/beta/resources/customclaimconfiguration.md
+++ b/api-reference/beta/resources/customclaimconfiguration.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: entra-id
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# customClaimConfiguration resource type
diff --git a/api-reference/beta/resources/dynamics-employee.md b/api-reference/beta/resources/dynamics-employee.md
index 62d7d5b0440..23c805dbaf1 100644
--- a/api-reference/beta/resources/dynamics-employee.md
+++ b/api-reference/beta/resources/dynamics-employee.md
@@ -7,6 +7,7 @@ author: SusanneWindfeldPedersen
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# employee resource type
diff --git a/api-reference/beta/resources/ediscovery-sourcecollection.md b/api-reference/beta/resources/ediscovery-sourcecollection.md
index 23c8d1ca5df..4838d75412b 100644
--- a/api-reference/beta/resources/ediscovery-sourcecollection.md
+++ b/api-reference/beta/resources/ediscovery-sourcecollection.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# sourceCollection resource type
@@ -94,4 +95,4 @@ The following JSON representation shows the resource type.
"contentQuery": "String",
"dataSourceScopes": "String"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/externalauthenticationmethodconfiguration.md b/api-reference/beta/resources/externalauthenticationmethodconfiguration.md
index b9f78292a4a..01056f3ae96 100644
--- a/api-reference/beta/resources/externalauthenticationmethodconfiguration.md
+++ b/api-reference/beta/resources/externalauthenticationmethodconfiguration.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: External authentication method
+ms.date: 07/22/2024
---
# externalAuthenticationMethodConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-hardwarepassworddetail.md b/api-reference/beta/resources/intune-deviceconfig-hardwarepassworddetail.md
index d7b1dee18f8..5af84390c3c 100644
--- a/api-reference/beta/resources/intune-deviceconfig-hardwarepassworddetail.md
+++ b/api-reference/beta/resources/intune-deviceconfig-hardwarepassworddetail.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# hardwarePasswordDetail resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-hardwarepasswordinfo.md b/api-reference/beta/resources/intune-deviceconfig-hardwarepasswordinfo.md
index 922e01d8761..5d2eb83d2ec 100644
--- a/api-reference/beta/resources/intune-deviceconfig-hardwarepasswordinfo.md
+++ b/api-reference/beta/resources/intune-deviceconfig-hardwarepasswordinfo.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# hardwarePasswordInfo resource type
diff --git a/api-reference/beta/resources/intune-deviceintent-devicemanagementintent.md b/api-reference/beta/resources/intune-deviceintent-devicemanagementintent.md
index b2786229766..5238686333d 100644
--- a/api-reference/beta/resources/intune-deviceintent-devicemanagementintent.md
+++ b/api-reference/beta/resources/intune-deviceintent-devicemanagementintent.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementIntent resource type
diff --git a/api-reference/beta/resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md b/api-reference/beta/resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md
index 98bd14c9659..12c92877cda 100644
--- a/api-reference/beta/resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md
+++ b/api-reference/beta/resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# azureADWindowsAutopilotDeploymentProfile resource type
diff --git a/api-reference/beta/resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md b/api-reference/beta/resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md
index 37e2d66346e..97444d8905b 100644
--- a/api-reference/beta/resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md
+++ b/api-reference/beta/resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsAutopilotDeploymentProfileAssignment resource type
diff --git a/api-reference/beta/resources/notifications-api-overview.md b/api-reference/beta/resources/notifications-api-overview.md
index f377512bd64..3ab81332768 100644
--- a/api-reference/beta/resources/notifications-api-overview.md
+++ b/api-reference/beta/resources/notifications-api-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
ms.subservice: "notifications"
doc_type: conceptualPageType
author: "merzink"
+ms.date: 03/12/2024
---
# Use the notifications REST API in Microsoft Graph (deprecated)
@@ -25,4 +26,4 @@ This type of user-centric notification is represented by the [notification](../r
- See the [notification resource](../resources/projectrome-notification.md) and create notifications to engage with your users.
- Try the API in the [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
-- Get started with client integration by following the steps in the [integration overview](/graph/notifications-integration-e2e-overview) topic.
\ No newline at end of file
+- Get started with client integration by following the steps in the [integration overview](/graph/notifications-integration-e2e-overview) topic.
diff --git a/api-reference/beta/resources/organizationsettings.md b/api-reference/beta/resources/organizationsettings.md
index 1bd7fffd955..cebb6ea6291 100644
--- a/api-reference/beta/resources/organizationsettings.md
+++ b/api-reference/beta/resources/organizationsettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# organizationSettings resource type
diff --git a/api-reference/beta/resources/partner-security-partnersecurityscore.md b/api-reference/beta/resources/partner-security-partnersecurityscore.md
index 4148eca8c3a..cafb25d0478 100644
--- a/api-reference/beta/resources/partner-security-partnersecurityscore.md
+++ b/api-reference/beta/resources/partner-security-partnersecurityscore.md
@@ -5,6 +5,7 @@ author: "evandontje-ms"
ms.localizationpriority: medium
ms.subservice: "partner-customer-administration"
doc_type: resourcePageType
+ms.date: 08/30/2024
---
# partnerSecurityScore resource type
diff --git a/api-reference/beta/resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md b/api-reference/beta/resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md
index ee2ba951b0c..5db3657a43b 100644
--- a/api-reference/beta/resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md
+++ b/api-reference/beta/resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Microsoft Authenticator Passwordless Phone sign-in (deprecated)
+ms.date: 07/22/2024
---
# passwordlessMicrosoftAuthenticatorAuthenticationMethod resource type (deprecated)
diff --git a/api-reference/beta/resources/securescorecontrolprofiles.md b/api-reference/beta/resources/securescorecontrolprofiles.md
index e4dd1606e99..86462a1930d 100644
--- a/api-reference/beta/resources/securescorecontrolprofiles.md
+++ b/api-reference/beta/resources/securescorecontrolprofiles.md
@@ -6,6 +6,7 @@ doc_type: resourcePageType
ms.subservice: security
author: "preetikr"
+ms.date: 07/22/2024
---
# secureScoreControlProfile resource type
diff --git a/api-reference/beta/resources/teamworkdeviceactivity.md b/api-reference/beta/resources/teamworkdeviceactivity.md
index 2e2b272d0a2..cb68c50f30b 100644
--- a/api-reference/beta/resources/teamworkdeviceactivity.md
+++ b/api-reference/beta/resources/teamworkdeviceactivity.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkDeviceActivity resource type
diff --git a/api-reference/beta/resources/teamworkdeviceoperation.md b/api-reference/beta/resources/teamworkdeviceoperation.md
index d93d1656797..5e6993054d6 100644
--- a/api-reference/beta/resources/teamworkdeviceoperation.md
+++ b/api-reference/beta/resources/teamworkdeviceoperation.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkDeviceOperation resource type
diff --git a/api-reference/beta/resources/useraccountinformation.md b/api-reference/beta/resources/useraccountinformation.md
index 68c687a3d18..b11398fcb06 100644
--- a/api-reference/beta/resources/useraccountinformation.md
+++ b/api-reference/beta/resources/useraccountinformation.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "resourcePageType"
+ms.date: 06/10/2024
---
# userAccountInformation resource type
diff --git a/api-reference/beta/resources/virtualappointment.md b/api-reference/beta/resources/virtualappointment.md
index f662fa4aab3..b0993b94560 100644
--- a/api-reference/beta/resources/virtualappointment.md
+++ b/api-reference/beta/resources/virtualappointment.md
@@ -5,6 +5,7 @@ author: "benmicrosoft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# virtualAppointment resource type (deprecated)
diff --git a/api-reference/beta/resources/webauthnauthenticatorattestationresponse.md b/api-reference/beta/resources/webauthnauthenticatorattestationresponse.md
index b40502e9b2d..6d9b0100300 100644
--- a/api-reference/beta/resources/webauthnauthenticatorattestationresponse.md
+++ b/api-reference/beta/resources/webauthnauthenticatorattestationresponse.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/24/2024
---
# webauthnAuthenticatorAttestationResponse resource type
diff --git a/api-reference/beta/resources/webauthncredentialcreationoptions.md b/api-reference/beta/resources/webauthncredentialcreationoptions.md
index 57f6053c232..ba445790c5d 100644
--- a/api-reference/beta/resources/webauthncredentialcreationoptions.md
+++ b/api-reference/beta/resources/webauthncredentialcreationoptions.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/24/2024
---
# webauthnCredentialCreationOptions resource type
diff --git a/api-reference/beta/resources/windowsupdates-productrevision.md b/api-reference/beta/resources/windowsupdates-productrevision.md
index 83151206fdc..5883b7bd5de 100644
--- a/api-reference/beta/resources/windowsupdates-productrevision.md
+++ b/api-reference/beta/resources/windowsupdates-productrevision.md
@@ -5,6 +5,7 @@ author: "angiechen22"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: resourcePageType
+ms.date: 09/16/2024
---
# productRevision resource type
diff --git a/api-reference/beta/resources/windowsupdates-updatableasset.md b/api-reference/beta/resources/windowsupdates-updatableasset.md
index 15d97f4e65b..65fccb2151b 100644
--- a/api-reference/beta/resources/windowsupdates-updatableasset.md
+++ b/api-reference/beta/resources/windowsupdates-updatableasset.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: resourcePageType
+ms.date: 09/16/2024
---
# updatableAsset resource type
diff --git a/api-reference/v1.0/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md b/api-reference/v1.0/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md
index 6964790e1d3..7adc25e4a4f 100644
--- a/api-reference/v1.0/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md
+++ b/api-reference/v1.0/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md
@@ -5,6 +5,7 @@ author: "vikama-microsoft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create accessPackageCustomWorkflowExtension
diff --git a/api-reference/v1.0/api/appconsentapprovalroute-list-appconsentrequests.md b/api-reference/v1.0/api/appconsentapprovalroute-list-appconsentrequests.md
index 0cdf7fd382a..46cd219ea5f 100644
--- a/api-reference/v1.0/api/appconsentapprovalroute-list-appconsentrequests.md
+++ b/api-reference/v1.0/api/appconsentapprovalroute-list-appconsentrequests.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List appConsentRequests
diff --git a/api-reference/v1.0/api/appconsentrequest-get.md b/api-reference/v1.0/api/appconsentrequest-get.md
index 0c5ea5e8343..d214240a797 100644
--- a/api-reference/v1.0/api/appconsentrequest-get.md
+++ b/api-reference/v1.0/api/appconsentrequest-get.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get appConsentRequest
diff --git a/api-reference/v1.0/api/appmanagementpolicy-list.md b/api-reference/v1.0/api/appmanagementpolicy-list.md
index fa51084f889..d5611a884bd 100644
--- a/api-reference/v1.0/api/appmanagementpolicy-list.md
+++ b/api-reference/v1.0/api/appmanagementpolicy-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 09/13/2024
---
# List appManagementPolicies
diff --git a/api-reference/v1.0/api/approval-list-stages.md b/api-reference/v1.0/api/approval-list-stages.md
index 18ed437435c..a73cb8d7392 100644
--- a/api-reference/v1.0/api/approval-list-stages.md
+++ b/api-reference/v1.0/api/approval-list-stages.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 03/08/2024
---
# List approval stages
diff --git a/api-reference/v1.0/api/authenticationeventlistener-update.md b/api-reference/v1.0/api/authenticationeventlistener-update.md
index af2a85402b5..819ef470c4c 100644
--- a/api-reference/v1.0/api/authenticationeventlistener-update.md
+++ b/api-reference/v1.0/api/authenticationeventlistener-update.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Update authenticationEventListener
diff --git a/api-reference/v1.0/api/authenticationstrengthroot-list-authenticationmethodmodes.md b/api-reference/v1.0/api/authenticationstrengthroot-list-authenticationmethodmodes.md
index 92c4c8e4297..08ac8821a8b 100644
--- a/api-reference/v1.0/api/authenticationstrengthroot-list-authenticationmethodmodes.md
+++ b/api-reference/v1.0/api/authenticationstrengthroot-list-authenticationmethodmodes.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 05/28/2024
---
# List authenticationMethodModes
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-restoresessions.md b/api-reference/v1.0/api/backuprestoreroot-list-restoresessions.md
index 74be0cef1d3..ad421c07609 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-restoresessions.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-restoresessions.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# List restoreSessionBase objects
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-siteprotectionunits.md b/api-reference/v1.0/api/backuprestoreroot-list-siteprotectionunits.md
index 17c2176329b..f95d5304b36 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-siteprotectionunits.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-siteprotectionunits.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# List siteProtectionUnits
diff --git a/api-reference/v1.0/api/backuprestoreroot-post-exchangeprotectionpolicies.md b/api-reference/v1.0/api/backuprestoreroot-post-exchangeprotectionpolicies.md
index 95b49c04d38..00c11a19e4c 100644
--- a/api-reference/v1.0/api/backuprestoreroot-post-exchangeprotectionpolicies.md
+++ b/api-reference/v1.0/api/backuprestoreroot-post-exchangeprotectionpolicies.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create exchangeProtectionPolicy
diff --git a/api-reference/v1.0/api/bundle-list.md b/api-reference/v1.0/api/bundle-list.md
index 1a6a833ed82..8b863036bb0 100644
--- a/api-reference/v1.0/api/bundle-list.md
+++ b/api-reference/v1.0/api/bundle-list.md
@@ -5,6 +5,7 @@ description: "List the bundles in a user's drive."
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List bundles
diff --git a/api-reference/v1.0/api/certificatebasedauthconfiguration-list.md b/api-reference/v1.0/api/certificatebasedauthconfiguration-list.md
index d5dcdbf5be0..023c6a15cc6 100644
--- a/api-reference/v1.0/api/certificatebasedauthconfiguration-list.md
+++ b/api-reference/v1.0/api/certificatebasedauthconfiguration-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vimrang"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/05/2024
---
# List certificateBasedAuthConfigurations
diff --git a/api-reference/v1.0/api/community-delete.md b/api-reference/v1.0/api/community-delete.md
index 0242b059417..75f0a6a367d 100644
--- a/api-reference/v1.0/api/community-delete.md
+++ b/api-reference/v1.0/api/community-delete.md
@@ -5,6 +5,7 @@ author: "aditijha4"
ms.localizationpriority: medium
ms.subservice: "viva-engage"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Delete community
diff --git a/api-reference/v1.0/api/contactfolder-post-contacts.md b/api-reference/v1.0/api/contactfolder-post-contacts.md
index 19a69ceb63d..a5b07eb9841 100644
--- a/api-reference/v1.0/api/contactfolder-post-contacts.md
+++ b/api-reference/v1.0/api/contactfolder-post-contacts.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create contact
diff --git a/api-reference/v1.0/api/contenttype-associatewithhubsites.md b/api-reference/v1.0/api/contenttype-associatewithhubsites.md
index 153ec00203a..d380a48e286 100644
--- a/api-reference/v1.0/api/contenttype-associatewithhubsites.md
+++ b/api-reference/v1.0/api/contenttype-associatewithhubsites.md
@@ -5,6 +5,7 @@ description: "Associate a content type with a list of hub sites."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# contentType: associateWithHubSites
diff --git a/api-reference/v1.0/api/contenttype-getcompatiblehubcontenttypes.md b/api-reference/v1.0/api/contenttype-getcompatiblehubcontenttypes.md
index 07b1747f612..0aaa0d5f434 100644
--- a/api-reference/v1.0/api/contenttype-getcompatiblehubcontenttypes.md
+++ b/api-reference/v1.0/api/contenttype-getcompatiblehubcontenttypes.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# contentType: getCompatibleHubContentTypes
diff --git a/api-reference/v1.0/api/crosstenantaccesspolicy-update.md b/api-reference/v1.0/api/crosstenantaccesspolicy-update.md
index 1560db0f3f7..5e85dc5f17a 100644
--- a/api-reference/v1.0/api/crosstenantaccesspolicy-update.md
+++ b/api-reference/v1.0/api/crosstenantaccesspolicy-update.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update crossTenantAccessPolicy
diff --git a/api-reference/v1.0/api/delegatedadmincustomer-get.md b/api-reference/v1.0/api/delegatedadmincustomer-get.md
index 740501b754b..a838ab7a15a 100644
--- a/api-reference/v1.0/api/delegatedadmincustomer-get.md
+++ b/api-reference/v1.0/api/delegatedadmincustomer-get.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get delegatedAdminCustomer
diff --git a/api-reference/v1.0/api/device-delete-registeredowners.md b/api-reference/v1.0/api/device-delete-registeredowners.md
index 24234f0b5ba..98f6f00a2c7 100644
--- a/api-reference/v1.0/api/device-delete-registeredowners.md
+++ b/api-reference/v1.0/api/device-delete-registeredowners.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "michaelrm97"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Delete registeredOwner
diff --git a/api-reference/v1.0/api/documentsetversion-restore.md b/api-reference/v1.0/api/documentsetversion-restore.md
index eecd3a6c923..2dbfda1eb56 100644
--- a/api-reference/v1.0/api/documentsetversion-restore.md
+++ b/api-reference/v1.0/api/documentsetversion-restore.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# documentSetVersion: restore
diff --git a/api-reference/v1.0/api/educationassignment-list-submissions.md b/api-reference/v1.0/api/educationassignment-list-submissions.md
index 8f5d95230df..d45ada4b613 100644
--- a/api-reference/v1.0/api/educationassignment-list-submissions.md
+++ b/api-reference/v1.0/api/educationassignment-list-submissions.md
@@ -5,6 +5,7 @@ author: "Sureshpadimi88"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List submissions
diff --git a/api-reference/v1.0/api/educationclass-post-assignment.md b/api-reference/v1.0/api/educationclass-post-assignment.md
index ca4f94596e6..38ba70159d0 100644
--- a/api-reference/v1.0/api/educationclass-post-assignment.md
+++ b/api-reference/v1.0/api/educationclass-post-assignment.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mmast-msft"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 05/21/2024
---
# Create educationAssignment
diff --git a/api-reference/v1.0/api/externalconnectors-externalconnection-post-groups.md b/api-reference/v1.0/api/externalconnectors-externalconnection-post-groups.md
index 37c82e6e0ae..d2318a4ad8d 100644
--- a/api-reference/v1.0/api/externalconnectors-externalconnection-post-groups.md
+++ b/api-reference/v1.0/api/externalconnectors-externalconnection-post-groups.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create externalGroup
diff --git a/api-reference/v1.0/api/externalconnectors-externalitem-addactivities.md b/api-reference/v1.0/api/externalconnectors-externalitem-addactivities.md
index ee502f6a165..6664d4cc06c 100644
--- a/api-reference/v1.0/api/externalconnectors-externalitem-addactivities.md
+++ b/api-reference/v1.0/api/externalconnectors-externalitem-addactivities.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 04/04/2024
---
# externalItem: addActivities
diff --git a/api-reference/v1.0/api/fido2authenticationmethodconfiguration-update.md b/api-reference/v1.0/api/fido2authenticationmethodconfiguration-update.md
index 43e00ffef63..af5803cb33b 100644
--- a/api-reference/v1.0/api/fido2authenticationmethodconfiguration-update.md
+++ b/api-reference/v1.0/api/fido2authenticationmethodconfiguration-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Update fido2AuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-get.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-get.md
index ac3ef3a4688..66b2ce43a26 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-get.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get homeRealmDiscoveryPolicy
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md
index f0c8ceb5479..204df8ff10f 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Create homeRealmDiscoveryPolicy
diff --git a/api-reference/v1.0/api/horizontalsection-get.md b/api-reference/v1.0/api/horizontalsection-get.md
index 4b881a63633..c089d950393 100644
--- a/api-reference/v1.0/api/horizontalsection-get.md
+++ b/api-reference/v1.0/api/horizontalsection-get.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Get horizontalSection
diff --git a/api-reference/v1.0/api/identitycontainer-list-customauthenticationextensions.md b/api-reference/v1.0/api/identitycontainer-list-customauthenticationextensions.md
index 99685b0edda..a9d10ff0c8b 100644
--- a/api-reference/v1.0/api/identitycontainer-list-customauthenticationextensions.md
+++ b/api-reference/v1.0/api/identitycontainer-list-customauthenticationextensions.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List customAuthenticationExtensions
diff --git a/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-update.md b/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-update.md
index 7b4d24d1a37..dd445337c07 100644
--- a/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-update.md
+++ b/api-reference/v1.0/api/identitysecuritydefaultsenforcementpolicy-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "Sammak"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Update identitySecurityDefaultsEnforcementPolicy
diff --git a/api-reference/v1.0/api/informationprotection-list-threatassessmentrequests.md b/api-reference/v1.0/api/informationprotection-list-threatassessmentrequests.md
index 624ecf9d248..0cebd4855f1 100644
--- a/api-reference/v1.0/api/informationprotection-list-threatassessmentrequests.md
+++ b/api-reference/v1.0/api/informationprotection-list-threatassessmentrequests.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List threatAssessmentRequests
diff --git a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-get.md b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-get.md
index e142bc922ad..1949683e55e 100644
--- a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-get.md
+++ b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfiguration-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get managedDeviceMobileAppConfiguration
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md
index aa643f048fc..bea92cb9d0f 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfiguration-getomasettingplaintextvalue.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# getOmaSettingPlainTextValue function
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-get.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-get.md
index 906023095b5..e007b9eeb47 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceConfigurationAssignment
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-list.md b/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-list.md
index 22de1848b2e..5c60adf1453 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10customconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windows10CustomConfigurations
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md b/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md
index 4febd94a83c..347db551f87 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windows10EndpointProtectionConfigurations
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md b/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
index 28be826fa33..8aabf19b512 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update windowsUpdateForBusinessConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-cleanwindowsdevice.md b/api-reference/v1.0/api/intune-devices-manageddevice-cleanwindowsdevice.md
index c802a743086..354dbe2c5d2 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-cleanwindowsdevice.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-cleanwindowsdevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# cleanWindowsDevice action
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-locatedevice.md b/api-reference/v1.0/api/intune-devices-manageddevice-locatedevice.md
index 5523a8de594..903ed36ea37 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-locatedevice.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-locatedevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# locateDevice action
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-resetpasscode.md b/api-reference/v1.0/api/intune-devices-manageddevice-resetpasscode.md
index 3640cfcbac1..05ad755aff2 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-resetpasscode.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-resetpasscode.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# resetPasscode action
diff --git a/api-reference/v1.0/api/intune-mam-user-update.md b/api-reference/v1.0/api/intune-mam-user-update.md
index 5858d0f2a63..41bbb465734 100644
--- a/api-reference/v1.0/api/intune-mam-user-update.md
+++ b/api-reference/v1.0/api/intune-mam-user-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update user
diff --git a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-list.md b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-list.md
index a4a82391ab2..1b841a64b78 100644
--- a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceEnrollmentConfigurations
diff --git a/api-reference/v1.0/api/learningcontent-get.md b/api-reference/v1.0/api/learningcontent-get.md
index abd420dbb46..fd5447e1491 100644
--- a/api-reference/v1.0/api/learningcontent-get.md
+++ b/api-reference/v1.0/api/learningcontent-get.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 04/25/2024
---
# Get learningContent
diff --git a/api-reference/v1.0/api/multitenantorganization-list-tenants.md b/api-reference/v1.0/api/multitenantorganization-list-tenants.md
index 414f2542012..c31c02ec529 100644
--- a/api-reference/v1.0/api/multitenantorganization-list-tenants.md
+++ b/api-reference/v1.0/api/multitenantorganization-list-tenants.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List multiTenantOrganizationMembers
diff --git a/api-reference/v1.0/api/multitenantorganization-post-tenants.md b/api-reference/v1.0/api/multitenantorganization-post-tenants.md
index 492e5731124..b0d89252d15 100644
--- a/api-reference/v1.0/api/multitenantorganization-post-tenants.md
+++ b/api-reference/v1.0/api/multitenantorganization-post-tenants.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Add multiTenantOrganizationMember
diff --git a/api-reference/v1.0/api/oauth2permissiongrant-delta.md b/api-reference/v1.0/api/oauth2permissiongrant-delta.md
index 6df40a6e24b..3a9ab2150d4 100644
--- a/api-reference/v1.0/api/oauth2permissiongrant-delta.md
+++ b/api-reference/v1.0/api/oauth2permissiongrant-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "psignoret"
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# oauth2permissiongrant: delta
diff --git a/api-reference/v1.0/api/orgcontact-list-memberof.md b/api-reference/v1.0/api/orgcontact-list-memberof.md
index 8e584a02f04..c3c65b5edbd 100644
--- a/api-reference/v1.0/api/orgcontact-list-memberof.md
+++ b/api-reference/v1.0/api/orgcontact-list-memberof.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# List memberOf
diff --git a/api-reference/v1.0/api/participant-mute.md b/api-reference/v1.0/api/participant-mute.md
index dc45e5b3d13..d2bb53475e3 100644
--- a/api-reference/v1.0/api/participant-mute.md
+++ b/api-reference/v1.0/api/participant-mute.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# participant: mute
diff --git a/api-reference/v1.0/api/partners-billing-manifest-get.md b/api-reference/v1.0/api/partners-billing-manifest-get.md
index 51e73392001..1a48c7f6a5d 100644
--- a/api-reference/v1.0/api/partners-billing-manifest-get.md
+++ b/api-reference/v1.0/api/partners-billing-manifest-get.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get manifest
diff --git a/api-reference/v1.0/api/plannerbucket-delete.md b/api-reference/v1.0/api/plannerbucket-delete.md
index 05364707bb7..e3d21f175fb 100644
--- a/api-reference/v1.0/api/plannerbucket-delete.md
+++ b/api-reference/v1.0/api/plannerbucket-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete plannerBucket
diff --git a/api-reference/v1.0/api/plannerplan-delete.md b/api-reference/v1.0/api/plannerplan-delete.md
index 3478c7987b8..19fd8a808b4 100644
--- a/api-reference/v1.0/api/plannerplan-delete.md
+++ b/api-reference/v1.0/api/plannerplan-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete plannerPlan
diff --git a/api-reference/v1.0/api/protectionpolicybase-get.md b/api-reference/v1.0/api/protectionpolicybase-get.md
index 3fe7d791f0d..53a65c34cf0 100644
--- a/api-reference/v1.0/api/protectionpolicybase-get.md
+++ b/api-reference/v1.0/api/protectionpolicybase-get.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get protectionPolicyBase
diff --git a/api-reference/v1.0/api/range-lastrow.md b/api-reference/v1.0/api/range-lastrow.md
index 746afdad94b..ec18dcab5bc 100644
--- a/api-reference/v1.0/api/range-lastrow.md
+++ b/api-reference/v1.0/api/range-lastrow.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# range: lastRow
diff --git a/api-reference/v1.0/api/reportroot-getoffice365activationsusercounts.md b/api-reference/v1.0/api/reportroot-getoffice365activationsusercounts.md
index 48c0183219d..a2e275df370 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365activationsusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365activationsusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365ActivationsUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getoffice365groupsactivitystorage.md b/api-reference/v1.0/api/reportroot-getoffice365groupsactivitystorage.md
index a14739818a2..6a845fa4478 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365groupsactivitystorage.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365groupsactivitystorage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365GroupsActivityStorage
diff --git a/api-reference/v1.0/api/reportroot-getonedriveactivityusercounts.md b/api-reference/v1.0/api/reportroot-getonedriveactivityusercounts.md
index 37e82a7e591..e900d6b9501 100644
--- a/api-reference/v1.0/api/reportroot-getonedriveactivityusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getonedriveactivityusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOneDriveActivityUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getteamsdeviceusageusercounts.md b/api-reference/v1.0/api/reportroot-getteamsdeviceusageusercounts.md
index ca3917467a4..044ecf3ee92 100644
--- a/api-reference/v1.0/api/reportroot-getteamsdeviceusageusercounts.md
+++ b/api-reference/v1.0/api/reportroot-getteamsdeviceusageusercounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsDeviceUsageUserCounts
diff --git a/api-reference/v1.0/api/reportroot-getteamsteamactivitydistributioncounts.md b/api-reference/v1.0/api/reportroot-getteamsteamactivitydistributioncounts.md
index f03afb75410..11840db2250 100644
--- a/api-reference/v1.0/api/reportroot-getteamsteamactivitydistributioncounts.md
+++ b/api-reference/v1.0/api/reportroot-getteamsteamactivitydistributioncounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "haoyli"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsTeamActivityDistributionCounts
diff --git a/api-reference/v1.0/api/reportroot-getyammeractivitycounts.md b/api-reference/v1.0/api/reportroot-getyammeractivitycounts.md
index 62160462862..3baf1286cad 100644
--- a/api-reference/v1.0/api/reportroot-getyammeractivitycounts.md
+++ b/api-reference/v1.0/api/reportroot-getyammeractivitycounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getYammerActivityCounts
diff --git a/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list-domains.md b/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list-domains.md
index 4a8a28ab0b4..71db3c71ed1 100644
--- a/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list-domains.md
+++ b/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list-domains.md
@@ -5,6 +5,7 @@ author: "namkedia"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List domains
diff --git a/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list.md b/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list.md
index 1c56d79a623..19196dda51a 100644
--- a/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list.md
+++ b/api-reference/v1.0/api/samlorwsfedexternaldomainfederation-list.md
@@ -5,6 +5,7 @@ author: "namkedia"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List samlOrWsFedExternalDomainFederations
diff --git a/api-reference/v1.0/api/schemaextension-update.md b/api-reference/v1.0/api/schemaextension-update.md
index ea60c2a4db1..2327c32fd85 100644
--- a/api-reference/v1.0/api/schemaextension-update.md
+++ b/api-reference/v1.0/api/schemaextension-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: extensions
doc_type: apiPageType
+ms.date: 07/30/2024
---
# Update schemaExtension
diff --git a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md
index 62d12ee3778..11ce9c1efb9 100644
--- a/api-reference/v1.0/api/search-searchentity-list-bookmarks.md
+++ b/api-reference/v1.0/api/search-searchentity-list-bookmarks.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List bookmarks
diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md
index c52f2b88dc6..37fdf95baaa 100644
--- a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md
+++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create bookmark
diff --git a/api-reference/v1.0/api/security-ediscoverycase-list-operations.md b/api-reference/v1.0/api/security-ediscoverycase-list-operations.md
index 079ebcfcf34..0e05c95e218 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-list-operations.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-list-operations.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List caseOperations
diff --git a/api-reference/v1.0/api/security-ediscoverycase-list-tags.md b/api-reference/v1.0/api/security-ediscoverycase-list-tags.md
index 50350555b5b..ed01275cc56 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-list-tags.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-list-tags.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List tags
diff --git a/api-reference/v1.0/api/security-ediscoverysearch-estimatestatistics.md b/api-reference/v1.0/api/security-ediscoverysearch-estimatestatistics.md
index 9e106c9122f..f32af58a7c0 100644
--- a/api-reference/v1.0/api/security-ediscoverysearch-estimatestatistics.md
+++ b/api-reference/v1.0/api/security-ediscoverysearch-estimatestatistics.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# ediscoverySearch: estimateStatistics
diff --git a/api-reference/v1.0/api/security-host-list-ports.md b/api-reference/v1.0/api/security-host-list-ports.md
index a7d3c163282..f9a42ee38ee 100644
--- a/api-reference/v1.0/api/security-host-list-ports.md
+++ b/api-reference/v1.0/api/security-host-list-ports.md
@@ -5,6 +5,7 @@ author: angelo-moulic
ms.localizationpriority: medium
ms.subservice: security
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List hostPorts
diff --git a/api-reference/v1.0/api/security-host-list-subdomains.md b/api-reference/v1.0/api/security-host-list-subdomains.md
index 0f9442aee5f..3aef77db76c 100755
--- a/api-reference/v1.0/api/security-host-list-subdomains.md
+++ b/api-reference/v1.0/api/security-host-list-subdomains.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List subdomains
diff --git a/api-reference/v1.0/api/security-intelligenceprofile-list-indicators.md b/api-reference/v1.0/api/security-intelligenceprofile-list-indicators.md
index a1c20ea313d..40cbb740879 100644
--- a/api-reference/v1.0/api/security-intelligenceprofile-list-indicators.md
+++ b/api-reference/v1.0/api/security-intelligenceprofile-list-indicators.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List indicators
diff --git a/api-reference/v1.0/api/security-retentioneventtype-list.md b/api-reference/v1.0/api/security-retentioneventtype-list.md
index fc3fae3acbe..5a5de9e48dc 100644
--- a/api-reference/v1.0/api/security-retentioneventtype-list.md
+++ b/api-reference/v1.0/api/security-retentioneventtype-list.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List retentionEventTypes
diff --git a/api-reference/v1.0/api/security-retentioneventtype-post.md b/api-reference/v1.0/api/security-retentioneventtype-post.md
index 9be009e4660..8b49255ea7e 100644
--- a/api-reference/v1.0/api/security-retentioneventtype-post.md
+++ b/api-reference/v1.0/api/security-retentioneventtype-post.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create retentionEventType
diff --git a/api-reference/v1.0/api/security-threatintelligence-list-intelprofiles.md b/api-reference/v1.0/api/security-threatintelligence-list-intelprofiles.md
index fc77a47e4ea..55ce0d60f82 100644
--- a/api-reference/v1.0/api/security-threatintelligence-list-intelprofiles.md
+++ b/api-reference/v1.0/api/security-threatintelligence-list-intelprofiles.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List intelProfiles
diff --git a/api-reference/v1.0/api/serviceprincipal-delete-claimsmappingpolicies.md b/api-reference/v1.0/api/serviceprincipal-delete-claimsmappingpolicies.md
index 6a82c4e312c..892d63c6242 100644
--- a/api-reference/v1.0/api/serviceprincipal-delete-claimsmappingpolicies.md
+++ b/api-reference/v1.0/api/serviceprincipal-delete-claimsmappingpolicies.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "paulgarn"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# Remove claimsMappingPolicy
diff --git a/api-reference/v1.0/api/serviceprincipal-list-transitivememberof.md b/api-reference/v1.0/api/serviceprincipal-list-transitivememberof.md
index 64209bffe16..03f0cee3439 100644
--- a/api-reference/v1.0/api/serviceprincipal-list-transitivememberof.md
+++ b/api-reference/v1.0/api/serviceprincipal-list-transitivememberof.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: apiPageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 06/21/2024
---
# List servicePrincipal transitive memberOf
diff --git a/api-reference/v1.0/api/serviceprincipal-post-remotedesktopsecurityconfiguration.md b/api-reference/v1.0/api/serviceprincipal-post-remotedesktopsecurityconfiguration.md
index 45d2099ee0e..cac1e50eb33 100644
--- a/api-reference/v1.0/api/serviceprincipal-post-remotedesktopsecurityconfiguration.md
+++ b/api-reference/v1.0/api/serviceprincipal-post-remotedesktopsecurityconfiguration.md
@@ -5,6 +5,7 @@ author: "SanDeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create remoteDesktopSecurityConfiguration
diff --git a/api-reference/v1.0/api/subjectrightsrequest-get.md b/api-reference/v1.0/api/subjectrightsrequest-get.md
index 6720e15fefb..5b7c217ec63 100644
--- a/api-reference/v1.0/api/subjectrightsrequest-get.md
+++ b/api-reference/v1.0/api/subjectrightsrequest-get.md
@@ -5,6 +5,7 @@ author: "skadam-msft"
ms.localizationpriority: medium
ms.subservice: "compliance"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Get subjectRightsRequest
diff --git a/api-reference/v1.0/api/synchronization-synchronization-list-templates.md b/api-reference/v1.0/api/synchronization-synchronization-list-templates.md
index b30cd6e1c1b..70eb608d9ad 100644
--- a/api-reference/v1.0/api/synchronization-synchronization-list-templates.md
+++ b/api-reference/v1.0/api/synchronization-synchronization-list-templates.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# List existing synchronization templates
diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-delete.md b/api-reference/v1.0/api/synchronization-synchronizationjob-delete.md
index c97b97f4b6e..73b1f32872f 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationjob-delete.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationjob-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# Delete synchronizationJob
diff --git a/api-reference/v1.0/api/synchronization-synchronizationjob-pause.md b/api-reference/v1.0/api/synchronization-synchronizationjob-pause.md
index 93445b6c89a..e64d6b851a4 100644
--- a/api-reference/v1.0/api/synchronization-synchronizationjob-pause.md
+++ b/api-reference/v1.0/api/synchronization-synchronizationjob-pause.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 06/21/2024
---
# synchronizationJob: pause
diff --git a/api-reference/v1.0/api/tablecolumn-get.md b/api-reference/v1.0/api/tablecolumn-get.md
index ca6d9c25af9..64ef79ed88f 100644
--- a/api-reference/v1.0/api/tablecolumn-get.md
+++ b/api-reference/v1.0/api/tablecolumn-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get TableColumn
diff --git a/api-reference/v1.0/api/tablecolumn-list.md b/api-reference/v1.0/api/tablecolumn-list.md
index 5bb0b7dd2af..1022904e9f5 100644
--- a/api-reference/v1.0/api/tablecolumn-list.md
+++ b/api-reference/v1.0/api/tablecolumn-list.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List TableColumnCollection
diff --git a/api-reference/v1.0/api/tablecolumncollection-add.md b/api-reference/v1.0/api/tablecolumncollection-add.md
index d4eb3601eaf..bcb6ffd51c7 100644
--- a/api-reference/v1.0/api/tablecolumncollection-add.md
+++ b/api-reference/v1.0/api/tablecolumncollection-add.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# TableColumnCollection: add
diff --git a/api-reference/v1.0/api/teamsapp-delete.md b/api-reference/v1.0/api/teamsapp-delete.md
index 6c756b5c288..507439b1689 100644
--- a/api-reference/v1.0/api/teamsapp-delete.md
+++ b/api-reference/v1.0/api/teamsapp-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "MSFTRickyCastaneda"
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Delete teamsApp
diff --git a/api-reference/v1.0/api/termstore-set-update.md b/api-reference/v1.0/api/termstore-set-update.md
index 465ab9dead3..993a49f031c 100644
--- a/api-reference/v1.0/api/termstore-set-update.md
+++ b/api-reference/v1.0/api/termstore-set-update.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update set
diff --git a/api-reference/v1.0/api/todotask-list-checklistitems.md b/api-reference/v1.0/api/todotask-list-checklistitems.md
index ff0fec3f27a..b24db8de55d 100644
--- a/api-reference/v1.0/api/todotask-list-checklistitems.md
+++ b/api-reference/v1.0/api/todotask-list-checklistitems.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List checklistItems
diff --git a/api-reference/v1.0/api/todotask-post-checklistitems.md b/api-reference/v1.0/api/todotask-post-checklistitems.md
index 289e01feb0c..6ff438bbc35 100644
--- a/api-reference/v1.0/api/todotask-post-checklistitems.md
+++ b/api-reference/v1.0/api/todotask-post-checklistitems.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create checklistItem
diff --git a/api-reference/v1.0/api/todotasklist-update.md b/api-reference/v1.0/api/todotasklist-update.md
index 7acce255f7c..4ebafe246a2 100644
--- a/api-reference/v1.0/api/todotasklist-update.md
+++ b/api-reference/v1.0/api/todotasklist-update.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update todoTaskList
diff --git a/api-reference/v1.0/api/tokenissuancepolicy-get.md b/api-reference/v1.0/api/tokenissuancepolicy-get.md
index 12d6452c288..0f7473c9425 100644
--- a/api-reference/v1.0/api/tokenissuancepolicy-get.md
+++ b/api-reference/v1.0/api/tokenissuancepolicy-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "luleonpla"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get tokenIssuancePolicy
diff --git a/api-reference/v1.0/api/unifiedroleassignment-delete.md b/api-reference/v1.0/api/unifiedroleassignment-delete.md
index 28f3c6f4bfa..b5a958c9dc6 100644
--- a/api-reference/v1.0/api/unifiedroleassignment-delete.md
+++ b/api-reference/v1.0/api/unifiedroleassignment-delete.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 07/26/2024
---
# Delete unifiedRoleAssignment
diff --git a/api-reference/v1.0/api/user-delete-sponsors.md b/api-reference/v1.0/api/user-delete-sponsors.md
index c14a05b5fa8..9c2c26529dd 100644
--- a/api-reference/v1.0/api/user-delete-sponsors.md
+++ b/api-reference/v1.0/api/user-delete-sponsors.md
@@ -5,6 +5,7 @@ author: "sadia353"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 10/15/2024
---
# Remove sponsor
diff --git a/api-reference/v1.0/api/virtualeventwebinar-publish.md b/api-reference/v1.0/api/virtualeventwebinar-publish.md
index b46fa47cbf9..09cb4fc6f94 100644
--- a/api-reference/v1.0/api/virtualeventwebinar-publish.md
+++ b/api-reference/v1.0/api/virtualeventwebinar-publish.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# virtualEventWebinar: publish
diff --git a/api-reference/v1.0/resources/accessreviewschedulesettings.md b/api-reference/v1.0/resources/accessreviewschedulesettings.md
index a9f1ea2fe5e..27475b27b1c 100644
--- a/api-reference/v1.0/resources/accessreviewschedulesettings.md
+++ b/api-reference/v1.0/resources/accessreviewschedulesettings.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessReviewScheduleSettings resource type
diff --git a/api-reference/v1.0/resources/appmanagementconfiguration.md b/api-reference/v1.0/resources/appmanagementconfiguration.md
index d643b2010d3..0d47550a0ff 100644
--- a/api-reference/v1.0/resources/appmanagementconfiguration.md
+++ b/api-reference/v1.0/resources/appmanagementconfiguration.md
@@ -5,6 +5,7 @@ author: "madansr7"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# appManagementConfiguration resource type
diff --git a/api-reference/v1.0/resources/attributeset.md b/api-reference/v1.0/resources/attributeset.md
index fa7e5e4c515..c3c01824182 100644
--- a/api-reference/v1.0/resources/attributeset.md
+++ b/api-reference/v1.0/resources/attributeset.md
@@ -5,6 +5,7 @@ author: "CecilyK"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# attributeSet resource type
diff --git a/api-reference/v1.0/resources/bookingsavailabilitywindow.md b/api-reference/v1.0/resources/bookingsavailabilitywindow.md
index b0492007735..e71023de879 100644
--- a/api-reference/v1.0/resources/bookingsavailabilitywindow.md
+++ b/api-reference/v1.0/resources/bookingsavailabilitywindow.md
@@ -5,6 +5,7 @@ author: "PurvaEkatpure"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# bookingsAvailabilityWindow resource type
diff --git a/api-reference/v1.0/resources/bookingworkhours.md b/api-reference/v1.0/resources/bookingworkhours.md
index 07da1cacb90..3e4baffad19 100644
--- a/api-reference/v1.0/resources/bookingworkhours.md
+++ b/api-reference/v1.0/resources/bookingworkhours.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# bookingWorkHours resource type
diff --git a/api-reference/v1.0/resources/chatmessagepolicyviolation.md b/api-reference/v1.0/resources/chatmessagepolicyviolation.md
index cc2124917ca..c2474ecda36 100644
--- a/api-reference/v1.0/resources/chatmessagepolicyviolation.md
+++ b/api-reference/v1.0/resources/chatmessagepolicyviolation.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
doc_type: resourcePageType
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 04/03/2024
---
# chatMessagePolicyViolation resource type
diff --git a/api-reference/v1.0/resources/checklistitem.md b/api-reference/v1.0/resources/checklistitem.md
index 39b7aebbf27..39c1a84ce37 100644
--- a/api-reference/v1.0/resources/checklistitem.md
+++ b/api-reference/v1.0/resources/checklistitem.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# checklistItem resource type
diff --git a/api-reference/v1.0/resources/cloudpcauditevent.md b/api-reference/v1.0/resources/cloudpcauditevent.md
index 2d61919552b..43a60ae860e 100644
--- a/api-reference/v1.0/resources/cloudpcauditevent.md
+++ b/api-reference/v1.0/resources/cloudpcauditevent.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# cloudPcAuditEvent resource type
diff --git a/api-reference/v1.0/resources/communicationsuseridentity.md b/api-reference/v1.0/resources/communicationsuseridentity.md
index ca9f9d25b0b..1f942965a56 100644
--- a/api-reference/v1.0/resources/communicationsuseridentity.md
+++ b/api-reference/v1.0/resources/communicationsuseridentity.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# communicationsUserIdentity resource type
diff --git a/api-reference/v1.0/resources/delegatedadminrelationshipcustomerparticipant.md b/api-reference/v1.0/resources/delegatedadminrelationshipcustomerparticipant.md
index 4a48606a781..d792c6cd611 100644
--- a/api-reference/v1.0/resources/delegatedadminrelationshipcustomerparticipant.md
+++ b/api-reference/v1.0/resources/delegatedadminrelationshipcustomerparticipant.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# delegatedAdminRelationshipCustomerParticipant resource type
diff --git a/api-reference/v1.0/resources/delegatedadminservicemanagementdetail.md b/api-reference/v1.0/resources/delegatedadminservicemanagementdetail.md
index 74096cf1f24..8459a101c3f 100644
--- a/api-reference/v1.0/resources/delegatedadminservicemanagementdetail.md
+++ b/api-reference/v1.0/resources/delegatedadminservicemanagementdetail.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# delegatedAdminServiceManagementDetail resource type
diff --git a/api-reference/v1.0/resources/domaindnsrecord.md b/api-reference/v1.0/resources/domaindnsrecord.md
index fa0735ef436..c9d984513ba 100644
--- a/api-reference/v1.0/resources/domaindnsrecord.md
+++ b/api-reference/v1.0/resources/domaindnsrecord.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "tafra00"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 04/25/2024
---
# domainDnsRecord resource type
diff --git a/api-reference/v1.0/resources/educationexcelresource.md b/api-reference/v1.0/resources/educationexcelresource.md
index 2b6a23521f9..28b26b666c1 100644
--- a/api-reference/v1.0/resources/educationexcelresource.md
+++ b/api-reference/v1.0/resources/educationexcelresource.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# educationExcelResource resource type
diff --git a/api-reference/v1.0/resources/emailsettings.md b/api-reference/v1.0/resources/emailsettings.md
index 2851b26f96b..8dd5b905133 100644
--- a/api-reference/v1.0/resources/emailsettings.md
+++ b/api-reference/v1.0/resources/emailsettings.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# emailSettings resource type
diff --git a/api-reference/v1.0/resources/exchangeprotectionpolicy.md b/api-reference/v1.0/resources/exchangeprotectionpolicy.md
index c65d9802d6e..e319e97ecd8 100644
--- a/api-reference/v1.0/resources/exchangeprotectionpolicy.md
+++ b/api-reference/v1.0/resources/exchangeprotectionpolicy.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# exchangeProtectionPolicy resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-connectionoperation.md b/api-reference/v1.0/resources/externalconnectors-connectionoperation.md
index 455b7a10e6e..34b8af6699f 100644
--- a/api-reference/v1.0/resources/externalconnectors-connectionoperation.md
+++ b/api-reference/v1.0/resources/externalconnectors-connectionoperation.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# connectionOperation resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-identity.md b/api-reference/v1.0/resources/externalconnectors-identity.md
index f48563d63bb..8eeeb5c4c7f 100644
--- a/api-reference/v1.0/resources/externalconnectors-identity.md
+++ b/api-reference/v1.0/resources/externalconnectors-identity.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# identity resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-searchsettings.md b/api-reference/v1.0/resources/externalconnectors-searchsettings.md
index 6ed7155979f..853a4e7a746 100644
--- a/api-reference/v1.0/resources/externalconnectors-searchsettings.md
+++ b/api-reference/v1.0/resources/externalconnectors-searchsettings.md
@@ -5,6 +5,7 @@ author: "emzho"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# searchSettings resource type
diff --git a/api-reference/v1.0/resources/groupmembers.md b/api-reference/v1.0/resources/groupmembers.md
index ef814032f32..f7b25f5aa98 100644
--- a/api-reference/v1.0/resources/groupmembers.md
+++ b/api-reference/v1.0/resources/groupmembers.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# groupMembers resource type
diff --git a/api-reference/v1.0/resources/horizontalsectioncolumn.md b/api-reference/v1.0/resources/horizontalsectioncolumn.md
index 21c59d9fbc6..f8d4c27d2f4 100644
--- a/api-reference/v1.0/resources/horizontalsectioncolumn.md
+++ b/api-reference/v1.0/resources/horizontalsectioncolumn.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# horizontalSectionColumn resource type
diff --git a/api-reference/v1.0/resources/identitysource.md b/api-reference/v1.0/resources/identitysource.md
index 55d2e6a2f5a..54f449122fc 100644
--- a/api-reference/v1.0/resources/identitysource.md
+++ b/api-reference/v1.0/resources/identitysource.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# identitySource resource type
diff --git a/api-reference/v1.0/resources/identityuserflow.md b/api-reference/v1.0/resources/identityuserflow.md
index bcadae7ef35..6e7e1236844 100644
--- a/api-reference/v1.0/resources/identityuserflow.md
+++ b/api-reference/v1.0/resources/identityuserflow.md
@@ -6,6 +6,7 @@ author: "Nickgmicrosoft"
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
toc.title: User flows in Azure AD B2C (deprecated)
+ms.date: 10/17/2024
---
# identityUserFlow resource type
diff --git a/api-reference/v1.0/resources/inferenceclassificationoverride.md b/api-reference/v1.0/resources/inferenceclassificationoverride.md
index 031ded6ad38..63bc0de2880 100644
--- a/api-reference/v1.0/resources/inferenceclassificationoverride.md
+++ b/api-reference/v1.0/resources/inferenceclassificationoverride.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# inferenceClassificationOverride resource type
diff --git a/api-reference/v1.0/resources/intune-apps-androidlobapp.md b/api-reference/v1.0/resources/intune-apps-androidlobapp.md
index 74bf4be497f..5d0425c6719 100644
--- a/api-reference/v1.0/resources/intune-apps-androidlobapp.md
+++ b/api-reference/v1.0/resources/intune-apps-androidlobapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidLobApp resource type
diff --git a/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md b/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md
index 1894175798b..ca4e9411d64 100644
--- a/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md
+++ b/api-reference/v1.0/resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedDeviceMobileAppConfigurationDeviceStatus resource type
diff --git a/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptrule.md b/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptrule.md
index 25346bd937a..7176d9b1caf 100644
--- a/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptrule.md
+++ b/api-reference/v1.0/resources/intune-apps-win32lobapppowershellscriptrule.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# win32LobAppPowerShellScriptRule resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-androidcompliancepolicy.md b/api-reference/v1.0/resources/intune-deviceconfig-androidcompliancepolicy.md
index 04ce0af16a8..80ceb2c7d57 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-androidcompliancepolicy.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-androidcompliancepolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidCompliancePolicy resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicemanagementsettings.md b/api-reference/v1.0/resources/intune-deviceconfig-devicemanagementsettings.md
index 25106a6169c..3eb24cbe005 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicemanagementsettings.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicemanagementsettings.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementSettings resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md
index 85aafce3776..91798cb8f0f 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# iosGeneralDeviceConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-devices-deviceactionresult.md b/api-reference/v1.0/resources/intune-devices-deviceactionresult.md
index 74fd03058d0..45ab5d1b0aa 100644
--- a/api-reference/v1.0/resources/intune-devices-deviceactionresult.md
+++ b/api-reference/v1.0/resources/intune-devices-deviceactionresult.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceActionResult resource type
diff --git a/api-reference/v1.0/resources/intune-devices-devicehealthattestationstate.md b/api-reference/v1.0/resources/intune-devices-devicehealthattestationstate.md
index 7a2f5c39256..3cd1b0300d7 100644
--- a/api-reference/v1.0/resources/intune-devices-devicehealthattestationstate.md
+++ b/api-reference/v1.0/resources/intune-devices-devicehealthattestationstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceHealthAttestationState resource type
diff --git a/api-reference/v1.0/resources/intune-devices-managementagenttype.md b/api-reference/v1.0/resources/intune-devices-managementagenttype.md
index c55917ddd29..5a26c350bd4 100644
--- a/api-reference/v1.0/resources/intune-devices-managementagenttype.md
+++ b/api-reference/v1.0/resources/intune-devices-managementagenttype.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 08/01/2024
---
# managementAgentType enum type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md
index 49a8c5e75a6..d2b7ffcfd55 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsWorkFromAnywhereDevice resource type
diff --git a/api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md b/api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md
index b87b6876ff1..ca5469da7bc 100644
--- a/api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md
+++ b/api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 10/10/2024
---
# windowsDefenderProductStatus enum type
diff --git a/api-reference/v1.0/resources/intune-onboarding-conceptual.md b/api-reference/v1.0/resources/intune-onboarding-conceptual.md
index a98bb05b267..4ba3a6cd272 100644
--- a/api-reference/v1.0/resources/intune-onboarding-conceptual.md
+++ b/api-reference/v1.0/resources/intune-onboarding-conceptual.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jaiprakashmb"
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Enroll devices for management in Intune
diff --git a/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroleassignment.md b/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroleassignment.md
index da6defb4b28..4f51ccdca68 100644
--- a/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroleassignment.md
+++ b/api-reference/v1.0/resources/intune-rbac-deviceandappmanagementroleassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceAndAppManagementRoleAssignment resource type
diff --git a/api-reference/v1.0/resources/intune-shared-exclusiongroupassignmenttarget.md b/api-reference/v1.0/resources/intune-shared-exclusiongroupassignmenttarget.md
index b99ae90b1ed..134230684da 100644
--- a/api-reference/v1.0/resources/intune-shared-exclusiongroupassignmenttarget.md
+++ b/api-reference/v1.0/resources/intune-shared-exclusiongroupassignmenttarget.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# exclusionGroupAssignmentTarget resource type
diff --git a/api-reference/v1.0/resources/intune-shared-mimecontent.md b/api-reference/v1.0/resources/intune-shared-mimecontent.md
index 4fd31f9d06a..199efa31ba7 100644
--- a/api-reference/v1.0/resources/intune-shared-mimecontent.md
+++ b/api-reference/v1.0/resources/intune-shared-mimecontent.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# mimeContent resource type
diff --git a/api-reference/v1.0/resources/keyvalue.md b/api-reference/v1.0/resources/keyvalue.md
index a522f62eb9a..965aaadb51a 100644
--- a/api-reference/v1.0/resources/keyvalue.md
+++ b/api-reference/v1.0/resources/keyvalue.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dougeby"
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# keyValue resource type
diff --git a/api-reference/v1.0/resources/mailassessmentrequest.md b/api-reference/v1.0/resources/mailassessmentrequest.md
index e7928eac78b..db5cc50af13 100644
--- a/api-reference/v1.0/resources/mailassessmentrequest.md
+++ b/api-reference/v1.0/resources/mailassessmentrequest.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "resourcePageType"
+ms.date: 05/23/2024
---
# mailAssessmentRequest resource type
diff --git a/api-reference/v1.0/resources/mailtips.md b/api-reference/v1.0/resources/mailtips.md
index 2a2334abb12..4b1a686be40 100644
--- a/api-reference/v1.0/resources/mailtips.md
+++ b/api-reference/v1.0/resources/mailtips.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# mailTips resource type
diff --git a/api-reference/v1.0/resources/meetingtimesuggestion.md b/api-reference/v1.0/resources/meetingtimesuggestion.md
index c68b0734a98..2055f7ce53e 100644
--- a/api-reference/v1.0/resources/meetingtimesuggestion.md
+++ b/api-reference/v1.0/resources/meetingtimesuggestion.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "vrod9429"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# meetingTimeSuggestion resource type
diff --git a/api-reference/v1.0/resources/multitenantorganization.md b/api-reference/v1.0/resources/multitenantorganization.md
index 97e6acbaae7..146ac12e220 100644
--- a/api-reference/v1.0/resources/multitenantorganization.md
+++ b/api-reference/v1.0/resources/multitenantorganization.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# multiTenantOrganization resource type
diff --git a/api-reference/v1.0/resources/onenoteoperation.md b/api-reference/v1.0/resources/onenoteoperation.md
index f92cae7a1bf..8b66c2c440b 100644
--- a/api-reference/v1.0/resources/onenoteoperation.md
+++ b/api-reference/v1.0/resources/onenoteoperation.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# onenoteOperation resource type
diff --git a/api-reference/v1.0/resources/ontokenissuancestartcustomextension.md b/api-reference/v1.0/resources/ontokenissuancestartcustomextension.md
index fb0a9664f62..4572aa4fbc2 100644
--- a/api-reference/v1.0/resources/ontokenissuancestartcustomextension.md
+++ b/api-reference/v1.0/resources/ontokenissuancestartcustomextension.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# onTokenIssuanceStartCustomExtension resource type
diff --git a/api-reference/v1.0/resources/openshift.md b/api-reference/v1.0/resources/openshift.md
index 0747bd84234..f165ec436be 100644
--- a/api-reference/v1.0/resources/openshift.md
+++ b/api-reference/v1.0/resources/openshift.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "akumar39"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# openShift resource type
diff --git a/api-reference/v1.0/resources/outlookgeocoordinates.md b/api-reference/v1.0/resources/outlookgeocoordinates.md
index 11561dccffe..bde331c85ad 100644
--- a/api-reference/v1.0/resources/outlookgeocoordinates.md
+++ b/api-reference/v1.0/resources/outlookgeocoordinates.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# outlookGeoCoordinates resource type
diff --git a/api-reference/v1.0/resources/planneruserids.md b/api-reference/v1.0/resources/planneruserids.md
index b89c9a68f52..e3e30c1ff4d 100644
--- a/api-reference/v1.0/resources/planneruserids.md
+++ b/api-reference/v1.0/resources/planneruserids.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# plannerUserIds resource type
diff --git a/api-reference/v1.0/resources/restorepoint.md b/api-reference/v1.0/resources/restorepoint.md
index e2b7065cef9..9b978314df2 100644
--- a/api-reference/v1.0/resources/restorepoint.md
+++ b/api-reference/v1.0/resources/restorepoint.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 08/27/2024
---
# restorePoint resource type
diff --git a/api-reference/v1.0/resources/scheduleitem.md b/api-reference/v1.0/resources/scheduleitem.md
index 55f8dd46576..39dc2dcbf91 100644
--- a/api-reference/v1.0/resources/scheduleitem.md
+++ b/api-reference/v1.0/resources/scheduleitem.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# scheduleItem resource type
diff --git a/api-reference/v1.0/resources/search-bookmark.md b/api-reference/v1.0/resources/search-bookmark.md
index 21909072e6d..31e1c6944a5 100644
--- a/api-reference/v1.0/resources/search-bookmark.md
+++ b/api-reference/v1.0/resources/search-bookmark.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# bookmark resource type
diff --git a/api-reference/v1.0/resources/security-identitycontainer.md b/api-reference/v1.0/resources/security-identitycontainer.md
index b1a9327010e..d91575374d5 100644
--- a/api-reference/v1.0/resources/security-identitycontainer.md
+++ b/api-reference/v1.0/resources/security-identitycontainer.md
@@ -5,6 +5,7 @@ author: "naalmog"
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "security"
+ms.date: 09/18/2024
---
# identityContainer resource type
diff --git a/api-reference/v1.0/resources/security-intelligenceprofile.md b/api-reference/v1.0/resources/security-intelligenceprofile.md
index 6e418137e77..c4fbe2256fa 100644
--- a/api-reference/v1.0/resources/security-intelligenceprofile.md
+++ b/api-reference/v1.0/resources/security-intelligenceprofile.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# intelligenceProfile resource type
diff --git a/api-reference/v1.0/resources/security-vulnerabilitycomponent.md b/api-reference/v1.0/resources/security-vulnerabilitycomponent.md
index 7823beebfa2..82d4a0e826d 100644
--- a/api-reference/v1.0/resources/security-vulnerabilitycomponent.md
+++ b/api-reference/v1.0/resources/security-vulnerabilitycomponent.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# vulnerabilityComponent resource type
diff --git a/api-reference/v1.0/resources/servicehostedmediaconfig.md b/api-reference/v1.0/resources/servicehostedmediaconfig.md
index e23251c12db..825e92b50de 100644
--- a/api-reference/v1.0/resources/servicehostedmediaconfig.md
+++ b/api-reference/v1.0/resources/servicehostedmediaconfig.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# serviceHostedMediaConfig resource type
diff --git a/api-reference/v1.0/resources/sharepointprotectionpolicy.md b/api-reference/v1.0/resources/sharepointprotectionpolicy.md
index 59edb7e6d63..e062ae6937a 100644
--- a/api-reference/v1.0/resources/sharepointprotectionpolicy.md
+++ b/api-reference/v1.0/resources/sharepointprotectionpolicy.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: SharePoint protection policy
+ms.date: 08/27/2024
---
# sharePointProtectionPolicy resource type
diff --git a/api-reference/v1.0/resources/sortproperty.md b/api-reference/v1.0/resources/sortproperty.md
index 527c729837b..67fa3832ea8 100644
--- a/api-reference/v1.0/resources/sortproperty.md
+++ b/api-reference/v1.0/resources/sortproperty.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "njerigrevious"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# sortProperty resource type
@@ -52,4 +53,4 @@ The following JSON representation shows the resource type.
"keywords": "",
"section": "documentation",
"tocPath": ""
-}-->
\ No newline at end of file
+}-->
diff --git a/api-reference/v1.0/resources/synchronization-synchronizationjobapplicationparameters.md b/api-reference/v1.0/resources/synchronization-synchronizationjobapplicationparameters.md
index 5eab5f1d92a..01749f254c8 100644
--- a/api-reference/v1.0/resources/synchronization-synchronizationjobapplicationparameters.md
+++ b/api-reference/v1.0/resources/synchronization-synchronizationjobapplicationparameters.md
@@ -5,6 +5,7 @@ author: "ArvindHarinder1"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# synchronizationJobApplicationParameters resource type
diff --git a/api-reference/v1.0/resources/synchronization-synchronizationtemplate.md b/api-reference/v1.0/resources/synchronization-synchronizationtemplate.md
index 65c26a1aead..ef09b9b3c27 100644
--- a/api-reference/v1.0/resources/synchronization-synchronizationtemplate.md
+++ b/api-reference/v1.0/resources/synchronization-synchronizationtemplate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 04/03/2024
---
# synchronizationTemplate resource type
diff --git a/api-reference/v1.0/resources/tenantrelationship.md b/api-reference/v1.0/resources/tenantrelationship.md
index f84cbffddbc..d5d187e1228 100644
--- a/api-reference/v1.0/resources/tenantrelationship.md
+++ b/api-reference/v1.0/resources/tenantrelationship.md
@@ -5,6 +5,7 @@ author: "koravvams"
ms.localizationpriority: medium
ms.subservice: partner-customer-administration
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# tenantRelationship resource type
diff --git a/api-reference/v1.0/resources/titlearea.md b/api-reference/v1.0/resources/titlearea.md
index 6d0614ced23..54effc6a32e 100644
--- a/api-reference/v1.0/resources/titlearea.md
+++ b/api-reference/v1.0/resources/titlearea.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# titleArea resource type
diff --git a/api-reference/v1.0/resources/unifiedroleeligibilityscheduleinstance.md b/api-reference/v1.0/resources/unifiedroleeligibilityscheduleinstance.md
index 9fd6a09fb34..b6cb25cfce0 100644
--- a/api-reference/v1.0/resources/unifiedroleeligibilityscheduleinstance.md
+++ b/api-reference/v1.0/resources/unifiedroleeligibilityscheduleinstance.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Eligibility schedule instance
+ms.date: 07/22/2024
---
# unifiedRoleEligibilityScheduleInstance resource type
diff --git a/api-reference/v1.0/resources/verticalsection.md b/api-reference/v1.0/resources/verticalsection.md
index a9d8e9c99b7..d177bf6e60a 100644
--- a/api-reference/v1.0/resources/verticalsection.md
+++ b/api-reference/v1.0/resources/verticalsection.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# verticalSection resource type
diff --git a/api-reference/v1.0/resources/workbooknameditem.md b/api-reference/v1.0/resources/workbooknameditem.md
index 6b4c88be5c1..7c8c60dbcb0 100644
--- a/api-reference/v1.0/resources/workbooknameditem.md
+++ b/api-reference/v1.0/resources/workbooknameditem.md
@@ -6,6 +6,7 @@ author: "ruoyingl"
ms.subservice: excel
doc_type: resourcePageType
toc.title: Named item
+ms.date: 07/30/2024
---
# workbookNamedItem resource type
diff --git a/api-reference/v1.0/resources/workbookrangeborder.md b/api-reference/v1.0/resources/workbookrangeborder.md
index 3e37d993451..9ee1ec95f9d 100644
--- a/api-reference/v1.0/resources/workbookrangeborder.md
+++ b/api-reference/v1.0/resources/workbookrangeborder.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Range border
+ms.date: 07/30/2024
---
# workbookRangeBorder resource type
From 3854f96eb6fc188344f0ed7abebefe87687e6ead Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:55:06 +0800
Subject: [PATCH 071/130] Bulk add missing ms.date
---
.../beta/api/attacksimulationroot-post-trainingcampaigns.md | 1 +
api-reference/beta/api/chat-removeallaccessforuser.md | 1 +
.../api/cloudlicensing-usercloudlicensing-list-usagerights.md | 1 +
api-reference/beta/api/cloudpc-getcloudpclaunchinfo.md | 1 +
api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md | 1 +
api-reference/beta/api/cloudpc-setreviewstatus.md | 1 +
api-reference/beta/api/externalidentitiespolicy-get.md | 1 +
.../api/hardwareoathauthenticationmethodconfiguration-get.md | 1 +
.../intune-deviceconfig-manageddeviceencryptionstate-list.md | 1 +
.../api/intune-deviceintent-securitybaselinetemplate-get.md | 1 +
.../beta/api/intune-enrollment-importeddeviceidentity-list.md | 1 +
.../api/intune-remoteassistance-devicemanagementreports-get.md | 1 +
api-reference/beta/api/listitem-list-permissions.md | 1 +
api-reference/beta/api/mobiledevicemanagementpolicies-list.md | 1 +
api-reference/beta/api/plannertask-delta.md | 1 +
api-reference/beta/api/profile-list-addresses.md | 1 +
api-reference/beta/api/profile-list-certifications.md | 1 +
.../beta/api/reportroot-list-appcredentialsigninactivities.md | 1 +
api-reference/beta/api/securescorecontrolprofiles-list.md | 1 +
.../beta/api/security-emailthreatsubmission-review.md | 1 +
api-reference/beta/api/teamworkdeviceactivity-get.md | 1 +
.../beta/api/user-getpasswordsinglesignoncredentials.md | 1 +
api-reference/beta/api/useranalytics-get-settings.md | 1 +
api-reference/beta/api/windowsupdates-azureaddevice-delete.md | 1 +
.../beta/api/windowsupdates-deploymentaudience-list-members.md | 1 +
api-reference/beta/api/workplace-list-sensordevices.md | 1 +
api-reference/beta/api/workplace-post-sensordevices.md | 1 +
.../beta/resources/businessscenario-planner-overview.md | 1 +
api-reference/beta/resources/connectorgroup.md | 1 +
api-reference/beta/resources/dynamics-account.md | 1 +
.../beta/resources/externalconnectors-externalgroupmember.md | 1 +
api-reference/beta/resources/intune-apps-windowsstoreapp.md | 1 +
...econfigv2-devicemanagementconfigurationsettingdefinition.md | 1 +
.../resources/intune-devices-devicehealthscriptdevicestate.md | 1 +
api-reference/beta/resources/intune-devices-loggedonuser.md | 1 +
.../resources/intune-enrollment-depiosenrollmentprofile.md | 1 +
.../beta/resources/intune-enrollment-importeddeviceidentity.md | 1 +
...ntune-enrollment-windowsautopilotprofileassignmentstatus.md | 1 +
.../resources/intune-grouppolicy-grouppolicyconfiguration.md | 1 +
.../intune-policyset-deviceandappmanagementassignmentfilter.md | 1 +
...tune-shared-devicemanagementconfigurationsettinginstance.md | 1 +
.../intune-shared-windowsautopilotdeploymentprofile.md | 3 ++-
.../beta/resources/managedtenants-manageddevicecompliance.md | 1 +
api-reference/beta/resources/openidconnectprovider.md | 1 +
api-reference/beta/resources/regionalandlanguagesettings.md | 1 +
api-reference/beta/resources/security-impactedasset.md | 1 +
api-reference/beta/resources/security-reference-overview.md | 1 +
api-reference/beta/resources/security-submissionresult.md | 1 +
api-reference/beta/resources/skillproficiency.md | 1 +
api-reference/beta/resources/trustframeworkkey.md | 1 +
.../beta/resources/windowsupdates-buildversiondetails.md | 1 +
api-reference/beta/resources/windowsupdates-deployment.md | 1 +
.../api/accesspackageassignmentrequest-filterbycurrentuser.md | 1 +
.../v1.0/api/accessreviewscheduledefinition-update.md | 1 +
api-reference/v1.0/api/administrativeunit-delete.md | 1 +
.../v1.0/api/appconsentrequest-list-userconsentrequests.md | 1 +
api-reference/v1.0/api/approvalstage-get.md | 1 +
api-reference/v1.0/api/attacksimulationroot-list-payloads.md | 1 +
.../v1.0/api/backuprestoreroot-list-driveprotectionunits.md | 1 +
.../v1.0/api/backuprestoreroot-list-mailboxprotectionunits.md | 1 +
...ackuprestoreroot-post-onedriveforbusinessrestoresessions.md | 1 +
.../api/backuprestoreroot-post-sharepointrestoresessions.md | 1 +
api-reference/v1.0/api/basesitepage-delete.md | 1 +
api-reference/v1.0/api/bookingbusiness-list-customquestions.md | 1 +
api-reference/v1.0/api/bundle-get.md | 1 +
api-reference/v1.0/api/chart-get.md | 1 +
api-reference/v1.0/api/cloudpc-endgraceperiod.md | 1 +
.../v1.0/api/cloudpconpremisesconnection-runhealthcheck.md | 1 +
api-reference/v1.0/api/columndefinition-delete.md | 1 +
api-reference/v1.0/api/conditionalaccessroot-list-templates.md | 1 +
api-reference/v1.0/api/conditionalaccesstemplate-get.md | 1 +
api-reference/v1.0/api/contract-get.md | 1 +
...henticationextension-validateauthenticationconfiguration.md | 1 +
api-reference/v1.0/api/device-list-transitivememberof.md | 1 +
api-reference/v1.0/api/directory-post-attributesets.md | 1 +
api-reference/v1.0/api/directoryobject-delete.md | 1 +
api-reference/v1.0/api/directoryrole-delta.md | 1 +
api-reference/v1.0/api/domain-delete.md | 1 +
api-reference/v1.0/api/educationassignment-list-resources.md | 1 +
api-reference/v1.0/api/educationschool-list-classes.md | 1 +
.../v1.0/api/entitlementmanagement-list-resourcerequests.md | 1 +
api-reference/v1.0/api/event-snoozereminder.md | 1 +
api-reference/v1.0/api/federatedidentitycredential-delete.md | 1 +
api-reference/v1.0/api/federatedidentitycredential-upsert.md | 1 +
.../v1.0/api/fido2authenticationmethodconfiguration-get.md | 1 +
.../v1.0/api/filestoragecontainer-list-customproperty.md | 1 +
.../v1.0/api/filestoragecontainer-update-permissions.md | 1 +
api-reference/v1.0/api/group-update-thread.md | 1 +
api-reference/v1.0/api/horizontalsection-list.md | 1 +
api-reference/v1.0/api/identitycontainer-post-b2xuserflows.md | 1 +
api-reference/v1.0/api/intune-apps-ioslobapp-update.md | 1 +
...pps-manageddevicemobileappconfigurationdevicestatus-list.md | 1 +
api-reference/v1.0/api/intune-apps-mobileappcontent-get.md | 1 +
api-reference/v1.0/api/intune-apps-mobileappcontent-list.md | 1 +
api-reference/v1.0/api/intune-auditing-devicemanagement-get.md | 1 +
.../api/intune-deviceconfig-devicecomplianceactionitem-list.md | 1 +
...intune-deviceconfig-deviceconfigurationassignment-create.md | 1 +
.../intune-deviceconfig-windows10compliancepolicy-create.md | 1 +
...ceconfig-windows10endpointprotectionconfiguration-create.md | 1 +
.../v1.0/api/intune-devices-applogcollectionrequest-list.md | 1 +
.../api/intune-devices-malwarestateforwindowsdevice-get.md | 1 +
.../api/intune-devices-manageddevice-bypassactivationlock.md | 1 +
.../v1.0/api/intune-devices-windowsprotectionstate-get.md | 1 +
.../intune-rbac-deviceandappmanagementroleassignment-get.md | 1 +
...evicemanagementreports-getdevicepoliciescompliancereport.md | 1 +
api-reference/v1.0/api/learningcourseactivity-get.md | 1 +
api-reference/v1.0/api/loginpage-get.md | 1 +
api-reference/v1.0/api/onenote-list-sections.md | 1 +
api-reference/v1.0/api/orgcontact-list-directreports.md | 1 +
.../v1.0/api/plannerassignedtotaskboardtaskformat-update.md | 1 +
api-reference/v1.0/api/planneruser-list-plans.md | 1 +
api-reference/v1.0/api/post-forward.md | 1 +
api-reference/v1.0/api/printer-list-jobs.md | 1 +
.../privilegedaccessgroup-list-assignmentscheduleinstances.md | 1 +
api-reference/v1.0/api/range-entirerow.md | 1 +
.../v1.0/api/reportroot-getrelyingpartydetailedsummary.md | 1 +
.../v1.0/api/reportroot-getyammergroupsactivitycounts.md | 1 +
.../v1.0/api/reportroot-getyammergroupsactivitygroupcounts.md | 1 +
api-reference/v1.0/api/reports-getprinterarchivedprintjobs.md | 1 +
api-reference/v1.0/api/reports-getuserarchivedprintjobs.md | 1 +
api-reference/v1.0/api/restoresessionbase-activate.md | 1 +
api-reference/v1.0/api/schedule-list-timesoff.md | 1 +
api-reference/v1.0/api/security-ediscoverycase-get.md | 1 +
.../v1.0/api/security-ediscoverycustodian-post-usersources.md | 1 +
api-reference/v1.0/api/serviceapp-activate.md | 1 +
api-reference/v1.0/api/serviceprincipal-delete-owners.md | 1 +
.../api/sharepointrestoresession-list-siterestoreartifacts.md | 1 +
api-reference/v1.0/api/shift-put.md | 1 +
api-reference/v1.0/api/site-unfollow.md | 1 +
api-reference/v1.0/api/team-teamsappinstallation-upgrade.md | 1 +
api-reference/v1.0/api/todotask-list-linkedresources.md | 1 +
api-reference/v1.0/api/virtualevent-list-presenters.md | 1 +
api-reference/v1.0/api/virtualeventregistration-cancel.md | 1 +
api-reference/v1.0/api/webpart-getposition.md | 1 +
.../api/windowshelloforbusinessauthenticationmethod-get.md | 1 +
api-reference/v1.0/api/workbookoperation-get.md | 1 +
api-reference/v1.0/api/workingtimeschedule-startworkingtime.md | 1 +
api-reference/v1.0/api/worksheet-list-names.md | 1 +
api-reference/v1.0/resources/accessreviewqueryscope.md | 1 +
api-reference/v1.0/resources/accessreviewreviewerscope.md | 1 +
api-reference/v1.0/resources/accessreviewscope.md | 1 +
.../v1.0/resources/anonymousguestconversationmember.md | 1 +
api-reference/v1.0/resources/bookingcustomquestion.md | 1 +
api-reference/v1.0/resources/browsersitelist.md | 1 +
api-reference/v1.0/resources/callrecords-deviceinfo.md | 1 +
api-reference/v1.0/resources/callrecords-networkinfo.md | 1 +
.../v1.0/resources/changenotificationencryptedcontent.md | 1 +
api-reference/v1.0/resources/channelidentity.md | 1 +
api-reference/v1.0/resources/cloudpcdeviceimage.md | 1 +
api-reference/v1.0/resources/defaultcolumnvalue.md | 1 +
api-reference/v1.0/resources/educationassignmentresource.md | 1 +
api-reference/v1.0/resources/educationresource.md | 1 +
api-reference/v1.0/resources/endusernotificationsetting.md | 1 +
api-reference/v1.0/resources/entitlementmanagementsettings.md | 1 +
api-reference/v1.0/resources/featurerolloutpolicy.md | 1 +
api-reference/v1.0/resources/fileassessmentrequest.md | 1 +
api-reference/v1.0/resources/filestoragecontainersettings.md | 1 +
api-reference/v1.0/resources/filtercriteria.md | 1 +
api-reference/v1.0/resources/hyperlinkorpicturecolumn.md | 1 +
api-reference/v1.0/resources/inferenceclassification.md | 1 +
api-reference/v1.0/resources/informationalurl.md | 1 +
api-reference/v1.0/resources/insights-resourcevisualization.md | 1 +
api-reference/v1.0/resources/intune-apps-mobileappcategory.md | 1 +
api-reference/v1.0/resources/intune-company-conceptual.md | 1 +
...e-deviceconfig-devicecompliancepolicysettingstatesummary.md | 1 +
...tune-deviceconfig-devicecompliancescheduledactionforrule.md | 1 +
.../v1.0/resources/intune-devices-devicemanagement.md | 1 +
.../intune-devices-operatingsystemupgradeeligibility.md | 1 +
.../intune-devices-userexperienceanalyticsdeviceperformance.md | 1 +
...tune-devices-userexperienceanalyticsdevicestartuphistory.md | 1 +
api-reference/v1.0/resources/intune-mam-conceptual.md | 1 +
api-reference/v1.0/resources/intune-mam-managedapppolicy.md | 1 +
api-reference/v1.0/resources/intune-rbac-rolepermission.md | 1 +
.../resources/intune-reporting-devicemanagementexportjob.md | 1 +
.../v1.0/resources/intune-reporting-devicemanagementreports.md | 1 +
...ne-shared-configurationmanagercollectionassignmenttarget.md | 1 +
api-reference/v1.0/resources/localeinfo.md | 1 +
api-reference/v1.0/resources/loginpage.md | 1 +
.../v1.0/resources/onedriveforbusinessprotectionpolicy.md | 1 +
api-reference/v1.0/resources/outlookuser.md | 1 +
api-reference/v1.0/resources/printercapabilities.md | 1 +
api-reference/v1.0/resources/publicerror.md | 1 +
api-reference/v1.0/resources/rbacapplication.md | 1 +
.../v1.0/resources/remotedesktopsecurityconfiguration.md | 1 +
api-reference/v1.0/resources/resulttemplate.md | 1 +
api-reference/v1.0/resources/samlorwsfedprovider.md | 1 +
api-reference/v1.0/resources/security-caseoperation.md | 1 +
api-reference/v1.0/resources/security-hostname.md | 1 +
api-reference/v1.0/resources/security-sslcertificate.md | 1 +
api-reference/v1.0/resources/settingvalue.md | 1 +
api-reference/v1.0/resources/signinfrequencysessioncontrol.md | 1 +
api-reference/v1.0/resources/subjectrightsrequest.md | 1 +
api-reference/v1.0/resources/teamfunsettings.md | 1 +
api-reference/v1.0/resources/teamvisibilitytype.md | 1 +
api-reference/v1.0/resources/unifiedapprovalstage.md | 1 +
api-reference/v1.0/resources/unifiedrolepermission.md | 1 +
api-reference/v1.0/resources/verifiedpublisher.md | 1 +
api-reference/v1.0/resources/windows-setting-api-overview.md | 1 +
api-reference/v1.0/resources/workbookpivottable.md | 1 +
api-reference/v1.0/resources/workbookworksheetprotection.md | 1 +
200 files changed, 201 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/attacksimulationroot-post-trainingcampaigns.md b/api-reference/beta/api/attacksimulationroot-post-trainingcampaigns.md
index e917d83f497..8b37ceed361 100644
--- a/api-reference/beta/api/attacksimulationroot-post-trainingcampaigns.md
+++ b/api-reference/beta/api/attacksimulationroot-post-trainingcampaigns.md
@@ -5,6 +5,7 @@ author: "akgraph"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create trainingCampaign
diff --git a/api-reference/beta/api/chat-removeallaccessforuser.md b/api-reference/beta/api/chat-removeallaccessforuser.md
index 4b8555c8821..e0e59494fe3 100644
--- a/api-reference/beta/api/chat-removeallaccessforuser.md
+++ b/api-reference/beta/api/chat-removeallaccessforuser.md
@@ -5,6 +5,7 @@ author: "DiegoCont"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# chat: removeAllAccessForUser
diff --git a/api-reference/beta/api/cloudlicensing-usercloudlicensing-list-usagerights.md b/api-reference/beta/api/cloudlicensing-usercloudlicensing-list-usagerights.md
index d3df15937e8..a920af3d422 100644
--- a/api-reference/beta/api/cloudlicensing-usercloudlicensing-list-usagerights.md
+++ b/api-reference/beta/api/cloudlicensing-usercloudlicensing-list-usagerights.md
@@ -5,6 +5,7 @@ author: "patrick-starrin"
ms.localizationpriority: medium
ms.subservice: "cloud-licensing"
doc_type: apiPageType
+ms.date: 10/22/2024
---
# List usageRights for user
diff --git a/api-reference/beta/api/cloudpc-getcloudpclaunchinfo.md b/api-reference/beta/api/cloudpc-getcloudpclaunchinfo.md
index c9cf788bbca..022e81a6d71 100644
--- a/api-reference/beta/api/cloudpc-getcloudpclaunchinfo.md
+++ b/api-reference/beta/api/cloudpc-getcloudpclaunchinfo.md
@@ -5,6 +5,7 @@ author: "andrewku0409"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# cloudPC: getCloudPcLaunchInfo
diff --git a/api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md b/api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md
index 1f403c5003f..23a24c4fda3 100644
--- a/api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md
+++ b/api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md
@@ -5,6 +5,7 @@ author: "SleepIsImportant"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# cloudPC: getProvisionedCloudPCs
diff --git a/api-reference/beta/api/cloudpc-setreviewstatus.md b/api-reference/beta/api/cloudpc-setreviewstatus.md
index 446276ec741..aafdb49b3fb 100644
--- a/api-reference/beta/api/cloudpc-setreviewstatus.md
+++ b/api-reference/beta/api/cloudpc-setreviewstatus.md
@@ -5,6 +5,7 @@ author: "yayang3"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 05/30/2024
---
# cloudPC: setReviewStatus
diff --git a/api-reference/beta/api/externalidentitiespolicy-get.md b/api-reference/beta/api/externalidentitiespolicy-get.md
index 653aa718e3c..65083b89240 100644
--- a/api-reference/beta/api/externalidentitiespolicy-get.md
+++ b/api-reference/beta/api/externalidentitiespolicy-get.md
@@ -5,6 +5,7 @@ author: "KuiGithui"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get externalIdentitiesPolicy
diff --git a/api-reference/beta/api/hardwareoathauthenticationmethodconfiguration-get.md b/api-reference/beta/api/hardwareoathauthenticationmethodconfiguration-get.md
index 1233ac06c92..e13a42c1f9a 100644
--- a/api-reference/beta/api/hardwareoathauthenticationmethodconfiguration-get.md
+++ b/api-reference/beta/api/hardwareoathauthenticationmethodconfiguration-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get hardwareOathAuthenticationMethodConfiguration
diff --git a/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-list.md b/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-list.md
index e657dd24653..7fe000a5374 100644
--- a/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-list.md
+++ b/api-reference/beta/api/intune-deviceconfig-manageddeviceencryptionstate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedDeviceEncryptionStates
diff --git a/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-get.md b/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-get.md
index 97f0527c35a..8e9cbda9e58 100644
--- a/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-get.md
+++ b/api-reference/beta/api/intune-deviceintent-securitybaselinetemplate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get securityBaselineTemplate
diff --git a/api-reference/beta/api/intune-enrollment-importeddeviceidentity-list.md b/api-reference/beta/api/intune-enrollment-importeddeviceidentity-list.md
index 48cebf97916..b97a09e602a 100644
--- a/api-reference/beta/api/intune-enrollment-importeddeviceidentity-list.md
+++ b/api-reference/beta/api/intune-enrollment-importeddeviceidentity-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List importedDeviceIdentities
diff --git a/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-get.md b/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-get.md
index 5492fde47fa..1e40698e04f 100644
--- a/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-get.md
+++ b/api-reference/beta/api/intune-remoteassistance-devicemanagementreports-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementReports
diff --git a/api-reference/beta/api/listitem-list-permissions.md b/api-reference/beta/api/listitem-list-permissions.md
index d4b8e1cc3a9..3de53333cec 100644
--- a/api-reference/beta/api/listitem-list-permissions.md
+++ b/api-reference/beta/api/listitem-list-permissions.md
@@ -5,6 +5,7 @@ author: "patrick-rodgers"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# List permissions on a listItem
diff --git a/api-reference/beta/api/mobiledevicemanagementpolicies-list.md b/api-reference/beta/api/mobiledevicemanagementpolicies-list.md
index 311f8481563..cc31085b8c9 100644
--- a/api-reference/beta/api/mobiledevicemanagementpolicies-list.md
+++ b/api-reference/beta/api/mobiledevicemanagementpolicies-list.md
@@ -5,6 +5,7 @@ author: "ravennMSFT"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# List mobileDeviceManagementPolicies
diff --git a/api-reference/beta/api/plannertask-delta.md b/api-reference/beta/api/plannertask-delta.md
index 660f61362eb..138f4c34363 100644
--- a/api-reference/beta/api/plannertask-delta.md
+++ b/api-reference/beta/api/plannertask-delta.md
@@ -5,6 +5,7 @@ author: "AnubhavKumarSingh"
ms.localizationpriority: medium
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# plannerTask: delta
diff --git a/api-reference/beta/api/profile-list-addresses.md b/api-reference/beta/api/profile-list-addresses.md
index 12b8a2763ce..23cccd60e72 100644
--- a/api-reference/beta/api/profile-list-addresses.md
+++ b/api-reference/beta/api/profile-list-addresses.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List addresses
diff --git a/api-reference/beta/api/profile-list-certifications.md b/api-reference/beta/api/profile-list-certifications.md
index f56dbb21487..f354bf731c2 100644
--- a/api-reference/beta/api/profile-list-certifications.md
+++ b/api-reference/beta/api/profile-list-certifications.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List certifications
diff --git a/api-reference/beta/api/reportroot-list-appcredentialsigninactivities.md b/api-reference/beta/api/reportroot-list-appcredentialsigninactivities.md
index 7bcb5f059f3..b3b33a95a75 100644
--- a/api-reference/beta/api/reportroot-list-appcredentialsigninactivities.md
+++ b/api-reference/beta/api/reportroot-list-appcredentialsigninactivities.md
@@ -5,6 +5,7 @@ description: "Get a list of appCredentialSignInActivity object that contains rec
ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List appCredentialSignInActivities
diff --git a/api-reference/beta/api/securescorecontrolprofiles-list.md b/api-reference/beta/api/securescorecontrolprofiles-list.md
index 05ce57af14d..abcd4b086b6 100644
--- a/api-reference/beta/api/securescorecontrolprofiles-list.md
+++ b/api-reference/beta/api/securescorecontrolprofiles-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: security
author: "preetikr"
+ms.date: 04/04/2024
---
# List secureScoreControlProfiles
diff --git a/api-reference/beta/api/security-emailthreatsubmission-review.md b/api-reference/beta/api/security-emailthreatsubmission-review.md
index 90f9894aeac..df574fffd41 100644
--- a/api-reference/beta/api/security-emailthreatsubmission-review.md
+++ b/api-reference/beta/api/security-emailthreatsubmission-review.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# emailThreatSubmission: review
diff --git a/api-reference/beta/api/teamworkdeviceactivity-get.md b/api-reference/beta/api/teamworkdeviceactivity-get.md
index 8c1ab6ba928..118ccd7ed67 100644
--- a/api-reference/beta/api/teamworkdeviceactivity-get.md
+++ b/api-reference/beta/api/teamworkdeviceactivity-get.md
@@ -5,6 +5,7 @@ author: "adsrivastava2"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get teamworkDeviceActivity
diff --git a/api-reference/beta/api/user-getpasswordsinglesignoncredentials.md b/api-reference/beta/api/user-getpasswordsinglesignoncredentials.md
index dcf6e382890..57f8449f257 100644
--- a/api-reference/beta/api/user-getpasswordsinglesignoncredentials.md
+++ b/api-reference/beta/api/user-getpasswordsinglesignoncredentials.md
@@ -5,6 +5,7 @@ author: "AllisonAm"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: apiPageType
+ms.date: 06/21/2024
---
# user: getPasswordSingleSignOnCredentials
diff --git a/api-reference/beta/api/useranalytics-get-settings.md b/api-reference/beta/api/useranalytics-get-settings.md
index 7d18b7f0f77..403cb6facef 100644
--- a/api-reference/beta/api/useranalytics-get-settings.md
+++ b/api-reference/beta/api/useranalytics-get-settings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madehmer"
ms.subservice: "insights"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get settings for user analytics
diff --git a/api-reference/beta/api/windowsupdates-azureaddevice-delete.md b/api-reference/beta/api/windowsupdates-azureaddevice-delete.md
index e881abf003a..e68523dd36b 100644
--- a/api-reference/beta/api/windowsupdates-azureaddevice-delete.md
+++ b/api-reference/beta/api/windowsupdates-azureaddevice-delete.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Delete azureADDevice
diff --git a/api-reference/beta/api/windowsupdates-deploymentaudience-list-members.md b/api-reference/beta/api/windowsupdates-deploymentaudience-list-members.md
index aeb946219da..9a026e9cce4 100644
--- a/api-reference/beta/api/windowsupdates-deploymentaudience-list-members.md
+++ b/api-reference/beta/api/windowsupdates-deploymentaudience-list-members.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# List deployment audience members
diff --git a/api-reference/beta/api/workplace-list-sensordevices.md b/api-reference/beta/api/workplace-list-sensordevices.md
index c91b57eef2d..9114ea2be2a 100644
--- a/api-reference/beta/api/workplace-list-sensordevices.md
+++ b/api-reference/beta/api/workplace-list-sensordevices.md
@@ -5,6 +5,7 @@ author: "ms-amakumar"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List sensorDevices
diff --git a/api-reference/beta/api/workplace-post-sensordevices.md b/api-reference/beta/api/workplace-post-sensordevices.md
index be1d4b1d18f..f672e77363a 100644
--- a/api-reference/beta/api/workplace-post-sensordevices.md
+++ b/api-reference/beta/api/workplace-post-sensordevices.md
@@ -5,6 +5,7 @@ author: "ms-amakumar"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 09/17/2024
---
# Create workplaceSensorDevice
diff --git a/api-reference/beta/resources/businessscenario-planner-overview.md b/api-reference/beta/resources/businessscenario-planner-overview.md
index 3ff8e1f0d01..b47ed600809 100644
--- a/api-reference/beta/resources/businessscenario-planner-overview.md
+++ b/api-reference/beta/resources/businessscenario-planner-overview.md
@@ -5,6 +5,7 @@ author: "TarkanSevilmis"
ms.localizationpriority: medium
ms.subservice: "business-scenarios"
doc_type: conceptualPageType
+ms.date: 03/12/2024
---
# Use the business scenarios API in Microsoft Graph to integrate with Planner (preview)
diff --git a/api-reference/beta/resources/connectorgroup.md b/api-reference/beta/resources/connectorgroup.md
index 3f32bcc3710..73fc2202f5f 100644
--- a/api-reference/beta/resources/connectorgroup.md
+++ b/api-reference/beta/resources/connectorgroup.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-applications"
author: "dhruvinrshah"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# connectorGroup resource type
diff --git a/api-reference/beta/resources/dynamics-account.md b/api-reference/beta/resources/dynamics-account.md
index 9b3a1d2bb12..daac75e228f 100644
--- a/api-reference/beta/resources/dynamics-account.md
+++ b/api-reference/beta/resources/dynamics-account.md
@@ -6,6 +6,7 @@ author: SusanneWindfeldPedersen
ms.localizationpriority: medium
ms.subservice: d365-business-central
doc_type: resourcePageType
+ms.date: 05/13/2024
---
# account resource type
diff --git a/api-reference/beta/resources/externalconnectors-externalgroupmember.md b/api-reference/beta/resources/externalconnectors-externalgroupmember.md
index 5095424d81b..bb7d62cc456 100644
--- a/api-reference/beta/resources/externalconnectors-externalgroupmember.md
+++ b/api-reference/beta/resources/externalconnectors-externalgroupmember.md
@@ -5,6 +5,7 @@ author: "snlraju-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# externalGroupMember resource type
diff --git a/api-reference/beta/resources/intune-apps-windowsstoreapp.md b/api-reference/beta/resources/intune-apps-windowsstoreapp.md
index 3f971186dba..163a39b4639 100644
--- a/api-reference/beta/resources/intune-apps-windowsstoreapp.md
+++ b/api-reference/beta/resources/intune-apps-windowsstoreapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsStoreApp resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition.md
index 34700352747..a6bcf058b19 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationSettingDefinition resource type
diff --git a/api-reference/beta/resources/intune-devices-devicehealthscriptdevicestate.md b/api-reference/beta/resources/intune-devices-devicehealthscriptdevicestate.md
index 220bba90b27..d897aa40ff0 100644
--- a/api-reference/beta/resources/intune-devices-devicehealthscriptdevicestate.md
+++ b/api-reference/beta/resources/intune-devices-devicehealthscriptdevicestate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/11/2024
---
# deviceHealthScriptDeviceState resource type
diff --git a/api-reference/beta/resources/intune-devices-loggedonuser.md b/api-reference/beta/resources/intune-devices-loggedonuser.md
index b1347ce0b7c..bcb1355dfc6 100644
--- a/api-reference/beta/resources/intune-devices-loggedonuser.md
+++ b/api-reference/beta/resources/intune-devices-loggedonuser.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# loggedOnUser resource type
diff --git a/api-reference/beta/resources/intune-enrollment-depiosenrollmentprofile.md b/api-reference/beta/resources/intune-enrollment-depiosenrollmentprofile.md
index 78e784111e8..d0a56ff7ec0 100644
--- a/api-reference/beta/resources/intune-enrollment-depiosenrollmentprofile.md
+++ b/api-reference/beta/resources/intune-enrollment-depiosenrollmentprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# depIOSEnrollmentProfile resource type
diff --git a/api-reference/beta/resources/intune-enrollment-importeddeviceidentity.md b/api-reference/beta/resources/intune-enrollment-importeddeviceidentity.md
index 0dc9c73f14c..ea253d821fb 100644
--- a/api-reference/beta/resources/intune-enrollment-importeddeviceidentity.md
+++ b/api-reference/beta/resources/intune-enrollment-importeddeviceidentity.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# importedDeviceIdentity resource type
diff --git a/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md b/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md
index c817ef2c9fd..c6e2e8f933d 100644
--- a/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md
+++ b/api-reference/beta/resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# windowsAutopilotProfileAssignmentStatus enum type
diff --git a/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfiguration.md b/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfiguration.md
index 3c8666d22b1..00ae9c29c70 100644
--- a/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfiguration.md
+++ b/api-reference/beta/resources/intune-grouppolicy-grouppolicyconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# groupPolicyConfiguration resource type
diff --git a/api-reference/beta/resources/intune-policyset-deviceandappmanagementassignmentfilter.md b/api-reference/beta/resources/intune-policyset-deviceandappmanagementassignmentfilter.md
index d9f784c85d8..f6972d77e5f 100644
--- a/api-reference/beta/resources/intune-policyset-deviceandappmanagementassignmentfilter.md
+++ b/api-reference/beta/resources/intune-policyset-deviceandappmanagementassignmentfilter.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceAndAppManagementAssignmentFilter resource type
diff --git a/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstance.md b/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstance.md
index 000b31ac683..e1e6be93865 100644
--- a/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstance.md
+++ b/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstance.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagementConfigurationSettingInstance resource type
diff --git a/api-reference/beta/resources/intune-shared-windowsautopilotdeploymentprofile.md b/api-reference/beta/resources/intune-shared-windowsautopilotdeploymentprofile.md
index 0e53ac2ca00..e77fa4a2ac0 100644
--- a/api-reference/beta/resources/intune-shared-windowsautopilotdeploymentprofile.md
+++ b/api-reference/beta/resources/intune-shared-windowsautopilotdeploymentprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# windowsAutopilotDeploymentProfile resource type
@@ -111,4 +112,4 @@ Here is a JSON representation of the resource.
],
"managementServiceAppId": "String"
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/managedtenants-manageddevicecompliance.md b/api-reference/beta/resources/managedtenants-manageddevicecompliance.md
index 0e4f4e48655..4e3c791cb4d 100644
--- a/api-reference/beta/resources/managedtenants-manageddevicecompliance.md
+++ b/api-reference/beta/resources/managedtenants-manageddevicecompliance.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# managedDeviceCompliance resource type
diff --git a/api-reference/beta/resources/openidconnectprovider.md b/api-reference/beta/resources/openidconnectprovider.md
index 6126caa3d38..ceb84bb74c9 100644
--- a/api-reference/beta/resources/openidconnectprovider.md
+++ b/api-reference/beta/resources/openidconnectprovider.md
@@ -6,6 +6,7 @@ doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "namkedia"
toc.title: OpenID Connect identity provider (deprecated)
+ms.date: 07/22/2024
---
# openIdConnectProvider resource type (deprecated)
diff --git a/api-reference/beta/resources/regionalandlanguagesettings.md b/api-reference/beta/resources/regionalandlanguagesettings.md
index fe489eb65cb..ef2f62b1cd2 100644
--- a/api-reference/beta/resources/regionalandlanguagesettings.md
+++ b/api-reference/beta/resources/regionalandlanguagesettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jasonbro"
ms.subservice: entra-users
doc_type: resourcePageType
+ms.date: 04/17/2024
---
# regionalAndLanguageSettings resource type
diff --git a/api-reference/beta/resources/security-impactedasset.md b/api-reference/beta/resources/security-impactedasset.md
index c13538e868a..1dc4ad3cf69 100644
--- a/api-reference/beta/resources/security-impactedasset.md
+++ b/api-reference/beta/resources/security-impactedasset.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 03/06/2024
---
# impactedAsset resource type
diff --git a/api-reference/beta/resources/security-reference-overview.md b/api-reference/beta/resources/security-reference-overview.md
index cf324e54f1a..9afb41f575a 100644
--- a/api-reference/beta/resources/security-reference-overview.md
+++ b/api-reference/beta/resources/security-reference-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: "security"
doc_type: conceptualPageType
+ms.date: 03/06/2024
---
# Use the Microsoft Graph API for security threat detection and protection (preview)
diff --git a/api-reference/beta/resources/security-submissionresult.md b/api-reference/beta/resources/security-submissionresult.md
index 032eabfcf86..0a1746daea9 100644
--- a/api-reference/beta/resources/security-submissionresult.md
+++ b/api-reference/beta/resources/security-submissionresult.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# submissionResult resource type
diff --git a/api-reference/beta/resources/skillproficiency.md b/api-reference/beta/resources/skillproficiency.md
index 35ec0ffc132..11acde63943 100644
--- a/api-reference/beta/resources/skillproficiency.md
+++ b/api-reference/beta/resources/skillproficiency.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# skillProficiency resource type
diff --git a/api-reference/beta/resources/trustframeworkkey.md b/api-reference/beta/resources/trustframeworkkey.md
index 62bb114a170..dec451559db 100644
--- a/api-reference/beta/resources/trustframeworkkey.md
+++ b/api-reference/beta/resources/trustframeworkkey.md
@@ -5,6 +5,7 @@ author: "gysingh"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/06/2024
---
# trustFrameworkKey resource type
diff --git a/api-reference/beta/resources/windowsupdates-buildversiondetails.md b/api-reference/beta/resources/windowsupdates-buildversiondetails.md
index d24081a65d9..981acc995d0 100644
--- a/api-reference/beta/resources/windowsupdates-buildversiondetails.md
+++ b/api-reference/beta/resources/windowsupdates-buildversiondetails.md
@@ -5,6 +5,7 @@ author: "angiechen22"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: resourcePageType
+ms.date: 09/16/2024
---
# buildVersionDetails resource type
diff --git a/api-reference/beta/resources/windowsupdates-deployment.md b/api-reference/beta/resources/windowsupdates-deployment.md
index 83eeaa0d054..41c64a99bda 100644
--- a/api-reference/beta/resources/windowsupdates-deployment.md
+++ b/api-reference/beta/resources/windowsupdates-deployment.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: resourcePageType
+ms.date: 09/16/2024
---
# deployment resource type
diff --git a/api-reference/v1.0/api/accesspackageassignmentrequest-filterbycurrentuser.md b/api-reference/v1.0/api/accesspackageassignmentrequest-filterbycurrentuser.md
index f8219ea5d92..9b9ad095834 100644
--- a/api-reference/v1.0/api/accesspackageassignmentrequest-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/accesspackageassignmentrequest-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# accessPackageAssignmentRequest: filterByCurrentUser
Namespace: microsoft.graph
diff --git a/api-reference/v1.0/api/accessreviewscheduledefinition-update.md b/api-reference/v1.0/api/accessreviewscheduledefinition-update.md
index 587bd821b14..da5c576b1a0 100644
--- a/api-reference/v1.0/api/accessreviewscheduledefinition-update.md
+++ b/api-reference/v1.0/api/accessreviewscheduledefinition-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "isabelleatmsft"
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update accessReviewScheduleDefinition
diff --git a/api-reference/v1.0/api/administrativeunit-delete.md b/api-reference/v1.0/api/administrativeunit-delete.md
index e77223e4f6d..d286c969694 100644
--- a/api-reference/v1.0/api/administrativeunit-delete.md
+++ b/api-reference/v1.0/api/administrativeunit-delete.md
@@ -5,6 +5,7 @@ author: "DougKirschner"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# Delete administrativeUnit
diff --git a/api-reference/v1.0/api/appconsentrequest-list-userconsentrequests.md b/api-reference/v1.0/api/appconsentrequest-list-userconsentrequests.md
index c68763ada18..b9482e47e43 100644
--- a/api-reference/v1.0/api/appconsentrequest-list-userconsentrequests.md
+++ b/api-reference/v1.0/api/appconsentrequest-list-userconsentrequests.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List userConsentRequests
diff --git a/api-reference/v1.0/api/approvalstage-get.md b/api-reference/v1.0/api/approvalstage-get.md
index c64c17eb8aa..eb59762a5fb 100644
--- a/api-reference/v1.0/api/approvalstage-get.md
+++ b/api-reference/v1.0/api/approvalstage-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 03/08/2024
---
# Get approvalStage
diff --git a/api-reference/v1.0/api/attacksimulationroot-list-payloads.md b/api-reference/v1.0/api/attacksimulationroot-list-payloads.md
index e35aa65f656..f822ada9b47 100644
--- a/api-reference/v1.0/api/attacksimulationroot-list-payloads.md
+++ b/api-reference/v1.0/api/attacksimulationroot-list-payloads.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 07/23/2024
---
# List payloads
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-driveprotectionunits.md b/api-reference/v1.0/api/backuprestoreroot-list-driveprotectionunits.md
index 7c1e92da49a..10722aab53c 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-driveprotectionunits.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-driveprotectionunits.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# List driveProtectionUnits
diff --git a/api-reference/v1.0/api/backuprestoreroot-list-mailboxprotectionunits.md b/api-reference/v1.0/api/backuprestoreroot-list-mailboxprotectionunits.md
index df40cc73427..0263d29523f 100644
--- a/api-reference/v1.0/api/backuprestoreroot-list-mailboxprotectionunits.md
+++ b/api-reference/v1.0/api/backuprestoreroot-list-mailboxprotectionunits.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# List mailboxProtectionUnits
diff --git a/api-reference/v1.0/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md b/api-reference/v1.0/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md
index 349b9d62d8e..0e02fac2ada 100644
--- a/api-reference/v1.0/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md
+++ b/api-reference/v1.0/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 09/10/2024
---
# Create oneDriveForBusinessRestoreSession
diff --git a/api-reference/v1.0/api/backuprestoreroot-post-sharepointrestoresessions.md b/api-reference/v1.0/api/backuprestoreroot-post-sharepointrestoresessions.md
index ba5f33a40a5..087cd8429b7 100644
--- a/api-reference/v1.0/api/backuprestoreroot-post-sharepointrestoresessions.md
+++ b/api-reference/v1.0/api/backuprestoreroot-post-sharepointrestoresessions.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create sharePointRestoreSession
diff --git a/api-reference/v1.0/api/basesitepage-delete.md b/api-reference/v1.0/api/basesitepage-delete.md
index 00bb8e5f079..dad6e7ebfde 100644
--- a/api-reference/v1.0/api/basesitepage-delete.md
+++ b/api-reference/v1.0/api/basesitepage-delete.md
@@ -5,6 +5,7 @@ title: "Delete baseSitePage"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Delete baseSitePage
diff --git a/api-reference/v1.0/api/bookingbusiness-list-customquestions.md b/api-reference/v1.0/api/bookingbusiness-list-customquestions.md
index 860e57ccef0..43857ab0bd7 100644
--- a/api-reference/v1.0/api/bookingbusiness-list-customquestions.md
+++ b/api-reference/v1.0/api/bookingbusiness-list-customquestions.md
@@ -5,6 +5,7 @@ author: "razortbone"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List customQuestions
diff --git a/api-reference/v1.0/api/bundle-get.md b/api-reference/v1.0/api/bundle-get.md
index 0e76028d7cd..3087963c090 100644
--- a/api-reference/v1.0/api/bundle-get.md
+++ b/api-reference/v1.0/api/bundle-get.md
@@ -5,6 +5,7 @@ description: "Get a bundle of driveItems."
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get bundle
diff --git a/api-reference/v1.0/api/chart-get.md b/api-reference/v1.0/api/chart-get.md
index 3c7d0406872..912d3dc68f1 100644
--- a/api-reference/v1.0/api/chart-get.md
+++ b/api-reference/v1.0/api/chart-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get Chart
diff --git a/api-reference/v1.0/api/cloudpc-endgraceperiod.md b/api-reference/v1.0/api/cloudpc-endgraceperiod.md
index 3fcb234851a..8c40565392d 100644
--- a/api-reference/v1.0/api/cloudpc-endgraceperiod.md
+++ b/api-reference/v1.0/api/cloudpc-endgraceperiod.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# cloudPC: endGracePeriod
diff --git a/api-reference/v1.0/api/cloudpconpremisesconnection-runhealthcheck.md b/api-reference/v1.0/api/cloudpconpremisesconnection-runhealthcheck.md
index 61ce02135c1..9598a617c4d 100644
--- a/api-reference/v1.0/api/cloudpconpremisesconnection-runhealthcheck.md
+++ b/api-reference/v1.0/api/cloudpconpremisesconnection-runhealthcheck.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# CloudPcOnPremisesConnection: runHealthChecks
diff --git a/api-reference/v1.0/api/columndefinition-delete.md b/api-reference/v1.0/api/columndefinition-delete.md
index e616dd5b98d..3ebbc2560a5 100644
--- a/api-reference/v1.0/api/columndefinition-delete.md
+++ b/api-reference/v1.0/api/columndefinition-delete.md
@@ -5,6 +5,7 @@ description: "Delete a column from a site, a list, or a content type."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# Delete columnDefinition
diff --git a/api-reference/v1.0/api/conditionalaccessroot-list-templates.md b/api-reference/v1.0/api/conditionalaccessroot-list-templates.md
index ff7389ac1ab..33bc4e90017 100644
--- a/api-reference/v1.0/api/conditionalaccessroot-list-templates.md
+++ b/api-reference/v1.0/api/conditionalaccessroot-list-templates.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List conditionalAccessTemplates
diff --git a/api-reference/v1.0/api/conditionalaccesstemplate-get.md b/api-reference/v1.0/api/conditionalaccesstemplate-get.md
index 62d07429f94..e01c2913b68 100644
--- a/api-reference/v1.0/api/conditionalaccesstemplate-get.md
+++ b/api-reference/v1.0/api/conditionalaccesstemplate-get.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get conditionalAccessTemplate
diff --git a/api-reference/v1.0/api/contract-get.md b/api-reference/v1.0/api/contract-get.md
index 611b1468a9f..cb9c0bcbdd2 100644
--- a/api-reference/v1.0/api/contract-get.md
+++ b/api-reference/v1.0/api/contract-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "adimitui"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/24/2024
---
# Get Contract
diff --git a/api-reference/v1.0/api/customauthenticationextension-validateauthenticationconfiguration.md b/api-reference/v1.0/api/customauthenticationextension-validateauthenticationconfiguration.md
index 937d0558a38..ae26ba4fb70 100644
--- a/api-reference/v1.0/api/customauthenticationextension-validateauthenticationconfiguration.md
+++ b/api-reference/v1.0/api/customauthenticationextension-validateauthenticationconfiguration.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# customAuthenticationExtension: validateAuthenticationConfiguration
diff --git a/api-reference/v1.0/api/device-list-transitivememberof.md b/api-reference/v1.0/api/device-list-transitivememberof.md
index 9cde2c8b641..f2f22e7506c 100644
--- a/api-reference/v1.0/api/device-list-transitivememberof.md
+++ b/api-reference/v1.0/api/device-list-transitivememberof.md
@@ -5,6 +5,7 @@ author: "myra-ramdenbourg"
ms.subservice: "entra-directory-management"
ms.localizationpriority: medium
doc_type: apiPageType
+ms.date: 10/25/2024
---
# List device transitive memberships
diff --git a/api-reference/v1.0/api/directory-post-attributesets.md b/api-reference/v1.0/api/directory-post-attributesets.md
index 05f136874c9..cf1fd634ab3 100644
--- a/api-reference/v1.0/api/directory-post-attributesets.md
+++ b/api-reference/v1.0/api/directory-post-attributesets.md
@@ -5,6 +5,7 @@ author: "CecilyK"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 05/14/2024
---
# Create attributeSet
diff --git a/api-reference/v1.0/api/directoryobject-delete.md b/api-reference/v1.0/api/directoryobject-delete.md
index 091fa92fe07..47ccef8b0e1 100644
--- a/api-reference/v1.0/api/directoryobject-delete.md
+++ b/api-reference/v1.0/api/directoryobject-delete.md
@@ -5,6 +5,7 @@ author: "keylimesoda"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete directoryObject
diff --git a/api-reference/v1.0/api/directoryrole-delta.md b/api-reference/v1.0/api/directoryrole-delta.md
index 4f0bd70d3cf..671448b2ca0 100644
--- a/api-reference/v1.0/api/directoryrole-delta.md
+++ b/api-reference/v1.0/api/directoryrole-delta.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# directoryRole: delta
diff --git a/api-reference/v1.0/api/domain-delete.md b/api-reference/v1.0/api/domain-delete.md
index ce26b8fa615..dc79bc7c2a9 100644
--- a/api-reference/v1.0/api/domain-delete.md
+++ b/api-reference/v1.0/api/domain-delete.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/25/2024
---
# Delete domain
diff --git a/api-reference/v1.0/api/educationassignment-list-resources.md b/api-reference/v1.0/api/educationassignment-list-resources.md
index 5dd70fe860d..9b17253aa19 100644
--- a/api-reference/v1.0/api/educationassignment-list-resources.md
+++ b/api-reference/v1.0/api/educationassignment-list-resources.md
@@ -5,6 +5,7 @@ author: "Sureshpadimi88"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignment resources
diff --git a/api-reference/v1.0/api/educationschool-list-classes.md b/api-reference/v1.0/api/educationschool-list-classes.md
index 72e632e1678..f08f9e9883f 100644
--- a/api-reference/v1.0/api/educationschool-list-classes.md
+++ b/api-reference/v1.0/api/educationschool-list-classes.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List classes of an educationSchool
diff --git a/api-reference/v1.0/api/entitlementmanagement-list-resourcerequests.md b/api-reference/v1.0/api/entitlementmanagement-list-resourcerequests.md
index 46eb9e5767b..f0be2f23eaa 100644
--- a/api-reference/v1.0/api/entitlementmanagement-list-resourcerequests.md
+++ b/api-reference/v1.0/api/entitlementmanagement-list-resourcerequests.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 03/08/2024
---
# List accessPackageResourceRequests
diff --git a/api-reference/v1.0/api/event-snoozereminder.md b/api-reference/v1.0/api/event-snoozereminder.md
index 18da2a0641e..fc07631d056 100644
--- a/api-reference/v1.0/api/event-snoozereminder.md
+++ b/api-reference/v1.0/api/event-snoozereminder.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# event: snoozeReminder
diff --git a/api-reference/v1.0/api/federatedidentitycredential-delete.md b/api-reference/v1.0/api/federatedidentitycredential-delete.md
index 874bf42301f..91501b259d4 100644
--- a/api-reference/v1.0/api/federatedidentitycredential-delete.md
+++ b/api-reference/v1.0/api/federatedidentitycredential-delete.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete federatedIdentityCredential
diff --git a/api-reference/v1.0/api/federatedidentitycredential-upsert.md b/api-reference/v1.0/api/federatedidentitycredential-upsert.md
index 61e24c63b7a..f2c7428a662 100644
--- a/api-reference/v1.0/api/federatedidentitycredential-upsert.md
+++ b/api-reference/v1.0/api/federatedidentitycredential-upsert.md
@@ -5,6 +5,7 @@ author: "nickludwig"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 07/11/2024
---
# Upsert federatedIdentityCredential
diff --git a/api-reference/v1.0/api/fido2authenticationmethodconfiguration-get.md b/api-reference/v1.0/api/fido2authenticationmethodconfiguration-get.md
index 77ca0a8458f..2d95dd9878e 100644
--- a/api-reference/v1.0/api/fido2authenticationmethodconfiguration-get.md
+++ b/api-reference/v1.0/api/fido2authenticationmethodconfiguration-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get fido2AuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/filestoragecontainer-list-customproperty.md b/api-reference/v1.0/api/filestoragecontainer-list-customproperty.md
index 763afa5b150..226a053b331 100644
--- a/api-reference/v1.0/api/filestoragecontainer-list-customproperty.md
+++ b/api-reference/v1.0/api/filestoragecontainer-list-customproperty.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# List fileStorageContainer custom properties
diff --git a/api-reference/v1.0/api/filestoragecontainer-update-permissions.md b/api-reference/v1.0/api/filestoragecontainer-update-permissions.md
index d9fbfcea06a..0b9befc0c8f 100644
--- a/api-reference/v1.0/api/filestoragecontainer-update-permissions.md
+++ b/api-reference/v1.0/api/filestoragecontainer-update-permissions.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# Update fileStoreContainer permission
diff --git a/api-reference/v1.0/api/group-update-thread.md b/api-reference/v1.0/api/group-update-thread.md
index c85b9038547..b68f2847100 100644
--- a/api-reference/v1.0/api/group-update-thread.md
+++ b/api-reference/v1.0/api/group-update-thread.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update conversation thread
diff --git a/api-reference/v1.0/api/horizontalsection-list.md b/api-reference/v1.0/api/horizontalsection-list.md
index cb4a72cdca9..864f2f68e01 100644
--- a/api-reference/v1.0/api/horizontalsection-list.md
+++ b/api-reference/v1.0/api/horizontalsection-list.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 06/10/2024
---
# List horizontalSections
diff --git a/api-reference/v1.0/api/identitycontainer-post-b2xuserflows.md b/api-reference/v1.0/api/identitycontainer-post-b2xuserflows.md
index ad8db221942..66d6b1e5ef1 100644
--- a/api-reference/v1.0/api/identitycontainer-post-b2xuserflows.md
+++ b/api-reference/v1.0/api/identitycontainer-post-b2xuserflows.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "nanguil"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Create b2xIdentityUserFlow
diff --git a/api-reference/v1.0/api/intune-apps-ioslobapp-update.md b/api-reference/v1.0/api/intune-apps-ioslobapp-update.md
index 84849bcd9f1..92342385d7b 100644
--- a/api-reference/v1.0/api/intune-apps-ioslobapp-update.md
+++ b/api-reference/v1.0/api/intune-apps-ioslobapp-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update iosLobApp
diff --git a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md
index 1c95c4e010b..2b7d939ddf2 100644
--- a/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md
+++ b/api-reference/v1.0/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedDeviceMobileAppConfigurationDeviceStatuses
diff --git a/api-reference/v1.0/api/intune-apps-mobileappcontent-get.md b/api-reference/v1.0/api/intune-apps-mobileappcontent-get.md
index 479751499a5..026b55cd949 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappcontent-get.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappcontent-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get mobileAppContent
diff --git a/api-reference/v1.0/api/intune-apps-mobileappcontent-list.md b/api-reference/v1.0/api/intune-apps-mobileappcontent-list.md
index bf2e4242269..7b159c8a164 100644
--- a/api-reference/v1.0/api/intune-apps-mobileappcontent-list.md
+++ b/api-reference/v1.0/api/intune-apps-mobileappcontent-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List mobileAppContents
diff --git a/api-reference/v1.0/api/intune-auditing-devicemanagement-get.md b/api-reference/v1.0/api/intune-auditing-devicemanagement-get.md
index 3de0dca73d9..3cd43a43c9f 100644
--- a/api-reference/v1.0/api/intune-auditing-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-auditing-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-list.md b/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-list.md
index e5a72bb0090..075ceffb7b0 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecomplianceactionitem-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceComplianceActionItems
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-create.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-create.md
index 10c33b44f75..4d365d8637c 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create deviceConfigurationAssignment
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-create.md b/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-create.md
index 03708ba0de9..22344481d42 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create windows10CompliancePolicy
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md b/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md
index 0b70fa4d9b3..2b8e069105c 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create windows10EndpointProtectionConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-applogcollectionrequest-list.md b/api-reference/v1.0/api/intune-devices-applogcollectionrequest-list.md
index a71c38e9453..21ca000f0a7 100644
--- a/api-reference/v1.0/api/intune-devices-applogcollectionrequest-list.md
+++ b/api-reference/v1.0/api/intune-devices-applogcollectionrequest-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List appLogCollectionRequests
diff --git a/api-reference/v1.0/api/intune-devices-malwarestateforwindowsdevice-get.md b/api-reference/v1.0/api/intune-devices-malwarestateforwindowsdevice-get.md
index 3425df67840..d528693515e 100644
--- a/api-reference/v1.0/api/intune-devices-malwarestateforwindowsdevice-get.md
+++ b/api-reference/v1.0/api/intune-devices-malwarestateforwindowsdevice-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get malwareStateForWindowsDevice
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-bypassactivationlock.md b/api-reference/v1.0/api/intune-devices-manageddevice-bypassactivationlock.md
index b16923bc7dd..f9cea37957b 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-bypassactivationlock.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-bypassactivationlock.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# bypassActivationLock action
diff --git a/api-reference/v1.0/api/intune-devices-windowsprotectionstate-get.md b/api-reference/v1.0/api/intune-devices-windowsprotectionstate-get.md
index 779bc73f081..c6b7b17eb07 100644
--- a/api-reference/v1.0/api/intune-devices-windowsprotectionstate-get.md
+++ b/api-reference/v1.0/api/intune-devices-windowsprotectionstate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windowsProtectionState
diff --git a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-get.md b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-get.md
index c24dbc96c90..135afe9d40a 100644
--- a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-get.md
+++ b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroleassignment-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceAndAppManagementRoleAssignment
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicepoliciescompliancereport.md b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicepoliciescompliancereport.md
index 21eb045eb6b..eb50f55be00 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicepoliciescompliancereport.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicepoliciescompliancereport.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# getDevicePoliciesComplianceReport action
diff --git a/api-reference/v1.0/api/learningcourseactivity-get.md b/api-reference/v1.0/api/learningcourseactivity-get.md
index c034a2e91c1..78668fc520f 100644
--- a/api-reference/v1.0/api/learningcourseactivity-get.md
+++ b/api-reference/v1.0/api/learningcourseactivity-get.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Get learningCourseActivity
diff --git a/api-reference/v1.0/api/loginpage-get.md b/api-reference/v1.0/api/loginpage-get.md
index 39ebcbb8321..27e176b80cb 100644
--- a/api-reference/v1.0/api/loginpage-get.md
+++ b/api-reference/v1.0/api/loginpage-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 04/04/2024
---
# Get loginPage
diff --git a/api-reference/v1.0/api/onenote-list-sections.md b/api-reference/v1.0/api/onenote-list-sections.md
index 3256d323b3c..8ed1d9e2654 100644
--- a/api-reference/v1.0/api/onenote-list-sections.md
+++ b/api-reference/v1.0/api/onenote-list-sections.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List sections
diff --git a/api-reference/v1.0/api/orgcontact-list-directreports.md b/api-reference/v1.0/api/orgcontact-list-directreports.md
index 0114c77b0f1..780ba717d9f 100644
--- a/api-reference/v1.0/api/orgcontact-list-directreports.md
+++ b/api-reference/v1.0/api/orgcontact-list-directreports.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dkershaw10"
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 07/30/2024
---
# List directReports
diff --git a/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-update.md b/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-update.md
index baab61d251a..645d9bde54a 100644
--- a/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-update.md
+++ b/api-reference/v1.0/api/plannerassignedtotaskboardtaskformat-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update plannerAssignedToTaskBoardTaskFormat
diff --git a/api-reference/v1.0/api/planneruser-list-plans.md b/api-reference/v1.0/api/planneruser-list-plans.md
index 5273998b642..8eba5fb2449 100644
--- a/api-reference/v1.0/api/planneruser-list-plans.md
+++ b/api-reference/v1.0/api/planneruser-list-plans.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List plans
diff --git a/api-reference/v1.0/api/post-forward.md b/api-reference/v1.0/api/post-forward.md
index 36f861b0b3a..7ec927f35dd 100644
--- a/api-reference/v1.0/api/post-forward.md
+++ b/api-reference/v1.0/api/post-forward.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mikemcleanlive"
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# post: forward
diff --git a/api-reference/v1.0/api/printer-list-jobs.md b/api-reference/v1.0/api/printer-list-jobs.md
index d5a4b5b2f96..e41836a426d 100644
--- a/api-reference/v1.0/api/printer-list-jobs.md
+++ b/api-reference/v1.0/api/printer-list-jobs.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List printJobs for a printer
diff --git a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentscheduleinstances.md b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentscheduleinstances.md
index bc0a0e87003..dbdb63e9d05 100644
--- a/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentscheduleinstances.md
+++ b/api-reference/v1.0/api/privilegedaccessgroup-list-assignmentscheduleinstances.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List assignmentScheduleInstances
diff --git a/api-reference/v1.0/api/range-entirerow.md b/api-reference/v1.0/api/range-entirerow.md
index aaf11b50572..b3273d698b4 100644
--- a/api-reference/v1.0/api/range-entirerow.md
+++ b/api-reference/v1.0/api/range-entirerow.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/22/2024
---
# Range: EntireRow
diff --git a/api-reference/v1.0/api/reportroot-getrelyingpartydetailedsummary.md b/api-reference/v1.0/api/reportroot-getrelyingpartydetailedsummary.md
index becdbf97c29..fbf22415e9b 100644
--- a/api-reference/v1.0/api/reportroot-getrelyingpartydetailedsummary.md
+++ b/api-reference/v1.0/api/reportroot-getrelyingpartydetailedsummary.md
@@ -5,6 +5,7 @@ author: "gmcnamara-microsoft"
ms.localizationpriority: medium
ms.subservice: entra-monitoring-health
doc_type: apiPageType
+ms.date: 06/25/2024
---
# reportRoot: getRelyingPartyDetailedSummary
diff --git a/api-reference/v1.0/api/reportroot-getyammergroupsactivitycounts.md b/api-reference/v1.0/api/reportroot-getyammergroupsactivitycounts.md
index dbeb312a558..f130e7c5db7 100644
--- a/api-reference/v1.0/api/reportroot-getyammergroupsactivitycounts.md
+++ b/api-reference/v1.0/api/reportroot-getyammergroupsactivitycounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getYammerGroupsActivityCounts
diff --git a/api-reference/v1.0/api/reportroot-getyammergroupsactivitygroupcounts.md b/api-reference/v1.0/api/reportroot-getyammergroupsactivitygroupcounts.md
index da913c1bc1f..1cd486b3e94 100644
--- a/api-reference/v1.0/api/reportroot-getyammergroupsactivitygroupcounts.md
+++ b/api-reference/v1.0/api/reportroot-getyammergroupsactivitygroupcounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getYammerGroupsActivityGroupCounts
diff --git a/api-reference/v1.0/api/reports-getprinterarchivedprintjobs.md b/api-reference/v1.0/api/reports-getprinterarchivedprintjobs.md
index cea21ccdb8c..fb7e6bd1dac 100644
--- a/api-reference/v1.0/api/reports-getprinterarchivedprintjobs.md
+++ b/api-reference/v1.0/api/reports-getprinterarchivedprintjobs.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getPrinterArchivedPrintJobs
diff --git a/api-reference/v1.0/api/reports-getuserarchivedprintjobs.md b/api-reference/v1.0/api/reports-getuserarchivedprintjobs.md
index 8e1a1d8620c..c0a500d1c7b 100644
--- a/api-reference/v1.0/api/reports-getuserarchivedprintjobs.md
+++ b/api-reference/v1.0/api/reports-getuserarchivedprintjobs.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getUserArchivedPrintJobs
diff --git a/api-reference/v1.0/api/restoresessionbase-activate.md b/api-reference/v1.0/api/restoresessionbase-activate.md
index 9a25b21c6d3..0d0dbb80584 100644
--- a/api-reference/v1.0/api/restoresessionbase-activate.md
+++ b/api-reference/v1.0/api/restoresessionbase-activate.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 10/10/2024
---
# restoreSessionBase: activate
diff --git a/api-reference/v1.0/api/schedule-list-timesoff.md b/api-reference/v1.0/api/schedule-list-timesoff.md
index 964d30c5ecc..f786498d279 100644
--- a/api-reference/v1.0/api/schedule-list-timesoff.md
+++ b/api-reference/v1.0/api/schedule-list-timesoff.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# List timesOff
diff --git a/api-reference/v1.0/api/security-ediscoverycase-get.md b/api-reference/v1.0/api/security-ediscoverycase-get.md
index 422af19c8f5..4bcb58a5f47 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-get.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-get.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Get ediscoveryCase
diff --git a/api-reference/v1.0/api/security-ediscoverycustodian-post-usersources.md b/api-reference/v1.0/api/security-ediscoverycustodian-post-usersources.md
index f89945d2dcf..fee81ecff88 100644
--- a/api-reference/v1.0/api/security-ediscoverycustodian-post-usersources.md
+++ b/api-reference/v1.0/api/security-ediscoverycustodian-post-usersources.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 10/28/2024
---
# Create custodian userSource
diff --git a/api-reference/v1.0/api/serviceapp-activate.md b/api-reference/v1.0/api/serviceapp-activate.md
index ee8372072f3..4b81ebcec5c 100644
--- a/api-reference/v1.0/api/serviceapp-activate.md
+++ b/api-reference/v1.0/api/serviceapp-activate.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# serviceApp: activate
diff --git a/api-reference/v1.0/api/serviceprincipal-delete-owners.md b/api-reference/v1.0/api/serviceprincipal-delete-owners.md
index d5d7e93dcdd..5ae30ddf83b 100644
--- a/api-reference/v1.0/api/serviceprincipal-delete-owners.md
+++ b/api-reference/v1.0/api/serviceprincipal-delete-owners.md
@@ -5,6 +5,7 @@ author: "sureshja"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Remove service principal owner
diff --git a/api-reference/v1.0/api/sharepointrestoresession-list-siterestoreartifacts.md b/api-reference/v1.0/api/sharepointrestoresession-list-siterestoreartifacts.md
index cdefe6fad15..5cb352a5615 100644
--- a/api-reference/v1.0/api/sharepointrestoresession-list-siterestoreartifacts.md
+++ b/api-reference/v1.0/api/sharepointrestoresession-list-siterestoreartifacts.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# List siteRestoreArtifacts
diff --git a/api-reference/v1.0/api/shift-put.md b/api-reference/v1.0/api/shift-put.md
index 9c3c2a1264f..8209abbf2ed 100644
--- a/api-reference/v1.0/api/shift-put.md
+++ b/api-reference/v1.0/api/shift-put.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Replace shift
diff --git a/api-reference/v1.0/api/site-unfollow.md b/api-reference/v1.0/api/site-unfollow.md
index 93d97ff97c9..474d7f187aa 100644
--- a/api-reference/v1.0/api/site-unfollow.md
+++ b/api-reference/v1.0/api/site-unfollow.md
@@ -5,6 +5,7 @@ description: Unfollow a user's site
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Unfollow site
diff --git a/api-reference/v1.0/api/team-teamsappinstallation-upgrade.md b/api-reference/v1.0/api/team-teamsappinstallation-upgrade.md
index 41c3582ca5c..cb5547d2aed 100644
--- a/api-reference/v1.0/api/team-teamsappinstallation-upgrade.md
+++ b/api-reference/v1.0/api/team-teamsappinstallation-upgrade.md
@@ -5,6 +5,7 @@ author: "akjo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# teamsAppInstallation in a team: upgrade
diff --git a/api-reference/v1.0/api/todotask-list-linkedresources.md b/api-reference/v1.0/api/todotask-list-linkedresources.md
index 923bce60d93..6c95fcd2d35 100644
--- a/api-reference/v1.0/api/todotask-list-linkedresources.md
+++ b/api-reference/v1.0/api/todotask-list-linkedresources.md
@@ -5,6 +5,7 @@ author: "avijityadav"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List linkedResources
diff --git a/api-reference/v1.0/api/virtualevent-list-presenters.md b/api-reference/v1.0/api/virtualevent-list-presenters.md
index ae59388b6b7..29069de44b3 100644
--- a/api-reference/v1.0/api/virtualevent-list-presenters.md
+++ b/api-reference/v1.0/api/virtualevent-list-presenters.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# List presenters
diff --git a/api-reference/v1.0/api/virtualeventregistration-cancel.md b/api-reference/v1.0/api/virtualeventregistration-cancel.md
index ffb46596be9..1585c1bc922 100644
--- a/api-reference/v1.0/api/virtualeventregistration-cancel.md
+++ b/api-reference/v1.0/api/virtualeventregistration-cancel.md
@@ -5,6 +5,7 @@ author: "halleclottey-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# virtualEventRegistration: cancel
diff --git a/api-reference/v1.0/api/webpart-getposition.md b/api-reference/v1.0/api/webpart-getposition.md
index d80fad3fb65..953f6303840 100644
--- a/api-reference/v1.0/api/webpart-getposition.md
+++ b/api-reference/v1.0/api/webpart-getposition.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 06/10/2024
---
# webPart: getPosition
diff --git a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-get.md b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-get.md
index f5e82d2bf3c..96b8646c660 100644
--- a/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-get.md
+++ b/api-reference/v1.0/api/windowshelloforbusinessauthenticationmethod-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get windowsHelloForBusinessAuthenticationMethod
diff --git a/api-reference/v1.0/api/workbookoperation-get.md b/api-reference/v1.0/api/workbookoperation-get.md
index b3e530dd70c..b58d2f093b9 100644
--- a/api-reference/v1.0/api/workbookoperation-get.md
+++ b/api-reference/v1.0/api/workbookoperation-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "grangeryy"
ms.subservice: "excel"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get workbookOperation
diff --git a/api-reference/v1.0/api/workingtimeschedule-startworkingtime.md b/api-reference/v1.0/api/workingtimeschedule-startworkingtime.md
index e789c41881b..1b17956b9ac 100644
--- a/api-reference/v1.0/api/workingtimeschedule-startworkingtime.md
+++ b/api-reference/v1.0/api/workingtimeschedule-startworkingtime.md
@@ -5,6 +5,7 @@ author: "chmahaj"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/25/2024
---
# workingTimeSchedule: startWorkingTime
diff --git a/api-reference/v1.0/api/worksheet-list-names.md b/api-reference/v1.0/api/worksheet-list-names.md
index e28d4df92fc..9b56c40f2c0 100644
--- a/api-reference/v1.0/api/worksheet-list-names.md
+++ b/api-reference/v1.0/api/worksheet-list-names.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List names
diff --git a/api-reference/v1.0/resources/accessreviewqueryscope.md b/api-reference/v1.0/resources/accessreviewqueryscope.md
index 7cbe37e1e6a..f6550f227d8 100644
--- a/api-reference/v1.0/resources/accessreviewqueryscope.md
+++ b/api-reference/v1.0/resources/accessreviewqueryscope.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessReviewQueryScope resource type
diff --git a/api-reference/v1.0/resources/accessreviewreviewerscope.md b/api-reference/v1.0/resources/accessreviewreviewerscope.md
index e85dcf71a23..2fc3a4c5898 100644
--- a/api-reference/v1.0/resources/accessreviewreviewerscope.md
+++ b/api-reference/v1.0/resources/accessreviewreviewerscope.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessReviewReviewerScope resource type
diff --git a/api-reference/v1.0/resources/accessreviewscope.md b/api-reference/v1.0/resources/accessreviewscope.md
index 2c3261c1662..b42e86a5fe2 100644
--- a/api-reference/v1.0/resources/accessreviewscope.md
+++ b/api-reference/v1.0/resources/accessreviewscope.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessReviewScope resource type
diff --git a/api-reference/v1.0/resources/anonymousguestconversationmember.md b/api-reference/v1.0/resources/anonymousguestconversationmember.md
index c952b5d3452..17eebb11341 100644
--- a/api-reference/v1.0/resources/anonymousguestconversationmember.md
+++ b/api-reference/v1.0/resources/anonymousguestconversationmember.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# anonymousGuestConversationMember resource type
diff --git a/api-reference/v1.0/resources/bookingcustomquestion.md b/api-reference/v1.0/resources/bookingcustomquestion.md
index 3682f042eeb..a4d5de9d051 100644
--- a/api-reference/v1.0/resources/bookingcustomquestion.md
+++ b/api-reference/v1.0/resources/bookingcustomquestion.md
@@ -5,6 +5,7 @@ author: "razortbone"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 07/30/2024
---
# bookingCustomQuestion resource type
diff --git a/api-reference/v1.0/resources/browsersitelist.md b/api-reference/v1.0/resources/browsersitelist.md
index ce5d1a26c44..209cf1854ae 100644
--- a/api-reference/v1.0/resources/browsersitelist.md
+++ b/api-reference/v1.0/resources/browsersitelist.md
@@ -5,6 +5,7 @@ author: "edward-day-vii"
ms.localizationpriority: medium
ms.subservice: "edge-browser-management"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# browserSiteList resource type
diff --git a/api-reference/v1.0/resources/callrecords-deviceinfo.md b/api-reference/v1.0/resources/callrecords-deviceinfo.md
index c8904e958c8..b2e97345bd4 100644
--- a/api-reference/v1.0/resources/callrecords-deviceinfo.md
+++ b/api-reference/v1.0/resources/callrecords-deviceinfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# deviceInfo resource type
diff --git a/api-reference/v1.0/resources/callrecords-networkinfo.md b/api-reference/v1.0/resources/callrecords-networkinfo.md
index 381116274c9..cbb80c27d66 100644
--- a/api-reference/v1.0/resources/callrecords-networkinfo.md
+++ b/api-reference/v1.0/resources/callrecords-networkinfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# networkInfo resource type
diff --git a/api-reference/v1.0/resources/changenotificationencryptedcontent.md b/api-reference/v1.0/resources/changenotificationencryptedcontent.md
index a5408655f47..96bb9c4b192 100644
--- a/api-reference/v1.0/resources/changenotificationencryptedcontent.md
+++ b/api-reference/v1.0/resources/changenotificationencryptedcontent.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "baywet"
doc_type: resourcePageType
ms.subservice: change-notifications
+ms.date: 07/22/2024
---
# changeNotificationEncryptedContent resource type
diff --git a/api-reference/v1.0/resources/channelidentity.md b/api-reference/v1.0/resources/channelidentity.md
index 6b884cea857..7e082cdfb90 100644
--- a/api-reference/v1.0/resources/channelidentity.md
+++ b/api-reference/v1.0/resources/channelidentity.md
@@ -5,6 +5,7 @@ author: "Kanaka"
doc_type: resourcePageType
ms.localizationpriority: medium
ms.subservice: "teams"
+ms.date: 07/22/2024
---
# channelIdentity resource type
diff --git a/api-reference/v1.0/resources/cloudpcdeviceimage.md b/api-reference/v1.0/resources/cloudpcdeviceimage.md
index 3730c382ddf..75b96449bf3 100644
--- a/api-reference/v1.0/resources/cloudpcdeviceimage.md
+++ b/api-reference/v1.0/resources/cloudpcdeviceimage.md
@@ -5,6 +5,7 @@ author: "ChyouChyou"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 09/27/2024
---
# cloudPcDeviceImage resource type
diff --git a/api-reference/v1.0/resources/defaultcolumnvalue.md b/api-reference/v1.0/resources/defaultcolumnvalue.md
index 0ff1ae75170..e0d9d01c4a1 100644
--- a/api-reference/v1.0/resources/defaultcolumnvalue.md
+++ b/api-reference/v1.0/resources/defaultcolumnvalue.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "Represents the default value for a columnDefinition."
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# defaultColumnValue resource type
diff --git a/api-reference/v1.0/resources/educationassignmentresource.md b/api-reference/v1.0/resources/educationassignmentresource.md
index c2a89b1923b..bff2ab147f4 100644
--- a/api-reference/v1.0/resources/educationassignmentresource.md
+++ b/api-reference/v1.0/resources/educationassignmentresource.md
@@ -6,6 +6,7 @@ author: "sharad-sharma-msft"
ms.subservice: "education"
doc_type: resourcePageType
toc.title: Assignment resource
+ms.date: 06/10/2024
---
# educationAssignmentResource resource type
diff --git a/api-reference/v1.0/resources/educationresource.md b/api-reference/v1.0/resources/educationresource.md
index 5cded8e5b50..a5bf4fa9a95 100644
--- a/api-reference/v1.0/resources/educationresource.md
+++ b/api-reference/v1.0/resources/educationresource.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mmast-msft"
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# educationResource resource type
diff --git a/api-reference/v1.0/resources/endusernotificationsetting.md b/api-reference/v1.0/resources/endusernotificationsetting.md
index 56ddcf83c9c..f79b686882c 100644
--- a/api-reference/v1.0/resources/endusernotificationsetting.md
+++ b/api-reference/v1.0/resources/endusernotificationsetting.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# endUserNotificationSetting resource type
diff --git a/api-reference/v1.0/resources/entitlementmanagementsettings.md b/api-reference/v1.0/resources/entitlementmanagementsettings.md
index ec2449a604d..372f9856ec8 100644
--- a/api-reference/v1.0/resources/entitlementmanagementsettings.md
+++ b/api-reference/v1.0/resources/entitlementmanagementsettings.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# entitlementManagementSettings resource type
diff --git a/api-reference/v1.0/resources/featurerolloutpolicy.md b/api-reference/v1.0/resources/featurerolloutpolicy.md
index b3a4190271d..1c9722296d1 100644
--- a/api-reference/v1.0/resources/featurerolloutpolicy.md
+++ b/api-reference/v1.0/resources/featurerolloutpolicy.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madhavpatel6"
ms.subservice: entra-sign-in
doc_type: "resourcePageType"
+ms.date: 07/08/2024
---
# featureRolloutPolicy resource type
diff --git a/api-reference/v1.0/resources/fileassessmentrequest.md b/api-reference/v1.0/resources/fileassessmentrequest.md
index e1ca43bd527..3eb0ab94abf 100644
--- a/api-reference/v1.0/resources/fileassessmentrequest.md
+++ b/api-reference/v1.0/resources/fileassessmentrequest.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "hafen-ms"
ms.subservice: "security"
doc_type: "resourcePageType"
+ms.date: 05/23/2024
---
# fileAssessmentRequest resource type
diff --git a/api-reference/v1.0/resources/filestoragecontainersettings.md b/api-reference/v1.0/resources/filestoragecontainersettings.md
index 195807edb5e..63821049003 100644
--- a/api-reference/v1.0/resources/filestoragecontainersettings.md
+++ b/api-reference/v1.0/resources/filestoragecontainersettings.md
@@ -5,6 +5,7 @@ author: "vibehavjha"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: resourcePageType
+ms.date: 09/26/2024
---
# fileStorageContainerSettings resource type
diff --git a/api-reference/v1.0/resources/filtercriteria.md b/api-reference/v1.0/resources/filtercriteria.md
index 4ebde72ad61..8b833122343 100644
--- a/api-reference/v1.0/resources/filtercriteria.md
+++ b/api-reference/v1.0/resources/filtercriteria.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ruoyingl"
ms.subservice: excel
doc_type: resourcePageType
+ms.date: 05/15/2024
---
# workbookFilterCriteria resource type
diff --git a/api-reference/v1.0/resources/hyperlinkorpicturecolumn.md b/api-reference/v1.0/resources/hyperlinkorpicturecolumn.md
index d8f50eb33ea..5a8e6bb9168 100644
--- a/api-reference/v1.0/resources/hyperlinkorpicturecolumn.md
+++ b/api-reference/v1.0/resources/hyperlinkorpicturecolumn.md
@@ -5,6 +5,7 @@ description: "The hyperlinkOrPictureColumn resource indicates that the column co
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "sharepoint"
+ms.date: 03/12/2024
---
# hyperlinkOrPictureColumn resource type
diff --git a/api-reference/v1.0/resources/inferenceclassification.md b/api-reference/v1.0/resources/inferenceclassification.md
index 895f6e3d433..dd298fc6e31 100644
--- a/api-reference/v1.0/resources/inferenceclassification.md
+++ b/api-reference/v1.0/resources/inferenceclassification.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# inferenceClassification resource type
diff --git a/api-reference/v1.0/resources/informationalurl.md b/api-reference/v1.0/resources/informationalurl.md
index a74cbc708ed..d7d5ffa21ab 100644
--- a/api-reference/v1.0/resources/informationalurl.md
+++ b/api-reference/v1.0/resources/informationalurl.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# informationalUrl resource type
diff --git a/api-reference/v1.0/resources/insights-resourcevisualization.md b/api-reference/v1.0/resources/insights-resourcevisualization.md
index 7748990ad43..6f0a020b161 100644
--- a/api-reference/v1.0/resources/insights-resourcevisualization.md
+++ b/api-reference/v1.0/resources/insights-resourcevisualization.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# resourceVisualization resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileappcategory.md b/api-reference/v1.0/resources/intune-apps-mobileappcategory.md
index e59c78ef598..f50bcc0687e 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileappcategory.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileappcategory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileAppCategory resource type
diff --git a/api-reference/v1.0/resources/intune-company-conceptual.md b/api-reference/v1.0/resources/intune-company-conceptual.md
index 6f2e6c5e8c1..3996660bff1 100644
--- a/api-reference/v1.0/resources/intune-company-conceptual.md
+++ b/api-reference/v1.0/resources/intune-company-conceptual.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jaiprakashmb"
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# Company terms and conditions in Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md
index 0f69ded2af4..cdcea22cf64 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 10/14/2024
---
# deviceCompliancePolicySettingStateSummary resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md
index 1b7b62e41dd..98c7edc91e9 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceComplianceScheduledActionForRule resource type
diff --git a/api-reference/v1.0/resources/intune-devices-devicemanagement.md b/api-reference/v1.0/resources/intune-devices-devicemanagement.md
index 2e4a0c15fc6..5d1a3adf07a 100644
--- a/api-reference/v1.0/resources/intune-devices-devicemanagement.md
+++ b/api-reference/v1.0/resources/intune-devices-devicemanagement.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagement resource type
diff --git a/api-reference/v1.0/resources/intune-devices-operatingsystemupgradeeligibility.md b/api-reference/v1.0/resources/intune-devices-operatingsystemupgradeeligibility.md
index 809589416f2..e02462d3a85 100644
--- a/api-reference/v1.0/resources/intune-devices-operatingsystemupgradeeligibility.md
+++ b/api-reference/v1.0/resources/intune-devices-operatingsystemupgradeeligibility.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# operatingSystemUpgradeEligibility enum type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdeviceperformance.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdeviceperformance.md
index 0ff6d950441..5f07b177b7a 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdeviceperformance.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdeviceperformance.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsDevicePerformance resource type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md
index 2658d215cb3..b33863e2764 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsDeviceStartupHistory resource type
diff --git a/api-reference/v1.0/resources/intune-mam-conceptual.md b/api-reference/v1.0/resources/intune-mam-conceptual.md
index 4da9f29c3e3..ddd3a3fbbe0 100644
--- a/api-reference/v1.0/resources/intune-mam-conceptual.md
+++ b/api-reference/v1.0/resources/intune-mam-conceptual.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: conceptualPageType
+ms.date: 04/18/2024
---
# How to protect your company app data with Microsoft Intune
diff --git a/api-reference/v1.0/resources/intune-mam-managedapppolicy.md b/api-reference/v1.0/resources/intune-mam-managedapppolicy.md
index 11b7b9458ad..2a39f229a18 100644
--- a/api-reference/v1.0/resources/intune-mam-managedapppolicy.md
+++ b/api-reference/v1.0/resources/intune-mam-managedapppolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedAppPolicy resource type
diff --git a/api-reference/v1.0/resources/intune-rbac-rolepermission.md b/api-reference/v1.0/resources/intune-rbac-rolepermission.md
index 83269e844b4..f8df6c2f1fd 100644
--- a/api-reference/v1.0/resources/intune-rbac-rolepermission.md
+++ b/api-reference/v1.0/resources/intune-rbac-rolepermission.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# rolePermission resource type
diff --git a/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjob.md b/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjob.md
index a0330ebf7c3..391075321c3 100644
--- a/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjob.md
+++ b/api-reference/v1.0/resources/intune-reporting-devicemanagementexportjob.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementExportJob resource type
diff --git a/api-reference/v1.0/resources/intune-reporting-devicemanagementreports.md b/api-reference/v1.0/resources/intune-reporting-devicemanagementreports.md
index 88ed4d48a2f..d1e7fe7206e 100644
--- a/api-reference/v1.0/resources/intune-reporting-devicemanagementreports.md
+++ b/api-reference/v1.0/resources/intune-reporting-devicemanagementreports.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementReports resource type
diff --git a/api-reference/v1.0/resources/intune-shared-configurationmanagercollectionassignmenttarget.md b/api-reference/v1.0/resources/intune-shared-configurationmanagercollectionassignmenttarget.md
index 1d5ac27b88d..9dd186cc907 100644
--- a/api-reference/v1.0/resources/intune-shared-configurationmanagercollectionassignmenttarget.md
+++ b/api-reference/v1.0/resources/intune-shared-configurationmanagercollectionassignmenttarget.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# configurationManagerCollectionAssignmentTarget resource type
diff --git a/api-reference/v1.0/resources/localeinfo.md b/api-reference/v1.0/resources/localeinfo.md
index bf3849ce937..fe855c9d15f 100644
--- a/api-reference/v1.0/resources/localeinfo.md
+++ b/api-reference/v1.0/resources/localeinfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# localeInfo resource type
diff --git a/api-reference/v1.0/resources/loginpage.md b/api-reference/v1.0/resources/loginpage.md
index 0368430764c..aaaa39155e0 100644
--- a/api-reference/v1.0/resources/loginpage.md
+++ b/api-reference/v1.0/resources/loginpage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# loginPage resource type
diff --git a/api-reference/v1.0/resources/onedriveforbusinessprotectionpolicy.md b/api-reference/v1.0/resources/onedriveforbusinessprotectionpolicy.md
index b18e8819a77..a4862929c6b 100644
--- a/api-reference/v1.0/resources/onedriveforbusinessprotectionpolicy.md
+++ b/api-reference/v1.0/resources/onedriveforbusinessprotectionpolicy.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
toc.title: OneDrive for Business protection policy
+ms.date: 08/06/2024
---
# oneDriveForBusinessProtectionPolicy resource type
diff --git a/api-reference/v1.0/resources/outlookuser.md b/api-reference/v1.0/resources/outlookuser.md
index 8da9f8d4dbd..60b38edea4d 100644
--- a/api-reference/v1.0/resources/outlookuser.md
+++ b/api-reference/v1.0/resources/outlookuser.md
@@ -5,6 +5,7 @@ author: "SuryaLashmiS"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# outlookUser resource type
diff --git a/api-reference/v1.0/resources/printercapabilities.md b/api-reference/v1.0/resources/printercapabilities.md
index 52efd1fa614..2428d7c83fc 100644
--- a/api-reference/v1.0/resources/printercapabilities.md
+++ b/api-reference/v1.0/resources/printercapabilities.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# printerCapabilities resource type
diff --git a/api-reference/v1.0/resources/publicerror.md b/api-reference/v1.0/resources/publicerror.md
index e3e4ec2bbbd..84603bd0212 100644
--- a/api-reference/v1.0/resources/publicerror.md
+++ b/api-reference/v1.0/resources/publicerror.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "teams"
author: "AkJo"
+ms.date: 07/22/2024
---
# publicError resource type
diff --git a/api-reference/v1.0/resources/rbacapplication.md b/api-reference/v1.0/resources/rbacapplication.md
index 861dfb91309..8c3ecdb152c 100644
--- a/api-reference/v1.0/resources/rbacapplication.md
+++ b/api-reference/v1.0/resources/rbacapplication.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# rbacApplication resource type
diff --git a/api-reference/v1.0/resources/remotedesktopsecurityconfiguration.md b/api-reference/v1.0/resources/remotedesktopsecurityconfiguration.md
index 8ce44f848c3..4be946a0811 100644
--- a/api-reference/v1.0/resources/remotedesktopsecurityconfiguration.md
+++ b/api-reference/v1.0/resources/remotedesktopsecurityconfiguration.md
@@ -5,6 +5,7 @@ author: "SanDeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# remoteDesktopSecurityConfiguration resource type
diff --git a/api-reference/v1.0/resources/resulttemplate.md b/api-reference/v1.0/resources/resulttemplate.md
index 8af0a4ecfbe..8031c47bb74 100644
--- a/api-reference/v1.0/resources/resulttemplate.md
+++ b/api-reference/v1.0/resources/resulttemplate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "cristianv-ms"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# resultTemplate resource type
diff --git a/api-reference/v1.0/resources/samlorwsfedprovider.md b/api-reference/v1.0/resources/samlorwsfedprovider.md
index dda2c47435f..0f34979197b 100644
--- a/api-reference/v1.0/resources/samlorwsfedprovider.md
+++ b/api-reference/v1.0/resources/samlorwsfedprovider.md
@@ -5,6 +5,7 @@ author: "namkedia"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# samlOrWsFedProvider resource type
diff --git a/api-reference/v1.0/resources/security-caseoperation.md b/api-reference/v1.0/resources/security-caseoperation.md
index 26dae26f8ec..6dcd944e6a0 100644
--- a/api-reference/v1.0/resources/security-caseoperation.md
+++ b/api-reference/v1.0/resources/security-caseoperation.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 10/30/2024
---
# caseOperation resource type
diff --git a/api-reference/v1.0/resources/security-hostname.md b/api-reference/v1.0/resources/security-hostname.md
index 07bdc954da0..1c2a38893ce 100644
--- a/api-reference/v1.0/resources/security-hostname.md
+++ b/api-reference/v1.0/resources/security-hostname.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# hostname resource type
diff --git a/api-reference/v1.0/resources/security-sslcertificate.md b/api-reference/v1.0/resources/security-sslcertificate.md
index 9f709c88b3c..6c6475bb0ba 100644
--- a/api-reference/v1.0/resources/security-sslcertificate.md
+++ b/api-reference/v1.0/resources/security-sslcertificate.md
@@ -5,6 +5,7 @@ author: "nblankenau"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 06/25/2024
---
# sslCertificate resource type
diff --git a/api-reference/v1.0/resources/settingvalue.md b/api-reference/v1.0/resources/settingvalue.md
index 211c29cada6..af117543da5 100644
--- a/api-reference/v1.0/resources/settingvalue.md
+++ b/api-reference/v1.0/resources/settingvalue.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# settingValue resource type
diff --git a/api-reference/v1.0/resources/signinfrequencysessioncontrol.md b/api-reference/v1.0/resources/signinfrequencysessioncontrol.md
index 828772889c9..4a756677628 100644
--- a/api-reference/v1.0/resources/signinfrequencysessioncontrol.md
+++ b/api-reference/v1.0/resources/signinfrequencysessioncontrol.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# signInFrequencySessionControl resource type
diff --git a/api-reference/v1.0/resources/subjectrightsrequest.md b/api-reference/v1.0/resources/subjectrightsrequest.md
index 0da8dbb83fd..268b1a28ef7 100644
--- a/api-reference/v1.0/resources/subjectrightsrequest.md
+++ b/api-reference/v1.0/resources/subjectrightsrequest.md
@@ -5,6 +5,7 @@ author: "skadam-msft"
ms.localizationpriority: medium
ms.subservice: "compliance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# subjectRightsRequest resource type
diff --git a/api-reference/v1.0/resources/teamfunsettings.md b/api-reference/v1.0/resources/teamfunsettings.md
index 772f8ad1741..de229b403e4 100644
--- a/api-reference/v1.0/resources/teamfunsettings.md
+++ b/api-reference/v1.0/resources/teamfunsettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "MSFTRickyCastaneda"
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 08/19/2024
---
# teamFunSettings resource type
diff --git a/api-reference/v1.0/resources/teamvisibilitytype.md b/api-reference/v1.0/resources/teamvisibilitytype.md
index a67690ea134..9a60588330f 100644
--- a/api-reference/v1.0/resources/teamvisibilitytype.md
+++ b/api-reference/v1.0/resources/teamvisibilitytype.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: enumPageType
+ms.date: 08/19/2024
---
# teamVisibilityType enum type
diff --git a/api-reference/v1.0/resources/unifiedapprovalstage.md b/api-reference/v1.0/resources/unifiedapprovalstage.md
index 7a6bf2499fa..e5b964cb6f4 100644
--- a/api-reference/v1.0/resources/unifiedapprovalstage.md
+++ b/api-reference/v1.0/resources/unifiedapprovalstage.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedApprovalStage resource type
diff --git a/api-reference/v1.0/resources/unifiedrolepermission.md b/api-reference/v1.0/resources/unifiedrolepermission.md
index 5e0cddfc2c6..9108f46fa29 100644
--- a/api-reference/v1.0/resources/unifiedrolepermission.md
+++ b/api-reference/v1.0/resources/unifiedrolepermission.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sureshja"
ms.subservice: "entra-directory-management"
doc_type: "resourcePageType"
+ms.date: 07/26/2024
---
# unifiedRolePermission resource type
diff --git a/api-reference/v1.0/resources/verifiedpublisher.md b/api-reference/v1.0/resources/verifiedpublisher.md
index bc214d2a31e..7b0bcb318ee 100644
--- a/api-reference/v1.0/resources/verifiedpublisher.md
+++ b/api-reference/v1.0/resources/verifiedpublisher.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "xurobertMSFT"
+ms.date: 04/03/2024
---
# verifiedPublisher resource type
diff --git a/api-reference/v1.0/resources/windows-setting-api-overview.md b/api-reference/v1.0/resources/windows-setting-api-overview.md
index 586028777e3..91dfd9c93d1 100644
--- a/api-reference/v1.0/resources/windows-setting-api-overview.md
+++ b/api-reference/v1.0/resources/windows-setting-api-overview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: conceptualPageType
author: "MS-Arko"
ms.subservice: "windows-update-business"
+ms.date: 06/10/2024
---
# Use the Windows settings API in Microsoft Graph
diff --git a/api-reference/v1.0/resources/workbookpivottable.md b/api-reference/v1.0/resources/workbookpivottable.md
index 3888d6c9dfa..24f2a207c7f 100644
--- a/api-reference/v1.0/resources/workbookpivottable.md
+++ b/api-reference/v1.0/resources/workbookpivottable.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Pivot table
+ms.date: 07/30/2024
---
# workbookPivotTable resource type
diff --git a/api-reference/v1.0/resources/workbookworksheetprotection.md b/api-reference/v1.0/resources/workbookworksheetprotection.md
index 36c391c3f7a..b3c28b1ed97 100644
--- a/api-reference/v1.0/resources/workbookworksheetprotection.md
+++ b/api-reference/v1.0/resources/workbookworksheetprotection.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Worksheet protection
+ms.date: 08/01/2024
---
# workbookWorksheetProtection resource type
From b4c60cd51304e9585912118d1b253589badde2f1 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 20:55:50 +0800
Subject: [PATCH 072/130] Bulk add missing ms.date
---
api-reference/beta/api/adminforms-get.md | 1 +
api-reference/beta/api/b2cidentityuserflow-get.md | 1 +
.../api/b2cidentityuserflow-post-userattributeassignments.md | 1 +
api-reference/beta/api/b2cidentityuserflow-update.md | 1 +
.../api/cloudpcreports-getrealtimeremoteconnectionstatus.md | 1 +
.../api/cloudpcreports-retrieveconnectionqualityreports.md | 1 +
api-reference/beta/api/dynamics-account-get.md | 1 +
api-reference/beta/api/ediscovery-case-post-custodians.md | 1 +
api-reference/beta/api/ediscovery-reviewset-export.md | 1 +
api-reference/beta/api/educationroot-post-classes.md | 1 +
api-reference/beta/api/endpoint-get.md | 1 +
api-reference/beta/api/filestoragecontainer-post-columns.md | 1 +
api-reference/beta/api/inactiveuserfinding-list.md | 1 +
api-reference/beta/api/intune-apps-macospkgapp-create.md | 1 +
.../beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md | 1 +
.../beta/api/intune-devices-devicehealthscript-get.md | 1 +
.../beta/api/intune-devices-windowsmanageddevice-update.md | 1 +
.../beta/api/intune-enrollment-deponboardingsetting-get.md | 1 +
...eponboardingsetting-syncwithappledeviceenrollmentprogram.md | 1 +
.../beta/api/intune-enrollment-enrollmentprofile-list.md | 1 +
.../api/intune-enrollment-windowsautopilotsettings-sync.md | 1 +
api-reference/beta/api/intune-rbac-rolescopetag-assign.md | 1 +
api-reference/beta/api/intune-rbac-rolescopetag-create.md | 1 +
...d-devicemanagement-sendcustomnotificationtocompanyportal.md | 1 +
.../beta/api/intune-shared-devicemanagementscript-list.md | 1 +
.../beta/api/intune-shared-user-getloggedonmanageddevices.md | 1 +
.../beta/api/intune-shared-windowsupdatestate-list.md | 1 +
...gedtenants-managedtenant-list-tenantsdetailedinformation.md | 1 +
api-reference/beta/api/message-markasnotjunk.md | 1 +
api-reference/beta/api/outlookuser-post-tasks.md | 1 +
...sswordlessmicrosoftauthenticatorauthenticationmethod-get.md | 1 +
api-reference/beta/api/personname-update.md | 1 +
api-reference/beta/api/recommendation-get.md | 1 +
.../api/reportroot-list-applicationsignindetailedsummary.md | 1 +
api-reference/beta/api/timecard-clockin.md | 1 +
api-reference/beta/api/unifiedstoragequota-get.md | 1 +
api-reference/beta/api/user-post-notifications.md | 1 +
api-reference/beta/api/virtualendpoint-post-bulkactions.md | 1 +
api-reference/beta/api/windowsupdates-deployment-get.md | 1 +
api-reference/beta/resources/approvalsolution.md | 1 +
api-reference/beta/resources/authenticationbehaviors.md | 1 +
api-reference/beta/resources/customclaim.md | 1 +
.../resources/hardwareoathauthenticationmethodconfiguration.md | 1 +
api-reference/beta/resources/healthmonitoring-alert.md | 1 +
.../beta/resources/intune-apps-mobileappinstallsummary.md | 3 ++-
.../beta/resources/intune-apps-userappinstallstatus.md | 3 ++-
...ne-deviceconfig-androiddeviceownerscepcertificateprofile.md | 1 +
...gv2-devicemanagementconfigurationpolicytemplatereference.md | 1 +
...e-epmgraphapiservice-privilegemanagementelevationrequest.md | 1 +
.../beta/resources/intune-raimportcerts-userpfxcertificate.md | 1 +
api-reference/beta/resources/intune-shared-mobileapp.md | 1 +
.../resources/intune-shared-targetedmanagedappconfiguration.md | 1 +
.../beta/resources/intune-shared-windowsupdatestate.md | 1 +
.../beta/resources/managedtenants-tenantdetailedinformation.md | 1 +
api-reference/beta/resources/meetingregistration.md | 1 +
api-reference/beta/resources/mfadetail.md | 1 +
.../beta/resources/platformcredentialauthenticationmethod.md | 1 +
api-reference/beta/resources/security-impacteduserasset.md | 1 +
api-reference/beta/resources/teamtemplate.md | 1 +
api-reference/beta/resources/useranalytics.md | 1 +
api-reference/v1.0/api/accessreviewinstance-list-stages.md | 1 +
api-reference/v1.0/api/agreement-list-files.md | 1 +
api-reference/v1.0/api/appmanagementpolicy-post-appliesto.md | 1 +
.../v1.0/api/authenticationcontextclassreference-update.md | 1 +
.../api/backuprestoreroot-post-sharepointprotectionpolicies.md | 1 +
api-reference/v1.0/api/bookingbusiness-post-customquestions.md | 1 +
api-reference/v1.0/api/bundle-additem.md | 1 +
api-reference/v1.0/api/call-changescreensharingrole.md | 1 +
api-reference/v1.0/api/channel-removeemail.md | 1 +
api-reference/v1.0/api/connectedorganization-get.md | 1 +
api-reference/v1.0/api/connectedorganization-update.md | 1 +
api-reference/v1.0/api/conversation-get.md | 1 +
api-reference/v1.0/api/conversation-post-threads.md | 1 +
.../v1.0/api/crosstenantidentitysyncpolicypartner-update.md | 1 +
api-reference/v1.0/api/documentsetversion-delete.md | 1 +
api-reference/v1.0/api/drive-post-bundles.md | 1 +
.../v1.0/api/educationassignment-setupresourcesfolder.md | 1 +
api-reference/v1.0/api/educationschool-list.md | 1 +
.../v1.0/api/externalconnectors-externalitem-update.md | 1 +
api-reference/v1.0/api/filestorage-delete-containers.md | 1 +
.../v1.0/api/filestoragecontainer-delete-permissions.md | 1 +
api-reference/v1.0/api/filestoragecontainer-permanentdelete.md | 1 +
.../v1.0/api/filestoragecontainer-post-customproperty.md | 1 +
api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md | 1 +
api-reference/v1.0/api/homerealmdiscoverypolicy-update.md | 1 +
api-reference/v1.0/api/identitycontainer-list-b2xuserflows.md | 1 +
api-reference/v1.0/api/identitygovernance-workflow-activate.md | 1 +
.../api/identityprotectionroot-list-riskyserviceprincipals.md | 1 +
api-reference/v1.0/api/intune-apps-ioslobapp-list.md | 1 +
...intune-deviceconfig-deviceconfigurationassignment-update.md | 1 +
.../intune-deviceconfig-windows10compliancepolicy-update.md | 1 +
.../intune-deviceconfig-windows10generalconfiguration-get.md | 1 +
api-reference/v1.0/api/intune-devices-devicecategory-update.md | 1 +
...-devices-userexperienceanalyticsdevicestartuphistory-get.md | 1 +
.../v1.0/api/intune-enrollment-devicemanagement-get.md | 1 +
...nt-windowsautopilotdeviceidentity-unassignuserfromdevice.md | 1 +
api-reference/v1.0/api/intune-mam-managedapppolicy-list.md | 1 +
api-reference/v1.0/api/intune-mam-managedappstatus-list.md | 1 +
api-reference/v1.0/api/intune-mam-managedmobileapp-list.md | 1 +
api-reference/v1.0/api/intune-mam-user-get.md | 1 +
api-reference/v1.0/api/intune-onboarding-user-update.md | 1 +
api-reference/v1.0/api/intune-onboarding-vpptoken-get.md | 1 +
api-reference/v1.0/api/intune-rbac-roledefinition-create.md | 1 +
.../v1.0/api/intune-reporting-devicemanagement-get.md | 1 +
.../v1.0/api/multitenantorganization-delete-tenants.md | 1 +
api-reference/v1.0/api/multitenantorganization-get.md | 1 +
api-reference/v1.0/api/nameditem-get.md | 1 +
api-reference/v1.0/api/namedlocation-delete.md | 1 +
...collectionexternalusersselfservicesignup-list-attributes.md | 1 +
api-reference/v1.0/api/onenote-list-sectiongroups.md | 1 +
api-reference/v1.0/api/onenoteoperation-get.md | 1 +
.../v1.0/api/organizationalbranding-post-localizations.md | 1 +
api-reference/v1.0/api/payloaddetail-get.md | 1 +
api-reference/v1.0/api/plannerbuckettaskboardtaskformat-get.md | 1 +
.../v1.0/api/privilegedaccessgroupassignmentschedule-get.md | 1 +
api-reference/v1.0/api/protectionrulebase-delete.md | 1 +
.../api/reportroot-getoffice365groupsactivityfilecounts.md | 1 +
api-reference/v1.0/api/restoresessionbase-get.md | 1 +
api-reference/v1.0/api/schedule-post-timesoff.md | 1 +
api-reference/v1.0/api/securescorecontrolprofile-update.md | 1 +
api-reference/v1.0/api/security-caseoperation-get.md | 1 +
.../v1.0/api/security-ediscoverycase-post-legalholds.md | 1 +
.../v1.0/api/security-ediscoverysearch-exportreport.md | 1 +
api-reference/v1.0/api/security-ediscoverysearch-get.md | 1 +
api-reference/v1.0/api/security-retentionevent-post.md | 1 +
.../v1.0/api/security-threatintelligence-list-whoisrecords.md | 1 +
api-reference/v1.0/api/table-converttorange.md | 1 +
api-reference/v1.0/api/termsofusecontainer-list-agreements.md | 1 +
api-reference/v1.0/api/tokenissuancepolicy-list.md | 1 +
api-reference/v1.0/api/unifiedroleassignmentschedule-get.md | 1 +
.../v1.0/api/unifiedroleeligibilityscheduleinstance-get.md | 1 +
...nifiedroleeligibilityschedulerequest-filterbycurrentuser.md | 1 +
api-reference/v1.0/api/userinsightssettings-get.md | 1 +
api-reference/v1.0/api/usersettings-list-windows.md | 1 +
.../api/virtualeventwebinarregistrationconfiguration-get.md | 1 +
api-reference/v1.0/api/workbookpivottable-refresh.md | 1 +
api-reference/v1.0/api/workflow-list-executionscope.md | 1 +
api-reference/v1.0/api/workingtimeschedule-get.md | 3 ++-
api-reference/v1.0/api/worksheet-post-charts.md | 1 +
api-reference/v1.0/api/worksheetprotection-unprotect.md | 1 +
.../accesspackageassignmentrequestworkflowextension.md | 1 +
api-reference/v1.0/resources/accessreviewhistoryinstance.md | 1 +
api-reference/v1.0/resources/apphostedmediaconfig.md | 1 +
api-reference/v1.0/resources/attachmentitem.md | 1 +
api-reference/v1.0/resources/audioconferencing.md | 1 +
api-reference/v1.0/resources/bookingreminder.md | 1 +
api-reference/v1.0/resources/calculatedcolumn.md | 1 +
.../v1.0/resources/callrecordingeventmessagedetail.md | 1 +
api-reference/v1.0/resources/callrecords-participantbase.md | 1 +
api-reference/v1.0/resources/callrecords-serviceendpoint.md | 1 +
api-reference/v1.0/resources/chatmessagehistoryitem.md | 1 +
api-reference/v1.0/resources/cloudpconpremisesconnection.md | 1 +
api-reference/v1.0/resources/conditionalaccessdevices.md | 1 +
api-reference/v1.0/resources/conditionalaccesslocations.md | 1 +
api-reference/v1.0/resources/controlscore.md | 1 +
.../v1.0/resources/crosstenantaccesspolicyb2bsetting.md | 1 +
.../v1.0/resources/customextensionendpointconfiguration.md | 1 +
.../v1.0/resources/delegatedpermissionclassification.md | 1 +
api-reference/v1.0/resources/driveprotectionunit.md | 1 +
api-reference/v1.0/resources/endusernotification.md | 1 +
api-reference/v1.0/resources/entitlementmanagement.md | 1 +
api-reference/v1.0/resources/entitlementmanagementschedule.md | 1 +
.../v1.0/resources/externalconnectors-urltoitemresolverbase.md | 3 ++-
api-reference/v1.0/resources/identityapiconnector.md | 1 +
api-reference/v1.0/resources/identitygovernance.md | 1 +
.../v1.0/resources/identityuserflowattributeassignment.md | 1 +
api-reference/v1.0/resources/image.md | 1 +
api-reference/v1.0/resources/insights-sharingdetail.md | 1 +
api-reference/v1.0/resources/intune-apps-iosvppapp.md | 1 +
.../v1.0/resources/intune-apps-mobileappassignmentsettings.md | 1 +
.../v1.0/resources/intune-apps-win32lobappfilesystemrule.md | 1 +
.../resources/intune-apps-windowsminimumoperatingsystem.md | 1 +
...ntune-deviceconfig-deviceconfigurationdevicestatesummary.md | 1 +
api-reference/v1.0/resources/intune-deviceconfig-omasetting.md | 1 +
.../intune-devices-applepushnotificationcertificate.md | 1 +
.../resources/intune-devices-devicelogcollectionrequest.md | 1 +
.../v1.0/resources/intune-mam-androidmanagedappprotection.md | 1 +
.../v1.0/resources/intune-mam-managedappregistration.md | 1 +
.../v1.0/resources/intune-onboarding-devicecategory.md | 1 +
.../intune-onboarding-enrollmentconfigurationassignment.md | 1 +
api-reference/v1.0/resources/intune-onboarding-vpptoken.md | 1 +
api-reference/v1.0/resources/locationconstraint.md | 1 +
api-reference/v1.0/resources/ontokenissuancestartlistener.md | 1 +
api-reference/v1.0/resources/participantinfo.md | 1 +
api-reference/v1.0/resources/permissiongrantconditionset.md | 1 +
.../privilegedaccessgroupeligibilityscheduleinstance.md | 1 +
api-reference/v1.0/resources/provisionedplan.md | 1 +
api-reference/v1.0/resources/riskyuserhistoryitem.md | 1 +
api-reference/v1.0/resources/search-qna.md | 1 +
api-reference/v1.0/resources/security-ediscoveryholdpolicy.md | 1 +
.../v1.0/resources/security-intelligenceprofileindicator.md | 1 +
api-reference/v1.0/resources/security-passivednsrecord.md | 1 +
api-reference/v1.0/resources/security-whoisrecord.md | 1 +
api-reference/v1.0/resources/simulationreport.md | 1 +
api-reference/v1.0/resources/singleuser.md | 1 +
api-reference/v1.0/resources/siteprotectionunit.md | 1 +
api-reference/v1.0/resources/teamsappauthorization.md | 1 +
api-reference/v1.0/resources/termcolumn.md | 1 +
api-reference/v1.0/resources/video.md | 1 +
199 files changed, 203 insertions(+), 4 deletions(-)
diff --git a/api-reference/beta/api/adminforms-get.md b/api-reference/beta/api/adminforms-get.md
index 1789a181329..2ac1233924c 100644
--- a/api-reference/beta/api/adminforms-get.md
+++ b/api-reference/beta/api/adminforms-get.md
@@ -5,6 +5,7 @@ author: "zadinsmo"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get adminForms
diff --git a/api-reference/beta/api/b2cidentityuserflow-get.md b/api-reference/beta/api/b2cidentityuserflow-get.md
index 012224bc70a..3b9cee7d697 100644
--- a/api-reference/beta/api/b2cidentityuserflow-get.md
+++ b/api-reference/beta/api/b2cidentityuserflow-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "jkdouglas"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Get b2cIdentityUserFlow
diff --git a/api-reference/beta/api/b2cidentityuserflow-post-userattributeassignments.md b/api-reference/beta/api/b2cidentityuserflow-post-userattributeassignments.md
index dfb7e042cd1..878112d984c 100644
--- a/api-reference/beta/api/b2cidentityuserflow-post-userattributeassignments.md
+++ b/api-reference/beta/api/b2cidentityuserflow-post-userattributeassignments.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Create userAttributeAssignments
diff --git a/api-reference/beta/api/b2cidentityuserflow-update.md b/api-reference/beta/api/b2cidentityuserflow-update.md
index 924d556f64f..ae78595b744 100644
--- a/api-reference/beta/api/b2cidentityuserflow-update.md
+++ b/api-reference/beta/api/b2cidentityuserflow-update.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update b2cIdentityUserFlow
diff --git a/api-reference/beta/api/cloudpcreports-getrealtimeremoteconnectionstatus.md b/api-reference/beta/api/cloudpcreports-getrealtimeremoteconnectionstatus.md
index 4c0c5369ef9..d9f52576cbd 100644
--- a/api-reference/beta/api/cloudpcreports-getrealtimeremoteconnectionstatus.md
+++ b/api-reference/beta/api/cloudpcreports-getrealtimeremoteconnectionstatus.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 05/20/2024
---
# cloudPcReports: getRealTimeRemoteConnectionStatus
diff --git a/api-reference/beta/api/cloudpcreports-retrieveconnectionqualityreports.md b/api-reference/beta/api/cloudpcreports-retrieveconnectionqualityreports.md
index bd40e9d7bdb..9907ca7b044 100644
--- a/api-reference/beta/api/cloudpcreports-retrieveconnectionqualityreports.md
+++ b/api-reference/beta/api/cloudpcreports-retrieveconnectionqualityreports.md
@@ -5,6 +5,7 @@ author: "bingqiangxiang"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 09/16/2024
---
# cloudPcReports: retrieveConnectionQualityReports
diff --git a/api-reference/beta/api/dynamics-account-get.md b/api-reference/beta/api/dynamics-account-get.md
index ee99fa3e65d..b36d774305b 100644
--- a/api-reference/beta/api/dynamics-account-get.md
+++ b/api-reference/beta/api/dynamics-account-get.md
@@ -7,6 +7,7 @@ author: SusanneWindfeldPedersen
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accounts
diff --git a/api-reference/beta/api/ediscovery-case-post-custodians.md b/api-reference/beta/api/ediscovery-case-post-custodians.md
index 85366ec6e01..86efbcd7653 100644
--- a/api-reference/beta/api/ediscovery-case-post-custodians.md
+++ b/api-reference/beta/api/ediscovery-case-post-custodians.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create custodian
diff --git a/api-reference/beta/api/ediscovery-reviewset-export.md b/api-reference/beta/api/ediscovery-reviewset-export.md
index 6b2b4fa3c20..175ec15560c 100644
--- a/api-reference/beta/api/ediscovery-reviewset-export.md
+++ b/api-reference/beta/api/ediscovery-reviewset-export.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# reviewSet: export
diff --git a/api-reference/beta/api/educationroot-post-classes.md b/api-reference/beta/api/educationroot-post-classes.md
index 65932e8dd54..05ebf5c39f3 100644
--- a/api-reference/beta/api/educationroot-post-classes.md
+++ b/api-reference/beta/api/educationroot-post-classes.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mmast-msft"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create educationClass
diff --git a/api-reference/beta/api/endpoint-get.md b/api-reference/beta/api/endpoint-get.md
index c3bba374c0f..71a26620dd1 100644
--- a/api-reference/beta/api/endpoint-get.md
+++ b/api-reference/beta/api/endpoint-get.md
@@ -6,6 +6,7 @@ doc_type: apiPageType
ms.subservice: "entra-groups"
author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
+ms.date: 04/04/2024
---
# Get endpoint
diff --git a/api-reference/beta/api/filestoragecontainer-post-columns.md b/api-reference/beta/api/filestoragecontainer-post-columns.md
index 6c8a84bf964..5b400051afe 100644
--- a/api-reference/beta/api/filestoragecontainer-post-columns.md
+++ b/api-reference/beta/api/filestoragecontainer-post-columns.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 10/14/2024
---
# Create column
diff --git a/api-reference/beta/api/inactiveuserfinding-list.md b/api-reference/beta/api/inactiveuserfinding-list.md
index 8e7dcc102ce..7c7b8dab970 100644
--- a/api-reference/beta/api/inactiveuserfinding-list.md
+++ b/api-reference/beta/api/inactiveuserfinding-list.md
@@ -6,6 +6,7 @@ ms.reviewer: ciem_pm
ms.localizationpriority: medium
ms.subservice: entra-permissions-management
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List inactiveUserFinding objects
diff --git a/api-reference/beta/api/intune-apps-macospkgapp-create.md b/api-reference/beta/api/intune-apps-macospkgapp-create.md
index a18941c1e19..7dfa5c01618 100644
--- a/api-reference/beta/api/intune-apps-macospkgapp-create.md
+++ b/api-reference/beta/api/intune-apps-macospkgapp-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create macOSPkgApp
diff --git a/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md b/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md
index 7535c27bb85..4779fffeaac 100644
--- a/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md
+++ b/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List hardwarePasswordInfos
diff --git a/api-reference/beta/api/intune-devices-devicehealthscript-get.md b/api-reference/beta/api/intune-devices-devicehealthscript-get.md
index aba30f91895..1e5dd1ea1ea 100644
--- a/api-reference/beta/api/intune-devices-devicehealthscript-get.md
+++ b/api-reference/beta/api/intune-devices-devicehealthscript-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceHealthScript
diff --git a/api-reference/beta/api/intune-devices-windowsmanageddevice-update.md b/api-reference/beta/api/intune-devices-windowsmanageddevice-update.md
index 472f65684e8..eac5b6c7a70 100644
--- a/api-reference/beta/api/intune-devices-windowsmanageddevice-update.md
+++ b/api-reference/beta/api/intune-devices-windowsmanageddevice-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update windowsManagedDevice
diff --git a/api-reference/beta/api/intune-enrollment-deponboardingsetting-get.md b/api-reference/beta/api/intune-enrollment-deponboardingsetting-get.md
index 4fe03eb9102..d193df6700d 100644
--- a/api-reference/beta/api/intune-enrollment-deponboardingsetting-get.md
+++ b/api-reference/beta/api/intune-enrollment-deponboardingsetting-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get depOnboardingSetting
diff --git a/api-reference/beta/api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md b/api-reference/beta/api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md
index fd614ec4ba9..1b728e40398 100644
--- a/api-reference/beta/api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md
+++ b/api-reference/beta/api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# syncWithAppleDeviceEnrollmentProgram action
diff --git a/api-reference/beta/api/intune-enrollment-enrollmentprofile-list.md b/api-reference/beta/api/intune-enrollment-enrollmentprofile-list.md
index 761d0b1519b..e832adc256b 100644
--- a/api-reference/beta/api/intune-enrollment-enrollmentprofile-list.md
+++ b/api-reference/beta/api/intune-enrollment-enrollmentprofile-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List enrollmentProfiles
diff --git a/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-sync.md b/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-sync.md
index b26b622c3dd..36ab82fbd4f 100644
--- a/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-sync.md
+++ b/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-sync.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# sync action
diff --git a/api-reference/beta/api/intune-rbac-rolescopetag-assign.md b/api-reference/beta/api/intune-rbac-rolescopetag-assign.md
index 0709a931185..1a314931af3 100644
--- a/api-reference/beta/api/intune-rbac-rolescopetag-assign.md
+++ b/api-reference/beta/api/intune-rbac-rolescopetag-assign.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# assign action
diff --git a/api-reference/beta/api/intune-rbac-rolescopetag-create.md b/api-reference/beta/api/intune-rbac-rolescopetag-create.md
index 0300bf25bd7..eb21f444b8f 100644
--- a/api-reference/beta/api/intune-rbac-rolescopetag-create.md
+++ b/api-reference/beta/api/intune-rbac-rolescopetag-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create roleScopeTag
diff --git a/api-reference/beta/api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md b/api-reference/beta/api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md
index 0572b988780..ff4d7003547 100644
--- a/api-reference/beta/api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md
+++ b/api-reference/beta/api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# sendCustomNotificationToCompanyPortal action
diff --git a/api-reference/beta/api/intune-shared-devicemanagementscript-list.md b/api-reference/beta/api/intune-shared-devicemanagementscript-list.md
index 81f3e9ea01b..7df28b6ca8d 100644
--- a/api-reference/beta/api/intune-shared-devicemanagementscript-list.md
+++ b/api-reference/beta/api/intune-shared-devicemanagementscript-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceManagementScripts
diff --git a/api-reference/beta/api/intune-shared-user-getloggedonmanageddevices.md b/api-reference/beta/api/intune-shared-user-getloggedonmanageddevices.md
index 54808cdf761..4ffe017e610 100644
--- a/api-reference/beta/api/intune-shared-user-getloggedonmanageddevices.md
+++ b/api-reference/beta/api/intune-shared-user-getloggedonmanageddevices.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# getLoggedOnManagedDevices function
diff --git a/api-reference/beta/api/intune-shared-windowsupdatestate-list.md b/api-reference/beta/api/intune-shared-windowsupdatestate-list.md
index 7608cffde4b..e1fcf05d9d6 100644
--- a/api-reference/beta/api/intune-shared-windowsupdatestate-list.md
+++ b/api-reference/beta/api/intune-shared-windowsupdatestate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windowsUpdateStates
diff --git a/api-reference/beta/api/managedtenants-managedtenant-list-tenantsdetailedinformation.md b/api-reference/beta/api/managedtenants-managedtenant-list-tenantsdetailedinformation.md
index b3710ce7a01..030cc68a332 100644
--- a/api-reference/beta/api/managedtenants-managedtenant-list-tenantsdetailedinformation.md
+++ b/api-reference/beta/api/managedtenants-managedtenant-list-tenantsdetailedinformation.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tenantDetailedInformation
diff --git a/api-reference/beta/api/message-markasnotjunk.md b/api-reference/beta/api/message-markasnotjunk.md
index f35f2d62fd7..b42287d5fb8 100644
--- a/api-reference/beta/api/message-markasnotjunk.md
+++ b/api-reference/beta/api/message-markasnotjunk.md
@@ -5,6 +5,7 @@ author: "kagunase"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# message: markAsNotJunk
diff --git a/api-reference/beta/api/outlookuser-post-tasks.md b/api-reference/beta/api/outlookuser-post-tasks.md
index 4030cfe68bc..837058dd57c 100644
--- a/api-reference/beta/api/outlookuser-post-tasks.md
+++ b/api-reference/beta/api/outlookuser-post-tasks.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mashriv"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create outlookTask (deprecated)
diff --git a/api-reference/beta/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md b/api-reference/beta/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md
index 7cfebb3fe5a..e57302e329e 100644
--- a/api-reference/beta/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md
+++ b/api-reference/beta/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Get passwordlessMicrosoftAuthenticatorAuthenticationMethod (deprecated)
diff --git a/api-reference/beta/api/personname-update.md b/api-reference/beta/api/personname-update.md
index 8a5df401118..6091aed670d 100644
--- a/api-reference/beta/api/personname-update.md
+++ b/api-reference/beta/api/personname-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Update personname
diff --git a/api-reference/beta/api/recommendation-get.md b/api-reference/beta/api/recommendation-get.md
index fd352668c92..c12abeeb8ca 100644
--- a/api-reference/beta/api/recommendation-get.md
+++ b/api-reference/beta/api/recommendation-get.md
@@ -5,6 +5,7 @@ author: "ddeeps2610"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get recommendation
diff --git a/api-reference/beta/api/reportroot-list-applicationsignindetailedsummary.md b/api-reference/beta/api/reportroot-list-applicationsignindetailedsummary.md
index 7a8b9f6ebb8..4b4aabb7d57 100644
--- a/api-reference/beta/api/reportroot-list-applicationsignindetailedsummary.md
+++ b/api-reference/beta/api/reportroot-list-applicationsignindetailedsummary.md
@@ -5,6 +5,7 @@ author: "egreenberg14"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List applicationSignInDetailedSummary
diff --git a/api-reference/beta/api/timecard-clockin.md b/api-reference/beta/api/timecard-clockin.md
index d688f3e4f31..8e0b1eb30d5 100644
--- a/api-reference/beta/api/timecard-clockin.md
+++ b/api-reference/beta/api/timecard-clockin.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# timeCard: clockIn
diff --git a/api-reference/beta/api/unifiedstoragequota-get.md b/api-reference/beta/api/unifiedstoragequota-get.md
index 5b148d74675..0ba0c5076b4 100644
--- a/api-reference/beta/api/unifiedstoragequota-get.md
+++ b/api-reference/beta/api/unifiedstoragequota-get.md
@@ -5,6 +5,7 @@ author: "BarryShehadeh"
ms.localizationpriority: medium
ms.subservice: onedrive
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Get unifiedStorageQuota
diff --git a/api-reference/beta/api/user-post-notifications.md b/api-reference/beta/api/user-post-notifications.md
index 625b3df9ddb..e683a1d98ae 100644
--- a/api-reference/beta/api/user-post-notifications.md
+++ b/api-reference/beta/api/user-post-notifications.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "notifications"
doc_type: apiPageType
author: "merzink"
+ms.date: 04/04/2024
---
# Create and send a notification (deprecated)
diff --git a/api-reference/beta/api/virtualendpoint-post-bulkactions.md b/api-reference/beta/api/virtualendpoint-post-bulkactions.md
index 5ca09f1b418..37a303c34b2 100644
--- a/api-reference/beta/api/virtualendpoint-post-bulkactions.md
+++ b/api-reference/beta/api/virtualendpoint-post-bulkactions.md
@@ -5,6 +5,7 @@ author: "Guoan-Tang"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/27/2024
---
# Create cloudPcBulkAction
diff --git a/api-reference/beta/api/windowsupdates-deployment-get.md b/api-reference/beta/api/windowsupdates-deployment-get.md
index f1d8ed43f23..0f8396b17bf 100644
--- a/api-reference/beta/api/windowsupdates-deployment-get.md
+++ b/api-reference/beta/api/windowsupdates-deployment-get.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# Get deployment
diff --git a/api-reference/beta/resources/approvalsolution.md b/api-reference/beta/resources/approvalsolution.md
index 2a78009eea4..96b2a378448 100644
--- a/api-reference/beta/resources/approvalsolution.md
+++ b/api-reference/beta/resources/approvalsolution.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# approvalSolution resource type
diff --git a/api-reference/beta/resources/authenticationbehaviors.md b/api-reference/beta/resources/authenticationbehaviors.md
index 1500c39526f..c65d1f64215 100644
--- a/api-reference/beta/resources/authenticationbehaviors.md
+++ b/api-reference/beta/resources/authenticationbehaviors.md
@@ -5,6 +5,7 @@ author: "medhir"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/30/2024
---
# authenticationBehaviors resource type
diff --git a/api-reference/beta/resources/customclaim.md b/api-reference/beta/resources/customclaim.md
index 1795a370c11..f511f69baef 100644
--- a/api-reference/beta/resources/customclaim.md
+++ b/api-reference/beta/resources/customclaim.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: entra-id
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# customClaim resource type
diff --git a/api-reference/beta/resources/hardwareoathauthenticationmethodconfiguration.md b/api-reference/beta/resources/hardwareoathauthenticationmethodconfiguration.md
index 945f7359556..134dc72854d 100644
--- a/api-reference/beta/resources/hardwareoathauthenticationmethodconfiguration.md
+++ b/api-reference/beta/resources/hardwareoathauthenticationmethodconfiguration.md
@@ -7,6 +7,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Hardware OATH
+ms.date: 10/01/2024
---
# hardwareOathAuthenticationMethodConfiguration resource type
diff --git a/api-reference/beta/resources/healthmonitoring-alert.md b/api-reference/beta/resources/healthmonitoring-alert.md
index ef1c7b61ffd..ab17438c80b 100644
--- a/api-reference/beta/resources/healthmonitoring-alert.md
+++ b/api-reference/beta/resources/healthmonitoring-alert.md
@@ -5,6 +5,7 @@ author: "huatang92"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# alert resource type
diff --git a/api-reference/beta/resources/intune-apps-mobileappinstallsummary.md b/api-reference/beta/resources/intune-apps-mobileappinstallsummary.md
index f90121f7232..e81d5d99f8d 100644
--- a/api-reference/beta/resources/intune-apps-mobileappinstallsummary.md
+++ b/api-reference/beta/resources/intune-apps-mobileappinstallsummary.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# mobileAppInstallSummary resource type
@@ -64,4 +65,4 @@ Here is a JSON representation of the resource.
"notInstalledUserCount": 1024,
"pendingInstallUserCount": 1024
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/intune-apps-userappinstallstatus.md b/api-reference/beta/resources/intune-apps-userappinstallstatus.md
index 72fdf3f758a..f18648baa40 100644
--- a/api-reference/beta/resources/intune-apps-userappinstallstatus.md
+++ b/api-reference/beta/resources/intune-apps-userappinstallstatus.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# userAppInstallStatus resource type
@@ -60,4 +61,4 @@ Here is a JSON representation of the resource.
"failedDeviceCount": 1024,
"notInstalledDeviceCount": 1024
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md b/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md
index 63878c31a89..e89234ac713 100644
--- a/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md
+++ b/api-reference/beta/resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidDeviceOwnerScepCertificateProfile resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplatereference.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplatereference.md
index c38f10c7ece..9dead22e0df 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplatereference.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationpolicytemplatereference.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationPolicyTemplateReference resource type
diff --git a/api-reference/beta/resources/intune-epmgraphapiservice-privilegemanagementelevationrequest.md b/api-reference/beta/resources/intune-epmgraphapiservice-privilegemanagementelevationrequest.md
index 2bd10434bb5..25a74ceae92 100644
--- a/api-reference/beta/resources/intune-epmgraphapiservice-privilegemanagementelevationrequest.md
+++ b/api-reference/beta/resources/intune-epmgraphapiservice-privilegemanagementelevationrequest.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# privilegeManagementElevationRequest resource type
diff --git a/api-reference/beta/resources/intune-raimportcerts-userpfxcertificate.md b/api-reference/beta/resources/intune-raimportcerts-userpfxcertificate.md
index 3cd09a9a59c..5f2be83d844 100644
--- a/api-reference/beta/resources/intune-raimportcerts-userpfxcertificate.md
+++ b/api-reference/beta/resources/intune-raimportcerts-userpfxcertificate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userPFXCertificate resource type
diff --git a/api-reference/beta/resources/intune-shared-mobileapp.md b/api-reference/beta/resources/intune-shared-mobileapp.md
index 66389eed2bb..67530d9ce53 100644
--- a/api-reference/beta/resources/intune-shared-mobileapp.md
+++ b/api-reference/beta/resources/intune-shared-mobileapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# mobileApp resource type
diff --git a/api-reference/beta/resources/intune-shared-targetedmanagedappconfiguration.md b/api-reference/beta/resources/intune-shared-targetedmanagedappconfiguration.md
index 96d0e449936..f537e6498b3 100644
--- a/api-reference/beta/resources/intune-shared-targetedmanagedappconfiguration.md
+++ b/api-reference/beta/resources/intune-shared-targetedmanagedappconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# targetedManagedAppConfiguration resource type
diff --git a/api-reference/beta/resources/intune-shared-windowsupdatestate.md b/api-reference/beta/resources/intune-shared-windowsupdatestate.md
index c1f5dd944ec..144b8d2e1ba 100644
--- a/api-reference/beta/resources/intune-shared-windowsupdatestate.md
+++ b/api-reference/beta/resources/intune-shared-windowsupdatestate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "Intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# windowsUpdateState resource type
diff --git a/api-reference/beta/resources/managedtenants-tenantdetailedinformation.md b/api-reference/beta/resources/managedtenants-tenantdetailedinformation.md
index 079254f274e..3863b6e5db3 100644
--- a/api-reference/beta/resources/managedtenants-tenantdetailedinformation.md
+++ b/api-reference/beta/resources/managedtenants-tenantdetailedinformation.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# tenantDetailedInformation resource type
diff --git a/api-reference/beta/resources/meetingregistration.md b/api-reference/beta/resources/meetingregistration.md
index 783d6ee3cef..649afedd041 100644
--- a/api-reference/beta/resources/meetingregistration.md
+++ b/api-reference/beta/resources/meetingregistration.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
toc.title: Meeting registration (deprecated)
+ms.date: 07/11/2024
---
# meetingRegistration resource type (deprecated)
diff --git a/api-reference/beta/resources/mfadetail.md b/api-reference/beta/resources/mfadetail.md
index a1b73ba54fb..1af2452b7ee 100644
--- a/api-reference/beta/resources/mfadetail.md
+++ b/api-reference/beta/resources/mfadetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-monitoring-health"
author: "egreenberg14"
+ms.date: 05/09/2024
---
# mfaDetail resource type
diff --git a/api-reference/beta/resources/platformcredentialauthenticationmethod.md b/api-reference/beta/resources/platformcredentialauthenticationmethod.md
index 988b72d3cc0..a880cc99ed0 100644
--- a/api-reference/beta/resources/platformcredentialauthenticationmethod.md
+++ b/api-reference/beta/resources/platformcredentialauthenticationmethod.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
toc.title: Platform Credential
+ms.date: 07/22/2024
---
# platformCredentialAuthenticationMethod resource type
diff --git a/api-reference/beta/resources/security-impacteduserasset.md b/api-reference/beta/resources/security-impacteduserasset.md
index 513a62137ba..082e6e53f7b 100644
--- a/api-reference/beta/resources/security-impacteduserasset.md
+++ b/api-reference/beta/resources/security-impacteduserasset.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 03/06/2024
---
# impactedUserAsset resource type
diff --git a/api-reference/beta/resources/teamtemplate.md b/api-reference/beta/resources/teamtemplate.md
index 606c43eef0e..47dc2d44570 100644
--- a/api-reference/beta/resources/teamtemplate.md
+++ b/api-reference/beta/resources/teamtemplate.md
@@ -5,6 +5,7 @@ author: "MSFTRickyCastaneda"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 08/19/2024
---
# teamTemplate resource type
diff --git a/api-reference/beta/resources/useranalytics.md b/api-reference/beta/resources/useranalytics.md
index 045c9f11390..9941b1d3fca 100644
--- a/api-reference/beta/resources/useranalytics.md
+++ b/api-reference/beta/resources/useranalytics.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madehmer"
ms.subservice: "insights"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# userAnalytics resource type
diff --git a/api-reference/v1.0/api/accessreviewinstance-list-stages.md b/api-reference/v1.0/api/accessreviewinstance-list-stages.md
index a55077ef807..85df02a70ea 100644
--- a/api-reference/v1.0/api/accessreviewinstance-list-stages.md
+++ b/api-reference/v1.0/api/accessreviewinstance-list-stages.md
@@ -5,6 +5,7 @@ author: "isabelleatmsft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List stages (of an access review)
diff --git a/api-reference/v1.0/api/agreement-list-files.md b/api-reference/v1.0/api/agreement-list-files.md
index 279871518b6..98a133cde76 100644
--- a/api-reference/v1.0/api/agreement-list-files.md
+++ b/api-reference/v1.0/api/agreement-list-files.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-id-governance"
author: "AlexFilipin"
+ms.date: 04/04/2024
---
# List files (terms of use agreement files)
diff --git a/api-reference/v1.0/api/appmanagementpolicy-post-appliesto.md b/api-reference/v1.0/api/appmanagementpolicy-post-appliesto.md
index 725294535b0..192c7c3b843 100644
--- a/api-reference/v1.0/api/appmanagementpolicy-post-appliesto.md
+++ b/api-reference/v1.0/api/appmanagementpolicy-post-appliesto.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madansr7"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# Assign appliesTo
diff --git a/api-reference/v1.0/api/authenticationcontextclassreference-update.md b/api-reference/v1.0/api/authenticationcontextclassreference-update.md
index a5b9098b7b6..83454e95e4a 100644
--- a/api-reference/v1.0/api/authenticationcontextclassreference-update.md
+++ b/api-reference/v1.0/api/authenticationcontextclassreference-update.md
@@ -6,6 +6,7 @@ author: "swetha-rai"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update authenticationContextClassReference
diff --git a/api-reference/v1.0/api/backuprestoreroot-post-sharepointprotectionpolicies.md b/api-reference/v1.0/api/backuprestoreroot-post-sharepointprotectionpolicies.md
index ae1abc9c049..4f2b3fe661e 100644
--- a/api-reference/v1.0/api/backuprestoreroot-post-sharepointprotectionpolicies.md
+++ b/api-reference/v1.0/api/backuprestoreroot-post-sharepointprotectionpolicies.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Create sharePointProtectionPolicy
diff --git a/api-reference/v1.0/api/bookingbusiness-post-customquestions.md b/api-reference/v1.0/api/bookingbusiness-post-customquestions.md
index 54f3ac485c4..6460296e203 100644
--- a/api-reference/v1.0/api/bookingbusiness-post-customquestions.md
+++ b/api-reference/v1.0/api/bookingbusiness-post-customquestions.md
@@ -5,6 +5,7 @@ author: "razortbone"
ms.localizationpriority: medium
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Create bookingCustomQuestion
diff --git a/api-reference/v1.0/api/bundle-additem.md b/api-reference/v1.0/api/bundle-additem.md
index 49ad9580952..c30c95b7543 100644
--- a/api-reference/v1.0/api/bundle-additem.md
+++ b/api-reference/v1.0/api/bundle-additem.md
@@ -5,6 +5,7 @@ description: "Add item to a bundle of driveItems."
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Add item to a bundle
diff --git a/api-reference/v1.0/api/call-changescreensharingrole.md b/api-reference/v1.0/api/call-changescreensharingrole.md
index e56ece89fdf..458910817a2 100644
--- a/api-reference/v1.0/api/call-changescreensharingrole.md
+++ b/api-reference/v1.0/api/call-changescreensharingrole.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: changeScreenSharingRole
diff --git a/api-reference/v1.0/api/channel-removeemail.md b/api-reference/v1.0/api/channel-removeemail.md
index 6d9e66aad72..656e45bd740 100644
--- a/api-reference/v1.0/api/channel-removeemail.md
+++ b/api-reference/v1.0/api/channel-removeemail.md
@@ -5,6 +5,7 @@ author: "anandab-msft"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# channel: removeEmail
diff --git a/api-reference/v1.0/api/connectedorganization-get.md b/api-reference/v1.0/api/connectedorganization-get.md
index f65c3c48734..01bad692648 100644
--- a/api-reference/v1.0/api/connectedorganization-get.md
+++ b/api-reference/v1.0/api/connectedorganization-get.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get connectedOrganization
diff --git a/api-reference/v1.0/api/connectedorganization-update.md b/api-reference/v1.0/api/connectedorganization-update.md
index 2b1295270d4..f84fa982827 100644
--- a/api-reference/v1.0/api/connectedorganization-update.md
+++ b/api-reference/v1.0/api/connectedorganization-update.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update connectedOrganization
diff --git a/api-reference/v1.0/api/conversation-get.md b/api-reference/v1.0/api/conversation-get.md
index eff7352771e..eca0099e81c 100644
--- a/api-reference/v1.0/api/conversation-get.md
+++ b/api-reference/v1.0/api/conversation-get.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get conversation
diff --git a/api-reference/v1.0/api/conversation-post-threads.md b/api-reference/v1.0/api/conversation-post-threads.md
index 88023eb9dcc..6e7966939e7 100644
--- a/api-reference/v1.0/api/conversation-post-threads.md
+++ b/api-reference/v1.0/api/conversation-post-threads.md
@@ -5,6 +5,7 @@ author: "mikemcleanlive"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create thread
diff --git a/api-reference/v1.0/api/crosstenantidentitysyncpolicypartner-update.md b/api-reference/v1.0/api/crosstenantidentitysyncpolicypartner-update.md
index d5dad272e8a..e22afbafeef 100644
--- a/api-reference/v1.0/api/crosstenantidentitysyncpolicypartner-update.md
+++ b/api-reference/v1.0/api/crosstenantidentitysyncpolicypartner-update.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update crossTenantIdentitySyncPolicyPartner
diff --git a/api-reference/v1.0/api/documentsetversion-delete.md b/api-reference/v1.0/api/documentsetversion-delete.md
index fb394e916d1..6eab72e621d 100644
--- a/api-reference/v1.0/api/documentsetversion-delete.md
+++ b/api-reference/v1.0/api/documentsetversion-delete.md
@@ -5,6 +5,7 @@ author: "swapnil1993"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete documentSetVersion
diff --git a/api-reference/v1.0/api/drive-post-bundles.md b/api-reference/v1.0/api/drive-post-bundles.md
index 66530aba7d5..3485a4de67c 100644
--- a/api-reference/v1.0/api/drive-post-bundles.md
+++ b/api-reference/v1.0/api/drive-post-bundles.md
@@ -5,6 +5,7 @@ description: Create a bundle of driveItems
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create bundle
diff --git a/api-reference/v1.0/api/educationassignment-setupresourcesfolder.md b/api-reference/v1.0/api/educationassignment-setupresourcesfolder.md
index 5ad69c706ae..2badaa86b0e 100644
--- a/api-reference/v1.0/api/educationassignment-setupresourcesfolder.md
+++ b/api-reference/v1.0/api/educationassignment-setupresourcesfolder.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sharmas"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# educationAssignment: setUpResourcesFolder
diff --git a/api-reference/v1.0/api/educationschool-list.md b/api-reference/v1.0/api/educationschool-list.md
index 113151fd158..1c9d0d50847 100644
--- a/api-reference/v1.0/api/educationschool-list.md
+++ b/api-reference/v1.0/api/educationschool-list.md
@@ -5,6 +5,7 @@ author: "mlafleur"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 03/06/2024
---
# List educationSchools
diff --git a/api-reference/v1.0/api/externalconnectors-externalitem-update.md b/api-reference/v1.0/api/externalconnectors-externalitem-update.md
index 5c9e0934861..d4100a89c0b 100644
--- a/api-reference/v1.0/api/externalconnectors-externalitem-update.md
+++ b/api-reference/v1.0/api/externalconnectors-externalitem-update.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update externalItem
diff --git a/api-reference/v1.0/api/filestorage-delete-containers.md b/api-reference/v1.0/api/filestorage-delete-containers.md
index fbcb8220496..8387815ad49 100644
--- a/api-reference/v1.0/api/filestorage-delete-containers.md
+++ b/api-reference/v1.0/api/filestorage-delete-containers.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# Delete fileStorageContainer
diff --git a/api-reference/v1.0/api/filestoragecontainer-delete-permissions.md b/api-reference/v1.0/api/filestoragecontainer-delete-permissions.md
index 37b8a11634d..f7b22eb73cf 100644
--- a/api-reference/v1.0/api/filestoragecontainer-delete-permissions.md
+++ b/api-reference/v1.0/api/filestoragecontainer-delete-permissions.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# Delete permissions
diff --git a/api-reference/v1.0/api/filestoragecontainer-permanentdelete.md b/api-reference/v1.0/api/filestoragecontainer-permanentdelete.md
index c664312fba6..bc8470c0a7c 100644
--- a/api-reference/v1.0/api/filestoragecontainer-permanentdelete.md
+++ b/api-reference/v1.0/api/filestoragecontainer-permanentdelete.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 10/14/2024
---
# fileStorageContainer: permanentDelete
diff --git a/api-reference/v1.0/api/filestoragecontainer-post-customproperty.md b/api-reference/v1.0/api/filestoragecontainer-post-customproperty.md
index 42b030d8af6..d147ee035de 100644
--- a/api-reference/v1.0/api/filestoragecontainer-post-customproperty.md
+++ b/api-reference/v1.0/api/filestoragecontainer-post-customproperty.md
@@ -5,6 +5,7 @@ author: "tonchan-msft"
ms.localizationpriority: medium
ms.subservice: "onedrive"
doc_type: apiPageType
+ms.date: 09/26/2024
---
# Add custom properties to a fileStorageContainer
diff --git a/api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md b/api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md
index 77d385cdd6b..56e12845b55 100644
--- a/api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md
+++ b/api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# groupLifecyclePolicy: addGroup
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-update.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-update.md
index 4e120f8986c..a127e563942 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-update.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 06/25/2024
---
# Update homerealmdiscoverypolicy
diff --git a/api-reference/v1.0/api/identitycontainer-list-b2xuserflows.md b/api-reference/v1.0/api/identitycontainer-list-b2xuserflows.md
index ae03c1dab22..91a217856d5 100644
--- a/api-reference/v1.0/api/identitycontainer-list-b2xuserflows.md
+++ b/api-reference/v1.0/api/identitycontainer-list-b2xuserflows.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "nanguil"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List b2xIdentityUserFlows
diff --git a/api-reference/v1.0/api/identitygovernance-workflow-activate.md b/api-reference/v1.0/api/identitygovernance-workflow-activate.md
index d07f0d37346..4b038d34194 100644
--- a/api-reference/v1.0/api/identitygovernance-workflow-activate.md
+++ b/api-reference/v1.0/api/identitygovernance-workflow-activate.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# workflow: activate
diff --git a/api-reference/v1.0/api/identityprotectionroot-list-riskyserviceprincipals.md b/api-reference/v1.0/api/identityprotectionroot-list-riskyserviceprincipals.md
index a3b1d903e5e..2a52d700fff 100644
--- a/api-reference/v1.0/api/identityprotectionroot-list-riskyserviceprincipals.md
+++ b/api-reference/v1.0/api/identityprotectionroot-list-riskyserviceprincipals.md
@@ -5,6 +5,7 @@ author: "ebasseri"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List riskyServicePrincipals
diff --git a/api-reference/v1.0/api/intune-apps-ioslobapp-list.md b/api-reference/v1.0/api/intune-apps-ioslobapp-list.md
index 97119d5ea81..5cf5e553971 100644
--- a/api-reference/v1.0/api/intune-apps-ioslobapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-ioslobapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List iosLobApps
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-update.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-update.md
index 8eee3d15639..5d4448c68ed 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationassignment-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceConfigurationAssignment
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-update.md b/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-update.md
index 1cc20d18b4b..423df41fb34 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10compliancepolicy-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update windows10CompliancePolicy
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-get.md b/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-get.md
index f59b02da29d..67311a629f4 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10generalconfiguration-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windows10GeneralConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-devicecategory-update.md b/api-reference/v1.0/api/intune-devices-devicecategory-update.md
index e544d546b1a..676f371b061 100644
--- a/api-reference/v1.0/api/intune-devices-devicecategory-update.md
+++ b/api-reference/v1.0/api/intune-devices-devicecategory-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceCategory
diff --git a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md
index 0dce6bab137..a4e85a6d26a 100644
--- a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md
+++ b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get userExperienceAnalyticsDeviceStartupHistory
diff --git a/api-reference/v1.0/api/intune-enrollment-devicemanagement-get.md b/api-reference/v1.0/api/intune-enrollment-devicemanagement-get.md
index 1bf22b9eb10..6face8592bc 100644
--- a/api-reference/v1.0/api/intune-enrollment-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-enrollment-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md
index 8a290d97080..5b817c1e043 100644
--- a/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md
+++ b/api-reference/v1.0/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# unassignUserFromDevice action
diff --git a/api-reference/v1.0/api/intune-mam-managedapppolicy-list.md b/api-reference/v1.0/api/intune-mam-managedapppolicy-list.md
index 56cc9926a2c..697df626f8a 100644
--- a/api-reference/v1.0/api/intune-mam-managedapppolicy-list.md
+++ b/api-reference/v1.0/api/intune-mam-managedapppolicy-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedAppPolicies
diff --git a/api-reference/v1.0/api/intune-mam-managedappstatus-list.md b/api-reference/v1.0/api/intune-mam-managedappstatus-list.md
index 3de6bd023fb..76935a4a371 100644
--- a/api-reference/v1.0/api/intune-mam-managedappstatus-list.md
+++ b/api-reference/v1.0/api/intune-mam-managedappstatus-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedAppStatuses
diff --git a/api-reference/v1.0/api/intune-mam-managedmobileapp-list.md b/api-reference/v1.0/api/intune-mam-managedmobileapp-list.md
index 43be9981111..390052fc6f0 100644
--- a/api-reference/v1.0/api/intune-mam-managedmobileapp-list.md
+++ b/api-reference/v1.0/api/intune-mam-managedmobileapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List managedMobileApps
diff --git a/api-reference/v1.0/api/intune-mam-user-get.md b/api-reference/v1.0/api/intune-mam-user-get.md
index 148c1c7664a..89a80f01f8c 100644
--- a/api-reference/v1.0/api/intune-mam-user-get.md
+++ b/api-reference/v1.0/api/intune-mam-user-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get user
diff --git a/api-reference/v1.0/api/intune-onboarding-user-update.md b/api-reference/v1.0/api/intune-onboarding-user-update.md
index 8002171c6e2..33a75520905 100644
--- a/api-reference/v1.0/api/intune-onboarding-user-update.md
+++ b/api-reference/v1.0/api/intune-onboarding-user-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update user
diff --git a/api-reference/v1.0/api/intune-onboarding-vpptoken-get.md b/api-reference/v1.0/api/intune-onboarding-vpptoken-get.md
index 928ff63a547..81ab37a4929 100644
--- a/api-reference/v1.0/api/intune-onboarding-vpptoken-get.md
+++ b/api-reference/v1.0/api/intune-onboarding-vpptoken-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get vppToken
diff --git a/api-reference/v1.0/api/intune-rbac-roledefinition-create.md b/api-reference/v1.0/api/intune-rbac-roledefinition-create.md
index 9993a41665a..8e0dd3af314 100644
--- a/api-reference/v1.0/api/intune-rbac-roledefinition-create.md
+++ b/api-reference/v1.0/api/intune-rbac-roledefinition-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create roleDefinition
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagement-get.md b/api-reference/v1.0/api/intune-reporting-devicemanagement-get.md
index fd47394433d..308ef25c026 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/multitenantorganization-delete-tenants.md b/api-reference/v1.0/api/multitenantorganization-delete-tenants.md
index a4a375bb44d..b3af6861b20 100644
--- a/api-reference/v1.0/api/multitenantorganization-delete-tenants.md
+++ b/api-reference/v1.0/api/multitenantorganization-delete-tenants.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Remove multiTenantOrganizationMember
diff --git a/api-reference/v1.0/api/multitenantorganization-get.md b/api-reference/v1.0/api/multitenantorganization-get.md
index aef13fce018..8ce69230465 100644
--- a/api-reference/v1.0/api/multitenantorganization-get.md
+++ b/api-reference/v1.0/api/multitenantorganization-get.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get multiTenantOrganization
diff --git a/api-reference/v1.0/api/nameditem-get.md b/api-reference/v1.0/api/nameditem-get.md
index 72b6a9475cd..479db6924f5 100644
--- a/api-reference/v1.0/api/nameditem-get.md
+++ b/api-reference/v1.0/api/nameditem-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ruoyingl"
ms.subservice: excel
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Get NamedItem
diff --git a/api-reference/v1.0/api/namedlocation-delete.md b/api-reference/v1.0/api/namedlocation-delete.md
index 8bea88c2d5e..4f89f40ba2e 100644
--- a/api-reference/v1.0/api/namedlocation-delete.md
+++ b/api-reference/v1.0/api/namedlocation-delete.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Delete namedLocation
diff --git a/api-reference/v1.0/api/onattributecollectionexternalusersselfservicesignup-list-attributes.md b/api-reference/v1.0/api/onattributecollectionexternalusersselfservicesignup-list-attributes.md
index 222f04bdabd..5c8ee9dfe65 100644
--- a/api-reference/v1.0/api/onattributecollectionexternalusersselfservicesignup-list-attributes.md
+++ b/api-reference/v1.0/api/onattributecollectionexternalusersselfservicesignup-list-attributes.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List attributes (of a user flow)
diff --git a/api-reference/v1.0/api/onenote-list-sectiongroups.md b/api-reference/v1.0/api/onenote-list-sectiongroups.md
index 110b7f4cc69..c3710cf63c6 100644
--- a/api-reference/v1.0/api/onenote-list-sectiongroups.md
+++ b/api-reference/v1.0/api/onenote-list-sectiongroups.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List sectionGroups
diff --git a/api-reference/v1.0/api/onenoteoperation-get.md b/api-reference/v1.0/api/onenoteoperation-get.md
index 73758d3295c..ba554015ef3 100644
--- a/api-reference/v1.0/api/onenoteoperation-get.md
+++ b/api-reference/v1.0/api/onenoteoperation-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jewan-microsoft"
ms.subservice: "onenote"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get onenoteOperation
diff --git a/api-reference/v1.0/api/organizationalbranding-post-localizations.md b/api-reference/v1.0/api/organizationalbranding-post-localizations.md
index 729810180ed..71b6502bcaf 100644
--- a/api-reference/v1.0/api/organizationalbranding-post-localizations.md
+++ b/api-reference/v1.0/api/organizationalbranding-post-localizations.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create organizationalBrandingLocalization
diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md
index 7b9514d4e2c..929f8dedd35 100644
--- a/api-reference/v1.0/api/payloaddetail-get.md
+++ b/api-reference/v1.0/api/payloaddetail-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get payloadDetail
diff --git a/api-reference/v1.0/api/plannerbuckettaskboardtaskformat-get.md b/api-reference/v1.0/api/plannerbuckettaskboardtaskformat-get.md
index 3dde4ba47a0..c0b7d17d65b 100644
--- a/api-reference/v1.0/api/plannerbuckettaskboardtaskformat-get.md
+++ b/api-reference/v1.0/api/plannerbuckettaskboardtaskformat-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerBucketTaskBoardTaskFormat
diff --git a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedule-get.md b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedule-get.md
index 418e063507d..53a52c50608 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedule-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedule-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupAssignmentSchedule
diff --git a/api-reference/v1.0/api/protectionrulebase-delete.md b/api-reference/v1.0/api/protectionrulebase-delete.md
index f18f9ea5e53..6f08151f376 100644
--- a/api-reference/v1.0/api/protectionrulebase-delete.md
+++ b/api-reference/v1.0/api/protectionrulebase-delete.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Delete protectionRuleBase
diff --git a/api-reference/v1.0/api/reportroot-getoffice365groupsactivityfilecounts.md b/api-reference/v1.0/api/reportroot-getoffice365groupsactivityfilecounts.md
index b93889cfe86..8b871ae2c94 100644
--- a/api-reference/v1.0/api/reportroot-getoffice365groupsactivityfilecounts.md
+++ b/api-reference/v1.0/api/reportroot-getoffice365groupsactivityfilecounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getOffice365GroupsActivityFileCounts
diff --git a/api-reference/v1.0/api/restoresessionbase-get.md b/api-reference/v1.0/api/restoresessionbase-get.md
index 4f3028fec22..67967fd033a 100644
--- a/api-reference/v1.0/api/restoresessionbase-get.md
+++ b/api-reference/v1.0/api/restoresessionbase-get.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Get restoreSessionBase
diff --git a/api-reference/v1.0/api/schedule-post-timesoff.md b/api-reference/v1.0/api/schedule-post-timesoff.md
index 9822d16b5c2..9056d740072 100644
--- a/api-reference/v1.0/api/schedule-post-timesoff.md
+++ b/api-reference/v1.0/api/schedule-post-timesoff.md
@@ -5,6 +5,7 @@ author: "akumar39"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# Create timeOff
diff --git a/api-reference/v1.0/api/securescorecontrolprofile-update.md b/api-reference/v1.0/api/securescorecontrolprofile-update.md
index 790a1bbab1f..7683e261b69 100644
--- a/api-reference/v1.0/api/securescorecontrolprofile-update.md
+++ b/api-reference/v1.0/api/securescorecontrolprofile-update.md
@@ -5,6 +5,7 @@ author: "preetikr"
ms.localizationpriority: medium
ms.subservice: security
doc_type: apiPageType
+ms.date: 03/06/2024
---
# Update secureScoreControlProfile
diff --git a/api-reference/v1.0/api/security-caseoperation-get.md b/api-reference/v1.0/api/security-caseoperation-get.md
index 83f1e21bdbd..61f6b32c051 100644
--- a/api-reference/v1.0/api/security-caseoperation-get.md
+++ b/api-reference/v1.0/api/security-caseoperation-get.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Get caseOperation
diff --git a/api-reference/v1.0/api/security-ediscoverycase-post-legalholds.md b/api-reference/v1.0/api/security-ediscoverycase-post-legalholds.md
index 008031d2732..308e42fe059 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-post-legalholds.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-post-legalholds.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 10/30/2024
---
# Create ediscoveryHoldPolicy
diff --git a/api-reference/v1.0/api/security-ediscoverysearch-exportreport.md b/api-reference/v1.0/api/security-ediscoverysearch-exportreport.md
index 1807407a3b4..828f039cb11 100644
--- a/api-reference/v1.0/api/security-ediscoverysearch-exportreport.md
+++ b/api-reference/v1.0/api/security-ediscoverysearch-exportreport.md
@@ -5,6 +5,7 @@ author: "pamehra"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 10/30/2024
---
# ediscoverySearch: exportReport
diff --git a/api-reference/v1.0/api/security-ediscoverysearch-get.md b/api-reference/v1.0/api/security-ediscoverysearch-get.md
index e5301ca11ed..b8c5b04119a 100644
--- a/api-reference/v1.0/api/security-ediscoverysearch-get.md
+++ b/api-reference/v1.0/api/security-ediscoverysearch-get.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Get ediscoverySearch
diff --git a/api-reference/v1.0/api/security-retentionevent-post.md b/api-reference/v1.0/api/security-retentionevent-post.md
index 767244ccbc1..957f6f68f52 100644
--- a/api-reference/v1.0/api/security-retentionevent-post.md
+++ b/api-reference/v1.0/api/security-retentionevent-post.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create retentionEvent
diff --git a/api-reference/v1.0/api/security-threatintelligence-list-whoisrecords.md b/api-reference/v1.0/api/security-threatintelligence-list-whoisrecords.md
index 391a07031d4..ca05c816fdf 100644
--- a/api-reference/v1.0/api/security-threatintelligence-list-whoisrecords.md
+++ b/api-reference/v1.0/api/security-threatintelligence-list-whoisrecords.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List whoisRecords
diff --git a/api-reference/v1.0/api/table-converttorange.md b/api-reference/v1.0/api/table-converttorange.md
index 462e1787b7c..284c021f840 100644
--- a/api-reference/v1.0/api/table-converttorange.md
+++ b/api-reference/v1.0/api/table-converttorange.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Table: convertToRange
diff --git a/api-reference/v1.0/api/termsofusecontainer-list-agreements.md b/api-reference/v1.0/api/termsofusecontainer-list-agreements.md
index 594b959467d..72c4bdd7140 100644
--- a/api-reference/v1.0/api/termsofusecontainer-list-agreements.md
+++ b/api-reference/v1.0/api/termsofusecontainer-list-agreements.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-id-governance"
author: "AlexFilipin"
+ms.date: 04/04/2024
---
# List agreements
diff --git a/api-reference/v1.0/api/tokenissuancepolicy-list.md b/api-reference/v1.0/api/tokenissuancepolicy-list.md
index 9a818524d19..311efe40c20 100644
--- a/api-reference/v1.0/api/tokenissuancepolicy-list.md
+++ b/api-reference/v1.0/api/tokenissuancepolicy-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "luleonpla"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List tokenIssuancePolicy
diff --git a/api-reference/v1.0/api/unifiedroleassignmentschedule-get.md b/api-reference/v1.0/api/unifiedroleassignmentschedule-get.md
index 46c1dd08ca3..f2dcda3e464 100644
--- a/api-reference/v1.0/api/unifiedroleassignmentschedule-get.md
+++ b/api-reference/v1.0/api/unifiedroleassignmentschedule-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleAssignmentSchedule
diff --git a/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-get.md b/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-get.md
index daf64375182..1bb62f19447 100644
--- a/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-get.md
+++ b/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleEligibilityScheduleInstance
diff --git a/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md b/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
index f843b20bf69..7d9247b40c0 100644
--- a/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# unifiedRoleEligibilityScheduleRequest: filterByCurrentUser
diff --git a/api-reference/v1.0/api/userinsightssettings-get.md b/api-reference/v1.0/api/userinsightssettings-get.md
index a2a61cf7468..4efa64b6160 100644
--- a/api-reference/v1.0/api/userinsightssettings-get.md
+++ b/api-reference/v1.0/api/userinsightssettings-get.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: "apiPageType"
+ms.date: 08/13/2024
---
# Get userInsightsSettings
diff --git a/api-reference/v1.0/api/usersettings-list-windows.md b/api-reference/v1.0/api/usersettings-list-windows.md
index 7a79e7d82e2..ce08ce9f093 100644
--- a/api-reference/v1.0/api/usersettings-list-windows.md
+++ b/api-reference/v1.0/api/usersettings-list-windows.md
@@ -5,6 +5,7 @@ author: "MS-Arko"
ms.localizationpriority: medium
ms.subservice: "project-rome"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List Windows settings
diff --git a/api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md b/api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md
index be5606d5822..e842bfe6c18 100644
--- a/api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md
+++ b/api-reference/v1.0/api/virtualeventwebinarregistrationconfiguration-get.md
@@ -5,6 +5,7 @@ author: "frankpeng7"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Get virtualEventWebinarRegistrationConfiguration
diff --git a/api-reference/v1.0/api/workbookpivottable-refresh.md b/api-reference/v1.0/api/workbookpivottable-refresh.md
index 1d4d961c669..47b5377eba9 100644
--- a/api-reference/v1.0/api/workbookpivottable-refresh.md
+++ b/api-reference/v1.0/api/workbookpivottable-refresh.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# workbookPivotTable: refresh
diff --git a/api-reference/v1.0/api/workflow-list-executionscope.md b/api-reference/v1.0/api/workflow-list-executionscope.md
index f339b159727..671f114fe78 100644
--- a/api-reference/v1.0/api/workflow-list-executionscope.md
+++ b/api-reference/v1.0/api/workflow-list-executionscope.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List executionScope
diff --git a/api-reference/v1.0/api/workingtimeschedule-get.md b/api-reference/v1.0/api/workingtimeschedule-get.md
index 147c319aebe..d8ff1ea049d 100644
--- a/api-reference/v1.0/api/workingtimeschedule-get.md
+++ b/api-reference/v1.0/api/workingtimeschedule-get.md
@@ -5,6 +5,7 @@ author: "galalalym"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# Get workingTimeSchedule
@@ -89,4 +90,4 @@ Content-Type: application/json
"id": "da5f72af-450e-56fc-10d7-afc9acb40cc0"
}
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/v1.0/api/worksheet-post-charts.md b/api-reference/v1.0/api/worksheet-post-charts.md
index 9d5b9477190..3db4515c005 100644
--- a/api-reference/v1.0/api/worksheet-post-charts.md
+++ b/api-reference/v1.0/api/worksheet-post-charts.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# Create Chart
diff --git a/api-reference/v1.0/api/worksheetprotection-unprotect.md b/api-reference/v1.0/api/worksheetprotection-unprotect.md
index 231a34e4850..e785466c85b 100644
--- a/api-reference/v1.0/api/worksheetprotection-unprotect.md
+++ b/api-reference/v1.0/api/worksheetprotection-unprotect.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# WorksheetProtection: unprotect
diff --git a/api-reference/v1.0/resources/accesspackageassignmentrequestworkflowextension.md b/api-reference/v1.0/resources/accesspackageassignmentrequestworkflowextension.md
index 297dc2fbf4a..e31261c552b 100644
--- a/api-reference/v1.0/resources/accesspackageassignmentrequestworkflowextension.md
+++ b/api-reference/v1.0/resources/accesspackageassignmentrequestworkflowextension.md
@@ -5,6 +5,7 @@ author: "vikama-microsoft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessPackageAssignmentRequestWorkflowExtension resource type
diff --git a/api-reference/v1.0/resources/accessreviewhistoryinstance.md b/api-reference/v1.0/resources/accessreviewhistoryinstance.md
index 3c6c5896cac..18d61f65dbd 100644
--- a/api-reference/v1.0/resources/accessreviewhistoryinstance.md
+++ b/api-reference/v1.0/resources/accessreviewhistoryinstance.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# accessReviewHistoryInstance resource type
diff --git a/api-reference/v1.0/resources/apphostedmediaconfig.md b/api-reference/v1.0/resources/apphostedmediaconfig.md
index 930118ae2d4..5ca0fa6e301 100644
--- a/api-reference/v1.0/resources/apphostedmediaconfig.md
+++ b/api-reference/v1.0/resources/apphostedmediaconfig.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# appHostedMediaConfig resource type
diff --git a/api-reference/v1.0/resources/attachmentitem.md b/api-reference/v1.0/resources/attachmentitem.md
index 35573a12ede..679365ffdc2 100644
--- a/api-reference/v1.0/resources/attachmentitem.md
+++ b/api-reference/v1.0/resources/attachmentitem.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: "resourcePageType"
+ms.date: 04/03/2024
---
# attachmentItem resource type
diff --git a/api-reference/v1.0/resources/audioconferencing.md b/api-reference/v1.0/resources/audioconferencing.md
index fdc07df195c..9ece7088eb6 100644
--- a/api-reference/v1.0/resources/audioconferencing.md
+++ b/api-reference/v1.0/resources/audioconferencing.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# audioConferencing resource type
diff --git a/api-reference/v1.0/resources/bookingreminder.md b/api-reference/v1.0/resources/bookingreminder.md
index 906d24a88cb..f1f7480e71e 100644
--- a/api-reference/v1.0/resources/bookingreminder.md
+++ b/api-reference/v1.0/resources/bookingreminder.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# bookingReminder resource type
diff --git a/api-reference/v1.0/resources/calculatedcolumn.md b/api-reference/v1.0/resources/calculatedcolumn.md
index edc93e78753..9d02ab91eb7 100644
--- a/api-reference/v1.0/resources/calculatedcolumn.md
+++ b/api-reference/v1.0/resources/calculatedcolumn.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The calculated column on a columnDefinition resource indicates that the column's data is calculated based on other columns in the site."
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# calculatedColumn resource type
diff --git a/api-reference/v1.0/resources/callrecordingeventmessagedetail.md b/api-reference/v1.0/resources/callrecordingeventmessagedetail.md
index 9188d947b3b..af3588ca28e 100644
--- a/api-reference/v1.0/resources/callrecordingeventmessagedetail.md
+++ b/api-reference/v1.0/resources/callrecordingeventmessagedetail.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# callRecordingEventMessageDetail resource type
diff --git a/api-reference/v1.0/resources/callrecords-participantbase.md b/api-reference/v1.0/resources/callrecords-participantbase.md
index cccc3e1e3e2..5a798be3442 100644
--- a/api-reference/v1.0/resources/callrecords-participantbase.md
+++ b/api-reference/v1.0/resources/callrecords-participantbase.md
@@ -5,6 +5,7 @@ title: "participantBase resource type"
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "cloud-communications"
+ms.date: 05/28/2024
---
# participantBase resource type
diff --git a/api-reference/v1.0/resources/callrecords-serviceendpoint.md b/api-reference/v1.0/resources/callrecords-serviceendpoint.md
index b9f2e604255..54f78757408 100644
--- a/api-reference/v1.0/resources/callrecords-serviceendpoint.md
+++ b/api-reference/v1.0/resources/callrecords-serviceendpoint.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mcm223"
ms.subservice: "cloud-communications"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# serviceEndpoint resource type
diff --git a/api-reference/v1.0/resources/chatmessagehistoryitem.md b/api-reference/v1.0/resources/chatmessagehistoryitem.md
index f79757f35c5..77c91bd6dd0 100644
--- a/api-reference/v1.0/resources/chatmessagehistoryitem.md
+++ b/api-reference/v1.0/resources/chatmessagehistoryitem.md
@@ -5,6 +5,7 @@ author: "agnesliu"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# chatMessageHistoryItem resource type
diff --git a/api-reference/v1.0/resources/cloudpconpremisesconnection.md b/api-reference/v1.0/resources/cloudpconpremisesconnection.md
index 767ed438a6a..0181189cf68 100644
--- a/api-reference/v1.0/resources/cloudpconpremisesconnection.md
+++ b/api-reference/v1.0/resources/cloudpconpremisesconnection.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType,
toc.title: Cloud PC Azure network connection
+ms.date: 10/21/2024
---
# cloudPcOnPremisesConnection resource type
diff --git a/api-reference/v1.0/resources/conditionalaccessdevices.md b/api-reference/v1.0/resources/conditionalaccessdevices.md
index 1ead83c84b0..565eebd3f87 100644
--- a/api-reference/v1.0/resources/conditionalaccessdevices.md
+++ b/api-reference/v1.0/resources/conditionalaccessdevices.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SanDeo-MSFT"
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# conditionalAccessDevices resource type
diff --git a/api-reference/v1.0/resources/conditionalaccesslocations.md b/api-reference/v1.0/resources/conditionalaccesslocations.md
index 16aeb8b6f8b..d5923ac6c02 100644
--- a/api-reference/v1.0/resources/conditionalaccesslocations.md
+++ b/api-reference/v1.0/resources/conditionalaccesslocations.md
@@ -6,6 +6,7 @@ author: "lisaychuang"
ms.reviewer: conditionalaccesspm
ms.subservice: "entra-sign-in"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# conditionalAccessLocations resource type
diff --git a/api-reference/v1.0/resources/controlscore.md b/api-reference/v1.0/resources/controlscore.md
index bf4af26ff27..77cb695bf71 100644
--- a/api-reference/v1.0/resources/controlscore.md
+++ b/api-reference/v1.0/resources/controlscore.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: preetikr
ms.subservice: security
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# controlScore resource type
diff --git a/api-reference/v1.0/resources/crosstenantaccesspolicyb2bsetting.md b/api-reference/v1.0/resources/crosstenantaccesspolicyb2bsetting.md
index 2a3a6981bc8..6deee4fb190 100644
--- a/api-reference/v1.0/resources/crosstenantaccesspolicyb2bsetting.md
+++ b/api-reference/v1.0/resources/crosstenantaccesspolicyb2bsetting.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# crossTenantAccessPolicyB2BSetting resource type
diff --git a/api-reference/v1.0/resources/customextensionendpointconfiguration.md b/api-reference/v1.0/resources/customextensionendpointconfiguration.md
index a363a345e1c..d0596bec85c 100644
--- a/api-reference/v1.0/resources/customextensionendpointconfiguration.md
+++ b/api-reference/v1.0/resources/customextensionendpointconfiguration.md
@@ -5,6 +5,7 @@ author: "vikama-microsoft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# customExtensionEndpointConfiguration resource type
diff --git a/api-reference/v1.0/resources/delegatedpermissionclassification.md b/api-reference/v1.0/resources/delegatedpermissionclassification.md
index a383745d849..96c9b5f8346 100644
--- a/api-reference/v1.0/resources/delegatedpermissionclassification.md
+++ b/api-reference/v1.0/resources/delegatedpermissionclassification.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "psignoret"
+ms.date: 03/06/2024
---
# delegatedPermissionClassification resource type
diff --git a/api-reference/v1.0/resources/driveprotectionunit.md b/api-reference/v1.0/resources/driveprotectionunit.md
index 071b27f5858..be24f9d86c2 100644
--- a/api-reference/v1.0/resources/driveprotectionunit.md
+++ b/api-reference/v1.0/resources/driveprotectionunit.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# driveProtectionUnit resource type
diff --git a/api-reference/v1.0/resources/endusernotification.md b/api-reference/v1.0/resources/endusernotification.md
index b75ea2e6d05..1b6e05fb577 100644
--- a/api-reference/v1.0/resources/endusernotification.md
+++ b/api-reference/v1.0/resources/endusernotification.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# endUserNotification resource type
diff --git a/api-reference/v1.0/resources/entitlementmanagement.md b/api-reference/v1.0/resources/entitlementmanagement.md
index caf564ecb98..c5bd739f23e 100644
--- a/api-reference/v1.0/resources/entitlementmanagement.md
+++ b/api-reference/v1.0/resources/entitlementmanagement.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# entitlementManagement resource type
diff --git a/api-reference/v1.0/resources/entitlementmanagementschedule.md b/api-reference/v1.0/resources/entitlementmanagementschedule.md
index 22ce098fde3..0e758f1978d 100644
--- a/api-reference/v1.0/resources/entitlementmanagementschedule.md
+++ b/api-reference/v1.0/resources/entitlementmanagementschedule.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# entitlementManagementSchedule resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-urltoitemresolverbase.md b/api-reference/v1.0/resources/externalconnectors-urltoitemresolverbase.md
index 5e04cfa2eeb..1bb59652b0d 100644
--- a/api-reference/v1.0/resources/externalconnectors-urltoitemresolverbase.md
+++ b/api-reference/v1.0/resources/externalconnectors-urltoitemresolverbase.md
@@ -5,6 +5,7 @@ author: "sacampbe-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# urlToItemResolverBase resource type
@@ -38,4 +39,4 @@ The following JSON representation shows the resource type.
## Related content
Types that inherit from the [urlToItemResolverBase](externalconnectors-urlToItemResolverBase.md) abstract base type.
-- [itemIdResolver](externalconnectors-itemidresolver.md)
\ No newline at end of file
+- [itemIdResolver](externalconnectors-itemidresolver.md)
diff --git a/api-reference/v1.0/resources/identityapiconnector.md b/api-reference/v1.0/resources/identityapiconnector.md
index 816fd6b2f1e..ae25a76dfe9 100644
--- a/api-reference/v1.0/resources/identityapiconnector.md
+++ b/api-reference/v1.0/resources/identityapiconnector.md
@@ -5,6 +5,7 @@ author: "nickgmicrosoft"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# identityApiConnector resource type
diff --git a/api-reference/v1.0/resources/identitygovernance.md b/api-reference/v1.0/resources/identitygovernance.md
index 14ba31dc6ca..1b67a0dbb22 100644
--- a/api-reference/v1.0/resources/identitygovernance.md
+++ b/api-reference/v1.0/resources/identitygovernance.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "resourcePageType"
+ms.date: 03/08/2024
---
# identityGovernance resource type
diff --git a/api-reference/v1.0/resources/identityuserflowattributeassignment.md b/api-reference/v1.0/resources/identityuserflowattributeassignment.md
index 5f0dd39251a..cdc2c0840d4 100644
--- a/api-reference/v1.0/resources/identityuserflowattributeassignment.md
+++ b/api-reference/v1.0/resources/identityuserflowattributeassignment.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# identityUserFlowAttributeAssignment resource type
diff --git a/api-reference/v1.0/resources/image.md b/api-reference/v1.0/resources/image.md
index 20bce67dd07..a412ee7e8da 100644
--- a/api-reference/v1.0/resources/image.md
+++ b/api-reference/v1.0/resources/image.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The image resource groups image-related properties into a single structure."
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# image resource type
diff --git a/api-reference/v1.0/resources/insights-sharingdetail.md b/api-reference/v1.0/resources/insights-sharingdetail.md
index e423ae55469..aa0dc00ea57 100644
--- a/api-reference/v1.0/resources/insights-sharingdetail.md
+++ b/api-reference/v1.0/resources/insights-sharingdetail.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# sharingDetail resource type
diff --git a/api-reference/v1.0/resources/intune-apps-iosvppapp.md b/api-reference/v1.0/resources/intune-apps-iosvppapp.md
index 27769ecf849..8d9d84daedc 100644
--- a/api-reference/v1.0/resources/intune-apps-iosvppapp.md
+++ b/api-reference/v1.0/resources/intune-apps-iosvppapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# iosVppApp resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileappassignmentsettings.md b/api-reference/v1.0/resources/intune-apps-mobileappassignmentsettings.md
index 0dc6ccf6c23..0c7677f880a 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileappassignmentsettings.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileappassignmentsettings.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# mobileAppAssignmentSettings resource type
diff --git a/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemrule.md b/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemrule.md
index 7d19104e634..664e46b7c91 100644
--- a/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemrule.md
+++ b/api-reference/v1.0/resources/intune-apps-win32lobappfilesystemrule.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# win32LobAppFileSystemRule resource type
diff --git a/api-reference/v1.0/resources/intune-apps-windowsminimumoperatingsystem.md b/api-reference/v1.0/resources/intune-apps-windowsminimumoperatingsystem.md
index 64335e47ddc..a7aa42e7a2f 100644
--- a/api-reference/v1.0/resources/intune-apps-windowsminimumoperatingsystem.md
+++ b/api-reference/v1.0/resources/intune-apps-windowsminimumoperatingsystem.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsMinimumOperatingSystem resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md
index aedfec66ff5..479b683d8e8 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationDeviceStateSummary resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-omasetting.md b/api-reference/v1.0/resources/intune-deviceconfig-omasetting.md
index 0254b3bba22..b2798375887 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-omasetting.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-omasetting.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# omaSetting resource type
diff --git a/api-reference/v1.0/resources/intune-devices-applepushnotificationcertificate.md b/api-reference/v1.0/resources/intune-devices-applepushnotificationcertificate.md
index fc9126793ca..fc07c2703ba 100644
--- a/api-reference/v1.0/resources/intune-devices-applepushnotificationcertificate.md
+++ b/api-reference/v1.0/resources/intune-devices-applepushnotificationcertificate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# applePushNotificationCertificate resource type
diff --git a/api-reference/v1.0/resources/intune-devices-devicelogcollectionrequest.md b/api-reference/v1.0/resources/intune-devices-devicelogcollectionrequest.md
index 40c75bdd979..9831a1e075b 100644
--- a/api-reference/v1.0/resources/intune-devices-devicelogcollectionrequest.md
+++ b/api-reference/v1.0/resources/intune-devices-devicelogcollectionrequest.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceLogCollectionRequest resource type
diff --git a/api-reference/v1.0/resources/intune-mam-androidmanagedappprotection.md b/api-reference/v1.0/resources/intune-mam-androidmanagedappprotection.md
index d175cee92b6..878a6a5e6a7 100644
--- a/api-reference/v1.0/resources/intune-mam-androidmanagedappprotection.md
+++ b/api-reference/v1.0/resources/intune-mam-androidmanagedappprotection.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidManagedAppProtection resource type
diff --git a/api-reference/v1.0/resources/intune-mam-managedappregistration.md b/api-reference/v1.0/resources/intune-mam-managedappregistration.md
index 6ab695ee803..7cd5164e6a4 100644
--- a/api-reference/v1.0/resources/intune-mam-managedappregistration.md
+++ b/api-reference/v1.0/resources/intune-mam-managedappregistration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedAppRegistration resource type
diff --git a/api-reference/v1.0/resources/intune-onboarding-devicecategory.md b/api-reference/v1.0/resources/intune-onboarding-devicecategory.md
index da224f06424..a458e76cc67 100644
--- a/api-reference/v1.0/resources/intune-onboarding-devicecategory.md
+++ b/api-reference/v1.0/resources/intune-onboarding-devicecategory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceCategory resource type
diff --git a/api-reference/v1.0/resources/intune-onboarding-enrollmentconfigurationassignment.md b/api-reference/v1.0/resources/intune-onboarding-enrollmentconfigurationassignment.md
index 2b5d25e0cbe..e8bf6a74001 100644
--- a/api-reference/v1.0/resources/intune-onboarding-enrollmentconfigurationassignment.md
+++ b/api-reference/v1.0/resources/intune-onboarding-enrollmentconfigurationassignment.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# enrollmentConfigurationAssignment resource type
diff --git a/api-reference/v1.0/resources/intune-onboarding-vpptoken.md b/api-reference/v1.0/resources/intune-onboarding-vpptoken.md
index 384d7cc1e19..40aeb7ed38d 100644
--- a/api-reference/v1.0/resources/intune-onboarding-vpptoken.md
+++ b/api-reference/v1.0/resources/intune-onboarding-vpptoken.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# vppToken resource type
diff --git a/api-reference/v1.0/resources/locationconstraint.md b/api-reference/v1.0/resources/locationconstraint.md
index 50ec2979d6e..2c1f9d9c50e 100644
--- a/api-reference/v1.0/resources/locationconstraint.md
+++ b/api-reference/v1.0/resources/locationconstraint.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: calendar
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# locationConstraint resource type
diff --git a/api-reference/v1.0/resources/ontokenissuancestartlistener.md b/api-reference/v1.0/resources/ontokenissuancestartlistener.md
index 0fbdde0dded..6b7728e7647 100644
--- a/api-reference/v1.0/resources/ontokenissuancestartlistener.md
+++ b/api-reference/v1.0/resources/ontokenissuancestartlistener.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/15/2024
---
# onTokenIssuanceStartListener resource type
diff --git a/api-reference/v1.0/resources/participantinfo.md b/api-reference/v1.0/resources/participantinfo.md
index 5d756dfe5c2..eac58ef8c3d 100644
--- a/api-reference/v1.0/resources/participantinfo.md
+++ b/api-reference/v1.0/resources/participantinfo.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# participantInfo resource type
diff --git a/api-reference/v1.0/resources/permissiongrantconditionset.md b/api-reference/v1.0/resources/permissiongrantconditionset.md
index 9ce27c98e14..810d917efbc 100644
--- a/api-reference/v1.0/resources/permissiongrantconditionset.md
+++ b/api-reference/v1.0/resources/permissiongrantconditionset.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "psignoret"
+ms.date: 03/06/2024
---
# permissionGrantConditionSet resource type
diff --git a/api-reference/v1.0/resources/privilegedaccessgroupeligibilityscheduleinstance.md b/api-reference/v1.0/resources/privilegedaccessgroupeligibilityscheduleinstance.md
index 31fa696b307..44bac6d8d10 100644
--- a/api-reference/v1.0/resources/privilegedaccessgroupeligibilityscheduleinstance.md
+++ b/api-reference/v1.0/resources/privilegedaccessgroupeligibilityscheduleinstance.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
toc.title: Eligibility schedule instance
+ms.date: 07/22/2024
---
# privilegedAccessGroupEligibilityScheduleInstance resource type
diff --git a/api-reference/v1.0/resources/provisionedplan.md b/api-reference/v1.0/resources/provisionedplan.md
index 9ee73b35d04..8509e234c71 100644
--- a/api-reference/v1.0/resources/provisionedplan.md
+++ b/api-reference/v1.0/resources/provisionedplan.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "sauwat"
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 10/22/2024
---
# provisionedPlan resource type
diff --git a/api-reference/v1.0/resources/riskyuserhistoryitem.md b/api-reference/v1.0/resources/riskyuserhistoryitem.md
index 21ce291ede2..306fc0358f7 100644
--- a/api-reference/v1.0/resources/riskyuserhistoryitem.md
+++ b/api-reference/v1.0/resources/riskyuserhistoryitem.md
@@ -5,6 +5,7 @@ author: "tracyshi"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# riskyUserHistoryItem resource type
diff --git a/api-reference/v1.0/resources/search-qna.md b/api-reference/v1.0/resources/search-qna.md
index 6a6226ddd7f..9e4a2d5a529 100644
--- a/api-reference/v1.0/resources/search-qna.md
+++ b/api-reference/v1.0/resources/search-qna.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# qna resource type
diff --git a/api-reference/v1.0/resources/security-ediscoveryholdpolicy.md b/api-reference/v1.0/resources/security-ediscoveryholdpolicy.md
index 17aee48b0ec..4c3b4c408f2 100644
--- a/api-reference/v1.0/resources/security-ediscoveryholdpolicy.md
+++ b/api-reference/v1.0/resources/security-ediscoveryholdpolicy.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 10/28/2024
---
# ediscoveryHoldPolicy resource type
diff --git a/api-reference/v1.0/resources/security-intelligenceprofileindicator.md b/api-reference/v1.0/resources/security-intelligenceprofileindicator.md
index 32f3b6eb238..dccc8d3dc2a 100644
--- a/api-reference/v1.0/resources/security-intelligenceprofileindicator.md
+++ b/api-reference/v1.0/resources/security-intelligenceprofileindicator.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# intelligenceProfileIndicator resource type
diff --git a/api-reference/v1.0/resources/security-passivednsrecord.md b/api-reference/v1.0/resources/security-passivednsrecord.md
index 7b3d2d86240..78505ea1bb4 100644
--- a/api-reference/v1.0/resources/security-passivednsrecord.md
+++ b/api-reference/v1.0/resources/security-passivednsrecord.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# passiveDnsRecord resource type
diff --git a/api-reference/v1.0/resources/security-whoisrecord.md b/api-reference/v1.0/resources/security-whoisrecord.md
index aa807d9c833..8821861ca8a 100644
--- a/api-reference/v1.0/resources/security-whoisrecord.md
+++ b/api-reference/v1.0/resources/security-whoisrecord.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# whoisRecord resource type
diff --git a/api-reference/v1.0/resources/simulationreport.md b/api-reference/v1.0/resources/simulationreport.md
index e871ab51d82..2cfdc14d0a5 100644
--- a/api-reference/v1.0/resources/simulationreport.md
+++ b/api-reference/v1.0/resources/simulationreport.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# simulationReport resource type
diff --git a/api-reference/v1.0/resources/singleuser.md b/api-reference/v1.0/resources/singleuser.md
index c4606bfe592..a4900dec67f 100644
--- a/api-reference/v1.0/resources/singleuser.md
+++ b/api-reference/v1.0/resources/singleuser.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# singleUser resource type
diff --git a/api-reference/v1.0/resources/siteprotectionunit.md b/api-reference/v1.0/resources/siteprotectionunit.md
index d09a64fe9b7..4292169476b 100644
--- a/api-reference/v1.0/resources/siteprotectionunit.md
+++ b/api-reference/v1.0/resources/siteprotectionunit.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: resourcePageType
+ms.date: 08/06/2024
---
# siteProtectionUnit resource type
diff --git a/api-reference/v1.0/resources/teamsappauthorization.md b/api-reference/v1.0/resources/teamsappauthorization.md
index 79def1ce2af..41dfc5dfab3 100644
--- a/api-reference/v1.0/resources/teamsappauthorization.md
+++ b/api-reference/v1.0/resources/teamsappauthorization.md
@@ -5,6 +5,7 @@ author: "sweta-thapliyal"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# teamsAppAuthorization resource type
diff --git a/api-reference/v1.0/resources/termcolumn.md b/api-reference/v1.0/resources/termcolumn.md
index da5ce4add09..b86ff6e9cd0 100644
--- a/api-reference/v1.0/resources/termcolumn.md
+++ b/api-reference/v1.0/resources/termcolumn.md
@@ -5,6 +5,7 @@ description: "The termColumn resource indicates that the column's values contain
ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "sharepoint"
+ms.date: 03/12/2024
---
# termColumn resource type
diff --git a/api-reference/v1.0/resources/video.md b/api-reference/v1.0/resources/video.md
index 955a9076de2..4ec045f39ce 100644
--- a/api-reference/v1.0/resources/video.md
+++ b/api-reference/v1.0/resources/video.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
description: "The video resource groups video-related data items into a single structure."
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# video resource type
From 08d755f4ed08f99b9b9457bb223c6c8c60c88dba Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 21:31:34 +0800
Subject: [PATCH 073/130] Bulk add missing ms.date
---
api-reference/beta/api/accesspackagesubject-get.md | 1 +
api-reference/beta/api/approvalsolution-provision.md | 1 +
api-reference/beta/api/businessflowtemplate-list.md | 1 +
api-reference/beta/api/cloudpc-createsnapshot.md | 1 +
.../beta/api/cloudpc-retrievecloudpcremoteactionresults.md | 1 +
api-reference/beta/api/cloudpcbulkaction-get.md | 1 +
api-reference/beta/api/cloudpcreports-getfrontlinereport.md | 1 +
api-reference/beta/api/connectorgroup-delete.md | 1 +
.../api/ediscovery-sourcecollection-post-additionalsources.md | 1 +
api-reference/beta/api/educationroot-list-classes.md | 1 +
.../externalconnectors-external-list-authorizationsystems.md | 1 +
api-reference/beta/api/externalmeetingregistration-post.md | 1 +
api-reference/beta/api/healthmonitoring-alert-update.md | 1 +
.../beta/api/inactiveazureserviceprincipalfinding-list.md | 1 +
...-androidforwork-androiddeviceownerenrollmentprofile-list.md | 1 +
.../beta/api/intune-apps-userappinstallstatus-list.md | 3 ++-
.../intune-deviceconfig-defaultdevicecompliancepolicy-get.md | 1 +
.../api/intune-deviceconfig-hardwarepassworddetail-list.md | 1 +
.../intune-devices-devicehealthscript-getremediationhistory.md | 1 +
.../beta/api/intune-devices-manageddevice-appdiagnostics.md | 1 +
.../api/intune-enrollment-importedappledeviceidentity-get.md | 1 +
.../beta/api/intune-enrollment-windowsautopilotsettings-get.md | 1 +
...ne-policyset-deviceandappmanagementassignmentfilter-list.md | 1 +
api-reference/beta/api/intune-shared-user-update.md | 1 +
api-reference/beta/api/listitem-update-permissions.md | 1 +
...gedtenants-devicecompliancepolicysettingstatesummary-get.md | 1 +
.../beta/api/managedtenants-managedtenant-list-tenantgroups.md | 1 +
api-reference/beta/api/networkaccess-logs-list-traffic.md | 1 +
api-reference/beta/api/pagetemplate-list.md | 1 +
api-reference/beta/api/plannerroster-assignsensitivitylabel.md | 1 +
.../beta/api/policyroot-list-federatedtokenvalidationpolicy.md | 1 +
api-reference/beta/api/signin-confirmsafe.md | 1 +
api-reference/beta/api/site-post-documentprocessingjobs.md | 1 +
.../beta/api/windowsupdates-updatableassetgroup-addmembers.md | 1 +
api-reference/beta/resources/azureauthorizationsystem.md | 1 +
api-reference/beta/resources/businessscenario.md | 1 +
api-reference/beta/resources/chatactivitystatistics.md | 1 +
.../beta/resources/cloudpcbulkdisasterrecoveryfailback.md | 1 +
api-reference/beta/resources/cloudpcstatusdetail.md | 1 +
api-reference/beta/resources/ediscovery-caseexportoperation.md | 1 +
api-reference/beta/resources/focusactivitystatistics.md | 1 +
api-reference/beta/resources/governanceroleassignment.md | 1 +
api-reference/beta/resources/identifieruriconfiguration.md | 1 +
api-reference/beta/resources/impactedresource.md | 1 +
api-reference/beta/resources/inactiveuserfinding.md | 1 +
api-reference/beta/resources/intune-apps-macospkgapp.md | 1 +
api-reference/beta/resources/intune-apps-macosvppapp.md | 1 +
.../beta/resources/intune-apps-mobileapprelationship.md | 1 +
.../beta/resources/intune-apps-win32lobappdetection.md | 1 +
.../resources/intune-deviceconfig-advancedbitlockerstate.md | 1 +
.../intune-deviceconfig-androidworkprofilewificonfiguration.md | 1 +
api-reference/beta/resources/intune-deviceconfig-datatype.md | 1 +
...intune-deviceconfig-macosendpointprotectionconfiguration.md | 1 +
.../intune-deviceconfig-windowskioskforceupdateschedule.md | 1 +
.../intune-devices-devicecompliancescriptdevicestate.md | 1 +
.../intune-odj-devicemanagementdomainjoinconnector.md | 1 +
...emanagementconfigurationsettinginstancetemplatereference.md | 1 +
.../resources/intune-shared-mobileapptroubleshootingevent.md | 1 +
.../beta/resources/intune-shared-resultantappstate.md | 1 +
.../intune-softwareupdate-windowsdriverupdateprofile.md | 1 +
.../resources/managedtenants-manageddevicecompliancetrend.md | 1 +
api-reference/beta/resources/onenotepage.md | 1 +
.../beta/resources/onpremisespublishingsinglesignon.md | 1 +
api-reference/beta/resources/personcertification.md | 1 +
api-reference/beta/resources/searchquerystring.md | 1 +
api-reference/beta/resources/security-detonationdetails.md | 1 +
api-reference/beta/resources/security-filethreatsubmission.md | 1 +
.../resources/webauthnpublickeycredentialcreationoptions.md | 1 +
.../v1.0/api/accessreviewset-post-historydefinitions.md | 1 +
.../v1.0/api/appconsentrequest-filterbycurrentuser.md | 1 +
...henticationstrengthpolicy-list-combinationconfigurations.md | 1 +
api-reference/v1.0/api/authenticationstrengthpolicy-update.md | 1 +
.../v1.0/api/b2xidentityuserflow-post-identityproviders.md | 1 +
api-reference/v1.0/api/backuprestoreroot-delete-serviceapps.md | 1 +
api-reference/v1.0/api/bookingcustomer-delete.md | 1 +
api-reference/v1.0/api/calendargroup-delete.md | 1 +
api-reference/v1.0/api/call-addlargegalleryview.md | 1 +
api-reference/v1.0/api/chart-list-series.md | 1 +
api-reference/v1.0/api/cloudpcdeviceimage-getsourceimages.md | 1 +
api-reference/v1.0/api/cloudpconpremisesconnection-update.md | 1 +
api-reference/v1.0/api/cloudpcprovisioningpolicy-update.md | 1 +
api-reference/v1.0/api/cloudpcusersetting-update.md | 1 +
.../v1.0/api/contenttype-copytodefaultcontentlocation.md | 1 +
api-reference/v1.0/api/educationassignment-activate.md | 1 +
api-reference/v1.0/api/educationassignment-deactivate.md | 1 +
api-reference/v1.0/api/educationclass-delete-members.md | 1 +
api-reference/v1.0/api/educationmodule-list-resources.md | 1 +
api-reference/v1.0/api/educationsubmission-reassign.md | 1 +
.../v1.0/api/externalconnectors-externalitem-delete.md | 1 +
api-reference/v1.0/api/featurerolloutpolicies-list.md | 1 +
api-reference/v1.0/api/featurerolloutpolicy-post-appliesto.md | 1 +
.../v1.0/api/identityprovider-post-identityproviders.md | 1 +
.../api/intune-apps-enterprisecodesigningcertificate-delete.md | 1 +
.../api/intune-apps-enterprisecodesigningcertificate-get.md | 1 +
.../v1.0/api/intune-apps-iosmobileappconfiguration-list.md | 1 +
api-reference/v1.0/api/intune-apps-iosstoreapp-list.md | 1 +
.../v1.0/api/intune-apps-managedandroidstoreapp-list.md | 1 +
api-reference/v1.0/api/intune-apps-mobilelobapp-get.md | 1 +
api-reference/v1.0/api/intune-apps-webapp-list.md | 1 +
.../v1.0/api/intune-apps-windowsuniversalappx-create.md | 1 +
api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md | 1 +
.../v1.0/api/intune-books-deviceinstallstate-create.md | 1 +
.../v1.0/api/intune-companyterms-termsandconditions-list.md | 1 +
...ntune-deviceconfig-devicecompliancedeviceoverview-update.md | 1 +
...viceconfig-devicecompliancescheduledactionforrule-update.md | 1 +
.../intune-deviceconfig-deviceconfigurationuserstatus-list.md | 1 +
.../api/intune-deviceconfig-iosupdateconfiguration-list.md | 1 +
.../api/intune-deviceconfig-settingstatedevicesummary-list.md | 1 +
...deviceconfig-windows10secureassessmentconfiguration-list.md | 1 +
...dowsdefenderadvancedthreatprotectionconfiguration-create.md | 1 +
...-devices-manageddevice-logoutsharedappledeviceactiveuser.md | 1 +
api-reference/v1.0/api/intune-devices-user-list.md | 1 +
...yticsdeviceperformance-summarizedeviceperformancedevices.md | 1 +
...evices-userexperienceanalyticsworkfromanywheredevice-get.md | 1 +
api-reference/v1.0/api/intune-mam-managedappprotection-get.md | 1 +
api-reference/v1.0/api/intune-mam-managedmobileapp-get.md | 1 +
.../api/intune-mam-targetedmanagedappconfiguration-list.md | 1 +
...iceenrollmentwindowshelloforbusinessconfiguration-create.md | 1 +
...intune-onboarding-enrollmentconfigurationassignment-list.md | 1 +
api-reference/v1.0/api/nameditem-range.md | 1 +
.../v1.0/api/onedriveforbusinessrestoresession-update.md | 1 +
api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md | 1 +
api-reference/v1.0/api/participant-startholdmusic.md | 1 +
.../privilegedaccessgroupassignmentschedulerequest-cancel.md | 1 +
...tedesktopsecurityconfiguration-delete-targetdevicegroups.md | 1 +
.../api/reportroot-getskypeforbusinessdeviceusageuserdetail.md | 1 +
.../v1.0/api/reportroot-list-monthlyprintusagebyuser.md | 1 +
api-reference/v1.0/api/search-bookmark-update.md | 1 +
.../v1.0/api/security-casesroot-delete-ediscoverycases.md | 1 +
.../v1.0/api/security-ediscoverycase-delete-searches.md | 1 +
.../v1.0/api/security-ediscoverycasesettings-update.md | 1 +
api-reference/v1.0/api/security-ediscoverycustodian-get.md | 1 +
.../v1.0/api/security-ediscoveryholdpolicy-post-usersources.md | 1 +
api-reference/v1.0/api/security-retentionevent-get.md | 1 +
api-reference/v1.0/api/simulationautomation-get.md | 1 +
api-reference/v1.0/api/simulationreportoverview-get.md | 1 +
.../v1.0/api/smsauthenticationmethodconfiguration-get.md | 1 +
api-reference/v1.0/api/tablecolumn-headerrowrange.md | 1 +
api-reference/v1.0/api/termstore-store-update.md | 1 +
.../v1.0/api/unifiedroleassignmentscheduleinstance-get.md | 1 +
...ifiedroleeligibilityscheduleinstance-filterbycurrentuser.md | 1 +
api-reference/v1.0/api/userinsightssettings-update.md | 1 +
.../v1.0/api/virtualendpoint-post-onpremisesconnections.md | 1 +
.../v1.0/api/voiceauthenticationmethodconfiguration-get.md | 1 +
api-reference/v1.0/api/windowssetting-list-instances.md | 1 +
api-reference/v1.0/resources/associatedteaminfo.md | 1 +
.../v1.0/resources/authenticationmethodfeatureconfiguration.md | 1 +
api-reference/v1.0/resources/cloudpcuserrolescopetaginfo.md | 1 +
api-reference/v1.0/resources/communicationsguestidentity.md | 1 +
api-reference/v1.0/resources/contentcustomization.md | 1 +
api-reference/v1.0/resources/educationfeedback.md | 1 +
api-reference/v1.0/resources/educationfeedbackoutcome.md | 1 +
api-reference/v1.0/resources/educationfileresource.md | 1 +
api-reference/v1.0/resources/educationstudent.md | 1 +
.../v1.0/resources/externalconnectors-propertyrule.md | 1 +
.../v1.0/resources/identitygovernance-taskprocessingresult.md | 1 +
api-reference/v1.0/resources/internalsponsors.md | 1 +
.../resources/intune-apps-enterprisecodesigningcertificate.md | 1 +
api-reference/v1.0/resources/intune-apps-managediosstoreapp.md | 1 +
.../v1.0/resources/intune-apps-mobileapppublishingstate.md | 1 +
.../v1.0/resources/intune-deviceconfig-applistitem.md | 1 +
.../intune-deviceconfig-defenderdetectedmalwareactions.md | 1 +
.../intune-deviceconfig-deviceconfigurationuseroverview.md | 1 +
.../v1.0/resources/intune-deviceconfig-devicemanagement.md | 1 +
.../resources/intune-deviceconfig-macoscompliancepolicy.md | 1 +
.../resources/intune-deviceconfig-macoscustomconfiguration.md | 1 +
...nfig-windows10enterprisemodernappmanagementconfiguration.md | 1 +
api-reference/v1.0/resources/intune-devices-osversioncount.md | 1 +
.../v1.0/resources/intune-devices-remotelockactionresult.md | 1 +
.../resources/intune-devices-windowsdeviceazureadaccount.md | 1 +
.../v1.0/resources/intune-mam-defaultmanagedappprotection.md | 1 +
.../v1.0/resources/intune-mam-iosmanagedappregistration.md | 1 +
api-reference/v1.0/resources/landingpage.md | 1 +
api-reference/v1.0/resources/locationconstraintitem.md | 1 +
.../microsoftauthenticatorauthenticationmethodtarget.md | 1 +
.../v1.0/resources/onauthenticationmethodloadstarthandler.md | 1 +
.../v1.0/resources/onauthenticationmethodloadstartlistener.md | 1 +
...oninteractiveauthflowstartexternalusersselfservicesignup.md | 1 +
.../v1.0/resources/partners-billing-runningoperation.md | 1 +
api-reference/v1.0/resources/policyroot.md | 1 +
.../v1.0/resources/principalresourcemembershipsscope.md | 1 +
api-reference/v1.0/resources/printdocumentuploadproperties.md | 1 +
api-reference/v1.0/resources/printerstatus.md | 1 +
api-reference/v1.0/resources/requestormanager.md | 1 +
api-reference/v1.0/resources/security-departmenttemplate.md | 1 +
api-reference/v1.0/resources/security-hostport.md | 1 +
.../v1.0/resources/security-retentiondurationforever.md | 1 +
api-reference/v1.0/resources/security-threatintelligence.md | 1 +
.../v1.0/resources/skypeforbusinessuserconversationmember.md | 1 +
api-reference/v1.0/resources/skypeuserconversationmember.md | 1 +
api-reference/v1.0/resources/synchronization-filter.md | 1 +
api-reference/v1.0/resources/synchronization-objectmapping.md | 1 +
api-reference/v1.0/resources/teamworkbot.md | 1 +
api-reference/v1.0/resources/ticketinfo.md | 1 +
api-reference/v1.0/resources/userflowlanguageconfiguration.md | 1 +
api-reference/v1.0/resources/usersolutionroot.md | 1 +
api-reference/v1.0/resources/workbookrangefont.md | 1 +
.../v1.0/resources/workbookworksheetprotectionoptions.md | 1 +
api-reference/v1.0/resources/workforceintegrationencryption.md | 1 +
199 files changed, 200 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/api/accesspackagesubject-get.md b/api-reference/beta/api/accesspackagesubject-get.md
index 1f16ec6cb07..428885df9ae 100644
--- a/api-reference/beta/api/accesspackagesubject-get.md
+++ b/api-reference/beta/api/accesspackagesubject-get.md
@@ -5,6 +5,7 @@ author: "aakanshanagwani"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessPackageSubject
diff --git a/api-reference/beta/api/approvalsolution-provision.md b/api-reference/beta/api/approvalsolution-provision.md
index 5f45c119b6e..15f03c028b1 100644
--- a/api-reference/beta/api/approvalsolution-provision.md
+++ b/api-reference/beta/api/approvalsolution-provision.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# approvalSolution: provision
diff --git a/api-reference/beta/api/businessflowtemplate-list.md b/api-reference/beta/api/businessflowtemplate-list.md
index 5d4a0dc9b86..9856107aea6 100644
--- a/api-reference/beta/api/businessflowtemplate-list.md
+++ b/api-reference/beta/api/businessflowtemplate-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "entra-id-governance"
author: "shubhamguptacal"
+ms.date: 04/04/2024
---
# List businessFlowTemplates (deprecated)
diff --git a/api-reference/beta/api/cloudpc-createsnapshot.md b/api-reference/beta/api/cloudpc-createsnapshot.md
index 5532857d935..4e4eae2f525 100644
--- a/api-reference/beta/api/cloudpc-createsnapshot.md
+++ b/api-reference/beta/api/cloudpc-createsnapshot.md
@@ -5,6 +5,7 @@ author: "liguojing929"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/04/2024
---
# cloudPC: createSnapshot
diff --git a/api-reference/beta/api/cloudpc-retrievecloudpcremoteactionresults.md b/api-reference/beta/api/cloudpc-retrievecloudpcremoteactionresults.md
index d2843c7085f..827f4debe6c 100644
--- a/api-reference/beta/api/cloudpc-retrievecloudpcremoteactionresults.md
+++ b/api-reference/beta/api/cloudpc-retrievecloudpcremoteactionresults.md
@@ -5,6 +5,7 @@ author: "Luoyyy"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# cloudPC: retrieveCloudPcRemoteActionResults
diff --git a/api-reference/beta/api/cloudpcbulkaction-get.md b/api-reference/beta/api/cloudpcbulkaction-get.md
index 9d876b0d9ef..9ac11c7d20e 100644
--- a/api-reference/beta/api/cloudpcbulkaction-get.md
+++ b/api-reference/beta/api/cloudpcbulkaction-get.md
@@ -5,6 +5,7 @@ author: "Guoan-Tang"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# Get cloudPcBulkAction
diff --git a/api-reference/beta/api/cloudpcreports-getfrontlinereport.md b/api-reference/beta/api/cloudpcreports-getfrontlinereport.md
index b808f89cd29..c8f5265d664 100644
--- a/api-reference/beta/api/cloudpcreports-getfrontlinereport.md
+++ b/api-reference/beta/api/cloudpcreports-getfrontlinereport.md
@@ -5,6 +5,7 @@ author: "rbayetov"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# cloudPcReports: getFrontlineReport
diff --git a/api-reference/beta/api/connectorgroup-delete.md b/api-reference/beta/api/connectorgroup-delete.md
index 6130028e1a4..a53add161df 100644
--- a/api-reference/beta/api/connectorgroup-delete.md
+++ b/api-reference/beta/api/connectorgroup-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Delete connectorGroup
diff --git a/api-reference/beta/api/ediscovery-sourcecollection-post-additionalsources.md b/api-reference/beta/api/ediscovery-sourcecollection-post-additionalsources.md
index a474ef062ef..18afd810289 100644
--- a/api-reference/beta/api/ediscovery-sourcecollection-post-additionalsources.md
+++ b/api-reference/beta/api/ediscovery-sourcecollection-post-additionalsources.md
@@ -5,6 +5,7 @@ author: "mahage-msft"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create dataSource
diff --git a/api-reference/beta/api/educationroot-list-classes.md b/api-reference/beta/api/educationroot-list-classes.md
index 5faf92f1e59..74fb4c19911 100644
--- a/api-reference/beta/api/educationroot-list-classes.md
+++ b/api-reference/beta/api/educationroot-list-classes.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List classes
diff --git a/api-reference/beta/api/externalconnectors-external-list-authorizationsystems.md b/api-reference/beta/api/externalconnectors-external-list-authorizationsystems.md
index 66c7146fa4f..b9c8bc604c8 100644
--- a/api-reference/beta/api/externalconnectors-external-list-authorizationsystems.md
+++ b/api-reference/beta/api/externalconnectors-external-list-authorizationsystems.md
@@ -6,6 +6,7 @@ ms.reviewer: ciem_pm
ms.localizationpriority: medium
ms.subservice: entra-permissions-management
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List authorizationSystems
diff --git a/api-reference/beta/api/externalmeetingregistration-post.md b/api-reference/beta/api/externalmeetingregistration-post.md
index 8db8f605844..35cbfda9240 100644
--- a/api-reference/beta/api/externalmeetingregistration-post.md
+++ b/api-reference/beta/api/externalmeetingregistration-post.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 10/15/2024
---
# Create externalMeetingRegistration (deprecated)
diff --git a/api-reference/beta/api/healthmonitoring-alert-update.md b/api-reference/beta/api/healthmonitoring-alert-update.md
index dfcc680c19e..8f6aca74abc 100644
--- a/api-reference/beta/api/healthmonitoring-alert-update.md
+++ b/api-reference/beta/api/healthmonitoring-alert-update.md
@@ -5,6 +5,7 @@ author: "huatang92"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 11/01/2024
---
# Update alert
diff --git a/api-reference/beta/api/inactiveazureserviceprincipalfinding-list.md b/api-reference/beta/api/inactiveazureserviceprincipalfinding-list.md
index 61ee1ba68db..4a6b1207ef0 100644
--- a/api-reference/beta/api/inactiveazureserviceprincipalfinding-list.md
+++ b/api-reference/beta/api/inactiveazureserviceprincipalfinding-list.md
@@ -6,6 +6,7 @@ ms.reviewer: ciem_pm
ms.localizationpriority: medium
ms.subservice: entra-permissions-management
doc_type: apiPageType
+ms.date: 04/17/2024
---
# List inactiveAzureServicePrincipalFinding objects
diff --git a/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md b/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md
index aaa400809fe..2e26308c771 100644
--- a/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md
+++ b/api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List androidDeviceOwnerEnrollmentProfiles
diff --git a/api-reference/beta/api/intune-apps-userappinstallstatus-list.md b/api-reference/beta/api/intune-apps-userappinstallstatus-list.md
index dacbf1f1341..ffd92a2e3eb 100644
--- a/api-reference/beta/api/intune-apps-userappinstallstatus-list.md
+++ b/api-reference/beta/api/intune-apps-userappinstallstatus-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List userAppInstallStatuses
@@ -75,4 +76,4 @@ Content-Length: 349
}
]
}
-```
\ No newline at end of file
+```
diff --git a/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md b/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md
index 6ab3a32f554..8f2d9f7735a 100644
--- a/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md
+++ b/api-reference/beta/api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get defaultDeviceCompliancePolicy
diff --git a/api-reference/beta/api/intune-deviceconfig-hardwarepassworddetail-list.md b/api-reference/beta/api/intune-deviceconfig-hardwarepassworddetail-list.md
index 926a37b1a26..01a9fbf92d0 100644
--- a/api-reference/beta/api/intune-deviceconfig-hardwarepassworddetail-list.md
+++ b/api-reference/beta/api/intune-deviceconfig-hardwarepassworddetail-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List hardwarePasswordDetails
diff --git a/api-reference/beta/api/intune-devices-devicehealthscript-getremediationhistory.md b/api-reference/beta/api/intune-devices-devicehealthscript-getremediationhistory.md
index 15dbb589752..830cbc81ed4 100644
--- a/api-reference/beta/api/intune-devices-devicehealthscript-getremediationhistory.md
+++ b/api-reference/beta/api/intune-devices-devicehealthscript-getremediationhistory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# getRemediationHistory function
diff --git a/api-reference/beta/api/intune-devices-manageddevice-appdiagnostics.md b/api-reference/beta/api/intune-devices-manageddevice-appdiagnostics.md
index 961239a0fc9..626bd239a1f 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-appdiagnostics.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-appdiagnostics.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# appDiagnostics function
diff --git a/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-get.md b/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-get.md
index 36a57937f28..30961d7c76d 100644
--- a/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-get.md
+++ b/api-reference/beta/api/intune-enrollment-importedappledeviceidentity-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get importedAppleDeviceIdentity
diff --git a/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-get.md b/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-get.md
index bc877c16468..11b4a4a42d5 100644
--- a/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-get.md
+++ b/api-reference/beta/api/intune-enrollment-windowsautopilotsettings-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windowsAutopilotSettings
diff --git a/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-list.md b/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-list.md
index fec61d9e76e..6ac7799a73a 100644
--- a/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-list.md
+++ b/api-reference/beta/api/intune-policyset-deviceandappmanagementassignmentfilter-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceAndAppManagementAssignmentFilters
diff --git a/api-reference/beta/api/intune-shared-user-update.md b/api-reference/beta/api/intune-shared-user-update.md
index f173310b93a..d6e69d2d8c6 100644
--- a/api-reference/beta/api/intune-shared-user-update.md
+++ b/api-reference/beta/api/intune-shared-user-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update user
diff --git a/api-reference/beta/api/listitem-update-permissions.md b/api-reference/beta/api/listitem-update-permissions.md
index 11f81c81ea8..20553a1f74a 100644
--- a/api-reference/beta/api/listitem-update-permissions.md
+++ b/api-reference/beta/api/listitem-update-permissions.md
@@ -5,6 +5,7 @@ author: "BarrySh"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# Update permission on a listItem
diff --git a/api-reference/beta/api/managedtenants-devicecompliancepolicysettingstatesummary-get.md b/api-reference/beta/api/managedtenants-devicecompliancepolicysettingstatesummary-get.md
index 2920eedfea8..06d9fc31b4d 100644
--- a/api-reference/beta/api/managedtenants-devicecompliancepolicysettingstatesummary-get.md
+++ b/api-reference/beta/api/managedtenants-devicecompliancepolicysettingstatesummary-get.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get deviceCompliancePolicySettingStateSummary
diff --git a/api-reference/beta/api/managedtenants-managedtenant-list-tenantgroups.md b/api-reference/beta/api/managedtenants-managedtenant-list-tenantgroups.md
index 8f75db1e952..4df1649f61a 100644
--- a/api-reference/beta/api/managedtenants-managedtenant-list-tenantgroups.md
+++ b/api-reference/beta/api/managedtenants-managedtenant-list-tenantgroups.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tenantGroups
diff --git a/api-reference/beta/api/networkaccess-logs-list-traffic.md b/api-reference/beta/api/networkaccess-logs-list-traffic.md
index a7b6c69ccaa..1d0835a662e 100644
--- a/api-reference/beta/api/networkaccess-logs-list-traffic.md
+++ b/api-reference/beta/api/networkaccess-logs-list-traffic.md
@@ -5,6 +5,7 @@ author: "Moti-ba"
ms.localizationpriority: medium
ms.subservice: entra-global-secure-access
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List networkAccessTraffic
diff --git a/api-reference/beta/api/pagetemplate-list.md b/api-reference/beta/api/pagetemplate-list.md
index 605d4a945cf..88f3515eec3 100644
--- a/api-reference/beta/api/pagetemplate-list.md
+++ b/api-reference/beta/api/pagetemplate-list.md
@@ -5,6 +5,7 @@ title: List pageTemplate
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 10/24/2024
---
# List pageTemplate
diff --git a/api-reference/beta/api/plannerroster-assignsensitivitylabel.md b/api-reference/beta/api/plannerroster-assignsensitivitylabel.md
index c7d25bbdc11..67c5484a940 100644
--- a/api-reference/beta/api/plannerroster-assignsensitivitylabel.md
+++ b/api-reference/beta/api/plannerroster-assignsensitivitylabel.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "WiRawlinWork"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 07/11/2024
---
# plannerRoster: assignSensitivityLabel
diff --git a/api-reference/beta/api/policyroot-list-federatedtokenvalidationpolicy.md b/api-reference/beta/api/policyroot-list-federatedtokenvalidationpolicy.md
index 41afe5ddf1c..328ea792ed2 100644
--- a/api-reference/beta/api/policyroot-list-federatedtokenvalidationpolicy.md
+++ b/api-reference/beta/api/policyroot-list-federatedtokenvalidationpolicy.md
@@ -5,6 +5,7 @@ author: "rahul-nagraj"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List federatedTokenValidationPolicy
diff --git a/api-reference/beta/api/signin-confirmsafe.md b/api-reference/beta/api/signin-confirmsafe.md
index b2d4c0cd7bf..069e8cdeb51 100644
--- a/api-reference/beta/api/signin-confirmsafe.md
+++ b/api-reference/beta/api/signin-confirmsafe.md
@@ -5,6 +5,7 @@ author: "egreenberg14"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# signIn: confirmSafe
diff --git a/api-reference/beta/api/site-post-documentprocessingjobs.md b/api-reference/beta/api/site-post-documentprocessingjobs.md
index dd8cb970725..56f3f377cbb 100644
--- a/api-reference/beta/api/site-post-documentprocessingjobs.md
+++ b/api-reference/beta/api/site-post-documentprocessingjobs.md
@@ -5,6 +5,7 @@ author: "travislius"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 08/06/2024
---
# Create documentProcessingJob
diff --git a/api-reference/beta/api/windowsupdates-updatableassetgroup-addmembers.md b/api-reference/beta/api/windowsupdates-updatableassetgroup-addmembers.md
index 1c6d5dc773d..af1fb1c9eab 100644
--- a/api-reference/beta/api/windowsupdates-updatableassetgroup-addmembers.md
+++ b/api-reference/beta/api/windowsupdates-updatableassetgroup-addmembers.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: windows-update-business
doc_type: apiPageType
+ms.date: 04/04/2024
---
# updatableAssetGroup: addMembers
diff --git a/api-reference/beta/resources/azureauthorizationsystem.md b/api-reference/beta/resources/azureauthorizationsystem.md
index 9f01f018c98..43b4a1cfa04 100644
--- a/api-reference/beta/resources/azureauthorizationsystem.md
+++ b/api-reference/beta/resources/azureauthorizationsystem.md
@@ -6,6 +6,7 @@ ms.reviewer: ciem_pm
ms.localizationpriority: medium
ms.subservice: entra-permissions-management
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# azureAuthorizationSystem resource type
diff --git a/api-reference/beta/resources/businessscenario.md b/api-reference/beta/resources/businessscenario.md
index 9faa871469d..3921fda3134 100644
--- a/api-reference/beta/resources/businessscenario.md
+++ b/api-reference/beta/resources/businessscenario.md
@@ -5,6 +5,7 @@ author: "TarkanSevilmis"
ms.localizationpriority: medium
ms.subservice: "business-scenarios"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# businessScenario resource type
diff --git a/api-reference/beta/resources/chatactivitystatistics.md b/api-reference/beta/resources/chatactivitystatistics.md
index 170b4ebd293..c23e52c291c 100644
--- a/api-reference/beta/resources/chatactivitystatistics.md
+++ b/api-reference/beta/resources/chatactivitystatistics.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madehmer"
ms.subservice: "insights"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# chatActivityStatistics resource type
diff --git a/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailback.md b/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailback.md
index 0a0f2e3c49a..5cfbfe26c40 100644
--- a/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailback.md
+++ b/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailback.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 06/27/2024
---
# cloudPcBulkDisasterRecoveryFailback resource type
diff --git a/api-reference/beta/resources/cloudpcstatusdetail.md b/api-reference/beta/resources/cloudpcstatusdetail.md
index 7b6460b029e..b399c500975 100644
--- a/api-reference/beta/resources/cloudpcstatusdetail.md
+++ b/api-reference/beta/resources/cloudpcstatusdetail.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 06/20/2024
---
# cloudPcStatusDetail resource type
diff --git a/api-reference/beta/resources/ediscovery-caseexportoperation.md b/api-reference/beta/resources/ediscovery-caseexportoperation.md
index 93f98f96a2b..88d31546e49 100644
--- a/api-reference/beta/resources/ediscovery-caseexportoperation.md
+++ b/api-reference/beta/resources/ediscovery-caseexportoperation.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mahage-msft"
ms.subservice: "ediscovery"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# caseExportOperation resource type
diff --git a/api-reference/beta/resources/focusactivitystatistics.md b/api-reference/beta/resources/focusactivitystatistics.md
index ff032a3a144..ea6c7cd8f31 100644
--- a/api-reference/beta/resources/focusactivitystatistics.md
+++ b/api-reference/beta/resources/focusactivitystatistics.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madehmer"
ms.subservice: "insights"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# focusActivityStatistics resource type
diff --git a/api-reference/beta/resources/governanceroleassignment.md b/api-reference/beta/resources/governanceroleassignment.md
index 75e0f8060d8..3742911f0a9 100644
--- a/api-reference/beta/resources/governanceroleassignment.md
+++ b/api-reference/beta/resources/governanceroleassignment.md
@@ -6,6 +6,7 @@ doc_type: resourcePageType
ms.subservice: "entra-id-governance"
author: "rkarim-ms"
ROBOTS: NOINDEX
+ms.date: 04/03/2024
---
# governanceRoleAssignment resource type
diff --git a/api-reference/beta/resources/identifieruriconfiguration.md b/api-reference/beta/resources/identifieruriconfiguration.md
index 4ff24c6bfae..a10124187d3 100644
--- a/api-reference/beta/resources/identifieruriconfiguration.md
+++ b/api-reference/beta/resources/identifieruriconfiguration.md
@@ -5,6 +5,7 @@ author: "yogesh-randhawa"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# identifierUriConfiguration resource type
diff --git a/api-reference/beta/resources/impactedresource.md b/api-reference/beta/resources/impactedresource.md
index fd959564bad..4aada86fad8 100644
--- a/api-reference/beta/resources/impactedresource.md
+++ b/api-reference/beta/resources/impactedresource.md
@@ -5,6 +5,7 @@ author: "ddeeps2610"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# impactedResource resource type
diff --git a/api-reference/beta/resources/inactiveuserfinding.md b/api-reference/beta/resources/inactiveuserfinding.md
index 26dcc0486cf..e09b80e2a71 100644
--- a/api-reference/beta/resources/inactiveuserfinding.md
+++ b/api-reference/beta/resources/inactiveuserfinding.md
@@ -6,6 +6,7 @@ ms.reviewer: ciem_pm
ms.localizationpriority: medium
ms.subservice: entra-permissions-management
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# inactiveUserFinding resource type
diff --git a/api-reference/beta/resources/intune-apps-macospkgapp.md b/api-reference/beta/resources/intune-apps-macospkgapp.md
index 432839e1418..4bc6319c575 100644
--- a/api-reference/beta/resources/intune-apps-macospkgapp.md
+++ b/api-reference/beta/resources/intune-apps-macospkgapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# macOSPkgApp resource type
diff --git a/api-reference/beta/resources/intune-apps-macosvppapp.md b/api-reference/beta/resources/intune-apps-macosvppapp.md
index 7c46ec0561b..4a548660e9e 100644
--- a/api-reference/beta/resources/intune-apps-macosvppapp.md
+++ b/api-reference/beta/resources/intune-apps-macosvppapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# macOsVppApp resource type
diff --git a/api-reference/beta/resources/intune-apps-mobileapprelationship.md b/api-reference/beta/resources/intune-apps-mobileapprelationship.md
index b3723e1dbab..6ae94cda7f3 100644
--- a/api-reference/beta/resources/intune-apps-mobileapprelationship.md
+++ b/api-reference/beta/resources/intune-apps-mobileapprelationship.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileAppRelationship resource type
diff --git a/api-reference/beta/resources/intune-apps-win32lobappdetection.md b/api-reference/beta/resources/intune-apps-win32lobappdetection.md
index 86b1fbc91e0..a8ab713ff3b 100644
--- a/api-reference/beta/resources/intune-apps-win32lobappdetection.md
+++ b/api-reference/beta/resources/intune-apps-win32lobappdetection.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# win32LobAppDetection resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-advancedbitlockerstate.md b/api-reference/beta/resources/intune-deviceconfig-advancedbitlockerstate.md
index 25fbe362d19..50e4d000cfe 100644
--- a/api-reference/beta/resources/intune-deviceconfig-advancedbitlockerstate.md
+++ b/api-reference/beta/resources/intune-deviceconfig-advancedbitlockerstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# advancedBitLockerState enum type
diff --git a/api-reference/beta/resources/intune-deviceconfig-androidworkprofilewificonfiguration.md b/api-reference/beta/resources/intune-deviceconfig-androidworkprofilewificonfiguration.md
index 55a1af6557f..d6ad181c3fc 100644
--- a/api-reference/beta/resources/intune-deviceconfig-androidworkprofilewificonfiguration.md
+++ b/api-reference/beta/resources/intune-deviceconfig-androidworkprofilewificonfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidWorkProfileWiFiConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-datatype.md b/api-reference/beta/resources/intune-deviceconfig-datatype.md
index 385395f711f..c8980bda6fd 100644
--- a/api-reference/beta/resources/intune-deviceconfig-datatype.md
+++ b/api-reference/beta/resources/intune-deviceconfig-datatype.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# dataType enum type
diff --git a/api-reference/beta/resources/intune-deviceconfig-macosendpointprotectionconfiguration.md b/api-reference/beta/resources/intune-deviceconfig-macosendpointprotectionconfiguration.md
index e339f972c3e..b08a6083391 100644
--- a/api-reference/beta/resources/intune-deviceconfig-macosendpointprotectionconfiguration.md
+++ b/api-reference/beta/resources/intune-deviceconfig-macosendpointprotectionconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# macOSEndpointProtectionConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-windowskioskforceupdateschedule.md b/api-reference/beta/resources/intune-deviceconfig-windowskioskforceupdateschedule.md
index 7f8757accf8..a6da557c9be 100644
--- a/api-reference/beta/resources/intune-deviceconfig-windowskioskforceupdateschedule.md
+++ b/api-reference/beta/resources/intune-deviceconfig-windowskioskforceupdateschedule.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsKioskForceUpdateSchedule resource type
diff --git a/api-reference/beta/resources/intune-devices-devicecompliancescriptdevicestate.md b/api-reference/beta/resources/intune-devices-devicecompliancescriptdevicestate.md
index 83b987c741a..7c6e2233a85 100644
--- a/api-reference/beta/resources/intune-devices-devicecompliancescriptdevicestate.md
+++ b/api-reference/beta/resources/intune-devices-devicecompliancescriptdevicestate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceComplianceScriptDeviceState resource type
diff --git a/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnector.md b/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnector.md
index 7b819bb50e0..4ea271b29bc 100644
--- a/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnector.md
+++ b/api-reference/beta/resources/intune-odj-devicemanagementdomainjoinconnector.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementDomainJoinConnector resource type
diff --git a/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstancetemplatereference.md b/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstancetemplatereference.md
index 5736e0e6acb..39c250cfc60 100644
--- a/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstancetemplatereference.md
+++ b/api-reference/beta/resources/intune-shared-devicemanagementconfigurationsettinginstancetemplatereference.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagementConfigurationSettingInstanceTemplateReference resource type
diff --git a/api-reference/beta/resources/intune-shared-mobileapptroubleshootingevent.md b/api-reference/beta/resources/intune-shared-mobileapptroubleshootingevent.md
index a2b06dff94d..692d938c030 100644
--- a/api-reference/beta/resources/intune-shared-mobileapptroubleshootingevent.md
+++ b/api-reference/beta/resources/intune-shared-mobileapptroubleshootingevent.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "jaiprakashmb"
ms.prod: "Intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# mobileAppTroubleshootingEvent resource type
diff --git a/api-reference/beta/resources/intune-shared-resultantappstate.md b/api-reference/beta/resources/intune-shared-resultantappstate.md
index 22dd0443ad3..899eb43377a 100644
--- a/api-reference/beta/resources/intune-shared-resultantappstate.md
+++ b/api-reference/beta/resources/intune-shared-resultantappstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 08/01/2024
---
# resultantAppState enum type
diff --git a/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofile.md b/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofile.md
index 130dc7c2e68..98735bc1c7b 100644
--- a/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofile.md
+++ b/api-reference/beta/resources/intune-softwareupdate-windowsdriverupdateprofile.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsDriverUpdateProfile resource type
diff --git a/api-reference/beta/resources/managedtenants-manageddevicecompliancetrend.md b/api-reference/beta/resources/managedtenants-manageddevicecompliancetrend.md
index 2a7ce465f88..9a41534442b 100644
--- a/api-reference/beta/resources/managedtenants-manageddevicecompliancetrend.md
+++ b/api-reference/beta/resources/managedtenants-manageddevicecompliancetrend.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# managedDeviceComplianceTrend resource type
diff --git a/api-reference/beta/resources/onenotepage.md b/api-reference/beta/resources/onenotepage.md
index f3b6dfe6a85..bc887666811 100644
--- a/api-reference/beta/resources/onenotepage.md
+++ b/api-reference/beta/resources/onenotepage.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: onenote
author: "jewan-microsoft"
+ms.date: 05/23/2024
---
# onenotePage resource type
diff --git a/api-reference/beta/resources/onpremisespublishingsinglesignon.md b/api-reference/beta/resources/onpremisespublishingsinglesignon.md
index 557d0a1564c..436bcf45059 100644
--- a/api-reference/beta/resources/onpremisespublishingsinglesignon.md
+++ b/api-reference/beta/resources/onpremisespublishingsinglesignon.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "resourcePageType"
+ms.date: 07/26/2024
---
# onPremisesPublishingSingleSignOn resource type
diff --git a/api-reference/beta/resources/personcertification.md b/api-reference/beta/resources/personcertification.md
index af49e45b3c3..78d6c6089c0 100644
--- a/api-reference/beta/resources/personcertification.md
+++ b/api-reference/beta/resources/personcertification.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# personCertification resource type
diff --git a/api-reference/beta/resources/searchquerystring.md b/api-reference/beta/resources/searchquerystring.md
index 9bbb9820650..ebfd763cee9 100644
--- a/api-reference/beta/resources/searchquerystring.md
+++ b/api-reference/beta/resources/searchquerystring.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "njerigrevious"
ms.subservice: "search"
doc_type: "resourcePageType"
+ms.date: 07/26/2024
---
# searchQueryString resource type (deprecated)
diff --git a/api-reference/beta/resources/security-detonationdetails.md b/api-reference/beta/resources/security-detonationdetails.md
index dade4812561..b50e97de760 100644
--- a/api-reference/beta/resources/security-detonationdetails.md
+++ b/api-reference/beta/resources/security-detonationdetails.md
@@ -5,6 +5,7 @@ author: MishraSoumyaMS
ms.localizationpriority: medium
ms.subservice: security
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# detonationDetails resource type
diff --git a/api-reference/beta/resources/security-filethreatsubmission.md b/api-reference/beta/resources/security-filethreatsubmission.md
index cfcfdeac7d0..9b6fb49282e 100644
--- a/api-reference/beta/resources/security-filethreatsubmission.md
+++ b/api-reference/beta/resources/security-filethreatsubmission.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# fileThreatSubmission resource type
diff --git a/api-reference/beta/resources/webauthnpublickeycredentialcreationoptions.md b/api-reference/beta/resources/webauthnpublickeycredentialcreationoptions.md
index 1f92e60db56..1b1408e6e7d 100644
--- a/api-reference/beta/resources/webauthnpublickeycredentialcreationoptions.md
+++ b/api-reference/beta/resources/webauthnpublickeycredentialcreationoptions.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/22/2024
---
# webauthnPublicKeyCredentialCreationOptions resource type
diff --git a/api-reference/v1.0/api/accessreviewset-post-historydefinitions.md b/api-reference/v1.0/api/accessreviewset-post-historydefinitions.md
index a8a2dd79406..b96534e5d02 100644
--- a/api-reference/v1.0/api/accessreviewset-post-historydefinitions.md
+++ b/api-reference/v1.0/api/accessreviewset-post-historydefinitions.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create historyDefinitions
diff --git a/api-reference/v1.0/api/appconsentrequest-filterbycurrentuser.md b/api-reference/v1.0/api/appconsentrequest-filterbycurrentuser.md
index f564825d39c..7c232efb4ba 100644
--- a/api-reference/v1.0/api/appconsentrequest-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/appconsentrequest-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "eringreenlee"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# appConsentRequest: filterByCurrentUser
diff --git a/api-reference/v1.0/api/authenticationstrengthpolicy-list-combinationconfigurations.md b/api-reference/v1.0/api/authenticationstrengthpolicy-list-combinationconfigurations.md
index c2c48b02c9d..fa0521f284f 100644
--- a/api-reference/v1.0/api/authenticationstrengthpolicy-list-combinationconfigurations.md
+++ b/api-reference/v1.0/api/authenticationstrengthpolicy-list-combinationconfigurations.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/18/2024
---
# List combinationConfigurations
diff --git a/api-reference/v1.0/api/authenticationstrengthpolicy-update.md b/api-reference/v1.0/api/authenticationstrengthpolicy-update.md
index 49301d430f7..73d40df6d5a 100644
--- a/api-reference/v1.0/api/authenticationstrengthpolicy-update.md
+++ b/api-reference/v1.0/api/authenticationstrengthpolicy-update.md
@@ -6,6 +6,7 @@ ms.reviewer: conditionalaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 05/28/2024
---
# Update authenticationStrengthPolicy
diff --git a/api-reference/v1.0/api/b2xidentityuserflow-post-identityproviders.md b/api-reference/v1.0/api/b2xidentityuserflow-post-identityproviders.md
index fb6e26ef79b..3a466ced01f 100644
--- a/api-reference/v1.0/api/b2xidentityuserflow-post-identityproviders.md
+++ b/api-reference/v1.0/api/b2xidentityuserflow-post-identityproviders.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "nanguil"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# Add identityProvider
diff --git a/api-reference/v1.0/api/backuprestoreroot-delete-serviceapps.md b/api-reference/v1.0/api/backuprestoreroot-delete-serviceapps.md
index d2a295496aa..3b8a8ab1cfd 100644
--- a/api-reference/v1.0/api/backuprestoreroot-delete-serviceapps.md
+++ b/api-reference/v1.0/api/backuprestoreroot-delete-serviceapps.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Delete serviceApp
diff --git a/api-reference/v1.0/api/bookingcustomer-delete.md b/api-reference/v1.0/api/bookingcustomer-delete.md
index 709a49d5278..15fc0847619 100644
--- a/api-reference/v1.0/api/bookingcustomer-delete.md
+++ b/api-reference/v1.0/api/bookingcustomer-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Delete bookingCustomer
diff --git a/api-reference/v1.0/api/calendargroup-delete.md b/api-reference/v1.0/api/calendargroup-delete.md
index c2210756c4d..773ce4f8baf 100644
--- a/api-reference/v1.0/api/calendargroup-delete.md
+++ b/api-reference/v1.0/api/calendargroup-delete.md
@@ -5,6 +5,7 @@ author: "iamgirishck"
ms.localizationpriority: medium
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Delete calendarGroup
diff --git a/api-reference/v1.0/api/call-addlargegalleryview.md b/api-reference/v1.0/api/call-addlargegalleryview.md
index 0cd48aca88b..cb1d0ac077c 100644
--- a/api-reference/v1.0/api/call-addlargegalleryview.md
+++ b/api-reference/v1.0/api/call-addlargegalleryview.md
@@ -5,6 +5,7 @@ author: "navali-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# call: addLargeGalleryView
diff --git a/api-reference/v1.0/api/chart-list-series.md b/api-reference/v1.0/api/chart-list-series.md
index 2f2e913d17c..bb4534a4fab 100644
--- a/api-reference/v1.0/api/chart-list-series.md
+++ b/api-reference/v1.0/api/chart-list-series.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List series
diff --git a/api-reference/v1.0/api/cloudpcdeviceimage-getsourceimages.md b/api-reference/v1.0/api/cloudpcdeviceimage-getsourceimages.md
index 66a941f7d40..685a2b3f2f5 100644
--- a/api-reference/v1.0/api/cloudpcdeviceimage-getsourceimages.md
+++ b/api-reference/v1.0/api/cloudpcdeviceimage-getsourceimages.md
@@ -5,6 +5,7 @@ author: "ChyouChyou"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# cloudPcDeviceImage: getSourceImages
diff --git a/api-reference/v1.0/api/cloudpconpremisesconnection-update.md b/api-reference/v1.0/api/cloudpconpremisesconnection-update.md
index a5e55dad623..b5cc49271b2 100644
--- a/api-reference/v1.0/api/cloudpconpremisesconnection-update.md
+++ b/api-reference/v1.0/api/cloudpconpremisesconnection-update.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update cloudPcOnPremisesConnection
diff --git a/api-reference/v1.0/api/cloudpcprovisioningpolicy-update.md b/api-reference/v1.0/api/cloudpcprovisioningpolicy-update.md
index ca104825f5a..172a985850a 100644
--- a/api-reference/v1.0/api/cloudpcprovisioningpolicy-update.md
+++ b/api-reference/v1.0/api/cloudpcprovisioningpolicy-update.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 10/01/2024
---
# Update cloudPcProvisioningPolicy
diff --git a/api-reference/v1.0/api/cloudpcusersetting-update.md b/api-reference/v1.0/api/cloudpcusersetting-update.md
index 0b79f0bf9fe..58ba544fd3f 100644
--- a/api-reference/v1.0/api/cloudpcusersetting-update.md
+++ b/api-reference/v1.0/api/cloudpcusersetting-update.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# Update cloudPcUserSetting
diff --git a/api-reference/v1.0/api/contenttype-copytodefaultcontentlocation.md b/api-reference/v1.0/api/contenttype-copytodefaultcontentlocation.md
index 38a32d13983..24220100c0d 100644
--- a/api-reference/v1.0/api/contenttype-copytodefaultcontentlocation.md
+++ b/api-reference/v1.0/api/contenttype-copytodefaultcontentlocation.md
@@ -5,6 +5,7 @@ description: "Copy a file to a default content location in a content type."
ms.localizationpriority: medium
doc_type: apiPageType
ms.subservice: "sharepoint"
+ms.date: 04/04/2024
---
# contentType: copyToDefaultContentLocation
diff --git a/api-reference/v1.0/api/educationassignment-activate.md b/api-reference/v1.0/api/educationassignment-activate.md
index de040cb8199..2f231db5401 100644
--- a/api-reference/v1.0/api/educationassignment-activate.md
+++ b/api-reference/v1.0/api/educationassignment-activate.md
@@ -5,6 +5,7 @@ author: "v-rmanda"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# educationAssignment: activate
diff --git a/api-reference/v1.0/api/educationassignment-deactivate.md b/api-reference/v1.0/api/educationassignment-deactivate.md
index 0c5548b5669..2324aabbe10 100644
--- a/api-reference/v1.0/api/educationassignment-deactivate.md
+++ b/api-reference/v1.0/api/educationassignment-deactivate.md
@@ -5,6 +5,7 @@ author: "v-rmanda"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# educationAssignment: deactivate
diff --git a/api-reference/v1.0/api/educationclass-delete-members.md b/api-reference/v1.0/api/educationclass-delete-members.md
index ea24b67eecf..8314ba44dc3 100644
--- a/api-reference/v1.0/api/educationclass-delete-members.md
+++ b/api-reference/v1.0/api/educationclass-delete-members.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/30/2024
---
# Remove member from educationClass
diff --git a/api-reference/v1.0/api/educationmodule-list-resources.md b/api-reference/v1.0/api/educationmodule-list-resources.md
index 620dae37a8e..0e726836e01 100644
--- a/api-reference/v1.0/api/educationmodule-list-resources.md
+++ b/api-reference/v1.0/api/educationmodule-list-resources.md
@@ -5,6 +5,7 @@ author: "v-rmanda"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# List module resources
diff --git a/api-reference/v1.0/api/educationsubmission-reassign.md b/api-reference/v1.0/api/educationsubmission-reassign.md
index 15c1371d7e2..536e146e907 100644
--- a/api-reference/v1.0/api/educationsubmission-reassign.md
+++ b/api-reference/v1.0/api/educationsubmission-reassign.md
@@ -5,6 +5,7 @@ author: "cristobal-buenrostro"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 08/29/2024
---
# educationSubmission: reassign
diff --git a/api-reference/v1.0/api/externalconnectors-externalitem-delete.md b/api-reference/v1.0/api/externalconnectors-externalitem-delete.md
index ffedd6f9d1b..61753954387 100644
--- a/api-reference/v1.0/api/externalconnectors-externalitem-delete.md
+++ b/api-reference/v1.0/api/externalconnectors-externalitem-delete.md
@@ -5,6 +5,7 @@ author: "mecampos"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete externalItem
diff --git a/api-reference/v1.0/api/featurerolloutpolicies-list.md b/api-reference/v1.0/api/featurerolloutpolicies-list.md
index edc94d002c3..f2b19f4c2b2 100644
--- a/api-reference/v1.0/api/featurerolloutpolicies-list.md
+++ b/api-reference/v1.0/api/featurerolloutpolicies-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madhavpatel6"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 03/06/2024
---
# List featureRolloutPolicies
diff --git a/api-reference/v1.0/api/featurerolloutpolicy-post-appliesto.md b/api-reference/v1.0/api/featurerolloutpolicy-post-appliesto.md
index df8c64055dc..1fdb695b4f7 100644
--- a/api-reference/v1.0/api/featurerolloutpolicy-post-appliesto.md
+++ b/api-reference/v1.0/api/featurerolloutpolicy-post-appliesto.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "madhavpatel6"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Assign appliesTo on a featureRolloutPolicy
diff --git a/api-reference/v1.0/api/identityprovider-post-identityproviders.md b/api-reference/v1.0/api/identityprovider-post-identityproviders.md
index f2f150fd16f..42e0b8793d6 100644
--- a/api-reference/v1.0/api/identityprovider-post-identityproviders.md
+++ b/api-reference/v1.0/api/identityprovider-post-identityproviders.md
@@ -5,6 +5,7 @@ ms.localizationpriority: high
author: "namkedia"
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create identityProvider (deprecated)
diff --git a/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-delete.md b/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-delete.md
index 9caec51e081..e97e3a26150 100644
--- a/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-delete.md
+++ b/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-delete.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Delete enterpriseCodeSigningCertificate
diff --git a/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-get.md b/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-get.md
index 5f17f50e9ad..7bef76422c9 100644
--- a/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-get.md
+++ b/api-reference/v1.0/api/intune-apps-enterprisecodesigningcertificate-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get enterpriseCodeSigningCertificate
diff --git a/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-list.md b/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-list.md
index d801c9bc476..66254f4c1dc 100644
--- a/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-apps-iosmobileappconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List iosMobileAppConfigurations
diff --git a/api-reference/v1.0/api/intune-apps-iosstoreapp-list.md b/api-reference/v1.0/api/intune-apps-iosstoreapp-list.md
index 7542e6c6789..0dda8b54c08 100644
--- a/api-reference/v1.0/api/intune-apps-iosstoreapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-iosstoreapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List iosStoreApps
diff --git a/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-list.md b/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-list.md
index b09a963d746..98ded708f42 100644
--- a/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-managedandroidstoreapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# List managedAndroidStoreApps
diff --git a/api-reference/v1.0/api/intune-apps-mobilelobapp-get.md b/api-reference/v1.0/api/intune-apps-mobilelobapp-get.md
index cc788410bb7..2abd82e4c9a 100644
--- a/api-reference/v1.0/api/intune-apps-mobilelobapp-get.md
+++ b/api-reference/v1.0/api/intune-apps-mobilelobapp-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get mobileLobApp
diff --git a/api-reference/v1.0/api/intune-apps-webapp-list.md b/api-reference/v1.0/api/intune-apps-webapp-list.md
index d7084eb9aca..95cafe57754 100644
--- a/api-reference/v1.0/api/intune-apps-webapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-webapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List webApps
diff --git a/api-reference/v1.0/api/intune-apps-windowsuniversalappx-create.md b/api-reference/v1.0/api/intune-apps-windowsuniversalappx-create.md
index db386037b50..ddee09ec1a8 100644
--- a/api-reference/v1.0/api/intune-apps-windowsuniversalappx-create.md
+++ b/api-reference/v1.0/api/intune-apps-windowsuniversalappx-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create windowsUniversalAppX
diff --git a/api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md b/api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md
index e7807ce2194..91626102a4f 100644
--- a/api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md
+++ b/api-reference/v1.0/api/intune-apps-windowsuniversalappx-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get windowsUniversalAppX
diff --git a/api-reference/v1.0/api/intune-books-deviceinstallstate-create.md b/api-reference/v1.0/api/intune-books-deviceinstallstate-create.md
index 9cd97926cb1..90ad23e8424 100644
--- a/api-reference/v1.0/api/intune-books-deviceinstallstate-create.md
+++ b/api-reference/v1.0/api/intune-books-deviceinstallstate-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create deviceInstallState
diff --git a/api-reference/v1.0/api/intune-companyterms-termsandconditions-list.md b/api-reference/v1.0/api/intune-companyterms-termsandconditions-list.md
index 077ec5bfe21..50db0a520bd 100644
--- a/api-reference/v1.0/api/intune-companyterms-termsandconditions-list.md
+++ b/api-reference/v1.0/api/intune-companyterms-termsandconditions-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List termsAndConditionses
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md
index af08e9f91b1..7b00ed3c84a 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancedeviceoverview-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceComplianceDeviceOverview
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md
index 1de93a07738..c1405d7b33e 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceComplianceScheduledActionForRule
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md
index bf8d816c60f..504b5ca2565 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List deviceConfigurationUserStatuses
diff --git a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-list.md b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-list.md
index 23afd8b9754..dfee5c93e9c 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List iosUpdateConfigurations
diff --git a/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-list.md b/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-list.md
index 95896e01632..c59d41e989b 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List settingStateDeviceSummaries
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md b/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md
index cd487c22739..e6c4b95f14d 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windows10SecureAssessmentConfigurations
diff --git a/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md b/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md
index 8be2e35c60b..227341e68a9 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create windowsDefenderAdvancedThreatProtectionConfiguration
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md b/api-reference/v1.0/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md
index 942ce4a1c5a..8d2747b4e15 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# logoutSharedAppleDeviceActiveUser action
diff --git a/api-reference/v1.0/api/intune-devices-user-list.md b/api-reference/v1.0/api/intune-devices-user-list.md
index 776a620bf5f..815fca1faa3 100644
--- a/api-reference/v1.0/api/intune-devices-user-list.md
+++ b/api-reference/v1.0/api/intune-devices-user-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List users
diff --git a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md
index f348820e3f3..e5e55bf93ab 100644
--- a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md
+++ b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# summarizeDevicePerformanceDevices function
diff --git a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md
index 7d3b7f3c704..00a3704c5fc 100644
--- a/api-reference/v1.0/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md
+++ b/api-reference/v1.0/api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get userExperienceAnalyticsWorkFromAnywhereDevice
diff --git a/api-reference/v1.0/api/intune-mam-managedappprotection-get.md b/api-reference/v1.0/api/intune-mam-managedappprotection-get.md
index 1e2203dde31..cf2d46a973e 100644
--- a/api-reference/v1.0/api/intune-mam-managedappprotection-get.md
+++ b/api-reference/v1.0/api/intune-mam-managedappprotection-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get managedAppProtection
diff --git a/api-reference/v1.0/api/intune-mam-managedmobileapp-get.md b/api-reference/v1.0/api/intune-mam-managedmobileapp-get.md
index dd552bd21a8..22b822a3cfc 100644
--- a/api-reference/v1.0/api/intune-mam-managedmobileapp-get.md
+++ b/api-reference/v1.0/api/intune-mam-managedmobileapp-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get managedMobileApp
diff --git a/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-list.md b/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-list.md
index a86e4fd91f4..016541d1df9 100644
--- a/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-mam-targetedmanagedappconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List targetedManagedAppConfigurations
diff --git a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md
index d72da5cb35b..aaf1cf6cf9b 100644
--- a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md
+++ b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create deviceEnrollmentWindowsHelloForBusinessConfiguration
diff --git a/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-list.md b/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-list.md
index 7f3373048c5..ebe96424333 100644
--- a/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-list.md
+++ b/api-reference/v1.0/api/intune-onboarding-enrollmentconfigurationassignment-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List enrollmentConfigurationAssignments
diff --git a/api-reference/v1.0/api/nameditem-range.md b/api-reference/v1.0/api/nameditem-range.md
index b62656c5bd0..129ba6a97d0 100644
--- a/api-reference/v1.0/api/nameditem-range.md
+++ b/api-reference/v1.0/api/nameditem-range.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "ruoyingl"
ms.subservice: excel
doc_type: apiPageType
+ms.date: 05/10/2024
---
# NamedItem: Range
diff --git a/api-reference/v1.0/api/onedriveforbusinessrestoresession-update.md b/api-reference/v1.0/api/onedriveforbusinessrestoresession-update.md
index 3fdc8eb3d04..64cc35d0348 100644
--- a/api-reference/v1.0/api/onedriveforbusinessrestoresession-update.md
+++ b/api-reference/v1.0/api/onedriveforbusinessrestoresession-update.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# Update oneDriveForBusinessRestoreSession
diff --git a/api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md b/api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md
index ae537b100ff..b3d45dc3d7b 100644
--- a/api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md
+++ b/api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "PaulEkirapa"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# orgContact: retryServiceProvisioning
diff --git a/api-reference/v1.0/api/participant-startholdmusic.md b/api-reference/v1.0/api/participant-startholdmusic.md
index 02a5df38e61..574338eadeb 100644
--- a/api-reference/v1.0/api/participant-startholdmusic.md
+++ b/api-reference/v1.0/api/participant-startholdmusic.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# participant: startHoldMusic
diff --git a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-cancel.md b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-cancel.md
index edc9edf78a5..77e613e84ac 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-cancel.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupassignmentschedulerequest-cancel.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# privilegedAccessGroupAssignmentScheduleRequest: cancel
diff --git a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md
index a8f19cd37f8..7938b6d0f74 100644
--- a/api-reference/v1.0/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md
+++ b/api-reference/v1.0/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md
@@ -5,6 +5,7 @@ author: "SanDeo-MSFT"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete targetDeviceGroup
diff --git a/api-reference/v1.0/api/reportroot-getskypeforbusinessdeviceusageuserdetail.md b/api-reference/v1.0/api/reportroot-getskypeforbusinessdeviceusageuserdetail.md
index 7517e34ce7d..8d10bb576ff 100644
--- a/api-reference/v1.0/api/reportroot-getskypeforbusinessdeviceusageuserdetail.md
+++ b/api-reference/v1.0/api/reportroot-getskypeforbusinessdeviceusageuserdetail.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSkypeForBusinessDeviceUsageUserDetail
diff --git a/api-reference/v1.0/api/reportroot-list-monthlyprintusagebyuser.md b/api-reference/v1.0/api/reportroot-list-monthlyprintusagebyuser.md
index 869483c4126..5c1983e07b7 100644
--- a/api-reference/v1.0/api/reportroot-list-monthlyprintusagebyuser.md
+++ b/api-reference/v1.0/api/reportroot-list-monthlyprintusagebyuser.md
@@ -5,6 +5,7 @@ author: nilakhan
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List monthlyPrintUsageByUser
diff --git a/api-reference/v1.0/api/search-bookmark-update.md b/api-reference/v1.0/api/search-bookmark-update.md
index d3b1175d969..33cd6f87d6f 100644
--- a/api-reference/v1.0/api/search-bookmark-update.md
+++ b/api-reference/v1.0/api/search-bookmark-update.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update bookmark
diff --git a/api-reference/v1.0/api/security-casesroot-delete-ediscoverycases.md b/api-reference/v1.0/api/security-casesroot-delete-ediscoverycases.md
index 7063410f4e9..41b377b5b93 100644
--- a/api-reference/v1.0/api/security-casesroot-delete-ediscoverycases.md
+++ b/api-reference/v1.0/api/security-casesroot-delete-ediscoverycases.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Delete ediscoveryCase
diff --git a/api-reference/v1.0/api/security-ediscoverycase-delete-searches.md b/api-reference/v1.0/api/security-ediscoverycase-delete-searches.md
index 5c49bce624d..0d3c50a728a 100644
--- a/api-reference/v1.0/api/security-ediscoverycase-delete-searches.md
+++ b/api-reference/v1.0/api/security-ediscoverycase-delete-searches.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Delete ediscoverySearch
diff --git a/api-reference/v1.0/api/security-ediscoverycasesettings-update.md b/api-reference/v1.0/api/security-ediscoverycasesettings-update.md
index a13420fe299..0d4714114b4 100644
--- a/api-reference/v1.0/api/security-ediscoverycasesettings-update.md
+++ b/api-reference/v1.0/api/security-ediscoverycasesettings-update.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# Update ediscoveryCaseSettings
diff --git a/api-reference/v1.0/api/security-ediscoverycustodian-get.md b/api-reference/v1.0/api/security-ediscoverycustodian-get.md
index b66dd4d114b..d582f240373 100644
--- a/api-reference/v1.0/api/security-ediscoverycustodian-get.md
+++ b/api-reference/v1.0/api/security-ediscoverycustodian-get.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Get ediscoveryCustodian
diff --git a/api-reference/v1.0/api/security-ediscoveryholdpolicy-post-usersources.md b/api-reference/v1.0/api/security-ediscoveryholdpolicy-post-usersources.md
index 43bbc5d9934..d6b55ae0858 100644
--- a/api-reference/v1.0/api/security-ediscoveryholdpolicy-post-usersources.md
+++ b/api-reference/v1.0/api/security-ediscoveryholdpolicy-post-usersources.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Create userSource
diff --git a/api-reference/v1.0/api/security-retentionevent-get.md b/api-reference/v1.0/api/security-retentionevent-get.md
index 6594b1ae302..ca9a9822275 100644
--- a/api-reference/v1.0/api/security-retentionevent-get.md
+++ b/api-reference/v1.0/api/security-retentionevent-get.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get retentionEvent
diff --git a/api-reference/v1.0/api/simulationautomation-get.md b/api-reference/v1.0/api/simulationautomation-get.md
index 99236a46d0e..f2f64533169 100644
--- a/api-reference/v1.0/api/simulationautomation-get.md
+++ b/api-reference/v1.0/api/simulationautomation-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get simulationAutomation
diff --git a/api-reference/v1.0/api/simulationreportoverview-get.md b/api-reference/v1.0/api/simulationreportoverview-get.md
index e4792a77b35..d246f490c98 100644
--- a/api-reference/v1.0/api/simulationreportoverview-get.md
+++ b/api-reference/v1.0/api/simulationreportoverview-get.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get simulationReportOverview
diff --git a/api-reference/v1.0/api/smsauthenticationmethodconfiguration-get.md b/api-reference/v1.0/api/smsauthenticationmethodconfiguration-get.md
index 5ebc99bdd58..bc7ff997fbf 100644
--- a/api-reference/v1.0/api/smsauthenticationmethodconfiguration-get.md
+++ b/api-reference/v1.0/api/smsauthenticationmethodconfiguration-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get smsAuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/tablecolumn-headerrowrange.md b/api-reference/v1.0/api/tablecolumn-headerrowrange.md
index 77dfd5014da..b153256a9f9 100644
--- a/api-reference/v1.0/api/tablecolumn-headerrowrange.md
+++ b/api-reference/v1.0/api/tablecolumn-headerrowrange.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# TableColumn: HeaderRowRange
diff --git a/api-reference/v1.0/api/termstore-store-update.md b/api-reference/v1.0/api/termstore-store-update.md
index 262c72e0be9..1fa3b00f156 100644
--- a/api-reference/v1.0/api/termstore-store-update.md
+++ b/api-reference/v1.0/api/termstore-store-update.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update store
diff --git a/api-reference/v1.0/api/unifiedroleassignmentscheduleinstance-get.md b/api-reference/v1.0/api/unifiedroleassignmentscheduleinstance-get.md
index ef12d9e3797..360d0a4ace4 100644
--- a/api-reference/v1.0/api/unifiedroleassignmentscheduleinstance-get.md
+++ b/api-reference/v1.0/api/unifiedroleassignmentscheduleinstance-get.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get unifiedRoleAssignmentScheduleInstance
diff --git a/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md b/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
index 79478532337..f3715b08ba1 100644
--- a/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
+++ b/api-reference/v1.0/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# unifiedRoleEligibilityScheduleInstance: filterByCurrentUser
diff --git a/api-reference/v1.0/api/userinsightssettings-update.md b/api-reference/v1.0/api/userinsightssettings-update.md
index 981e6748fa9..5103ce42a65 100644
--- a/api-reference/v1.0/api/userinsightssettings-update.md
+++ b/api-reference/v1.0/api/userinsightssettings-update.md
@@ -5,6 +5,7 @@ author: "simonhult"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: "apiPageType"
+ms.date: 08/13/2024
---
# Update userInsightsSettings
diff --git a/api-reference/v1.0/api/virtualendpoint-post-onpremisesconnections.md b/api-reference/v1.0/api/virtualendpoint-post-onpremisesconnections.md
index 1ea9344d598..bf0276703c6 100644
--- a/api-reference/v1.0/api/virtualendpoint-post-onpremisesconnections.md
+++ b/api-reference/v1.0/api/virtualendpoint-post-onpremisesconnections.md
@@ -5,6 +5,7 @@ author: "Emma0727"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Create cloudPcOnPremisesConnection
diff --git a/api-reference/v1.0/api/voiceauthenticationmethodconfiguration-get.md b/api-reference/v1.0/api/voiceauthenticationmethodconfiguration-get.md
index abf9e8fbacd..2e10f2636ac 100644
--- a/api-reference/v1.0/api/voiceauthenticationmethodconfiguration-get.md
+++ b/api-reference/v1.0/api/voiceauthenticationmethodconfiguration-get.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get voiceAuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/windowssetting-list-instances.md b/api-reference/v1.0/api/windowssetting-list-instances.md
index ef1d7d2562f..56681e1aab4 100644
--- a/api-reference/v1.0/api/windowssetting-list-instances.md
+++ b/api-reference/v1.0/api/windowssetting-list-instances.md
@@ -5,6 +5,7 @@ author: "MS-Arko"
ms.localizationpriority: medium
ms.subservice: "project-rome"
doc_type: apiPageType
+ms.date: 04/18/2024
---
# List Windows setting instances
diff --git a/api-reference/v1.0/resources/associatedteaminfo.md b/api-reference/v1.0/resources/associatedteaminfo.md
index fa06d2737c2..9615a1f5e7b 100644
--- a/api-reference/v1.0/resources/associatedteaminfo.md
+++ b/api-reference/v1.0/resources/associatedteaminfo.md
@@ -5,6 +5,7 @@ author: "devjha-ms"
ms.localizationpriority: high
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# associatedTeamInfo resource type
diff --git a/api-reference/v1.0/resources/authenticationmethodfeatureconfiguration.md b/api-reference/v1.0/resources/authenticationmethodfeatureconfiguration.md
index 3fa5b9b3091..8f053e519da 100644
--- a/api-reference/v1.0/resources/authenticationmethodfeatureconfiguration.md
+++ b/api-reference/v1.0/resources/authenticationmethodfeatureconfiguration.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# authenticationMethodFeatureConfiguration resource type
diff --git a/api-reference/v1.0/resources/cloudpcuserrolescopetaginfo.md b/api-reference/v1.0/resources/cloudpcuserrolescopetaginfo.md
index 0ec33da4f15..56a7e306bc6 100644
--- a/api-reference/v1.0/resources/cloudpcuserrolescopetaginfo.md
+++ b/api-reference/v1.0/resources/cloudpcuserrolescopetaginfo.md
@@ -5,6 +5,7 @@ author: "RuiHou105"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# cloudPcUserRoleScopeTagInfo resource type
diff --git a/api-reference/v1.0/resources/communicationsguestidentity.md b/api-reference/v1.0/resources/communicationsguestidentity.md
index 18fff79cc5a..54236aae393 100644
--- a/api-reference/v1.0/resources/communicationsguestidentity.md
+++ b/api-reference/v1.0/resources/communicationsguestidentity.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# communicationsGuestIdentity resource type
diff --git a/api-reference/v1.0/resources/contentcustomization.md b/api-reference/v1.0/resources/contentcustomization.md
index 372242054dd..435fe0d1738 100644
--- a/api-reference/v1.0/resources/contentcustomization.md
+++ b/api-reference/v1.0/resources/contentcustomization.md
@@ -5,6 +5,7 @@ author: "quievey"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# contentCustomization resource type
diff --git a/api-reference/v1.0/resources/educationfeedback.md b/api-reference/v1.0/resources/educationfeedback.md
index b877b097ad6..0d8de2257de 100644
--- a/api-reference/v1.0/resources/educationfeedback.md
+++ b/api-reference/v1.0/resources/educationfeedback.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# educationFeedback resource type
diff --git a/api-reference/v1.0/resources/educationfeedbackoutcome.md b/api-reference/v1.0/resources/educationfeedbackoutcome.md
index a4e9f2aff40..40c67cb0786 100644
--- a/api-reference/v1.0/resources/educationfeedbackoutcome.md
+++ b/api-reference/v1.0/resources/educationfeedbackoutcome.md
@@ -6,6 +6,7 @@ author: "sharad-sharma-msft"
ms.subservice: "education"
doc_type: "resourcePageType"
toc.title: Feedback outcome
+ms.date: 07/26/2024
---
# educationFeedbackOutcome resource type
diff --git a/api-reference/v1.0/resources/educationfileresource.md b/api-reference/v1.0/resources/educationfileresource.md
index cfcf5895cff..46385e101af 100644
--- a/api-reference/v1.0/resources/educationfileresource.md
+++ b/api-reference/v1.0/resources/educationfileresource.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mmast-msft"
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# educationFileResource resource type
diff --git a/api-reference/v1.0/resources/educationstudent.md b/api-reference/v1.0/resources/educationstudent.md
index da3eb9c84e0..8780ec465d1 100644
--- a/api-reference/v1.0/resources/educationstudent.md
+++ b/api-reference/v1.0/resources/educationstudent.md
@@ -5,6 +5,7 @@ author: "mmast-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# educationStudent resource type
diff --git a/api-reference/v1.0/resources/externalconnectors-propertyrule.md b/api-reference/v1.0/resources/externalconnectors-propertyrule.md
index 5ff080d24d0..b6bda66c7b8 100644
--- a/api-reference/v1.0/resources/externalconnectors-propertyrule.md
+++ b/api-reference/v1.0/resources/externalconnectors-propertyrule.md
@@ -5,6 +5,7 @@ author: "emzho"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: resourcePageType
+ms.date: 07/08/2024
---
# propertyRule resource type
diff --git a/api-reference/v1.0/resources/identitygovernance-taskprocessingresult.md b/api-reference/v1.0/resources/identitygovernance-taskprocessingresult.md
index b31eb25b2a1..ccd75f8a8a1 100644
--- a/api-reference/v1.0/resources/identitygovernance-taskprocessingresult.md
+++ b/api-reference/v1.0/resources/identitygovernance-taskprocessingresult.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# taskProcessingResult resource type
diff --git a/api-reference/v1.0/resources/internalsponsors.md b/api-reference/v1.0/resources/internalsponsors.md
index 702aceacc14..22cfde1b864 100644
--- a/api-reference/v1.0/resources/internalsponsors.md
+++ b/api-reference/v1.0/resources/internalsponsors.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# internalSponsors resource type
diff --git a/api-reference/v1.0/resources/intune-apps-enterprisecodesigningcertificate.md b/api-reference/v1.0/resources/intune-apps-enterprisecodesigningcertificate.md
index c100030bfea..3d9d925e810 100644
--- a/api-reference/v1.0/resources/intune-apps-enterprisecodesigningcertificate.md
+++ b/api-reference/v1.0/resources/intune-apps-enterprisecodesigningcertificate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# enterpriseCodeSigningCertificate resource type
diff --git a/api-reference/v1.0/resources/intune-apps-managediosstoreapp.md b/api-reference/v1.0/resources/intune-apps-managediosstoreapp.md
index 35d56e44e9d..00b8f596782 100644
--- a/api-reference/v1.0/resources/intune-apps-managediosstoreapp.md
+++ b/api-reference/v1.0/resources/intune-apps-managediosstoreapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedIOSStoreApp resource type
diff --git a/api-reference/v1.0/resources/intune-apps-mobileapppublishingstate.md b/api-reference/v1.0/resources/intune-apps-mobileapppublishingstate.md
index fa63abd318f..5b730399b01 100644
--- a/api-reference/v1.0/resources/intune-apps-mobileapppublishingstate.md
+++ b/api-reference/v1.0/resources/intune-apps-mobileapppublishingstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# mobileAppPublishingState enum type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-applistitem.md b/api-reference/v1.0/resources/intune-deviceconfig-applistitem.md
index 95e7c735d94..659c8cc6fb4 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-applistitem.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-applistitem.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# appListItem resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-defenderdetectedmalwareactions.md b/api-reference/v1.0/resources/intune-deviceconfig-defenderdetectedmalwareactions.md
index d569e2353b8..f73b0380e65 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-defenderdetectedmalwareactions.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-defenderdetectedmalwareactions.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# defenderDetectedMalwareActions resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuseroverview.md b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuseroverview.md
index 2be39309cd5..4e722375bea 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuseroverview.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-deviceconfigurationuseroverview.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceConfigurationUserOverview resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-devicemanagement.md b/api-reference/v1.0/resources/intune-deviceconfig-devicemanagement.md
index ccb2143cc08..0f8c7da683e 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-devicemanagement.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-devicemanagement.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# deviceManagement resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-macoscompliancepolicy.md b/api-reference/v1.0/resources/intune-deviceconfig-macoscompliancepolicy.md
index b1685a5fbb4..00c0dd4d8c6 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-macoscompliancepolicy.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-macoscompliancepolicy.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# macOSCompliancePolicy resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-macoscustomconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-macoscustomconfiguration.md
index 3308154c8cf..6c40d36c930 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-macoscustomconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-macoscustomconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# macOSCustomConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md
index 7f65d9d8b5a..07b71a89f19 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windows10EnterpriseModernAppManagementConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-devices-osversioncount.md b/api-reference/v1.0/resources/intune-devices-osversioncount.md
index cf9ddd3533d..b1edecb5e62 100644
--- a/api-reference/v1.0/resources/intune-devices-osversioncount.md
+++ b/api-reference/v1.0/resources/intune-devices-osversioncount.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# osVersionCount resource type
diff --git a/api-reference/v1.0/resources/intune-devices-remotelockactionresult.md b/api-reference/v1.0/resources/intune-devices-remotelockactionresult.md
index 76d6a0acd15..7ad84d33d7f 100644
--- a/api-reference/v1.0/resources/intune-devices-remotelockactionresult.md
+++ b/api-reference/v1.0/resources/intune-devices-remotelockactionresult.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# remoteLockActionResult resource type
diff --git a/api-reference/v1.0/resources/intune-devices-windowsdeviceazureadaccount.md b/api-reference/v1.0/resources/intune-devices-windowsdeviceazureadaccount.md
index a8f57250f9a..3ca5a1f058a 100644
--- a/api-reference/v1.0/resources/intune-devices-windowsdeviceazureadaccount.md
+++ b/api-reference/v1.0/resources/intune-devices-windowsdeviceazureadaccount.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# windowsDeviceAzureADAccount resource type
diff --git a/api-reference/v1.0/resources/intune-mam-defaultmanagedappprotection.md b/api-reference/v1.0/resources/intune-mam-defaultmanagedappprotection.md
index 410d525852c..4ae5e809e44 100644
--- a/api-reference/v1.0/resources/intune-mam-defaultmanagedappprotection.md
+++ b/api-reference/v1.0/resources/intune-mam-defaultmanagedappprotection.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# defaultManagedAppProtection resource type
diff --git a/api-reference/v1.0/resources/intune-mam-iosmanagedappregistration.md b/api-reference/v1.0/resources/intune-mam-iosmanagedappregistration.md
index 51b43d8fb97..35709cc71b4 100644
--- a/api-reference/v1.0/resources/intune-mam-iosmanagedappregistration.md
+++ b/api-reference/v1.0/resources/intune-mam-iosmanagedappregistration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# iosManagedAppRegistration resource type
diff --git a/api-reference/v1.0/resources/landingpage.md b/api-reference/v1.0/resources/landingpage.md
index 7c05d8c88b3..3ab1965e8f4 100644
--- a/api-reference/v1.0/resources/landingpage.md
+++ b/api-reference/v1.0/resources/landingpage.md
@@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# landingPage resource type
diff --git a/api-reference/v1.0/resources/locationconstraintitem.md b/api-reference/v1.0/resources/locationconstraintitem.md
index 548698196f6..8c2fcf159d5 100644
--- a/api-reference/v1.0/resources/locationconstraintitem.md
+++ b/api-reference/v1.0/resources/locationconstraintitem.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "iamgirishck"
ms.subservice: outlook
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# locationConstraintItem resource type
diff --git a/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodtarget.md b/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodtarget.md
index 79e5edeb6c3..e57b69a358a 100644
--- a/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodtarget.md
+++ b/api-reference/v1.0/resources/microsoftauthenticatorauthenticationmethodtarget.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# microsoftAuthenticatorAuthenticationMethodTarget resource type
diff --git a/api-reference/v1.0/resources/onauthenticationmethodloadstarthandler.md b/api-reference/v1.0/resources/onauthenticationmethodloadstarthandler.md
index 8c55dfc3458..1df66c91cc7 100644
--- a/api-reference/v1.0/resources/onauthenticationmethodloadstarthandler.md
+++ b/api-reference/v1.0/resources/onauthenticationmethodloadstarthandler.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# onAuthenticationMethodLoadStartHandler resource type
diff --git a/api-reference/v1.0/resources/onauthenticationmethodloadstartlistener.md b/api-reference/v1.0/resources/onauthenticationmethodloadstartlistener.md
index c33f708bffb..d2d3ac97dd2 100644
--- a/api-reference/v1.0/resources/onauthenticationmethodloadstartlistener.md
+++ b/api-reference/v1.0/resources/onauthenticationmethodloadstartlistener.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/15/2024
---
# onAuthenticationMethodLoadStartListener resource type
diff --git a/api-reference/v1.0/resources/oninteractiveauthflowstartexternalusersselfservicesignup.md b/api-reference/v1.0/resources/oninteractiveauthflowstartexternalusersselfservicesignup.md
index ab774534560..67fb3245571 100644
--- a/api-reference/v1.0/resources/oninteractiveauthflowstartexternalusersselfservicesignup.md
+++ b/api-reference/v1.0/resources/oninteractiveauthflowstartexternalusersselfservicesignup.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/20/2024
---
# onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp resource type
diff --git a/api-reference/v1.0/resources/partners-billing-runningoperation.md b/api-reference/v1.0/resources/partners-billing-runningoperation.md
index 018cfe679e3..fe7e3f11b14 100644
--- a/api-reference/v1.0/resources/partners-billing-runningoperation.md
+++ b/api-reference/v1.0/resources/partners-billing-runningoperation.md
@@ -5,6 +5,7 @@ author: "sourishdeb"
ms.localizationpriority: medium
ms.subservice: "reports"
doc_type: resourcePageType
+ms.date: 03/06/2024
---
# runningOperation resource type
diff --git a/api-reference/v1.0/resources/policyroot.md b/api-reference/v1.0/resources/policyroot.md
index 93af5e9d092..2c63b00d02d 100644
--- a/api-reference/v1.0/resources/policyroot.md
+++ b/api-reference/v1.0/resources/policyroot.md
@@ -5,6 +5,7 @@ author: "dkershaw10"
ms.localizationpriority: medium
ms.subservice: "non-product-specific"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# policyRoot resource type
diff --git a/api-reference/v1.0/resources/principalresourcemembershipsscope.md b/api-reference/v1.0/resources/principalresourcemembershipsscope.md
index 8813f50243d..a6c9333bbb5 100644
--- a/api-reference/v1.0/resources/principalresourcemembershipsscope.md
+++ b/api-reference/v1.0/resources/principalresourcemembershipsscope.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# principalResourceMembershipsScope resource type
diff --git a/api-reference/v1.0/resources/printdocumentuploadproperties.md b/api-reference/v1.0/resources/printdocumentuploadproperties.md
index ce4740dc03c..4d3561213b6 100644
--- a/api-reference/v1.0/resources/printdocumentuploadproperties.md
+++ b/api-reference/v1.0/resources/printdocumentuploadproperties.md
@@ -5,6 +5,7 @@ title: "printDocumentUploadProperties resource type"
ms.localizationpriority: medium
doc_type: "resourcePageType"
ms.subservice: universal-print
+ms.date: 07/26/2024
---
# printDocumentUploadProperties resource type
diff --git a/api-reference/v1.0/resources/printerstatus.md b/api-reference/v1.0/resources/printerstatus.md
index 932c27dfe37..0539cbbd910 100644
--- a/api-reference/v1.0/resources/printerstatus.md
+++ b/api-reference/v1.0/resources/printerstatus.md
@@ -5,6 +5,7 @@ author: braedenp-msft
ms.localizationpriority: medium
ms.subservice: universal-print
doc_type: resourcePageType
+ms.date: 07/26/2024
---
# printerStatus resource type
diff --git a/api-reference/v1.0/resources/requestormanager.md b/api-reference/v1.0/resources/requestormanager.md
index cb06b8dcae2..8f3d60e8567 100644
--- a/api-reference/v1.0/resources/requestormanager.md
+++ b/api-reference/v1.0/resources/requestormanager.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# requestorManager resource type
diff --git a/api-reference/v1.0/resources/security-departmenttemplate.md b/api-reference/v1.0/resources/security-departmenttemplate.md
index c84fd496df9..e946cf4a822 100644
--- a/api-reference/v1.0/resources/security-departmenttemplate.md
+++ b/api-reference/v1.0/resources/security-departmenttemplate.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# departmentTemplate resource type
diff --git a/api-reference/v1.0/resources/security-hostport.md b/api-reference/v1.0/resources/security-hostport.md
index a4541dcf7e9..3d2279805f0 100644
--- a/api-reference/v1.0/resources/security-hostport.md
+++ b/api-reference/v1.0/resources/security-hostport.md
@@ -5,6 +5,7 @@ author: "angelo-moulic"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# hostPort resource type
diff --git a/api-reference/v1.0/resources/security-retentiondurationforever.md b/api-reference/v1.0/resources/security-retentiondurationforever.md
index 6a95895ab73..c9c57db1008 100644
--- a/api-reference/v1.0/resources/security-retentiondurationforever.md
+++ b/api-reference/v1.0/resources/security-retentiondurationforever.md
@@ -5,6 +5,7 @@ author: "sseth"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 06/10/2024
---
# retentionDurationForever resource type
diff --git a/api-reference/v1.0/resources/security-threatintelligence.md b/api-reference/v1.0/resources/security-threatintelligence.md
index 0b8ce1c90d4..37c026d56ba 100644
--- a/api-reference/v1.0/resources/security-threatintelligence.md
+++ b/api-reference/v1.0/resources/security-threatintelligence.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# threatIntelligence resource type
diff --git a/api-reference/v1.0/resources/skypeforbusinessuserconversationmember.md b/api-reference/v1.0/resources/skypeforbusinessuserconversationmember.md
index 7869f75568d..aa85c4ba42f 100644
--- a/api-reference/v1.0/resources/skypeforbusinessuserconversationmember.md
+++ b/api-reference/v1.0/resources/skypeforbusinessuserconversationmember.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# skypeForBusinessUserConversationMember resource type
diff --git a/api-reference/v1.0/resources/skypeuserconversationmember.md b/api-reference/v1.0/resources/skypeuserconversationmember.md
index 9c698a51bf6..c8cf2d3d0a8 100644
--- a/api-reference/v1.0/resources/skypeuserconversationmember.md
+++ b/api-reference/v1.0/resources/skypeuserconversationmember.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# skypeUserConversationMember resource type
diff --git a/api-reference/v1.0/resources/synchronization-filter.md b/api-reference/v1.0/resources/synchronization-filter.md
index e7deacff98e..c591057c8c5 100644
--- a/api-reference/v1.0/resources/synchronization-filter.md
+++ b/api-reference/v1.0/resources/synchronization-filter.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 04/03/2024
---
# filter resource type
diff --git a/api-reference/v1.0/resources/synchronization-objectmapping.md b/api-reference/v1.0/resources/synchronization-objectmapping.md
index ca8755b4955..e46f66f7655 100644
--- a/api-reference/v1.0/resources/synchronization-objectmapping.md
+++ b/api-reference/v1.0/resources/synchronization-objectmapping.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
author: "ArvindHarinder1"
ms.subservice: "entra-applications"
+ms.date: 07/22/2024
---
# objectMapping resource type
diff --git a/api-reference/v1.0/resources/teamworkbot.md b/api-reference/v1.0/resources/teamworkbot.md
index 4721293a081..f5e0657a281 100644
--- a/api-reference/v1.0/resources/teamworkbot.md
+++ b/api-reference/v1.0/resources/teamworkbot.md
@@ -5,6 +5,7 @@ author: "AkJo"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkBot resource type
diff --git a/api-reference/v1.0/resources/ticketinfo.md b/api-reference/v1.0/resources/ticketinfo.md
index 5f64179e0e2..9372fb27878 100644
--- a/api-reference/v1.0/resources/ticketinfo.md
+++ b/api-reference/v1.0/resources/ticketinfo.md
@@ -5,6 +5,7 @@ author: "rkarim-ms"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# ticketInfo resource type
diff --git a/api-reference/v1.0/resources/userflowlanguageconfiguration.md b/api-reference/v1.0/resources/userflowlanguageconfiguration.md
index 90fb816199b..9992702ffd8 100644
--- a/api-reference/v1.0/resources/userflowlanguageconfiguration.md
+++ b/api-reference/v1.0/resources/userflowlanguageconfiguration.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# userFlowLanguageConfiguration resource type
diff --git a/api-reference/v1.0/resources/usersolutionroot.md b/api-reference/v1.0/resources/usersolutionroot.md
index a0e8c5262d4..95f8d0bd069 100644
--- a/api-reference/v1.0/resources/usersolutionroot.md
+++ b/api-reference/v1.0/resources/usersolutionroot.md
@@ -5,6 +5,7 @@ author: "galalalym"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userSolutionRoot resource type
diff --git a/api-reference/v1.0/resources/workbookrangefont.md b/api-reference/v1.0/resources/workbookrangefont.md
index 2565b511c38..f8155dbf641 100644
--- a/api-reference/v1.0/resources/workbookrangefont.md
+++ b/api-reference/v1.0/resources/workbookrangefont.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "lumine2008"
ms.subservice: "excel"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# workbookRangeFont resource type
diff --git a/api-reference/v1.0/resources/workbookworksheetprotectionoptions.md b/api-reference/v1.0/resources/workbookworksheetprotectionoptions.md
index e4acebc72e7..b8ab3a816f8 100644
--- a/api-reference/v1.0/resources/workbookworksheetprotectionoptions.md
+++ b/api-reference/v1.0/resources/workbookworksheetprotectionoptions.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# workbookWorksheetProtectionOptions resource type
diff --git a/api-reference/v1.0/resources/workforceintegrationencryption.md b/api-reference/v1.0/resources/workforceintegrationencryption.md
index 550ee564d3c..d7135b44eb4 100644
--- a/api-reference/v1.0/resources/workforceintegrationencryption.md
+++ b/api-reference/v1.0/resources/workforceintegrationencryption.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "akumar39"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 08/08/2024
---
# workforceIntegrationEncryption resource type
From 13c3fd93929e139f6ce84420766c918164f17c52 Mon Sep 17 00:00:00 2001
From: saisang
Date: Mon, 18 Nov 2024 21:32:15 +0800
Subject: [PATCH 074/130] Bulk add missing ms.date
---
api-reference/beta/api/accessreview-create.md | 1 +
api-reference/beta/api/accessreviewpolicy-get.md | 1 +
.../beta/api/b2cidentityuserflow-list-identityproviders.md | 1 +
api-reference/beta/api/callrecords-callrecord-getsmslog.md | 1 +
...pplicationconfiguration-post-trustedcertificateauthorities.md | 1 +
.../cloudpcreports-retrievecrossregiondisasterrecoveryreport.md | 1 +
api-reference/beta/api/connectorgroup-update.md | 1 +
api-reference/beta/api/dynamics-item-get.md | 1 +
api-reference/beta/api/externalconnectors-schema-update.md | 1 +
api-reference/beta/api/intune-apps-mobileapprelationship-list.md | 1 +
...config-androiddeviceownergeneraldeviceconfiguration-create.md | 1 +
...intune-deviceconfig-deviceconfigurationconflictsummary-get.md | 1 +
...une-deviceconfig-deviceconfigurationgroupassignment-update.md | 1 +
.../beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md | 1 +
...onfigv2-devicemanagementconfigurationsettingdefinition-get.md | 1 +
.../intune-deviceintent-devicemanagementintentassignment-get.md | 1 +
.../beta/api/intune-devices-manageddevice-activatedeviceesim.md | 1 +
.../beta/api/intune-devices-manageddevice-changeassignments.md | 1 +
.../beta/api/intune-devices-manageddevice-playlostmodesound.md | 1 +
...ne-devices-userexperienceanalyticsresourceperformance-list.md | 1 +
...intune-enrollment-appleuserinitiatedenrollmentprofile-list.md | 1 +
.../api/intune-grouppolicy-grouppolicyconfiguration-create.md | 1 +
.../beta/api/intune-raimportcerts-userpfxcertificate-delete.md | 1 +
.../beta/api/intune-raimportcerts-userpfxcertificate-list.md | 1 +
...ne-reporting-devicemanagementcachedreportconfiguration-get.md | 1 +
.../intune-shared-devicemanagement-geteffectivepermissions.md | 1 +
...intune-shared-reportroot-deviceconfigurationdeviceactivity.md | 1 +
api-reference/beta/api/listitem-get-permissions.md | 1 +
api-reference/beta/api/mobileappmanagementpolicies-update.md | 1 +
api-reference/beta/api/networkaccess-filteringprofile-get.md | 1 +
api-reference/beta/api/networkaccess-filteringprofile-list.md | 1 +
api-reference/beta/api/onpremisesagent-list.md | 1 +
.../beta/api/organizationsettings-list-contactinsights.md | 1 +
.../partner-security-partnersecurityscore-list-requirements.md | 1 +
.../beta/api/peopleadminsettings-post-photoupdatesettings.md | 1 +
api-reference/beta/api/plannerroster-list-members.md | 1 +
api-reference/beta/api/planneruser-get.md | 1 +
api-reference/beta/api/profile-list-interests.md | 1 +
api-reference/beta/api/profile-post-notes.md | 1 +
api-reference/beta/api/publishedresource-list.md | 1 +
.../reportroot-getteamsuseractivitytotaldistributioncounts.md | 1 +
...lthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md | 1 +
api-reference/beta/api/signin-confirmcompromised.md | 1 +
.../beta/api/windowsupdates-updatableasset-unenrollassetsbyid.md | 1 +
api-reference/beta/resources/accessreview.md | 1 +
api-reference/beta/resources/approvalitemresponse.md | 1 +
api-reference/beta/resources/cloudlicensing-service.md | 1 +
.../beta/resources/cloudpcbulkdisasterrecoveryfailover.md | 1 +
api-reference/beta/resources/cloudpcconnectivityevent.md | 1 +
api-reference/beta/resources/cloudpcsnapshot.md | 1 +
api-reference/beta/resources/cloudrealtimecommunicationinfo.md | 1 +
api-reference/beta/resources/customappmanagementconfiguration.md | 1 +
api-reference/beta/resources/dynamics-customerpayment.md | 1 +
.../beta/resources/healthmonitoring-healthmonitoringroot.md | 1 +
.../intune-apps-androidforworkmobileappconfiguration.md | 1 +
.../resources/intune-deviceconfig-androidwificonfiguration.md | 1 +
.../beta/resources/intune-deviceconfig-hardwareconfiguration.md | 1 +
.../beta/resources/intune-deviceconfigv2-devicemanagement.md | 1 +
...ceconfigv2-devicemanagementconfigurationsecretsettingvalue.md | 1 +
...deviceconfigv2-devicemanagementconfigurationtemplatefamily.md | 1 +
.../intune-deviceintent-devicemanagementsettingcategory.md | 1 +
...ntune-deviceintent-devicemanagementtemplatesettingcategory.md | 1 +
.../beta/resources/intune-devices-devicemanagementscript.md | 1 +
.../beta/resources/intune-esim-embeddedsimactivationcodepool.md | 1 +
.../resources/intune-grouppolicy-grouppolicydefinitionvalue.md | 1 +
api-reference/beta/resources/managedtenants-managementaction.md | 1 +
api-reference/beta/resources/membershipruleprocessingstatus.md | 1 +
api-reference/beta/resources/networkaccess-remotenetwork.md | 1 +
api-reference/beta/resources/onpremisessipinfo.md | 1 +
api-reference/beta/resources/security-protectionrule.md | 1 +
api-reference/beta/resources/tasks-overview.md | 1 +
api-reference/beta/resources/teamtemplatedefinition.md | 1 +
api-reference/beta/resources/trustFrameworkkey_v2.md | 1 +
api-reference/beta/resources/unifiedstoragequota.md | 1 +
api-reference/v1.0/api/accesspackage-post-incompatiblegroup.md | 1 +
api-reference/v1.0/api/bookingcurrency-get.md | 1 +
api-reference/v1.0/api/browsersite-get.md | 1 +
api-reference/v1.0/api/chart-setdata.md | 1 +
api-reference/v1.0/api/chat-unhideforuser.md | 1 +
api-reference/v1.0/api/cloudpcdeviceimage-get.md | 1 +
...enantaccesspolicyconfigurationdefault-resettosystemdefault.md | 1 +
api-reference/v1.0/api/customauthenticationextension-delete.md | 1 +
.../v1.0/api/educationassignment-post-gradingcategory.md | 1 +
api-reference/v1.0/api/educationassignmentdefaults-get.md | 1 +
api-reference/v1.0/api/educationclass-delta.md | 1 +
api-reference/v1.0/api/educationclass-post-category.md | 1 +
api-reference/v1.0/api/educationuser-list-taughtclasses.md | 1 +
api-reference/v1.0/api/entitlementmanagementsettings-update.md | 1 +
api-reference/v1.0/api/group-delete-rejectedsenders.md | 1 +
api-reference/v1.0/api/grouplifecyclepolicy-removegroup.md | 1 +
api-reference/v1.0/api/homerealmdiscoverypolicy-delete.md | 1 +
.../v1.0/api/homerealmdiscoverypolicy-list-appliesto.md | 1 +
api-reference/v1.0/api/identitygovernance-workflow-list-task.md | 1 +
.../v1.0/api/identityuserflowattributeassignment-get.md | 1 +
.../v1.0/api/identityuserflowattributeassignment-update.md | 1 +
api-reference/v1.0/api/intune-apps-androidstoreapp-list.md | 1 +
api-reference/v1.0/api/intune-apps-windowsappx-list.md | 1 +
api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md | 1 +
.../api/intune-deviceconfig-androidcustomconfiguration-list.md | 1 +
...tune-deviceconfig-deviceconfigurationdeviceoverview-update.md | 1 +
.../api/intune-deviceconfig-deviceconfigurationuserstatus-get.md | 1 +
.../v1.0/api/intune-deviceconfig-devicemanagement-get.md | 1 +
.../api/intune-deviceconfig-iosupdateconfiguration-create.md | 1 +
.../api/intune-deviceconfig-iosupdateconfiguration-update.md | 1 +
.../api/intune-deviceconfig-settingstatedevicesummary-get.md | 1 +
.../intune-devices-applepushnotificationcertificate-update.md | 1 +
...tune-devices-manageddevice-deleteuserfromsharedappledevice.md | 1 +
.../v1.0/api/intune-devices-manageddevice-disablelostmode.md | 1 +
.../v1.0/api/intune-devices-mobileapptroubleshootingevent-get.md | 1 +
.../v1.0/api/intune-mam-androidmanagedappprotection-get.md | 1 +
.../v1.0/api/intune-mam-defaultmanagedappprotection-create.md | 1 +
.../v1.0/api/intune-mam-defaultmanagedappprotection-list.md | 1 +
.../v1.0/api/intune-mam-iosmanagedappprotection-list.md | 1 +
.../api/intune-notification-notificationmessagetemplate-list.md | 1 +
.../api/intune-onboarding-compliancemanagementpartner-delete.md | 1 +
.../api/intune-onboarding-compliancemanagementpartner-list.md | 1 +
.../intune-onboarding-deviceenrollmentlimitconfiguration-get.md | 1 +
.../v1.0/api/intune-onboarding-devicemanagementpartner-get.md | 1 +
api-reference/v1.0/api/intune-onboarding-organization-update.md | 1 +
.../intune-rbac-deviceandappmanagementroledefinition-create.md | 1 +
.../api/intune-rbac-deviceandappmanagementroledefinition-get.md | 1 +
...cemanagementreports-getdevicestatusbycompliacepolicyreport.md | 1 +
...emanagementreports-getnoncompliantdevicesandsettingsreport.md | 1 +
api-reference/v1.0/api/intune-tem-devicemanagement-get.md | 1 +
.../v1.0/api/learningprovider-delete-learningcontents.md | 1 +
api-reference/v1.0/api/mailsearchfolder-update.md | 1 +
.../v1.0/api/multitenantorganizationjoinrequestrecord-get.md | 1 +
.../v1.0/api/multitenantorganizationjoinrequestrecord-update.md | 1 +
api-reference/v1.0/api/multitenantorganizationmember-get.md | 1 +
api-reference/v1.0/api/offershiftrequest-list.md | 1 +
.../api/privilegedaccessgroupassignmentscheduleinstance-get.md | 1 +
.../api/privilegedaccessgroupeligibilityscheduleinstance-get.md | 1 +
api-reference/v1.0/api/rangeborder-get.md | 1 +
.../reportroot-getskypeforbusinesspeertopeeractivitycounts.md | 1 +
api-reference/v1.0/api/riskyserviceprincipal-list-history.md | 1 +
api-reference/v1.0/api/search-qna-get.md | 1 +
api-reference/v1.0/api/security-ediscoverycustodian-activate.md | 1 +
.../v1.0/api/security-ediscoverysearch-list-custodiansources.md | 1 +
api-reference/v1.0/api/security-healthissue-update.md | 1 +
api-reference/v1.0/api/serviceprincipalriskdetection-get.md | 1 +
api-reference/v1.0/api/serviceupdatemessage-archive.md | 1 +
.../api/sharepointprotectionpolicy-list-siteinclusionrules.md | 1 +
api-reference/v1.0/api/tablecolumn-databodyrange.md | 1 +
...emporaryaccesspassauthenticationmethodconfiguration-update.md | 1 +
api-reference/v1.0/api/tokenissuancepolicy-delete.md | 1 +
api-reference/v1.0/api/unifiedroledefinition-delete.md | 1 +
api-reference/v1.0/api/workbook-list-tables.md | 1 +
api-reference/v1.0/api/workbookrange-rowsabove.md | 1 +
api-reference/v1.0/resources/accessreviewreviewer.md | 1 +
api-reference/v1.0/resources/actionresultpart.md | 1 +
api-reference/v1.0/resources/agreementfile.md | 1 +
api-reference/v1.0/resources/callroute.md | 1 +
api-reference/v1.0/resources/calltranscripteventmessagedetail.md | 1 +
api-reference/v1.0/resources/changetrackedentity.md | 1 +
api-reference/v1.0/resources/channelsummary.md | 1 +
.../v1.0/resources/cloudpconpremisesconnectionstatusdetail.md | 1 +
api-reference/v1.0/resources/commsnotifications.md | 1 +
.../v1.0/resources/communicationsapplicationidentity.md | 1 +
api-reference/v1.0/resources/connectedorganizationmembers.md | 1 +
.../v1.0/resources/crosscloudazureactivedirectorytenant.md | 1 +
.../v1.0/resources/crosstenantaccesspolicytenantrestrictions.md | 1 +
.../v1.0/resources/customextensioncallbackconfiguration.md | 1 +
api-reference/v1.0/resources/customextensiondata.md | 1 +
api-reference/v1.0/resources/domaindnstxtrecord.md | 1 +
api-reference/v1.0/resources/educationrubricoutcome.md | 1 +
api-reference/v1.0/resources/filesecuritystate.md | 1 +
.../resources/identitygovernance-timebasedattributetrigger.md | 1 +
api-reference/v1.0/resources/identitygovernance-workflowbase.md | 1 +
.../v1.0/resources/intune-apps-appconfigurationsettingitem.md | 1 +
api-reference/v1.0/resources/intune-apps-iosdevicetype.md | 1 +
.../v1.0/resources/intune-apps-ioslobappassignmentsettings.md | 1 +
.../v1.0/resources/intune-apps-iosvppappassignmentsettings.md | 1 +
api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md | 1 +
api-reference/v1.0/resources/intune-books-installstate.md | 1 +
.../intune-deviceconfig-androidgeneraldeviceconfiguration.md | 1 +
.../resources/intune-deviceconfig-editionupgradeconfiguration.md | 1 +
.../v1.0/resources/intune-devices-deviceprotectionoverview.md | 1 +
.../v1.0/resources/intune-devices-resetpasscodeactionresult.md | 1 +
...intune-devices-userexperienceanalyticsdevicestartupprocess.md | 1 +
.../resources/intune-devices-userexperienceanalyticsinsight.md | 1 +
.../intune-devices-userexperienceanalyticsmetrichistory.md | 1 +
.../v1.0/resources/intune-mam-targetedmanagedappprotection.md | 1 +
.../resources/intune-onboarding-mobilethreatdefenseconnector.md | 1 +
api-reference/v1.0/resources/joinmeetingidmeetinginfo.md | 1 +
api-reference/v1.0/resources/mediaSource.md | 1 +
api-reference/v1.0/resources/networkconnection.md | 1 +
api-reference/v1.0/resources/onenotebasemodel.md | 1 +
api-reference/v1.0/resources/onusercreatestartlistener.md | 1 +
api-reference/v1.0/resources/parentalcontrolsettings.md | 1 +
api-reference/v1.0/resources/reactionsfacet.md | 1 +
api-reference/v1.0/resources/resourcespecificpermission.md | 1 +
api-reference/v1.0/resources/security-blobcontainerevidence.md | 1 +
api-reference/v1.0/resources/security-hostreputation.md | 1 +
api-reference/v1.0/resources/targetapplicationowners.md | 1 +
api-reference/v1.0/resources/teamworkonlinemeetinginfo.md | 1 +
api-reference/v1.0/resources/termstore-localizedname.md | 1 +
.../v1.0/resources/userlastsigninrecommendationinsightsetting.md | 1 +
api-reference/v1.0/resources/virtualeventpresenterdetails.md | 1 +
api-reference/v1.0/resources/workbookchartlegend.md | 1 +
.../resources/x509certificateauthenticationmodeconfiguration.md | 1 +
200 files changed, 200 insertions(+)
diff --git a/api-reference/beta/api/accessreview-create.md b/api-reference/beta/api/accessreview-create.md
index 5377aea0642..941c7e32a0c 100644
--- a/api-reference/beta/api/accessreview-create.md
+++ b/api-reference/beta/api/accessreview-create.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "shubhamguptacal"
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create accessReview (deprecated)
diff --git a/api-reference/beta/api/accessreviewpolicy-get.md b/api-reference/beta/api/accessreviewpolicy-get.md
index e27a759ec04..5ab402f1196 100644
--- a/api-reference/beta/api/accessreviewpolicy-get.md
+++ b/api-reference/beta/api/accessreviewpolicy-get.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get accessReviewPolicy
diff --git a/api-reference/beta/api/b2cidentityuserflow-list-identityproviders.md b/api-reference/beta/api/b2cidentityuserflow-list-identityproviders.md
index 19661993bd3..6da363c64e4 100644
--- a/api-reference/beta/api/b2cidentityuserflow-list-identityproviders.md
+++ b/api-reference/beta/api/b2cidentityuserflow-list-identityproviders.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: apiPageType
author: "jkdouglas"
ms.subservice: "entra-sign-in"
+ms.date: 04/04/2024
---
# List all identityProviders in a b2cIdentityUserFlow (deprecated)
diff --git a/api-reference/beta/api/callrecords-callrecord-getsmslog.md b/api-reference/beta/api/callrecords-callrecord-getsmslog.md
index b2fc64cc059..f634d63cf82 100644
--- a/api-reference/beta/api/callrecords-callrecord-getsmslog.md
+++ b/api-reference/beta/api/callrecords-callrecord-getsmslog.md
@@ -5,6 +5,7 @@ author: "saurabhjain0804"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# callRecord: getSmsLog
diff --git a/api-reference/beta/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md b/api-reference/beta/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md
index e7bb701ea95..30297cd9d9e 100644
--- a/api-reference/beta/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md
+++ b/api-reference/beta/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md
@@ -5,6 +5,7 @@ author: "madansr7"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 05/22/2024
---
# Create trustedCertificateAuthority
diff --git a/api-reference/beta/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport.md b/api-reference/beta/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport.md
index a103fec5d6c..56e15bbca99 100644
--- a/api-reference/beta/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport.md
+++ b/api-reference/beta/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport.md
@@ -5,6 +5,7 @@ author: "ms-linxin"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# cloudPcReports: retrieveCrossregionDisasterRecoveryReport
diff --git a/api-reference/beta/api/connectorgroup-update.md b/api-reference/beta/api/connectorgroup-update.md
index 77c8fbf4fa3..11d94a4972b 100644
--- a/api-reference/beta/api/connectorgroup-update.md
+++ b/api-reference/beta/api/connectorgroup-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 08/01/2024
---
# Update connectorGroups
diff --git a/api-reference/beta/api/dynamics-item-get.md b/api-reference/beta/api/dynamics-item-get.md
index 78a4994e7a9..f40a6cc5434 100644
--- a/api-reference/beta/api/dynamics-item-get.md
+++ b/api-reference/beta/api/dynamics-item-get.md
@@ -7,6 +7,7 @@ author: "SusanneWindfeldPedersen"
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get items
diff --git a/api-reference/beta/api/externalconnectors-schema-update.md b/api-reference/beta/api/externalconnectors-schema-update.md
index 3d357babab4..73b01f410b3 100644
--- a/api-reference/beta/api/externalconnectors-schema-update.md
+++ b/api-reference/beta/api/externalconnectors-schema-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mecampos"
ms.subservice: "search"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Update schema
diff --git a/api-reference/beta/api/intune-apps-mobileapprelationship-list.md b/api-reference/beta/api/intune-apps-mobileapprelationship-list.md
index fddf28f75cc..7e2b9d8d6d8 100644
--- a/api-reference/beta/api/intune-apps-mobileapprelationship-list.md
+++ b/api-reference/beta/api/intune-apps-mobileapprelationship-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# List mobileAppRelationships
diff --git a/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md b/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md
index 51ccb68400c..09180c39cf2 100644
--- a/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md
+++ b/api-reference/beta/api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create androidDeviceOwnerGeneralDeviceConfiguration
diff --git a/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md b/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md
index 90e4d4f98ec..00731fb2036 100644
--- a/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md
+++ b/api-reference/beta/api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceConfigurationConflictSummary
diff --git a/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md b/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md
index 98ddc38d40a..34b269b98c1 100644
--- a/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md
+++ b/api-reference/beta/api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceConfigurationGroupAssignment
diff --git a/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md b/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md
index 1832d3287a7..dd367c5f7f2 100644
--- a/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md
+++ b/api-reference/beta/api/intune-deviceconfig-hardwarepasswordinfo-delete.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Delete hardwarePasswordInfo
diff --git a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-get.md b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-get.md
index b2ef541be7c..43f61b554f6 100644
--- a/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-get.md
+++ b/api-reference/beta/api/intune-deviceconfigv2-devicemanagementconfigurationsettingdefinition-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# Get deviceManagementConfigurationSettingDefinition
diff --git a/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-get.md b/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-get.md
index 0fd563f6870..ee09d824058 100644
--- a/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-get.md
+++ b/api-reference/beta/api/intune-deviceintent-devicemanagementintentassignment-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementIntentAssignment
diff --git a/api-reference/beta/api/intune-devices-manageddevice-activatedeviceesim.md b/api-reference/beta/api/intune-devices-manageddevice-activatedeviceesim.md
index ee405c6737a..0173436b49e 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-activatedeviceesim.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-activatedeviceesim.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# activateDeviceEsim action
diff --git a/api-reference/beta/api/intune-devices-manageddevice-changeassignments.md b/api-reference/beta/api/intune-devices-manageddevice-changeassignments.md
index 823fd0b2038..9a99a9c90fa 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-changeassignments.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-changeassignments.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# changeAssignments action
diff --git a/api-reference/beta/api/intune-devices-manageddevice-playlostmodesound.md b/api-reference/beta/api/intune-devices-manageddevice-playlostmodesound.md
index ca92368b850..3608a2ecce0 100644
--- a/api-reference/beta/api/intune-devices-manageddevice-playlostmodesound.md
+++ b/api-reference/beta/api/intune-devices-manageddevice-playlostmodesound.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# playLostModeSound action
diff --git a/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-list.md b/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-list.md
index b0079c1f555..bdd68a1389f 100644
--- a/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-list.md
+++ b/api-reference/beta/api/intune-devices-userexperienceanalyticsresourceperformance-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List userExperienceAnalyticsResourcePerformances
diff --git a/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md b/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md
index 25d2b89282c..c7008333c6e 100644
--- a/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md
+++ b/api-reference/beta/api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List appleUserInitiatedEnrollmentProfiles
diff --git a/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-create.md b/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-create.md
index 122d69c850f..28c39d5d5af 100644
--- a/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-create.md
+++ b/api-reference/beta/api/intune-grouppolicy-grouppolicyconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create groupPolicyConfiguration
diff --git a/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-delete.md b/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-delete.md
index 3aeb171cacf..b0f24f9e0f1 100644
--- a/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-delete.md
+++ b/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-delete.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Delete userPFXCertificate
diff --git a/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-list.md b/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-list.md
index 8f7dd805a24..17ef41053b0 100644
--- a/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-list.md
+++ b/api-reference/beta/api/intune-raimportcerts-userpfxcertificate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List userPFXCertificates
diff --git a/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-get.md b/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-get.md
index d2e256e5e49..05f2cc8a482 100644
--- a/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-get.md
+++ b/api-reference/beta/api/intune-reporting-devicemanagementcachedreportconfiguration-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementCachedReportConfiguration
diff --git a/api-reference/beta/api/intune-shared-devicemanagement-geteffectivepermissions.md b/api-reference/beta/api/intune-shared-devicemanagement-geteffectivepermissions.md
index 03b6e0f4383..68abdb8e56e 100644
--- a/api-reference/beta/api/intune-shared-devicemanagement-geteffectivepermissions.md
+++ b/api-reference/beta/api/intune-shared-devicemanagement-geteffectivepermissions.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# getEffectivePermissions function
diff --git a/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationdeviceactivity.md b/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationdeviceactivity.md
index 9e78cfe7754..133dacfeb36 100644
--- a/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationdeviceactivity.md
+++ b/api-reference/beta/api/intune-shared-reportroot-deviceconfigurationdeviceactivity.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.prod: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# deviceConfigurationDeviceActivity function
diff --git a/api-reference/beta/api/listitem-get-permissions.md b/api-reference/beta/api/listitem-get-permissions.md
index a0e17e56e16..f85bf881b7a 100644
--- a/api-reference/beta/api/listitem-get-permissions.md
+++ b/api-reference/beta/api/listitem-get-permissions.md
@@ -5,6 +5,7 @@ author: "patrick-rodgers"
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: apiPageType
+ms.date: 07/02/2024
---
# Get permission on a listItem
diff --git a/api-reference/beta/api/mobileappmanagementpolicies-update.md b/api-reference/beta/api/mobileappmanagementpolicies-update.md
index e5b1f7ea884..4b984cdfebc 100644
--- a/api-reference/beta/api/mobileappmanagementpolicies-update.md
+++ b/api-reference/beta/api/mobileappmanagementpolicies-update.md
@@ -5,6 +5,7 @@ author: "ravennMSFT"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# Update mobileAppManagementPolicy
diff --git a/api-reference/beta/api/networkaccess-filteringprofile-get.md b/api-reference/beta/api/networkaccess-filteringprofile-get.md
index c9c87d2bc16..e3b3476568a 100644
--- a/api-reference/beta/api/networkaccess-filteringprofile-get.md
+++ b/api-reference/beta/api/networkaccess-filteringprofile-get.md
@@ -5,6 +5,7 @@ author: Moti-ba
ms.localizationpriority: medium
ms.subservice: entra-global-secure-access
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get filteringProfile
diff --git a/api-reference/beta/api/networkaccess-filteringprofile-list.md b/api-reference/beta/api/networkaccess-filteringprofile-list.md
index c9df7b3ceb9..520424cb621 100644
--- a/api-reference/beta/api/networkaccess-filteringprofile-list.md
+++ b/api-reference/beta/api/networkaccess-filteringprofile-list.md
@@ -5,6 +5,7 @@ author: Moti-ba
ms.localizationpriority: medium
ms.subservice: entra-global-secure-access
doc_type: apiPageType
+ms.date: 08/13/2024
---
# List filteringProfiles
diff --git a/api-reference/beta/api/onpremisesagent-list.md b/api-reference/beta/api/onpremisesagent-list.md
index ca827881b94..331031349e9 100644
--- a/api-reference/beta/api/onpremisesagent-list.md
+++ b/api-reference/beta/api/onpremisesagent-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List onPremisesAgents
diff --git a/api-reference/beta/api/organizationsettings-list-contactinsights.md b/api-reference/beta/api/organizationsettings-list-contactinsights.md
index c91d2e2fa16..92dbcf5d8ee 100644
--- a/api-reference/beta/api/organizationsettings-list-contactinsights.md
+++ b/api-reference/beta/api/organizationsettings-list-contactinsights.md
@@ -5,6 +5,7 @@ author: "rogoy"
ms.localizationpriority: medium
ms.subservice: "insights"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List contactInsights
diff --git a/api-reference/beta/api/partner-security-partnersecurityscore-list-requirements.md b/api-reference/beta/api/partner-security-partnersecurityscore-list-requirements.md
index bf6e8de2922..de88716a440 100644
--- a/api-reference/beta/api/partner-security-partnersecurityscore-list-requirements.md
+++ b/api-reference/beta/api/partner-security-partnersecurityscore-list-requirements.md
@@ -5,6 +5,7 @@ author: "evandontje-ms"
ms.localizationpriority: medium
ms.subservice: "partner-customer-administration"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# List requirements
diff --git a/api-reference/beta/api/peopleadminsettings-post-photoupdatesettings.md b/api-reference/beta/api/peopleadminsettings-post-photoupdatesettings.md
index d421cd86871..c82559a1dbe 100644
--- a/api-reference/beta/api/peopleadminsettings-post-photoupdatesettings.md
+++ b/api-reference/beta/api/peopleadminsettings-post-photoupdatesettings.md
@@ -5,6 +5,7 @@ author: "fondieki"
ms.localizationpriority: medium
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 07/17/2024
---
# Create photoUpdateSettings
diff --git a/api-reference/beta/api/plannerroster-list-members.md b/api-reference/beta/api/plannerroster-list-members.md
index 02637ef8b23..a64c581790a 100644
--- a/api-reference/beta/api/plannerroster-list-members.md
+++ b/api-reference/beta/api/plannerroster-list-members.md
@@ -5,6 +5,7 @@ author: "tarkansevilmis"
ms.localizationpriority: medium
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List plannerRosterMembers
diff --git a/api-reference/beta/api/planneruser-get.md b/api-reference/beta/api/planneruser-get.md
index a7d6ecb9d7e..ef6ed6d6075 100644
--- a/api-reference/beta/api/planneruser-get.md
+++ b/api-reference/beta/api/planneruser-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "TarkanSevilmis"
ms.subservice: "planner"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get plannerUser
diff --git a/api-reference/beta/api/profile-list-interests.md b/api-reference/beta/api/profile-list-interests.md
index bb06f59d184..65d07e484b3 100644
--- a/api-reference/beta/api/profile-list-interests.md
+++ b/api-reference/beta/api/profile-list-interests.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: "people"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List interests
diff --git a/api-reference/beta/api/profile-post-notes.md b/api-reference/beta/api/profile-post-notes.md
index 0614812666b..de4bf7c4f47 100644
--- a/api-reference/beta/api/profile-post-notes.md
+++ b/api-reference/beta/api/profile-post-notes.md
@@ -5,6 +5,7 @@ author: "kevinbellinger"
ms.localizationpriority: medium
ms.subservice: "people"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# Create personAnnotation
diff --git a/api-reference/beta/api/publishedresource-list.md b/api-reference/beta/api/publishedresource-list.md
index 77275f1c041..bf91bac6f9c 100644
--- a/api-reference/beta/api/publishedresource-list.md
+++ b/api-reference/beta/api/publishedresource-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "dhruvinrshah"
ms.subservice: "entra-applications"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List publishedResources
diff --git a/api-reference/beta/api/reportroot-getteamsuseractivitytotaldistributioncounts.md b/api-reference/beta/api/reportroot-getteamsuseractivitytotaldistributioncounts.md
index 2914bf2ea3f..3226470b23f 100644
--- a/api-reference/beta/api/reportroot-getteamsuseractivitytotaldistributioncounts.md
+++ b/api-reference/beta/api/reportroot-getteamsuseractivitytotaldistributioncounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "zhiliqiao"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getTeamsUserActivityTotalDistributionCounts
diff --git a/api-reference/beta/api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md b/api-reference/beta/api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md
index dca1d672895..bbd8799082d 100644
--- a/api-reference/beta/api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md
+++ b/api-reference/beta/api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md
@@ -5,6 +5,7 @@ author: "caigen"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create emailThreatSubmissionPolicy
diff --git a/api-reference/beta/api/signin-confirmcompromised.md b/api-reference/beta/api/signin-confirmcompromised.md
index 9cf4d811d28..29c3d8b5cf4 100644
--- a/api-reference/beta/api/signin-confirmcompromised.md
+++ b/api-reference/beta/api/signin-confirmcompromised.md
@@ -5,6 +5,7 @@ author: "egreenberg14"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# signIn: confirmCompromised
diff --git a/api-reference/beta/api/windowsupdates-updatableasset-unenrollassetsbyid.md b/api-reference/beta/api/windowsupdates-updatableasset-unenrollassetsbyid.md
index 92930076022..d9626c76d55 100644
--- a/api-reference/beta/api/windowsupdates-updatableasset-unenrollassetsbyid.md
+++ b/api-reference/beta/api/windowsupdates-updatableasset-unenrollassetsbyid.md
@@ -5,6 +5,7 @@ author: "ryan-k-williams"
ms.localizationpriority: medium
ms.subservice: autopatch
doc_type: apiPageType
+ms.date: 09/16/2024
---
# updatableAsset: unenrollAssetsById
diff --git a/api-reference/beta/resources/accessreview.md b/api-reference/beta/resources/accessreview.md
index 66240c9545c..03ea86cd091 100644
--- a/api-reference/beta/resources/accessreview.md
+++ b/api-reference/beta/resources/accessreview.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "shubhamguptacal"
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 06/19/2024
---
# accessReview resource type (deprecated)
diff --git a/api-reference/beta/resources/approvalitemresponse.md b/api-reference/beta/resources/approvalitemresponse.md
index 57712e46255..9f4d2cd4a7b 100644
--- a/api-reference/beta/resources/approvalitemresponse.md
+++ b/api-reference/beta/resources/approvalitemresponse.md
@@ -5,6 +5,7 @@ author: "asgautam1997"
ms.localizationpriority: medium
ms.subservice: "approvals"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# approvalItemResponse resource type
diff --git a/api-reference/beta/resources/cloudlicensing-service.md b/api-reference/beta/resources/cloudlicensing-service.md
index 097baebc44f..d1a5d74a384 100644
--- a/api-reference/beta/resources/cloudlicensing-service.md
+++ b/api-reference/beta/resources/cloudlicensing-service.md
@@ -5,6 +5,7 @@ author: "patrick-starrin"
ms.localizationpriority: medium
ms.subservice: "cloud-licensing"
doc_type: resourcePageType
+ms.date: 10/17/2024
---
# service resource type
diff --git a/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailover.md b/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailover.md
index b387782b792..af533f0f82b 100644
--- a/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailover.md
+++ b/api-reference/beta/resources/cloudpcbulkdisasterrecoveryfailover.md
@@ -5,6 +5,7 @@ author: "xhhzuikeaiya"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 06/27/2024
---
# cloudPcBulkDisasterRecoveryFailover resource type
diff --git a/api-reference/beta/resources/cloudpcconnectivityevent.md b/api-reference/beta/resources/cloudpcconnectivityevent.md
index f17acc33a9c..78fc3f57a4d 100644
--- a/api-reference/beta/resources/cloudpcconnectivityevent.md
+++ b/api-reference/beta/resources/cloudpcconnectivityevent.md
@@ -5,6 +5,7 @@ author: "yayang3"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# cloudPcConnectivityEvent resource type
diff --git a/api-reference/beta/resources/cloudpcsnapshot.md b/api-reference/beta/resources/cloudpcsnapshot.md
index e16357b0600..d6d7ca15549 100644
--- a/api-reference/beta/resources/cloudpcsnapshot.md
+++ b/api-reference/beta/resources/cloudpcsnapshot.md
@@ -5,6 +5,7 @@ author: "xintaozMS"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 09/30/2024
---
# cloudPcSnapshot resource type
diff --git a/api-reference/beta/resources/cloudrealtimecommunicationinfo.md b/api-reference/beta/resources/cloudrealtimecommunicationinfo.md
index cbf1adbe4ab..ae80f299ba2 100644
--- a/api-reference/beta/resources/cloudrealtimecommunicationinfo.md
+++ b/api-reference/beta/resources/cloudrealtimecommunicationinfo.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-directory-management"
author: "rungari"
+ms.date: 04/03/2024
---
# cloudRealtimeCommunicationInfo resource type
diff --git a/api-reference/beta/resources/customappmanagementconfiguration.md b/api-reference/beta/resources/customappmanagementconfiguration.md
index bf9015293d9..8c2501cc7f6 100644
--- a/api-reference/beta/resources/customappmanagementconfiguration.md
+++ b/api-reference/beta/resources/customappmanagementconfiguration.md
@@ -5,6 +5,7 @@ author: "yogesh-randhawa"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# customAppManagementConfiguration resource type
diff --git a/api-reference/beta/resources/dynamics-customerpayment.md b/api-reference/beta/resources/dynamics-customerpayment.md
index 10ea3f5c088..aaff46b524c 100644
--- a/api-reference/beta/resources/dynamics-customerpayment.md
+++ b/api-reference/beta/resources/dynamics-customerpayment.md
@@ -7,6 +7,7 @@ author: "SusanneWindfeldPedersen"
ms.localizationpriority: medium
ms.subservice: "d365-business-central"
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# customerPayment resource type
diff --git a/api-reference/beta/resources/healthmonitoring-healthmonitoringroot.md b/api-reference/beta/resources/healthmonitoring-healthmonitoringroot.md
index 224bc49101b..f6261c163f1 100644
--- a/api-reference/beta/resources/healthmonitoring-healthmonitoringroot.md
+++ b/api-reference/beta/resources/healthmonitoring-healthmonitoringroot.md
@@ -5,6 +5,7 @@ author: "huatang92"
ms.localizationpriority: medium
ms.subservice: "entra-monitoring-health"
doc_type: resourcePageType
+ms.date: 10/09/2024
---
# healthMonitoringRoot resource type
diff --git a/api-reference/beta/resources/intune-apps-androidforworkmobileappconfiguration.md b/api-reference/beta/resources/intune-apps-androidforworkmobileappconfiguration.md
index 2ac4d984051..59dd0bc0bc9 100644
--- a/api-reference/beta/resources/intune-apps-androidforworkmobileappconfiguration.md
+++ b/api-reference/beta/resources/intune-apps-androidforworkmobileappconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidForWorkMobileAppConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-androidwificonfiguration.md b/api-reference/beta/resources/intune-deviceconfig-androidwificonfiguration.md
index dc1e7b07866..4cbd7885053 100644
--- a/api-reference/beta/resources/intune-deviceconfig-androidwificonfiguration.md
+++ b/api-reference/beta/resources/intune-deviceconfig-androidwificonfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidWiFiConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfig-hardwareconfiguration.md b/api-reference/beta/resources/intune-deviceconfig-hardwareconfiguration.md
index b2f53851e3f..53f6ab38191 100644
--- a/api-reference/beta/resources/intune-deviceconfig-hardwareconfiguration.md
+++ b/api-reference/beta/resources/intune-deviceconfig-hardwareconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# hardwareConfiguration resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagement.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagement.md
index a5e0ebd292b..62ebae63e43 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagement.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagement.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 10/14/2024
---
# deviceManagement resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvalue.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvalue.md
index 9d742ebe786..238cb2e4596 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvalue.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationsecretsettingvalue.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationSecretSettingValue resource type
diff --git a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtemplatefamily.md b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtemplatefamily.md
index 4c5f1692a2d..a150e339a8f 100644
--- a/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtemplatefamily.md
+++ b/api-reference/beta/resources/intune-deviceconfigv2-devicemanagementconfigurationtemplatefamily.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# deviceManagementConfigurationTemplateFamily enum type
diff --git a/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcategory.md b/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcategory.md
index 0112bdf8ee2..d3e83ab436f 100644
--- a/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcategory.md
+++ b/api-reference/beta/resources/intune-deviceintent-devicemanagementsettingcategory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementSettingCategory resource type
diff --git a/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md b/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md
index 19ce02f8942..94d1ef116ae 100644
--- a/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md
+++ b/api-reference/beta/resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementTemplateSettingCategory resource type
diff --git a/api-reference/beta/resources/intune-devices-devicemanagementscript.md b/api-reference/beta/resources/intune-devices-devicemanagementscript.md
index 9a7e4f73147..378ce9d2373 100644
--- a/api-reference/beta/resources/intune-devices-devicemanagementscript.md
+++ b/api-reference/beta/resources/intune-devices-devicemanagementscript.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceManagementScript resource type
diff --git a/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepool.md b/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepool.md
index 80c26d3bbcc..4c011c11e36 100644
--- a/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepool.md
+++ b/api-reference/beta/resources/intune-esim-embeddedsimactivationcodepool.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# embeddedSIMActivationCodePool resource type
diff --git a/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionvalue.md b/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionvalue.md
index b415a70976e..cfebcd9a142 100644
--- a/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionvalue.md
+++ b/api-reference/beta/resources/intune-grouppolicy-grouppolicydefinitionvalue.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# groupPolicyDefinitionValue resource type
diff --git a/api-reference/beta/resources/managedtenants-managementaction.md b/api-reference/beta/resources/managedtenants-managementaction.md
index c0e00ff3072..6916476da6f 100644
--- a/api-reference/beta/resources/managedtenants-managementaction.md
+++ b/api-reference/beta/resources/managedtenants-managementaction.md
@@ -5,6 +5,7 @@ author: "idwilliams"
ms.localizationpriority: medium
ms.subservice: "m365-lighthouse"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# managementAction resource type
diff --git a/api-reference/beta/resources/membershipruleprocessingstatus.md b/api-reference/beta/resources/membershipruleprocessingstatus.md
index 9b4e6dbb540..6b310f3d8c4 100644
--- a/api-reference/beta/resources/membershipruleprocessingstatus.md
+++ b/api-reference/beta/resources/membershipruleprocessingstatus.md
@@ -6,6 +6,7 @@ author: "yuhko-msft"
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.subservice: "entra-groups"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# membershipRuleProcessingStatus resource type
diff --git a/api-reference/beta/resources/networkaccess-remotenetwork.md b/api-reference/beta/resources/networkaccess-remotenetwork.md
index 1a0df4bab36..89b7ed8af41 100644
--- a/api-reference/beta/resources/networkaccess-remotenetwork.md
+++ b/api-reference/beta/resources/networkaccess-remotenetwork.md
@@ -5,6 +5,7 @@ author: abhijeetsinha
ms.localizationpriority: medium
ms.subservice: entra-global-secure-access
doc_type: resourcePageType
+ms.date: 05/23/2024
---
# remoteNetwork resource type
diff --git a/api-reference/beta/resources/onpremisessipinfo.md b/api-reference/beta/resources/onpremisessipinfo.md
index 65497494bd8..008400a0fc4 100644
--- a/api-reference/beta/resources/onpremisessipinfo.md
+++ b/api-reference/beta/resources/onpremisessipinfo.md
@@ -5,6 +5,7 @@ author: "CecilyK"
ms.localizationpriority: medium
ms.subservice: entra-users
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# onPremisesSipInfo resource type
diff --git a/api-reference/beta/resources/security-protectionrule.md b/api-reference/beta/resources/security-protectionrule.md
index 9cc366dbb45..46bcc66f9f0 100644
--- a/api-reference/beta/resources/security-protectionrule.md
+++ b/api-reference/beta/resources/security-protectionrule.md
@@ -5,6 +5,7 @@ author: "mmekler"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 03/06/2024
---
# protectionRule resource type
diff --git a/api-reference/beta/resources/tasks-overview.md b/api-reference/beta/resources/tasks-overview.md
index 7fba7f3a792..29c83054570 100644
--- a/api-reference/beta/resources/tasks-overview.md
+++ b/api-reference/beta/resources/tasks-overview.md
@@ -6,6 +6,7 @@ ms.localizationpriority: high
ms.subservice: "outlook"
doc_type: conceptualPageType
toc.title: To-do tasks API overview (deprecated)
+ms.date: 08/08/2024
---
# Use the To Do API built on base tasks in Microsoft Graph (deprecated)
diff --git a/api-reference/beta/resources/teamtemplatedefinition.md b/api-reference/beta/resources/teamtemplatedefinition.md
index 2ec70c64c0c..94b8067b0df 100644
--- a/api-reference/beta/resources/teamtemplatedefinition.md
+++ b/api-reference/beta/resources/teamtemplatedefinition.md
@@ -5,6 +5,7 @@ author: "Charlieforce"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamTemplateDefinition resource type
diff --git a/api-reference/beta/resources/trustFrameworkkey_v2.md b/api-reference/beta/resources/trustFrameworkkey_v2.md
index aa0603af291..c991fded36a 100644
--- a/api-reference/beta/resources/trustFrameworkkey_v2.md
+++ b/api-reference/beta/resources/trustFrameworkkey_v2.md
@@ -5,6 +5,7 @@ author: "gysingh"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 05/06/2024
---
# trustFrameworkKey_v2 resource type
diff --git a/api-reference/beta/resources/unifiedstoragequota.md b/api-reference/beta/resources/unifiedstoragequota.md
index 9c50150df15..71143436f88 100644
--- a/api-reference/beta/resources/unifiedstoragequota.md
+++ b/api-reference/beta/resources/unifiedstoragequota.md
@@ -5,6 +5,7 @@ author: "BarryShehadeh"
ms.localizationpriority: medium
ms.subservice: onedrive
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# unifiedStorageQuota resource type
diff --git a/api-reference/v1.0/api/accesspackage-post-incompatiblegroup.md b/api-reference/v1.0/api/accesspackage-post-incompatiblegroup.md
index c3a0ed1cc46..a3553c19213 100644
--- a/api-reference/v1.0/api/accesspackage-post-incompatiblegroup.md
+++ b/api-reference/v1.0/api/accesspackage-post-incompatiblegroup.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Add group to incompatibleGroups
diff --git a/api-reference/v1.0/api/bookingcurrency-get.md b/api-reference/v1.0/api/bookingcurrency-get.md
index e7d823efdde..4110d2fc01e 100644
--- a/api-reference/v1.0/api/bookingcurrency-get.md
+++ b/api-reference/v1.0/api/bookingcurrency-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "arvindmicrosoft"
ms.subservice: "microsoft-bookings"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# Get bookingCurrency
diff --git a/api-reference/v1.0/api/browsersite-get.md b/api-reference/v1.0/api/browsersite-get.md
index 6baf22d1537..1bdb59fac23 100644
--- a/api-reference/v1.0/api/browsersite-get.md
+++ b/api-reference/v1.0/api/browsersite-get.md
@@ -5,6 +5,7 @@ author: "edward-day-vii"
ms.localizationpriority: medium
ms.subservice: "edge-browser-management"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get browserSite
diff --git a/api-reference/v1.0/api/chart-setdata.md b/api-reference/v1.0/api/chart-setdata.md
index 13a10f33347..1a4e69787cd 100644
--- a/api-reference/v1.0/api/chart-setdata.md
+++ b/api-reference/v1.0/api/chart-setdata.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Chart: setData
diff --git a/api-reference/v1.0/api/chat-unhideforuser.md b/api-reference/v1.0/api/chat-unhideforuser.md
index 9bf26bdd1ed..f77da46cd12 100644
--- a/api-reference/v1.0/api/chat-unhideforuser.md
+++ b/api-reference/v1.0/api/chat-unhideforuser.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.subservice: "teams"
doc_type: apiPageType
ms.localizationpriority: medium
+ms.date: 04/04/2024
---
# chat: unhideForUser
diff --git a/api-reference/v1.0/api/cloudpcdeviceimage-get.md b/api-reference/v1.0/api/cloudpcdeviceimage-get.md
index c24ad094110..af7ee89f6a1 100644
--- a/api-reference/v1.0/api/cloudpcdeviceimage-get.md
+++ b/api-reference/v1.0/api/cloudpcdeviceimage-get.md
@@ -5,6 +5,7 @@ author: "ChyouChyou"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: apiPageType
+ms.date: 09/27/2024
---
# Get cloudPcDeviceImage
diff --git a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md
index e6c0f7335c0..841adc81f04 100644
--- a/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md
+++ b/api-reference/v1.0/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md
@@ -5,6 +5,7 @@ author: "jkdouglas"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# crossTenantAccessPolicyConfigurationDefault: resetToSystemDefault
diff --git a/api-reference/v1.0/api/customauthenticationextension-delete.md b/api-reference/v1.0/api/customauthenticationextension-delete.md
index e2e3ad534f6..549c020f3a7 100644
--- a/api-reference/v1.0/api/customauthenticationextension-delete.md
+++ b/api-reference/v1.0/api/customauthenticationextension-delete.md
@@ -5,6 +5,7 @@ author: "soneff"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Delete customAuthenticationExtension
diff --git a/api-reference/v1.0/api/educationassignment-post-gradingcategory.md b/api-reference/v1.0/api/educationassignment-post-gradingcategory.md
index 6f8e32d63a6..bed765d01d5 100644
--- a/api-reference/v1.0/api/educationassignment-post-gradingcategory.md
+++ b/api-reference/v1.0/api/educationassignment-post-gradingcategory.md
@@ -5,6 +5,7 @@ author: "v-rmanda"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Add gradingCategory
diff --git a/api-reference/v1.0/api/educationassignmentdefaults-get.md b/api-reference/v1.0/api/educationassignmentdefaults-get.md
index 0af864f0040..366a51014d2 100644
--- a/api-reference/v1.0/api/educationassignmentdefaults-get.md
+++ b/api-reference/v1.0/api/educationassignmentdefaults-get.md
@@ -5,6 +5,7 @@ author: "sharad-sharma-msft"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get educationAssignmentDefaults
diff --git a/api-reference/v1.0/api/educationclass-delta.md b/api-reference/v1.0/api/educationclass-delta.md
index e58bd4407b0..8d58df2f8f9 100644
--- a/api-reference/v1.0/api/educationclass-delta.md
+++ b/api-reference/v1.0/api/educationclass-delta.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "mlafleur"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 08/13/2024
---
# educationClass: delta
diff --git a/api-reference/v1.0/api/educationclass-post-category.md b/api-reference/v1.0/api/educationclass-post-category.md
index 5266bbe0b6e..6f2ecb8bb47 100644
--- a/api-reference/v1.0/api/educationclass-post-category.md
+++ b/api-reference/v1.0/api/educationclass-post-category.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "cristobal-buenrostro"
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Create educationCategory
diff --git a/api-reference/v1.0/api/educationuser-list-taughtclasses.md b/api-reference/v1.0/api/educationuser-list-taughtclasses.md
index 56356a387a8..59141db3b75 100644
--- a/api-reference/v1.0/api/educationuser-list-taughtclasses.md
+++ b/api-reference/v1.0/api/educationuser-list-taughtclasses.md
@@ -5,6 +5,7 @@ author: "mlafleur"
ms.localizationpriority: medium
ms.subservice: "education"
doc_type: apiPageType
+ms.date: 03/06/2024
---
# List taughtClasses
diff --git a/api-reference/v1.0/api/entitlementmanagementsettings-update.md b/api-reference/v1.0/api/entitlementmanagementsettings-update.md
index fffb0d859f5..5354a61088a 100644
--- a/api-reference/v1.0/api/entitlementmanagementsettings-update.md
+++ b/api-reference/v1.0/api/entitlementmanagementsettings-update.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update entitlementManagementSettings
diff --git a/api-reference/v1.0/api/group-delete-rejectedsenders.md b/api-reference/v1.0/api/group-delete-rejectedsenders.md
index 08865d79da6..8aebf6b252d 100644
--- a/api-reference/v1.0/api/group-delete-rejectedsenders.md
+++ b/api-reference/v1.0/api/group-delete-rejectedsenders.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 05/14/2024
---
# Remove rejectedSender
diff --git a/api-reference/v1.0/api/grouplifecyclepolicy-removegroup.md b/api-reference/v1.0/api/grouplifecyclepolicy-removegroup.md
index b64e9a0b755..4ab2fb7d119 100644
--- a/api-reference/v1.0/api/grouplifecyclepolicy-removegroup.md
+++ b/api-reference/v1.0/api/grouplifecyclepolicy-removegroup.md
@@ -6,6 +6,7 @@ ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
ms.localizationpriority: medium
ms.subservice: "entra-groups"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# groupLifecyclePolicy: removeGroup
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-delete.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-delete.md
index 493dbbda581..3f27b99858a 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-delete.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Delete homeRealmDiscoveryPolicy
diff --git a/api-reference/v1.0/api/homerealmdiscoverypolicy-list-appliesto.md b/api-reference/v1.0/api/homerealmdiscoverypolicy-list-appliesto.md
index 9f15a3ac5af..67c00f1c890 100644
--- a/api-reference/v1.0/api/homerealmdiscoverypolicy-list-appliesto.md
+++ b/api-reference/v1.0/api/homerealmdiscoverypolicy-list-appliesto.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "nickludwig"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 07/30/2024
---
# List appliesTo
diff --git a/api-reference/v1.0/api/identitygovernance-workflow-list-task.md b/api-reference/v1.0/api/identitygovernance-workflow-list-task.md
index fb0d4089d1e..bc5a4d8448d 100644
--- a/api-reference/v1.0/api/identitygovernance-workflow-list-task.md
+++ b/api-reference/v1.0/api/identitygovernance-workflow-list-task.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# List tasks
diff --git a/api-reference/v1.0/api/identityuserflowattributeassignment-get.md b/api-reference/v1.0/api/identityuserflowattributeassignment-get.md
index 0fed2769c69..bd6df429d8f 100644
--- a/api-reference/v1.0/api/identityuserflowattributeassignment-get.md
+++ b/api-reference/v1.0/api/identityuserflowattributeassignment-get.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get identityUserFlowAttributeAssignment
diff --git a/api-reference/v1.0/api/identityuserflowattributeassignment-update.md b/api-reference/v1.0/api/identityuserflowattributeassignment-update.md
index 1d761616d01..62b6e910e49 100644
--- a/api-reference/v1.0/api/identityuserflowattributeassignment-update.md
+++ b/api-reference/v1.0/api/identityuserflowattributeassignment-update.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Update identityUserFlowAttributeAssignment
diff --git a/api-reference/v1.0/api/intune-apps-androidstoreapp-list.md b/api-reference/v1.0/api/intune-apps-androidstoreapp-list.md
index 50afbb109db..d306872b89e 100644
--- a/api-reference/v1.0/api/intune-apps-androidstoreapp-list.md
+++ b/api-reference/v1.0/api/intune-apps-androidstoreapp-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# List androidStoreApps
diff --git a/api-reference/v1.0/api/intune-apps-windowsappx-list.md b/api-reference/v1.0/api/intune-apps-windowsappx-list.md
index 3d0adf900e7..7bd10854fe3 100644
--- a/api-reference/v1.0/api/intune-apps-windowsappx-list.md
+++ b/api-reference/v1.0/api/intune-apps-windowsappx-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List windowsAppXs
diff --git a/api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md b/api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md
index 8117b33c1b5..6e60da2eb1a 100644
--- a/api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md
+++ b/api-reference/v1.0/api/intune-apps-windowsmobilemsi-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update windowsMobileMSI
diff --git a/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-list.md b/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-list.md
index 81e84ee4d52..4d438925bb6 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-list.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-androidcustomconfiguration-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List androidCustomConfigurations
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md
index ec5e6cd1c18..58dbf83ed0b 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update deviceConfigurationDeviceOverview
diff --git a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md
index a56421d04ae..f8a772b3b43 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-deviceconfigurationuserstatus-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceConfigurationUserStatus
diff --git a/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-get.md b/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-get.md
index 89837afe078..e18ce1854e2 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-create.md b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-create.md
index 2bb458e2eb2..2f44fa59767 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-create.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create iosUpdateConfiguration
diff --git a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-update.md b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-update.md
index 9b55ce23906..5e8c15d75e1 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-update.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-iosupdateconfiguration-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update iosUpdateConfiguration
diff --git a/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-get.md b/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-get.md
index 4fb3744aeff..c180880cffc 100644
--- a/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-get.md
+++ b/api-reference/v1.0/api/intune-deviceconfig-settingstatedevicesummary-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get settingStateDeviceSummary
diff --git a/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-update.md b/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-update.md
index 5b0975a4183..47ea219d7c0 100644
--- a/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-update.md
+++ b/api-reference/v1.0/api/intune-devices-applepushnotificationcertificate-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update applePushNotificationCertificate
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md b/api-reference/v1.0/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md
index 3f394d88983..d55233dce5d 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# deleteUserFromSharedAppleDevice action
diff --git a/api-reference/v1.0/api/intune-devices-manageddevice-disablelostmode.md b/api-reference/v1.0/api/intune-devices-manageddevice-disablelostmode.md
index cdb70d5afab..a770037ee9e 100644
--- a/api-reference/v1.0/api/intune-devices-manageddevice-disablelostmode.md
+++ b/api-reference/v1.0/api/intune-devices-manageddevice-disablelostmode.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# disableLostMode action
diff --git a/api-reference/v1.0/api/intune-devices-mobileapptroubleshootingevent-get.md b/api-reference/v1.0/api/intune-devices-mobileapptroubleshootingevent-get.md
index 240ed1d22fd..cf388ba91f5 100644
--- a/api-reference/v1.0/api/intune-devices-mobileapptroubleshootingevent-get.md
+++ b/api-reference/v1.0/api/intune-devices-mobileapptroubleshootingevent-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get mobileAppTroubleshootingEvent
diff --git a/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-get.md b/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-get.md
index 5cde3f57e89..630fa9c7aa2 100644
--- a/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-get.md
+++ b/api-reference/v1.0/api/intune-mam-androidmanagedappprotection-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get androidManagedAppProtection
diff --git a/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-create.md b/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-create.md
index 2a42c7b8b0c..425f7792d44 100644
--- a/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-create.md
+++ b/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create defaultManagedAppProtection
diff --git a/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-list.md b/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-list.md
index 33b2d76b7ea..1f296b6346c 100644
--- a/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-list.md
+++ b/api-reference/v1.0/api/intune-mam-defaultmanagedappprotection-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List defaultManagedAppProtections
diff --git a/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-list.md b/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-list.md
index be330cb3269..4d1dc6fd2e1 100644
--- a/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-list.md
+++ b/api-reference/v1.0/api/intune-mam-iosmanagedappprotection-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List iosManagedAppProtections
diff --git a/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-list.md b/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-list.md
index d11433c747d..29934a6b047 100644
--- a/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-list.md
+++ b/api-reference/v1.0/api/intune-notification-notificationmessagetemplate-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List notificationMessageTemplates
diff --git a/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-delete.md b/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-delete.md
index 31294787507..106362bdc7d 100644
--- a/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-delete.md
+++ b/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-delete.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Delete complianceManagementPartner
diff --git a/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-list.md b/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-list.md
index 9faf6fca4e6..a8f331a8122 100644
--- a/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-list.md
+++ b/api-reference/v1.0/api/intune-onboarding-compliancemanagementpartner-list.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# List complianceManagementPartners
diff --git a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md
index 86d6f086106..cd4703e47ce 100644
--- a/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md
+++ b/api-reference/v1.0/api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceEnrollmentLimitConfiguration
diff --git a/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-get.md b/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-get.md
index 1960e36d146..064907417d5 100644
--- a/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-get.md
+++ b/api-reference/v1.0/api/intune-onboarding-devicemanagementpartner-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagementPartner
diff --git a/api-reference/v1.0/api/intune-onboarding-organization-update.md b/api-reference/v1.0/api/intune-onboarding-organization-update.md
index 60344f64622..0d7c841b34d 100644
--- a/api-reference/v1.0/api/intune-onboarding-organization-update.md
+++ b/api-reference/v1.0/api/intune-onboarding-organization-update.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Update organization
diff --git a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-create.md b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-create.md
index fc8bc9a861e..2ad962dde7a 100644
--- a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-create.md
+++ b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-create.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Create deviceAndAppManagementRoleDefinition
diff --git a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-get.md b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-get.md
index 6a8e5d9e6ea..f1edb32c127 100644
--- a/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-get.md
+++ b/api-reference/v1.0/api/intune-rbac-deviceandappmanagementroledefinition-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceAndAppManagementRoleDefinition
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicestatusbycompliacepolicyreport.md b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicestatusbycompliacepolicyreport.md
index 577b4cd0baa..e1e629709bb 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicestatusbycompliacepolicyreport.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getdevicestatusbycompliacepolicyreport.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# getDeviceStatusByCompliacePolicyReport action
diff --git a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md
index 4f3151387de..42bb46873dc 100644
--- a/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md
+++ b/api-reference/v1.0/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 09/13/2024
---
# getNoncompliantDevicesAndSettingsReport action
diff --git a/api-reference/v1.0/api/intune-tem-devicemanagement-get.md b/api-reference/v1.0/api/intune-tem-devicemanagement-get.md
index 79d1cbe773d..0a48074b8e9 100644
--- a/api-reference/v1.0/api/intune-tem-devicemanagement-get.md
+++ b/api-reference/v1.0/api/intune-tem-devicemanagement-get.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: apiPageType
+ms.date: 08/01/2024
---
# Get deviceManagement
diff --git a/api-reference/v1.0/api/learningprovider-delete-learningcontents.md b/api-reference/v1.0/api/learningprovider-delete-learningcontents.md
index 644f033e7b7..9d81a38bd4a 100644
--- a/api-reference/v1.0/api/learningprovider-delete-learningcontents.md
+++ b/api-reference/v1.0/api/learningprovider-delete-learningcontents.md
@@ -5,6 +5,7 @@ author: "malabikaroy"
ms.localizationpriority: medium
ms.subservice: "viva-learning"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Delete learningContent
diff --git a/api-reference/v1.0/api/mailsearchfolder-update.md b/api-reference/v1.0/api/mailsearchfolder-update.md
index e35457b20ba..7d07296fe5c 100644
--- a/api-reference/v1.0/api/mailsearchfolder-update.md
+++ b/api-reference/v1.0/api/mailsearchfolder-update.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "SuryaLashmiS"
ms.subservice: "outlook"
doc_type: apiPageType
+ms.date: 06/25/2024
---
# Update mailSearchFolder
diff --git a/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-get.md b/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-get.md
index 9b91149c491..d8305d90303 100644
--- a/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-get.md
+++ b/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-get.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get multiTenantOrganizationJoinRequestRecord
diff --git a/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-update.md b/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-update.md
index 92c8e56b414..61df482f153 100644
--- a/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-update.md
+++ b/api-reference/v1.0/api/multitenantorganizationjoinrequestrecord-update.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Update multiTenantOrganizationJoinRequestRecord
diff --git a/api-reference/v1.0/api/multitenantorganizationmember-get.md b/api-reference/v1.0/api/multitenantorganizationmember-get.md
index d7d9f0e7be7..8de62685be9 100644
--- a/api-reference/v1.0/api/multitenantorganizationmember-get.md
+++ b/api-reference/v1.0/api/multitenantorganizationmember-get.md
@@ -5,6 +5,7 @@ author: "rolyon"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get multiTenantOrganizationMember
diff --git a/api-reference/v1.0/api/offershiftrequest-list.md b/api-reference/v1.0/api/offershiftrequest-list.md
index b2e8f457c62..b10d480400b 100644
--- a/api-reference/v1.0/api/offershiftrequest-list.md
+++ b/api-reference/v1.0/api/offershiftrequest-list.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "akumar39"
ms.subservice: "teams"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# List offerShiftRequest
diff --git a/api-reference/v1.0/api/privilegedaccessgroupassignmentscheduleinstance-get.md b/api-reference/v1.0/api/privilegedaccessgroupassignmentscheduleinstance-get.md
index e158cf70c1a..53d297c55c9 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupassignmentscheduleinstance-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupassignmentscheduleinstance-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupAssignmentScheduleInstance
diff --git a/api-reference/v1.0/api/privilegedaccessgroupeligibilityscheduleinstance-get.md b/api-reference/v1.0/api/privilegedaccessgroupeligibilityscheduleinstance-get.md
index c24cacca42e..8163c31a37d 100644
--- a/api-reference/v1.0/api/privilegedaccessgroupeligibilityscheduleinstance-get.md
+++ b/api-reference/v1.0/api/privilegedaccessgroupeligibilityscheduleinstance-get.md
@@ -5,6 +5,7 @@ author: "ilyalushnikov"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Get privilegedAccessGroupEligibilityScheduleInstance
diff --git a/api-reference/v1.0/api/rangeborder-get.md b/api-reference/v1.0/api/rangeborder-get.md
index c2cdba14ce4..d0d0b768f1f 100644
--- a/api-reference/v1.0/api/rangeborder-get.md
+++ b/api-reference/v1.0/api/rangeborder-get.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 08/21/2024
---
# Get RangeBorder
diff --git a/api-reference/v1.0/api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md b/api-reference/v1.0/api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md
index 578f5c58ea7..42b7933381b 100644
--- a/api-reference/v1.0/api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md
+++ b/api-reference/v1.0/api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
ms.subservice: "reports"
author: "sarahwxy"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# reportRoot: getSkypeForBusinessPeerToPeerActivityCounts
diff --git a/api-reference/v1.0/api/riskyserviceprincipal-list-history.md b/api-reference/v1.0/api/riskyserviceprincipal-list-history.md
index 70b4ef655b4..dc7dbf67fd3 100644
--- a/api-reference/v1.0/api/riskyserviceprincipal-list-history.md
+++ b/api-reference/v1.0/api/riskyserviceprincipal-list-history.md
@@ -5,6 +5,7 @@ author: "ebasseri"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# List history (risk history of riskyServicePrincipal)
diff --git a/api-reference/v1.0/api/search-qna-get.md b/api-reference/v1.0/api/search-qna-get.md
index 32cc5345598..975f63dfa6e 100644
--- a/api-reference/v1.0/api/search-qna-get.md
+++ b/api-reference/v1.0/api/search-qna-get.md
@@ -5,6 +5,7 @@ author: "jakeost-msft"
ms.localizationpriority: medium
ms.subservice: "search"
doc_type: apiPageType
+ms.date: 06/21/2024
---
# Get qna
diff --git a/api-reference/v1.0/api/security-ediscoverycustodian-activate.md b/api-reference/v1.0/api/security-ediscoverycustodian-activate.md
index c34de9d54ee..cf9b4a0f595 100644
--- a/api-reference/v1.0/api/security-ediscoverycustodian-activate.md
+++ b/api-reference/v1.0/api/security-ediscoverycustodian-activate.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: apiPageType
+ms.date: 06/10/2024
---
# ediscoveryCustodian: activate
diff --git a/api-reference/v1.0/api/security-ediscoverysearch-list-custodiansources.md b/api-reference/v1.0/api/security-ediscoverysearch-list-custodiansources.md
index de9c955d711..b736e737e26 100644
--- a/api-reference/v1.0/api/security-ediscoverysearch-list-custodiansources.md
+++ b/api-reference/v1.0/api/security-ediscoverysearch-list-custodiansources.md
@@ -5,6 +5,7 @@ author: "SeunginLyu"
ms.localizationpriority: medium
ms.subservice: "ediscovery"
doc_type: "apiPageType"
+ms.date: 06/10/2024
---
# List custodianSources
diff --git a/api-reference/v1.0/api/security-healthissue-update.md b/api-reference/v1.0/api/security-healthissue-update.md
index 185b4d25de9..18e76456c39 100644
--- a/api-reference/v1.0/api/security-healthissue-update.md
+++ b/api-reference/v1.0/api/security-healthissue-update.md
@@ -5,6 +5,7 @@ author: "naalmog"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
+ms.date: 09/18/2024
---
# Update healthIssue
diff --git a/api-reference/v1.0/api/serviceprincipalriskdetection-get.md b/api-reference/v1.0/api/serviceprincipalriskdetection-get.md
index ce4dfee3ea4..15ba674a01c 100644
--- a/api-reference/v1.0/api/serviceprincipalriskdetection-get.md
+++ b/api-reference/v1.0/api/serviceprincipalriskdetection-get.md
@@ -5,6 +5,7 @@ author: "ebasseri"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 10/17/2024
---
# Get servicePrincipalRiskDetection
diff --git a/api-reference/v1.0/api/serviceupdatemessage-archive.md b/api-reference/v1.0/api/serviceupdatemessage-archive.md
index 32536ce0794..6fef14bf4b4 100644
--- a/api-reference/v1.0/api/serviceupdatemessage-archive.md
+++ b/api-reference/v1.0/api/serviceupdatemessage-archive.md
@@ -5,6 +5,7 @@ author: "payiAzure"
ms.localizationpriority: medium
ms.subservice: "service-communications"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# serviceUpdateMessage: archive
diff --git a/api-reference/v1.0/api/sharepointprotectionpolicy-list-siteinclusionrules.md b/api-reference/v1.0/api/sharepointprotectionpolicy-list-siteinclusionrules.md
index 3b72e1a88da..fbe6650fa07 100644
--- a/api-reference/v1.0/api/sharepointprotectionpolicy-list-siteinclusionrules.md
+++ b/api-reference/v1.0/api/sharepointprotectionpolicy-list-siteinclusionrules.md
@@ -6,6 +6,7 @@ ms.reviewer: "manikantsinghms"
ms.localizationpriority: medium
ms.subservice: "m365-backup-storage"
doc_type: apiPageType
+ms.date: 09/10/2024
---
# List siteInclusionRules
diff --git a/api-reference/v1.0/api/tablecolumn-databodyrange.md b/api-reference/v1.0/api/tablecolumn-databodyrange.md
index 66d34fa9009..1eb8b60212a 100644
--- a/api-reference/v1.0/api/tablecolumn-databodyrange.md
+++ b/api-reference/v1.0/api/tablecolumn-databodyrange.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# TableColumn: DataBodyRange
diff --git a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-update.md b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-update.md
index d8588045eb2..4db198bdf0f 100644
--- a/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-update.md
+++ b/api-reference/v1.0/api/temporaryaccesspassauthenticationmethodconfiguration-update.md
@@ -6,6 +6,7 @@ ms.reviewer: intelligentaccesspm
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: apiPageType
+ms.date: 04/04/2024
---
# Update temporaryAccessPassAuthenticationMethodConfiguration
diff --git a/api-reference/v1.0/api/tokenissuancepolicy-delete.md b/api-reference/v1.0/api/tokenissuancepolicy-delete.md
index d46d18cd181..f7f30468b0a 100644
--- a/api-reference/v1.0/api/tokenissuancepolicy-delete.md
+++ b/api-reference/v1.0/api/tokenissuancepolicy-delete.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "luleonpla"
ms.subservice: "entra-sign-in"
doc_type: "apiPageType"
+ms.date: 04/04/2024
---
# Delete tokenIssuancePolicy
diff --git a/api-reference/v1.0/api/unifiedroledefinition-delete.md b/api-reference/v1.0/api/unifiedroledefinition-delete.md
index ccfe08b8087..e0a1d3c82c2 100644
--- a/api-reference/v1.0/api/unifiedroledefinition-delete.md
+++ b/api-reference/v1.0/api/unifiedroledefinition-delete.md
@@ -6,6 +6,7 @@ author: "DougKirschner"
ms.reviewer: msodsrbac
ms.subservice: "entra-directory-management"
doc_type: "apiPageType"
+ms.date: 07/26/2024
---
# Delete unifiedRoleDefinition
diff --git a/api-reference/v1.0/api/workbook-list-tables.md b/api-reference/v1.0/api/workbook-list-tables.md
index 75e5b5339ca..9f8fa8ee1ac 100644
--- a/api-reference/v1.0/api/workbook-list-tables.md
+++ b/api-reference/v1.0/api/workbook-list-tables.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 05/10/2024
---
# List tables
diff --git a/api-reference/v1.0/api/workbookrange-rowsabove.md b/api-reference/v1.0/api/workbookrange-rowsabove.md
index edd7fde9633..e03cac4c87d 100644
--- a/api-reference/v1.0/api/workbookrange-rowsabove.md
+++ b/api-reference/v1.0/api/workbookrange-rowsabove.md
@@ -5,6 +5,7 @@ author: "lumine2008"
ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: apiPageType
+ms.date: 10/30/2024
---
# workbookRange: rowsAbove
diff --git a/api-reference/v1.0/resources/accessreviewreviewer.md b/api-reference/v1.0/resources/accessreviewreviewer.md
index b77773b6722..f83eeaa8ca5 100644
--- a/api-reference/v1.0/resources/accessreviewreviewer.md
+++ b/api-reference/v1.0/resources/accessreviewreviewer.md
@@ -5,6 +5,7 @@ author: "jyothig123"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# accessReviewReviewer resource type
diff --git a/api-reference/v1.0/resources/actionresultpart.md b/api-reference/v1.0/resources/actionresultpart.md
index 83c14fe09ed..44e3161530d 100644
--- a/api-reference/v1.0/resources/actionresultpart.md
+++ b/api-reference/v1.0/resources/actionresultpart.md
@@ -5,6 +5,7 @@ author: "abshar-teams"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 10/18/2024
---
# actionResultPart resource type
diff --git a/api-reference/v1.0/resources/agreementfile.md b/api-reference/v1.0/resources/agreementfile.md
index 7ee441f9069..b9afcebd267 100644
--- a/api-reference/v1.0/resources/agreementfile.md
+++ b/api-reference/v1.0/resources/agreementfile.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-id-governance"
author: AlexFilipin
+ms.date: 05/23/2024
---
# agreementFile resource type
diff --git a/api-reference/v1.0/resources/callroute.md b/api-reference/v1.0/resources/callroute.md
index 94910e5fbae..fb5c7e6e061 100644
--- a/api-reference/v1.0/resources/callroute.md
+++ b/api-reference/v1.0/resources/callroute.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# callRoute resource type
diff --git a/api-reference/v1.0/resources/calltranscripteventmessagedetail.md b/api-reference/v1.0/resources/calltranscripteventmessagedetail.md
index 3ae73305f53..35abb7e86f6 100644
--- a/api-reference/v1.0/resources/calltranscripteventmessagedetail.md
+++ b/api-reference/v1.0/resources/calltranscripteventmessagedetail.md
@@ -5,6 +5,7 @@ author: "RamjotSingh"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# callTranscriptEventMessageDetail resource type
diff --git a/api-reference/v1.0/resources/changetrackedentity.md b/api-reference/v1.0/resources/changetrackedentity.md
index 7b45385ffc2..b286533eaec 100644
--- a/api-reference/v1.0/resources/changetrackedentity.md
+++ b/api-reference/v1.0/resources/changetrackedentity.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "akumar39"
ms.subservice: "teams"
doc_type: "resourcePageType"
+ms.date: 07/22/2024
---
# changeTrackedEntity resource type
diff --git a/api-reference/v1.0/resources/channelsummary.md b/api-reference/v1.0/resources/channelsummary.md
index 1834822da71..eb442fddf7b 100644
--- a/api-reference/v1.0/resources/channelsummary.md
+++ b/api-reference/v1.0/resources/channelsummary.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "rupanshoo"
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# channelSummary resource type
diff --git a/api-reference/v1.0/resources/cloudpconpremisesconnectionstatusdetail.md b/api-reference/v1.0/resources/cloudpconpremisesconnectionstatusdetail.md
index 0c6bf0a1d9d..4d52b613037 100644
--- a/api-reference/v1.0/resources/cloudpconpremisesconnectionstatusdetail.md
+++ b/api-reference/v1.0/resources/cloudpconpremisesconnectionstatusdetail.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 03/22/2024
---
# cloudPcOnPremisesConnectionStatusDetail resource type
diff --git a/api-reference/v1.0/resources/commsnotifications.md b/api-reference/v1.0/resources/commsnotifications.md
index f3bc6ad6916..6b3e4c1bc4f 100644
--- a/api-reference/v1.0/resources/commsnotifications.md
+++ b/api-reference/v1.0/resources/commsnotifications.md
@@ -5,6 +5,7 @@ author: "ananmishr"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# commsNotifications resource type
diff --git a/api-reference/v1.0/resources/communicationsapplicationidentity.md b/api-reference/v1.0/resources/communicationsapplicationidentity.md
index d19e5d28dcc..11b136238ac 100644
--- a/api-reference/v1.0/resources/communicationsapplicationidentity.md
+++ b/api-reference/v1.0/resources/communicationsapplicationidentity.md
@@ -5,6 +5,7 @@ author: "rahulva-msft"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 03/12/2024
---
# communicationsApplicationIdentity resource type
diff --git a/api-reference/v1.0/resources/connectedorganizationmembers.md b/api-reference/v1.0/resources/connectedorganizationmembers.md
index 199fcf3b700..bbd9eca7f7c 100644
--- a/api-reference/v1.0/resources/connectedorganizationmembers.md
+++ b/api-reference/v1.0/resources/connectedorganizationmembers.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 10/04/2024
---
# connectedOrganizationMembers resource type
diff --git a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md
index e16170f5c36..b5bc8bfe363 100644
--- a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md
+++ b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "resourcePageType"
+ms.date: 03/08/2024
---
# crossCloudAzureActiveDirectoryTenant resource type
diff --git a/api-reference/v1.0/resources/crosstenantaccesspolicytenantrestrictions.md b/api-reference/v1.0/resources/crosstenantaccesspolicytenantrestrictions.md
index 09e06f48bdd..8715bfdcb68 100644
--- a/api-reference/v1.0/resources/crosstenantaccesspolicytenantrestrictions.md
+++ b/api-reference/v1.0/resources/crosstenantaccesspolicytenantrestrictions.md
@@ -5,6 +5,7 @@ author: "vimrang"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 06/20/2024
---
# crossTenantAccessPolicyTenantRestrictions resource type
diff --git a/api-reference/v1.0/resources/customextensioncallbackconfiguration.md b/api-reference/v1.0/resources/customextensioncallbackconfiguration.md
index 6facb3abee2..d3adffa3d0f 100644
--- a/api-reference/v1.0/resources/customextensioncallbackconfiguration.md
+++ b/api-reference/v1.0/resources/customextensioncallbackconfiguration.md
@@ -5,6 +5,7 @@ author: "vikama-microsoft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# customExtensionCallbackConfiguration resource type
diff --git a/api-reference/v1.0/resources/customextensiondata.md b/api-reference/v1.0/resources/customextensiondata.md
index e027d46b5b8..dab26846912 100644
--- a/api-reference/v1.0/resources/customextensiondata.md
+++ b/api-reference/v1.0/resources/customextensiondata.md
@@ -5,6 +5,7 @@ author: "vikama-microsoft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# customExtensionData resource type
diff --git a/api-reference/v1.0/resources/domaindnstxtrecord.md b/api-reference/v1.0/resources/domaindnstxtrecord.md
index a81b539e69c..c44f21ae30b 100644
--- a/api-reference/v1.0/resources/domaindnstxtrecord.md
+++ b/api-reference/v1.0/resources/domaindnstxtrecord.md
@@ -5,6 +5,7 @@ author: "tafra00"
ms.localizationpriority: medium
ms.subservice: "entra-directory-management"
doc_type: resourcePageType
+ms.date: 05/15/2024
---
# domainDnsTxtRecord resource type
diff --git a/api-reference/v1.0/resources/educationrubricoutcome.md b/api-reference/v1.0/resources/educationrubricoutcome.md
index b82a1551ab4..90f3d812e8c 100644
--- a/api-reference/v1.0/resources/educationrubricoutcome.md
+++ b/api-reference/v1.0/resources/educationrubricoutcome.md
@@ -6,6 +6,7 @@ author: "sharad-sharma-msft"
ms.subservice: "education"
doc_type: "resourcePageType"
toc.title: Rubric outcome
+ms.date: 07/22/2024
---
# educationRubricOutcome resource type
diff --git a/api-reference/v1.0/resources/filesecuritystate.md b/api-reference/v1.0/resources/filesecuritystate.md
index dc48c63f86f..40482ddafbd 100644
--- a/api-reference/v1.0/resources/filesecuritystate.md
+++ b/api-reference/v1.0/resources/filesecuritystate.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "preetikr"
ms.subservice: security
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# fileSecurityState resource type
diff --git a/api-reference/v1.0/resources/identitygovernance-timebasedattributetrigger.md b/api-reference/v1.0/resources/identitygovernance-timebasedattributetrigger.md
index d84dc57b322..756f0be4a7f 100644
--- a/api-reference/v1.0/resources/identitygovernance-timebasedattributetrigger.md
+++ b/api-reference/v1.0/resources/identitygovernance-timebasedattributetrigger.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# timeBasedAttributeTrigger resource type
diff --git a/api-reference/v1.0/resources/identitygovernance-workflowbase.md b/api-reference/v1.0/resources/identitygovernance-workflowbase.md
index 3d87ed28406..a8c5a230454 100644
--- a/api-reference/v1.0/resources/identitygovernance-workflowbase.md
+++ b/api-reference/v1.0/resources/identitygovernance-workflowbase.md
@@ -5,6 +5,7 @@ author: "AlexFilipin"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# workflowBase resource type
diff --git a/api-reference/v1.0/resources/intune-apps-appconfigurationsettingitem.md b/api-reference/v1.0/resources/intune-apps-appconfigurationsettingitem.md
index 5123a13fdc1..f1fd40c3121 100644
--- a/api-reference/v1.0/resources/intune-apps-appconfigurationsettingitem.md
+++ b/api-reference/v1.0/resources/intune-apps-appconfigurationsettingitem.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# appConfigurationSettingItem resource type
diff --git a/api-reference/v1.0/resources/intune-apps-iosdevicetype.md b/api-reference/v1.0/resources/intune-apps-iosdevicetype.md
index 630c3c90202..ecb38a5f4f4 100644
--- a/api-reference/v1.0/resources/intune-apps-iosdevicetype.md
+++ b/api-reference/v1.0/resources/intune-apps-iosdevicetype.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# iosDeviceType resource type
diff --git a/api-reference/v1.0/resources/intune-apps-ioslobappassignmentsettings.md b/api-reference/v1.0/resources/intune-apps-ioslobappassignmentsettings.md
index bc9988d278e..55b73e583a1 100644
--- a/api-reference/v1.0/resources/intune-apps-ioslobappassignmentsettings.md
+++ b/api-reference/v1.0/resources/intune-apps-ioslobappassignmentsettings.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# iosLobAppAssignmentSettings resource type
diff --git a/api-reference/v1.0/resources/intune-apps-iosvppappassignmentsettings.md b/api-reference/v1.0/resources/intune-apps-iosvppappassignmentsettings.md
index f1beed46deb..678b58354e4 100644
--- a/api-reference/v1.0/resources/intune-apps-iosvppappassignmentsettings.md
+++ b/api-reference/v1.0/resources/intune-apps-iosvppappassignmentsettings.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# iosVppAppAssignmentSettings resource type
diff --git a/api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md b/api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md
index 06f6abc8c4c..617ec7c0932 100644
--- a/api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md
+++ b/api-reference/v1.0/resources/intune-apps-managedmobilelobapp.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# managedMobileLobApp resource type
diff --git a/api-reference/v1.0/resources/intune-books-installstate.md b/api-reference/v1.0/resources/intune-books-installstate.md
index b572922d6fd..67a13f81588 100644
--- a/api-reference/v1.0/resources/intune-books-installstate.md
+++ b/api-reference/v1.0/resources/intune-books-installstate.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: enumPageType
+ms.date: 09/13/2024
---
# installState enum type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md
index f3340d69458..f26c6c86b49 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# androidGeneralDeviceConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-deviceconfig-editionupgradeconfiguration.md b/api-reference/v1.0/resources/intune-deviceconfig-editionupgradeconfiguration.md
index d1d9edbb75b..75bd1490836 100644
--- a/api-reference/v1.0/resources/intune-deviceconfig-editionupgradeconfiguration.md
+++ b/api-reference/v1.0/resources/intune-deviceconfig-editionupgradeconfiguration.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# editionUpgradeConfiguration resource type
diff --git a/api-reference/v1.0/resources/intune-devices-deviceprotectionoverview.md b/api-reference/v1.0/resources/intune-devices-deviceprotectionoverview.md
index 2f979e7d9ee..6409df1689e 100644
--- a/api-reference/v1.0/resources/intune-devices-deviceprotectionoverview.md
+++ b/api-reference/v1.0/resources/intune-devices-deviceprotectionoverview.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# deviceProtectionOverview resource type
diff --git a/api-reference/v1.0/resources/intune-devices-resetpasscodeactionresult.md b/api-reference/v1.0/resources/intune-devices-resetpasscodeactionresult.md
index 04bd25d71f0..9d8f0a3719a 100644
--- a/api-reference/v1.0/resources/intune-devices-resetpasscodeactionresult.md
+++ b/api-reference/v1.0/resources/intune-devices-resetpasscodeactionresult.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# resetPasscodeActionResult resource type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md
index 12b2de89e0b..f71d2a97cb0 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsDeviceStartupProcess resource type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsinsight.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsinsight.md
index 80039f68735..b7596b55670 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsinsight.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsinsight.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsInsight resource type
diff --git a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsmetrichistory.md b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsmetrichistory.md
index dc2e97a96cb..fcae7fb6eaa 100644
--- a/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsmetrichistory.md
+++ b/api-reference/v1.0/resources/intune-devices-userexperienceanalyticsmetrichistory.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# userExperienceAnalyticsMetricHistory resource type
diff --git a/api-reference/v1.0/resources/intune-mam-targetedmanagedappprotection.md b/api-reference/v1.0/resources/intune-mam-targetedmanagedappprotection.md
index 044a630537c..a85c93a4930 100644
--- a/api-reference/v1.0/resources/intune-mam-targetedmanagedappprotection.md
+++ b/api-reference/v1.0/resources/intune-mam-targetedmanagedappprotection.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# targetedManagedAppProtection resource type
diff --git a/api-reference/v1.0/resources/intune-onboarding-mobilethreatdefenseconnector.md b/api-reference/v1.0/resources/intune-onboarding-mobilethreatdefenseconnector.md
index 15a98fbd66a..1c43237b852 100644
--- a/api-reference/v1.0/resources/intune-onboarding-mobilethreatdefenseconnector.md
+++ b/api-reference/v1.0/resources/intune-onboarding-mobilethreatdefenseconnector.md
@@ -5,6 +5,7 @@ author: "jaiprakashmb"
ms.localizationpriority: medium
ms.subservice: "intune"
doc_type: resourcePageType
+ms.date: 09/13/2024
---
# mobileThreatDefenseConnector resource type
diff --git a/api-reference/v1.0/resources/joinmeetingidmeetinginfo.md b/api-reference/v1.0/resources/joinmeetingidmeetinginfo.md
index e739962e6ca..d51519a3fda 100644
--- a/api-reference/v1.0/resources/joinmeetingidmeetinginfo.md
+++ b/api-reference/v1.0/resources/joinmeetingidmeetinginfo.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# joinMeetingIdMeetingInfo resource type
diff --git a/api-reference/v1.0/resources/mediaSource.md b/api-reference/v1.0/resources/mediaSource.md
index 99cfd427690..34016928e26 100644
--- a/api-reference/v1.0/resources/mediaSource.md
+++ b/api-reference/v1.0/resources/mediaSource.md
@@ -5,6 +5,7 @@ title: mediaSource resource type
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: "resourcePageType"
+ms.date: 03/12/2024
---
# mediaSource resource type
diff --git a/api-reference/v1.0/resources/networkconnection.md b/api-reference/v1.0/resources/networkconnection.md
index 5f79637d6e9..44ae1536cf8 100644
--- a/api-reference/v1.0/resources/networkconnection.md
+++ b/api-reference/v1.0/resources/networkconnection.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "chinguyen1"
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# networkConnection resource type
diff --git a/api-reference/v1.0/resources/onenotebasemodel.md b/api-reference/v1.0/resources/onenotebasemodel.md
index 57901d3df17..688514754b7 100644
--- a/api-reference/v1.0/resources/onenotebasemodel.md
+++ b/api-reference/v1.0/resources/onenotebasemodel.md
@@ -5,6 +5,7 @@ author: "jewan-microsoft"
ms.localizationpriority: medium
ms.subservice: "onenote"
doc_type: resourcePageType
+ms.date: 08/08/2024
---
# onenoteEntityBaseModel resource type
diff --git a/api-reference/v1.0/resources/onusercreatestartlistener.md b/api-reference/v1.0/resources/onusercreatestartlistener.md
index e207873866d..50631debe55 100644
--- a/api-reference/v1.0/resources/onusercreatestartlistener.md
+++ b/api-reference/v1.0/resources/onusercreatestartlistener.md
@@ -5,6 +5,7 @@ author: "nanguil"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 10/15/2024
---
# onUserCreateStartListener resource type
diff --git a/api-reference/v1.0/resources/parentalcontrolsettings.md b/api-reference/v1.0/resources/parentalcontrolsettings.md
index e60fbd73ef3..1e00554c93a 100644
--- a/api-reference/v1.0/resources/parentalcontrolsettings.md
+++ b/api-reference/v1.0/resources/parentalcontrolsettings.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-applications"
author: "sureshja"
+ms.date: 04/03/2024
---
# parentalControlSettings resource type
diff --git a/api-reference/v1.0/resources/reactionsfacet.md b/api-reference/v1.0/resources/reactionsfacet.md
index 7a614e8aa33..89c83cc0a23 100644
--- a/api-reference/v1.0/resources/reactionsfacet.md
+++ b/api-reference/v1.0/resources/reactionsfacet.md
@@ -5,6 +5,7 @@ author: sangle7
ms.localizationpriority: medium
ms.subservice: sharepoint
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# reactionsFacet resource type
diff --git a/api-reference/v1.0/resources/resourcespecificpermission.md b/api-reference/v1.0/resources/resourcespecificpermission.md
index 13e90ac4e9c..089a2a521a2 100644
--- a/api-reference/v1.0/resources/resourcespecificpermission.md
+++ b/api-reference/v1.0/resources/resourcespecificpermission.md
@@ -5,6 +5,7 @@ author: "psignoret"
ms.localizationpriority: medium
ms.subservice: "entra-applications"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# resourceSpecificPermission resource type
diff --git a/api-reference/v1.0/resources/security-blobcontainerevidence.md b/api-reference/v1.0/resources/security-blobcontainerevidence.md
index bbde7dac945..473277cf92c 100644
--- a/api-reference/v1.0/resources/security-blobcontainerevidence.md
+++ b/api-reference/v1.0/resources/security-blobcontainerevidence.md
@@ -5,6 +5,7 @@ author: "MSRonBorysowski"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# blobContainerEvidence resource type
diff --git a/api-reference/v1.0/resources/security-hostreputation.md b/api-reference/v1.0/resources/security-hostreputation.md
index 428f2b48b71..974ab9eb555 100644
--- a/api-reference/v1.0/resources/security-hostreputation.md
+++ b/api-reference/v1.0/resources/security-hostreputation.md
@@ -5,6 +5,7 @@ author: "joerattazzi-microsoft"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# hostReputation resource type
diff --git a/api-reference/v1.0/resources/targetapplicationowners.md b/api-reference/v1.0/resources/targetapplicationowners.md
index 505cabed542..39a72dfa297 100644
--- a/api-reference/v1.0/resources/targetapplicationowners.md
+++ b/api-reference/v1.0/resources/targetapplicationowners.md
@@ -5,6 +5,7 @@ author: "markwahl-msft"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 04/03/2024
---
# targetApplicationOwners resource type
diff --git a/api-reference/v1.0/resources/teamworkonlinemeetinginfo.md b/api-reference/v1.0/resources/teamworkonlinemeetinginfo.md
index 2db08d78ea3..b4c72995620 100644
--- a/api-reference/v1.0/resources/teamworkonlinemeetinginfo.md
+++ b/api-reference/v1.0/resources/teamworkonlinemeetinginfo.md
@@ -5,6 +5,7 @@ author: "jecha"
ms.localizationpriority: medium
ms.subservice: "teams"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# teamworkOnlineMeetingInfo resource type
diff --git a/api-reference/v1.0/resources/termstore-localizedname.md b/api-reference/v1.0/resources/termstore-localizedname.md
index ea78141f461..7a9f2b7428c 100644
--- a/api-reference/v1.0/resources/termstore-localizedname.md
+++ b/api-reference/v1.0/resources/termstore-localizedname.md
@@ -5,6 +5,7 @@ author: vishriv
ms.localizationpriority: medium
ms.subservice: "sharepoint"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# localizedName resource type
diff --git a/api-reference/v1.0/resources/userlastsigninrecommendationinsightsetting.md b/api-reference/v1.0/resources/userlastsigninrecommendationinsightsetting.md
index 0b64343921b..cdf4de3eb95 100644
--- a/api-reference/v1.0/resources/userlastsigninrecommendationinsightsetting.md
+++ b/api-reference/v1.0/resources/userlastsigninrecommendationinsightsetting.md
@@ -5,6 +5,7 @@ author: "shubhamguptacal"
ms.localizationpriority: medium
ms.subservice: "entra-id-governance"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# userlastsignInrecommendationinsightsetting resource type
diff --git a/api-reference/v1.0/resources/virtualeventpresenterdetails.md b/api-reference/v1.0/resources/virtualeventpresenterdetails.md
index e191f5a0164..65519ee5ca3 100644
--- a/api-reference/v1.0/resources/virtualeventpresenterdetails.md
+++ b/api-reference/v1.0/resources/virtualeventpresenterdetails.md
@@ -5,6 +5,7 @@ author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
doc_type: resourcePageType
+ms.date: 08/01/2024
---
# virtualEventPresenterDetails resource type
diff --git a/api-reference/v1.0/resources/workbookchartlegend.md b/api-reference/v1.0/resources/workbookchartlegend.md
index ca8cfe37991..06b58231688 100644
--- a/api-reference/v1.0/resources/workbookchartlegend.md
+++ b/api-reference/v1.0/resources/workbookchartlegend.md
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "excel"
doc_type: resourcePageType
toc.title: Chart legend
+ms.date: 08/01/2024
---
# workbookChartLegend resource type
diff --git a/api-reference/v1.0/resources/x509certificateauthenticationmodeconfiguration.md b/api-reference/v1.0/resources/x509certificateauthenticationmodeconfiguration.md
index 9cc76b06b22..d6dab01e73e 100644
--- a/api-reference/v1.0/resources/x509certificateauthenticationmodeconfiguration.md
+++ b/api-reference/v1.0/resources/x509certificateauthenticationmodeconfiguration.md
@@ -5,6 +5,7 @@ author: "vimrang"
ms.localizationpriority: medium
ms.subservice: "entra-sign-in"
doc_type: resourcePageType
+ms.date: 07/22/2024
---
# x509CertificateAuthenticationModeConfiguration resource type
From 789885f6fdeee783c2d67b549041a656dc092d59 Mon Sep 17 00:00:00 2001
From: Doug Sikora <44851449+dougsikora@users.noreply.github.com>
Date: Mon, 18 Nov 2024 08:46:07 -0800
Subject: [PATCH 075/130] feedback
---
.../beta/resources/customSecurityAttributeExemption.md | 2 +-
api-reference/beta/resources/identifierurirestriction.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index 56c1d8970a9..099a3215020 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -19,7 +19,7 @@ Configuration object to configure a custom security attribute exemption for a re
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName` |
+| id | String | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName` |
| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
## Relationships
diff --git a/api-reference/beta/resources/identifierurirestriction.md b/api-reference/beta/resources/identifierurirestriction.md
index 2de94598998..f3d32f22c54 100644
--- a/api-reference/beta/resources/identifierurirestriction.md
+++ b/api-reference/beta/resources/identifierurirestriction.md
@@ -19,7 +19,7 @@ Configuration object to configure a restriction for identifier URIs on applicati
## Properties
| Property | Type | Description |
| :------------------------------------------ | :------------------------------ | :-------------------------- |
-| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute, they'll be exempted from the restriction. |
+| excludeActors | Collection([customSecurityAttributeExemption](customSecurityAttributeExemption.md)) | Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute, they're exempted from the restriction. |
| excludeAppsReceivingV2Tokens | Boolean | If `true`, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications.|
| excludeSaml | Boolean | If `true`, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.|
| restrictForAppsCreatedAfterDateTime | String | Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.|
From f1045d60a1379b0e7c161f1806f76417b233bba0 Mon Sep 17 00:00:00 2001
From: "Zachary Allison (from Dev Box)"
Date: Wed, 20 Nov 2024 12:47:44 -0500
Subject: [PATCH 076/130] Add missing sections from the auto-generated doc
stubs
---
.../customSecurityAttributeExemption.md | 18 ++++++++++++---
...omSecurityAttributeStringValueExemption.md | 23 +++++++++++++++----
2 files changed, 34 insertions(+), 7 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index 099a3215020..a9164afa4de 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -16,6 +16,15 @@ Namespace: microsoft.graph
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
+## Methods
+|Method|Return type|Description|
+|:---|:---|:---|
+|[List](../api/appmanagementpolicyactorexemptions-list-customsecurityattributes.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) collection|Get a list of the [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) objects and their properties.|
+|[Create](../api/appmanagementpolicyactorexemptions-post-customsecurityattributes.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Create a new [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
+|[Get](../api/customsecurityattributeexemption-get.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Read the properties and relationships of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
+|[Update](../api/customsecurityattributeexemption-update.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Update the properties of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
+|[Delete](../api/appmanagementpolicyactorexemptions-delete-customsecurityattributes.md)|None|Delete a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
+
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
@@ -29,13 +38,16 @@ Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttribu
The following JSON representation shows the resource type.
``` json
{
- "@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
- "id": "String",
+ "@odata.type": "#microsoft.graph.customSecurityAttributeExemption",
+ "id": "String (identifier)",
"operator": "String"
}
```
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
index b965c3708c2..17fbaa53bad 100644
--- a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
@@ -16,11 +16,23 @@ Namespace: microsoft.graph
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
+Inherits from [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md).
+
+
+
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , `AttributeSetName_AttributeName` |
-| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
+| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , `AttributeSetName_AttributeName`. Inherited from [entity](../resources/entity.md). |
+| operator | customSecurityAttributeComparisonOperator | Inherited from [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md).The possible values are: `equals`, `unknownFutureValue`. If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
| value | string | Value representing custom security attribute value to compare against while evaluating the exemption. |
## Relationships
@@ -30,13 +42,16 @@ Inherits from [customSecurityAttributeExemption](customSecurityAttributeExemptio
The following JSON representation shows the resource type.
``` json
{
"@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
- "id": "String",
+ "id": "String (identifier)",
"operator": "String",
"value": "String"
}
From be83887b8b55dc75da56b053821cfd604e3bba32 Mon Sep 17 00:00:00 2001
From: "Zachary Allison (from Dev Box)"
Date: Wed, 20 Nov 2024 12:59:03 -0500
Subject: [PATCH 077/130] Update missed file from doc-stub
---
.../beta/resources/customSecurityAttributeExemption.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index a9164afa4de..dfd65b2bcbb 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -15,7 +15,12 @@ Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
+This is an abstract type.
+
+Inherits from [entity](../resources/entity.md).
+
+
## Properties
| Property | Type | Description |
| :-------------------------| :--------------------------------------------- | :-------------------------- |
-| id | String | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName` |
-| operator | customSecurityAttributeComparisonOperator | If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
+| id | String | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName`. Inherited from [entity](../resources/entity.md). |
+| operator | customSecurityAttributeComparisonOperator | The possible values are: `equals`, `unknownFutureValue`. If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
## Relationships
Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).
From 3fcce286752b6b5b42cdf8e15e6272839f115f86 Mon Sep 17 00:00:00 2001
From: "Zachary Allison (from Dev Box)"
Date: Wed, 20 Nov 2024 13:02:48 -0500
Subject: [PATCH 078/130] Update the relationships section from the doc stubs
---
.../beta/resources/customSecurityAttributeExemption.md | 2 +-
.../resources/customSecurityAttributeStringValueExemption.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customSecurityAttributeExemption.md
index dfd65b2bcbb..b25ec57ee2d 100644
--- a/api-reference/beta/resources/customSecurityAttributeExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeExemption.md
@@ -38,7 +38,7 @@ Inherits from [entity](../resources/entity.md).
| operator | customSecurityAttributeComparisonOperator | The possible values are: `equals`, `unknownFutureValue`. If `equals`, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. |
## Relationships
-Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).
+None.
## JSON representation
The following JSON representation shows the resource type.
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
index 17fbaa53bad..fb8bee3ee45 100644
--- a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
+++ b/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
@@ -36,7 +36,7 @@ Inherits from [customSecurityAttributeExemption](../resources/customsecurityattr
| value | string | Value representing custom security attribute value to compare against while evaluating the exemption. |
## Relationships
-Inherits from [customSecurityAttributeExemption](customSecurityAttributeExemption.md).
+None.
## JSON representation
The following JSON representation shows the resource type.
From 64d886397c93cbe371871df77f1cedef672568ac Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:49:28 -0800
Subject: [PATCH 079/130] Update
concepts/cloud-communications-virtual-events-webinar-usecases.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index d6b64a5b07d..cb22fd945b2 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -14,7 +14,7 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
- **Organizers** are employees (in your organization) who manage the webinar. They're the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
- **Presenters** are employees (in your organization) or guests who lead the webinar.
- **Registrants** are users (in or outside of your organization) who registered for a webinar. They can be registered, waitlisted, or rejected. They can choose to cancel their webinar registration.
-- **Attendees** are registrants who joined the webinar. They need to register through a portal and answered registration questions.
+- **Attendees** are registrants who joined the webinar. They need to register through a portal and answer registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
The following resource types can be used to build your webinar solution:
From 97881c020c2db594083d336881ca7caa10a55a84 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:49:36 -0800
Subject: [PATCH 080/130] Update
concepts/cloud-communications-virtual-events-webinar-usecases.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index cb22fd945b2..8167978f953 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -7,7 +7,7 @@ ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
# Virtual events webinar API overview
-Microsoft Graph virtual events webinar APIs allows you to get Teams webinar data and programmatically create, update, and cancel a Teams webinar.
+Microsoft Graph virtual events webinar APIs allow you to get Teams webinar data and programmatically create, update, and cancel a Teams webinar.
To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
From 16131c54e1a048de4c52b0c68e78be2a272bf27f Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:50:20 -0800
Subject: [PATCH 081/130] Update
concepts/cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index b36499fbff3..9cb121e0c6b 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -44,4 +44,4 @@ The following table lists some solutions you can build by using the Teams client
- [List all the town hall in a tenant](/graph/api/virtualeventsroot-list-townhalls), where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole), and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) are currently only available in Beta.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
+- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails are still sent to organizers, co-organizers, and presenters (internal and external).
From 85273ece0799ebd05e44aa003047aba1ab864155 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:55:15 -0800
Subject: [PATCH 082/130] Update
concepts/cloud-communications-virtual-events-webinar-usecases.md
---
.../cloud-communications-virtual-events-webinar-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 8167978f953..8fc4bb00d27 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -58,7 +58,7 @@ The following table lists some solutions you can build by using the Teams client
### Registration
- Use [CREATE registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
-- [CREATE registration questions](/graph/api/virtualeventregistrationconfiguration-post-questions) (predefined or custom) attendees have to answer during registration.
+- [CREATE registration questions](/graph/api/virtualeventregistrationconfiguration-post-questions) (predefined or custom) attendees have to answer required questions during registration.
- After the registrant registers for the webinar, use [LIST sessions](/graph/api/virtualeventregistration-list-sessions) to get the unique `joinWebURL` for the webinar.
### Email communication
From 4ea564d3fce89946acd0bf4a9defb7c12e6c6d6c Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:55:58 -0800
Subject: [PATCH 083/130] Update
concepts/cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index 77e64f72d8a..b8fcbbc9c62 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -27,4 +27,4 @@ To learn more about the differences between each meeting type to help you choose
- [Learn to use online meetings APIs](cloud-communications-online-meetings.md)
- [Learn to create solutions with webinar APIs](cloud-communications-virtual-events-webinar-usecases.md)
- [Learn to create solutions with town hall APIs](cloud-communications-virtual-events-townhall-usecases.md)
-- [Learn to use virtual event webhooks](/graph/changenotifications-for-virtualevent)
+- [Learn to use virtual event change notifications](/graph/changenotifications-for-virtualevent)
From 9dfe35daf37c8b0fef832d59e4e325986f66ac6f Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:56:25 -0800
Subject: [PATCH 084/130] Update
concepts/cloud-communications-virtual-events-overview.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index b8fcbbc9c62..f61c30a53f0 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -16,7 +16,7 @@ Use the following table to choose the right meeting type for your use case.
|Teams Meeting type | Microsoft Graph | Use cases |
|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
| [Online meeting](https://support.microsoft.com/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
-| [Webinar](https://support.microsoft.com/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or providing training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
+| [Webinar](https://support.microsoft.com/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
From ee3f2f202be11771f58eec357654bf6813af8152 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:59:06 -0800
Subject: [PATCH 085/130] Update
concepts/cloud-communications-virtual-events-townhall-usecases.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 9cb121e0c6b..53f5b2a8dc6 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -7,7 +7,7 @@ ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
# Virtual events town hall API overview
-Microsoft Graph virtual events town hall APIs allows you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
+Microsoft Graph virtual events town hall APIs allow you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
From d79e356c3e2ad41c2f3decaf5d3432958f66cb0b Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:59:22 -0800
Subject: [PATCH 086/130] Update
concepts/cloud-communications-virtual-events-townhall-usecases.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 53f5b2a8dc6..2482b102a7d 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -40,7 +40,7 @@ The following table lists some solutions you can build by using the Teams client
- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the co-organizer.
### Data Sync
-- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall. such as who is invited, who created the town hall, and who are the co-organizers.
+- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
- [List all the town hall in a tenant](/graph/api/virtualeventsroot-list-townhalls), where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole), and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) are currently only available in Beta.
### Email communication
From 6c791483dc77e6ea0d9b8ddbeb5c4aab3f88a033 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 16:42:32 -0800
Subject: [PATCH 087/130] Update
concepts/cloud-communications-virtual-events-townhall-usecases.md
Co-authored-by: halleclottey-msft <142538170+halleclottey-msft@users.noreply.github.com>
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 2482b102a7d..eebd8ca79a9 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -41,7 +41,7 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town hall in a tenant](/graph/api/virtualeventsroot-list-townhalls), where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole), and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) are currently only available in Beta.
+- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls)–where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole) and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole)–are currently only available in Beta.
### Email communication
- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails are still sent to organizers, co-organizers, and presenters (internal and external).
From 55ce968defac6e2ff96ab5b05f216b88e5f6250e Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Thu, 21 Nov 2024 16:45:03 -0800
Subject: [PATCH 088/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index eebd8ca79a9..da6cac3c77d 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -41,7 +41,7 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls)–where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole) and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole)–are currently only available in Beta.
+- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls) –- where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole) and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) –- are currently only available in Beta.
### Email communication
- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails are still sent to organizers, co-organizers, and presenters (internal and external).
From dbc6396c1644dcd06039cdebeeacd1485c0261a4 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Fri, 22 Nov 2024 11:43:48 -0800
Subject: [PATCH 089/130] Update
concepts/cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index f61c30a53f0..2ef83cc9184 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -17,7 +17,7 @@ Use the following table to choose the right meeting type for your use case.
|--------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------|
| [Online meeting](https://support.microsoft.com/office/meetings-in-microsoft-teams-e0b0ae21-53ee-4462-a50d-ca9b9e217b67) | [onlineMeeting](/graph/api/resources/onlinemeeting)
[attendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[online meeting webhooks](/graph/changenotifications-for-onlinemeeting) | - Hosting a meeting for up to 1,000 participants who can be inside or outside of your organization. Everyone can interact via audio, video, chat, and screen sharing.
- Meetings are either scheduled, ad hoc, or channel meetings. |
| [Webinar](https://support.microsoft.com/office/get-started-with-microsoft-teams-webinars-42f3f874-22dc-4289-b53f-bbc1a69013e3) | [virtualEventWebinar](/graph/api/resources/virtualeventwebinar)
[virtualEventRegistration](/graph/api/resources/virtualeventregistration)
[virtualEventWebinarRegistrationConfiguration](/graph/api/resources/virtualeventwebinarregistrationconfiguration)
[virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase)
[meetingAttendanceReport](/graph/api/resources/meetingattendancereport)
[attendanceRecord](/graph/api/resources/attendancerecord)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter)
[virtual event webhooks](/graph/changenotifications-for-virtualevent)| - Hosting a meeting where one or several experts (presenters) share their ideas or provide training to an audience (attendees inside or outside of your organization) with a maximum of 1,000 participants on the call.
- Registration is needed before attendees can join the webinar. |
-| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees don’t need to register for the event but need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
+| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) | - Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees cannot register for the event. They need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio. |
To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](/microsoftteams/meeting-webinar-town-hall-feature-comparison).
From c1eaaff175ad773049bc6b26cdde12f464126b17 Mon Sep 17 00:00:00 2001
From: Annie Wang <107498920+awang119@users.noreply.github.com>
Date: Fri, 22 Nov 2024 13:29:57 -0800
Subject: [PATCH 090/130] Update
concepts/cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index da6cac3c77d..e4a9e94b1b5 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -41,7 +41,7 @@ The following table lists some solutions you can build by using the Teams client
### Data Sync
- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls) –- where the [user is an organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuserrole) and where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventtownhall-getbyuseridandrole) –- are currently only available in Beta.
+- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls) with the granularity of where the user is an organizer or co-organizer -- supported in [delegated](/graph/api/virtualeventtownhall-getbyuserrole) and [application](/graph/api/virtualeventtownhall-getbyuseridandrole) permissions. These APIs are currently only available in Beta.
### Email communication
- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails are still sent to organizers, co-organizers, and presenters (internal and external).
From 09d34e8db7ba7adb42a8689daf34d343e19e2adb Mon Sep 17 00:00:00 2001
From: bkeerthivasa
Date: Sat, 23 Nov 2024 23:08:30 -0800
Subject: [PATCH 091/130] update changelog
---
changelog/Microsoft.Teams.GraphSvc.json | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/changelog/Microsoft.Teams.GraphSvc.json b/changelog/Microsoft.Teams.GraphSvc.json
index 8326f44d91f..633382f1d44 100644
--- a/changelog/Microsoft.Teams.GraphSvc.json
+++ b/changelog/Microsoft.Teams.GraphSvc.json
@@ -2365,7 +2365,7 @@
{
"ChangeList": [
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Enumeration",
"ChangedApiName": "aiInteractionType",
"ChangeType": "Addition",
@@ -2373,7 +2373,7 @@
"Target": "aiInteractionType"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionAttachment",
"ChangeType": "Addition",
@@ -2381,7 +2381,7 @@
"Target": "aiInteractionAttachment"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionContext",
"ChangeType": "Addition",
@@ -2389,7 +2389,7 @@
"Target": "aiInteractionContext"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionLink",
"ChangeType": "Addition",
@@ -2397,7 +2397,7 @@
"Target": "aiInteractionLink"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionMention",
"ChangeType": "Addition",
@@ -2405,7 +2405,7 @@
"Target": "aiInteractionMention"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionMentionedIdentitySet",
"ChangeType": "Addition",
@@ -2413,7 +2413,7 @@
"Target": "aiInteractionMentionedIdentitySet"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteraction",
"ChangeType": "Addition",
@@ -2421,7 +2421,7 @@
"Target": "aiInteraction"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionHistory",
"ChangeType": "Addition",
@@ -2429,7 +2429,7 @@
"Target": "aiInteractionHistory"
},
{
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"ApiChange": "Method",
"ChangedApiName": "getAllEnterpriseInteractions",
"ChangeType": "Addition",
@@ -2437,7 +2437,7 @@
"Target": "aiInteractionHistory"
}
],
- "Id": "1eb03a5a-4c2d-425c-9be0-03c2c57928cc",
+ "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
"Cloud": "Prod",
"Version": "beta",
"CreatedDateTime": "2024-11-21T22:39:38.6194554Z",
From a5ad16b992377a1135e9f08ecbe804709b750aa3 Mon Sep 17 00:00:00 2001
From: bkeerthivasa
Date: Sat, 23 Nov 2024 23:27:00 -0800
Subject: [PATCH 092/130] update from build
---
changelog/Microsoft.Teams.GraphSvc.json | 44 +++++++++++++++++--------
1 file changed, 30 insertions(+), 14 deletions(-)
diff --git a/changelog/Microsoft.Teams.GraphSvc.json b/changelog/Microsoft.Teams.GraphSvc.json
index 633382f1d44..1455ccc8bbd 100644
--- a/changelog/Microsoft.Teams.GraphSvc.json
+++ b/changelog/Microsoft.Teams.GraphSvc.json
@@ -2365,7 +2365,7 @@
{
"ChangeList": [
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Enumeration",
"ChangedApiName": "aiInteractionType",
"ChangeType": "Addition",
@@ -2373,7 +2373,7 @@
"Target": "aiInteractionType"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionAttachment",
"ChangeType": "Addition",
@@ -2381,7 +2381,7 @@
"Target": "aiInteractionAttachment"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionContext",
"ChangeType": "Addition",
@@ -2389,7 +2389,7 @@
"Target": "aiInteractionContext"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionLink",
"ChangeType": "Addition",
@@ -2397,7 +2397,7 @@
"Target": "aiInteractionLink"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionMention",
"ChangeType": "Addition",
@@ -2405,7 +2405,7 @@
"Target": "aiInteractionMention"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionMentionedIdentitySet",
"ChangeType": "Addition",
@@ -2413,7 +2413,7 @@
"Target": "aiInteractionMentionedIdentitySet"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteraction",
"ChangeType": "Addition",
@@ -2421,7 +2421,7 @@
"Target": "aiInteraction"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Resource",
"ChangedApiName": "aiInteractionHistory",
"ChangeType": "Addition",
@@ -2429,20 +2429,36 @@
"Target": "aiInteractionHistory"
},
{
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
+ "ApiChange": "Resource",
+ "ChangedApiName": "aiUser",
+ "ChangeType": "Addition",
+ "Description": "Added the [aiUser](https://learn.microsoft.com/en-us/graph/api/resources/aiUser?view=graph-rest-beta) resource.",
+ "Target": "aiUser"
+ },
+ {
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"ApiChange": "Method",
"ChangedApiName": "getAllEnterpriseInteractions",
"ChangeType": "Addition",
- "Description": "Added the [getAllEnterpriseInteractions](https://learn.microsoft.com/en-us/graph/api/aiInteractionHistory-getAllEnterpriseInteractions?view=graph-rest-beta) method.",
+ "Description": "Added the [getAllEnterpriseInteractions](https://learn.microsoft.com/en-us/graph/api/aiInteractionHistory-getAllEnterpriseInteractions?view=graph-rest-beta) method to the [aiInteractionHistory](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionHistory?view=graph-rest-beta) resource.",
"Target": "aiInteractionHistory"
+ },
+ {
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
+ "ApiChange": "Singleton",
+ "ChangedApiName": "copilot",
+ "ChangeType": "Addition",
+ "Description": "Added the [copilot](https://learn.microsoft.com/en-us/?view=graph-rest-beta) resource.",
+ "Target": "TeamsGraphSvc"
}
],
- "Id": "1f9b480b-0c25-4688-8a27-ba8635d6bccb",
+ "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"Cloud": "Prod",
"Version": "beta",
- "CreatedDateTime": "2024-11-21T22:39:38.6194554Z",
- "WorkloadArea": "Teamwork and communications",
- "SubArea": ""
+ "CreatedDateTime": "2024-11-24T07:19:22.6793915Z",
+ "WorkloadArea": "Teamwork",
+ "SubArea": "Microsoft.Teams.Shifts"
}
]
}
From 3805a358c5e93db678cf9b903e7012328a64c7d9 Mon Sep 17 00:00:00 2001
From: mnorman-ms
Date: Mon, 25 Nov 2024 09:11:15 +0700
Subject: [PATCH 093/130] Fixed duplicate ms.date fields.
---
api-reference/beta/resources/openidconnectprovider.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/api-reference/beta/resources/openidconnectprovider.md b/api-reference/beta/resources/openidconnectprovider.md
index a5b77607116..42d5d729a23 100644
--- a/api-reference/beta/resources/openidconnectprovider.md
+++ b/api-reference/beta/resources/openidconnectprovider.md
@@ -5,7 +5,6 @@ ms.localizationpriority: medium
doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "namkedia"
-ms.date: 11/16/2024
toc.title: OpenID Connect identity provider (deprecated)
ms.date: 07/22/2024
---
From ee70b03554e4229d1f49d1fba9c76a5d6eef39c2 Mon Sep 17 00:00:00 2001
From: Yichong Hu
Date: Mon, 25 Nov 2024 14:04:38 +0800
Subject: [PATCH 094/130] Add new member
---
.../cloudpconpremisesconnectionhealthcheck.md | 1 +
changelog/Microsoft.CloudManagedDesktop.json | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
index 212294fe460..3acf237167d 100644
--- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
+++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
@@ -62,6 +62,7 @@ Represents the result of a Cloud PC Azure network connection health check.
|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|endpointConnectivityCheckAzureADUrlNotAllowListed|During provisioning, one or more required Microsoft Entra URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|endpointConnectivityCheckLocaleUrlNotAllowListed|During provisioning, one or more language pack URLs couldn't be contacted. If you choose a non-English (United States) **Language & Region** setting in a provisioning policy, the language pack might not be successfully installed. Make sure that all of the required URLs are allowed through your firewalls and proxies. For a list or required URLs, see [Azure network connections health checks](https://go.microsoft.com/fwlink/?linkid=2156206).|
+|endpointConnectivityCheckVMAgentEndPointCommunicationError|The VM extension provisioning failed because the VM agent related endpoints were unreachable. Review the onboarding policy settings to ensure the endpoints are reachable for joining the domain.|
|endpointConnectivityCheckUnknownError|During provisioning, one or more required URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|azureAdDeviceSyncCheckDeviceNotFound|The Cloud PC object can't be found in Microsoft Entra ID. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
|azureAdDeviceSyncCheckLongSyncCircle|The check whether the Cloud PC object has been synced to Microsoft Entra ID has timed out. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json
index d62cf4e46ea..d23af976c31 100644
--- a/changelog/Microsoft.CloudManagedDesktop.json
+++ b/changelog/Microsoft.CloudManagedDesktop.json
@@ -6067,6 +6067,24 @@
"CreatedDateTime": "2024-10-21T08:35:28.2259205Z",
"WorkloadArea": "Devices and apps",
"SubArea": "Cloud PC"
+ },
+ {
+ "ChangeList": [
+ {
+ "Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
+ "ApiChange": "Member",
+ "ChangedApiName": "endpointConnectivityCheckVMAgentEndPointCommunicationError",
+ "ChangeType": "Addition",
+ "Description": "Added the `endpointConnectivityCheckVMAgentEndPointCommunicationError` member to the **cloudPcOnPremisesConnectionHealthCheckErrorType** enumeration.",
+ "Target": "cloudPcOnPremisesConnectionHealthCheckErrorType"
+ }
+ ],
+ "Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
+ "Cloud": "Prod",
+ "Version": "beta",
+ "CreatedDateTime": "2024-11-25T06:03:45.3975846Z",
+ "WorkloadArea": "Devices and apps",
+ "SubArea": "Cloud PC"
}
]
}
From 88b828220b111026cec0a40913265f9f81dee235 Mon Sep 17 00:00:00 2001
From: Microsoft Graph DevX Tooling
Date: Mon, 25 Nov 2024 06:05:02 +0000
Subject: [PATCH 095/130] Update permissions reference
---
concepts/permissions-reference.md | 190 +++++++++++++++++++++++++-----
1 file changed, 161 insertions(+), 29 deletions(-)
diff --git a/concepts/permissions-reference.md b/concepts/permissions-reference.md
index 8b927af1294..2fab5b8b5b1 100644
--- a/concepts/permissions-reference.md
+++ b/concepts/permissions-reference.md
@@ -7,7 +7,7 @@ ms.localizationpriority: high
ms.topic: reference
ms.subservice: entra-applications
ms.custom: graphiamtop20, scenarios:getting-started
-ms.date: 11/18/2024
+ms.date: 11/25/2024
#Customer intent: As a developer, I want to learn more about the permissions available in Microsoft Graph, so that I understand the impact of granting specific permissions to my app.
---
@@ -137,6 +137,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### AiEnterpriseInteraction.Read
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | 859cceb9-2ec2-4e48-bcd7-b8490b5248a5 |
+| DisplayText | - | Read user AI enterprise interactions. |
+| Description | - | Allows the app to read user AI enterprise interactions, on behalf of the signed-in user. |
+| AdminConsentRequired | - | No |
+
+---
+
### AiEnterpriseInteraction.Read.All
| Category | Application | Delegated |
@@ -906,7 +917,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 284383ee-7f6e-4e40-a2a8-e85dcb029101 | - |
| DisplayText | Initiate outgoing 1 to 1 calls from the app | - |
-| Description | Allows the app to place outbound calls to a single user and transfer calls to users in your organization's directory, without a signed-in user. | - |
+| Description | Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user. | - |
| AdminConsentRequired | Yes | - |
---
@@ -1373,6 +1384,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### ConfigurationMonitoring.Read.All
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | c645bb69-adc4-4242-b620-02e635f03bf6 |
+| DisplayText | - | Read all Configuration Monitoring entities |
+| Description | - | Allows the app to read all Configuration Monitoring entities on behalf of the signed-in user. |
+| AdminConsentRequired | - | No |
+
+---
+
+### ConfigurationMonitoring.ReadWrite.All
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | 54505ce9-e719-41f7-a7cc-dbe114e1d811 |
+| DisplayText | - | Read and write all Configuration Monitoring entities |
+| Description | - | Allows the app to read and write all Configuration Monitoring entities on behalf of the signed-in user. |
+| AdminConsentRequired | - | No |
+
+---
+
### ConsentRequest.Create
| Category | Application | Delegated |
@@ -1480,6 +1513,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### CopilotSettings-LimitedMode.Read
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | aeb2982d-632d-4155-b533-18756ab6fdd8 |
+| DisplayText | - | Read organization-wide copilot limited mode setting |
+| Description | - | Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user. |
+| AdminConsentRequired | - | Yes |
+
+---
+
+### CopilotSettings-LimitedMode.ReadWrite
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | 4704e5b2-0ada-4aa0-b18c-00ad7525bc06 |
+| DisplayText | - | Read and write organization-wide copilot limited mode setting |
+| Description | - | Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user. |
+| AdminConsentRequired | - | Yes |
+
+---
+
### CrossTenantInformation.ReadBasic.All
| Category | Application | Delegated |
@@ -1917,7 +1972,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 243333ab-4d21-40cb-a475-36241daa0842 | 44642bfe-8385-4adc-8fc6-fe3cb2c375c3 |
| DisplayText | Read and write Microsoft Intune devices | Read and write Microsoft Intune devices |
-| Description | Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device's owner | Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner. |
+| Description | Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner | Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner. |
| AdminConsentRequired | Yes | Yes |
[!INCLUDE [DeviceManagementManagedDevices.ReadWrite.All](../includes/permissions-notes/devicemanagementmanageddevices.readwrite.all.md)]
@@ -2556,6 +2611,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### FileIngestion.Ingest
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 65891b00-2fd9-4e33-be27-04a53132e3df | - |
+| DisplayText | Ingest SharePoint and OneDrive content to make it available in the search index | - |
+| Description | Allows the app to ingest SharePoint and OneDrive content to make it available in the search index, without a signed-in user. | - |
+| AdminConsentRequired | Yes | - |
+
+---
+
+### FileIngestionHybridOnboarding.Manage
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 766c601b-c009-4438-8290-c8b05fa00c4b | - |
+| DisplayText | Manage onboarding for a Hybrid Cloud tenant | - |
+| Description | Allows the app to manage onboarding for a Hybrid Cloud tenant, without a signed-in user. | - |
+| AdminConsentRequired | Yes | - |
+
+---
+
### Files.Read
| Category | Application | Delegated |
@@ -2662,6 +2739,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### FileStorageContainer.Manage.All
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | - | 527b6d64-cdf5-4b8b-b336-4aa0b8ca2ce5 |
+| DisplayText | - | Manage all file storage containers |
+| Description | - | Allows the application to utilize the file storage container administration capabilities on behalf of an administrator user. |
+| AdminConsentRequired | - | Yes |
+
+---
+
### FileStorageContainer.Selected
| Category | Application | Delegated |
@@ -2837,7 +2925,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | e321f0bb-e7f7-481e-bb28-e3b0b32d4bd0 | 43781733-b5a7-4d1b-98f4-e8edff23e1a9 |
| DisplayText | Read identity providers | Read identity providers |
-| Description | Allows the app to read your organization's identity (authentication) providers' properties without a signed in user. | Allows the app to read your organization's identity (authentication) providers' properties on behalf of the user. |
+| Description | Allows the app to read your organization’s identity (authentication) providers’ properties without a signed in user. | Allows the app to read your organization’s identity (authentication) providers’ properties on behalf of the user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -2848,7 +2936,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 90db2b9a-d928-4d33-a4dd-8442ae3d41e4 | f13ce604-1677-429f-90bd-8a10b9f01325 |
| DisplayText | Read and write identity providers | Read and write identity providers |
-| Description | Allows the app to read and write your organization's identity (authentication) providers' properties without a signed in user. | Allows the app to read and write your organization's identity (authentication) providers' properties on behalf of the user. |
+| Description | Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user. | Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -4355,8 +4443,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | b21b72f6-4e6a-4533-9112-47eea9f97b28 | d146432f-b803-4ed4-8d42-ba74193a6ede |
-| DisplayText | Read your organization's identity protection policy | Read your organization's identity protection policy |
-| Description | Allows the app to read your organization's identity protection policy without a signed-in user. | Allows the app to read your organization's identity protection policy on behalf of the signed-in user. |
+| DisplayText | Read your organization’s identity protection policy | Read your organization’s identity protection policy |
+| Description | Allows the app to read your organization’s identity protection policy without a signed-in user. | Allows the app to read your organization’s identity protection policy on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -4511,8 +4599,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | 2dcf8603-09eb-4078-b1ec-d30a1a76b873 | 7256e131-3efb-4323-9854-cf41c6021770 |
-| DisplayText | Read and write your organization's identity protection policy | Read and write your organization's identity protection policy |
-| Description | Allows the app to read and write your organization's identity protection policy without a signed-in user. | Allows the app to read and write your organization's identity protection policy on behalf of the signed-in user. |
+| DisplayText | Read and write your organization’s identity protection policy | Read and write your organization’s identity protection policy |
+| Description | Allows the app to read and write your organization’s identity protection policy without a signed-in user. | Allows the app to read and write your organization’s identity protection policy on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -5311,6 +5399,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### RoleManagement.Read.Defender
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 4d6e30d1-e64e-4ae7-bf9d-c706cc928cef | dd689728-6eb8-4deb-bd38-2924a935f3de |
+| DisplayText | Read M365 Defender RBAC configuration | Read M365 Defender RBAC configuration |
+| Description | Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. | Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments. |
+| AdminConsentRequired | Yes | Yes |
+
+---
+
### RoleManagement.Read.Directory
| Category | Application | Delegated |
@@ -5344,6 +5443,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
---
+### RoleManagement.ReadWrite.Defender
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 8b7e8c0a-7e9d-4049-97ec-04b5e1bcaf05 | d8914f8f-9f64-4bd1-b4d3-f5a701ed8457 |
+| DisplayText | Read M365 Defender RBAC configuration | Read M365 Defender RBAC configuration |
+| Description | Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. | Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments. |
+| AdminConsentRequired | Yes | Yes |
+
+---
+
### RoleManagement.ReadWrite.Directory
| Category | Application | Delegated |
@@ -5571,8 +5681,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | bf394140-e372-4bf9-a898-299cfc7564e5 | 64733abd-851e-478a-bffb-e47a14b18235 |
-| DisplayText | Read your organization's security events | Read your organization's security events |
-| Description | Allows the app to read your organization's security events without a signed-in user. | Allows the app to read your organization's security events on behalf of the signed-in user. |
+| DisplayText | Read your organization’s security events | Read your organization’s security events |
+| Description | Allows the app to read your organization’s security events without a signed-in user. | Allows the app to read your organization’s security events on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -5582,8 +5692,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | d903a879-88e0-4c09-b0c9-82f6a1333f84 | 6aedf524-7e1c-45a7-bd76-ded8cab8d0fc |
-| DisplayText | Read and update your organization's security events | Read and update your organization's security events |
-| Description | Allows the app to read your organization's security events without a signed-in user. Also allows the app to update editable properties in security events. | Allows the app to read your organization's security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user. |
+| DisplayText | Read and update your organization’s security events | Read and update your organization’s security events |
+| Description | Allows the app to read your organization’s security events without a signed-in user. Also allows the app to update editable properties in security events. | Allows the app to read your organization’s security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -5918,7 +6028,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | - | 258f6531-6087-4cc4-bb90-092c5fb3ed3f |
| DisplayText | - | Send emails from mailboxes using SMTP AUTH. |
-| Description | - | Allows the app to be able to send emails from the user's mailbox using the SMTP AUTH client submission protocol. |
+| Description | - | Allows the app to be able to send emails from the user’s mailbox using the SMTP AUTH client submission protocol. |
| AdminConsentRequired | - | No |
![personal Microsoft accounts][MSA] The *SMTP.Send* delegated permission is available for consent in personal Microsoft accounts.
@@ -6019,7 +6129,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | - | f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb |
| DisplayText | - | Read user's tasks and task lists |
-| Description | - | Allows the app to read the signed-in user's tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything. |
+| Description | - | Allows the app to read the signed-in user’s tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything. |
| AdminConsentRequired | - | No |
![personal Microsoft accounts][MSA] The *Tasks.Read* delegated permission is available for consent in personal Microsoft accounts.
@@ -6031,8 +6141,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | f10e1f91-74ed-437f-a6fd-d6ae88e26c1f | - |
-| DisplayText | Read all users' tasks and tasklist | - |
-| Description | Allows the app to read all users' tasks and task lists in your organization, without a signed-in user. | - |
+| DisplayText | Read all users’ tasks and tasklist | - |
+| Description | Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user. | - |
| AdminConsentRequired | Yes | - |
---
@@ -6053,7 +6163,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | - | 2219042f-cab5-40cc-b0d2-16b1540b4c5f |
-| DisplayText | - | Create, read, update, and delete user's tasks and task lists |
+| DisplayText | - | Create, read, update, and delete user’s tasks and task lists |
| Description | - | Allows the app to create, read, update, and delete the signed-in user's tasks and task lists, including any shared with the user. |
| AdminConsentRequired | - | No |
@@ -6066,8 +6176,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | 44e666d1-d276-445b-a5fc-8815eeb81d55 | - |
-| DisplayText | Read and write all users' tasks and tasklists | - |
-| Description | Allows the app to create, read, update and delete all users' tasks and task lists in your organization, without a signed-in user | - |
+| DisplayText | Read and write all users’ tasks and tasklists | - |
+| Description | Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user | - |
| AdminConsentRequired | Yes | - |
---
@@ -7277,7 +7387,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 38d9df27-64da-44fd-b7c5-a6fbac20248f | aec28ec7-4d02-4e8c-b864-50163aea77eb |
| DisplayText | Read all users' authentication methods | Read all users' authentication methods |
-| Description | Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| Description | Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
| AdminConsentRequired | Yes | Yes |
---
@@ -7299,7 +7409,29 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 50483e42-d915-4231-9639-7fdb7fd190e5 | b7887744-6746-4312-813d-72daeaee7e2d |
| DisplayText | Read and write all users' authentication methods | Read and write all users' authentication methods. |
-| Description | Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods | Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| Description | Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods | Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| AdminConsentRequired | Yes | Yes |
+
+---
+
+### UserAuthMethod-Passkey.Read.All
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 72e00c1d-3e3d-43bb-a0b9-c435611bb1d2 | 14195339-1fe4-48a7-a0d3-a39eb9fd8958 |
+| DisplayText | Read all users' passkey authentication methods | Read all users' passkey authentication methods |
+| Description | Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| AdminConsentRequired | Yes | Yes |
+
+---
+
+### UserAuthMethod-Passkey.ReadWrite.All
+
+| Category | Application | Delegated |
+|--|--|--|
+| Identifier | 0400e371-7db1-4338-a269-96069eb65227 | 64930478-d0ea-4671-ad72-fe0d9821df09 |
+| DisplayText | Read and write all users' passkey authentication methods | Read and write all users' passkey methods. |
+| Description | Allows the application to read and write passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods | Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
| AdminConsentRequired | Yes | Yes |
---
@@ -7310,7 +7442,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 4e774092-a092-48d1-90bd-baad67c7eb47 | 26e2f3e8-b2a1-47fc-9620-89bb5b042024 |
| DisplayText | Deliver and manage all user's notifications | Deliver and manage user's notifications |
-| Description | Allows the app to send, read, update and delete user's notifications, without a signed-in user. | Allows the app to send, read, update and delete user's notifications. |
+| Description | Allows the app to send, read, update and delete user’s notifications, without a signed-in user. | Allows the app to send, read, update and delete user’s notifications. |
| AdminConsentRequired | Yes | No |
---
@@ -7387,7 +7519,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | d4f67ec2-59b5-4bdc-b4af-d78f6f9c1954 | - |
| DisplayText | Read all virtual appointments for users, as authorized by online meetings application access policy | - |
-| Description | Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user's data by the online meetings application access policy. | - |
+| Description | Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy. | - |
| AdminConsentRequired | Yes | - |
---
@@ -7409,7 +7541,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | bf46a256-f47d-448f-ab78-f226fff08d40 | - |
| DisplayText | Read-write all virtual appointments for users, as authorized by online meetings app access policy | - |
-| Description | Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user's data by the online meetings application access policy. | - |
+| Description | Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy. | - |
| AdminConsentRequired | Yes | - |
---
@@ -7510,6 +7642,7 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
| Name | ID | Display text | Description |
|--|--|--|--|
+| AiEnterpriseInteraction.Read.User | 10d712aa-b4cd-4472-b0ba-6196e04c344f | Read user AI enterprise interactions. | Allows the app to read user AI enterprise interactions, without a signed-in user. |
| Calls.AccessMedia.Chat | e716890c-c30a-4ac3-a0e3-551e7d9e8deb | Access media streams in calls associated with this chat or meeting | Allows the app to access media streams in calls associated with this chat or meeting, without a signed-in user. |
| Calls.JoinGroupCalls.Chat | a01e73f1-94da-4f6d-9b73-02e4ea65560b | Join calls associated with this chat or meeting | Allows the app to join calls associated with this chat or meeting, without a signed-in user. |
| Channel.Create.Group | 65af85d7-62bb-4339-a206-7160fd427454 | Create channels in this team | Allows the app to create channels in this team, without a signed-in user. |
@@ -7521,9 +7654,9 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
| ChannelMeetingTranscript.Read.Group | 37e59e88-1a46-482b-b623-0a4aa6abdf67 | Read the transcripts of all channel meetings associated with this team | Allows the app to read transcripts of all the channel meetings associated with this team, without a signed-in user. |
| ChannelMember.Read.Group | 7e3614f5-3467-419c-9c63-dd0bbd2a88f9 | Read the members of channels of a team | Read the members of channels of a team, without a signed-in user |
| ChannelMessage.Read.Group | 19103a54-c397-4bcd-be5a-ef111e0406fa | Read this team's channel messages | Allows the app to read this team's channel's messages, without a signed-in user. |
-| ChannelMessage.Send.Group | 3e38d437-815b-4368-9f19-e39dea9a6c7f | Send messages to this team's channels | Allows the app to send messages to this team's channels, without a signed-in user. |
-| ChannelSettings.Read.Group | 0a7b3084-8d18-46f5-8aef-b5b829292c6f | Read the names, descriptions, and settings of this team's channels | Allows the app to read this team's channel names, channel descriptions, and channel settings, without a signed-in user. |
-| ChannelSettings.ReadWrite.Group | d057ad03-b27b-49f7-8219-e0d4a706da55 | Update the names, descriptions, and settings of this team's channels | Allows the app to update and read the names, descriptions, and settings of this team's channels, without a signed-in user. |
+| ChannelMessage.Send.Group | 3e38d437-815b-4368-9f19-e39dea9a6c7f | Send mesages to this team's channels | Allows the app to send messages to this team's channels, without a signed-in user. |
+| ChannelSettings.Read.Group | 0a7b3084-8d18-46f5-8aef-b5b829292c6f | Read the names, descriptions, and settings of this team’s channels | Allows the app to read this team's channel names, channel descriptions, and channel settings, without a signed-in user. |
+| ChannelSettings.ReadWrite.Group | d057ad03-b27b-49f7-8219-e0d4a706da55 | Update the names, descriptions, and settings of this team’s channels | Allows the app to update and read the names, descriptions, and settings of this team’s channels, without a signed-in user. |
| Chat.Manage.Chat | 4a14842e-6bb6-4088-b21a-7d0a24f835a6 | Manage this chat | Allows the app to manage the chat, the chat's members and grant access to the chat's data, without a signed-in user. |
| Chat.ManageDeletion.Chat | b827a2af-24b2-4f61-9eb3-8788e66a0d86 | Delete and recover deleted chat | Allows the app to delete and recover deleted chat, without a signed-in user. |
| ChatMember.Read.Chat | e854bbc6-07e3-45cc-af99-b6e78fab5b80 | Read this chat's members | Allows the app to read the members of this chat, without a signed-in user. |
@@ -7567,4 +7700,3 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
+ [Grant or revoke Microsoft Graph permissions programmatically](permissions-grant-via-msgraph.md)
[MSA]: images/permissions-reference/msa.svg "personal Microsoft accounts (MSA)"
-
From c488c409bdb5da3f079f16ccb6a5d4968c6a7c2b Mon Sep 17 00:00:00 2001
From: Microsoft Graph DevX Tooling
Date: Mon, 25 Nov 2024 06:05:04 +0000
Subject: [PATCH 096/130] Correct errors in permissions reference
---
concepts/permissions-reference.md | 55 ++++++++++++++++---------------
1 file changed, 28 insertions(+), 27 deletions(-)
diff --git a/concepts/permissions-reference.md b/concepts/permissions-reference.md
index 2fab5b8b5b1..0de1cec46c8 100644
--- a/concepts/permissions-reference.md
+++ b/concepts/permissions-reference.md
@@ -917,7 +917,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 284383ee-7f6e-4e40-a2a8-e85dcb029101 | - |
| DisplayText | Initiate outgoing 1 to 1 calls from the app | - |
-| Description | Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user. | - |
+| Description | Allows the app to place outbound calls to a single user and transfer calls to users in your organization's directory, without a signed-in user. | - |
| AdminConsentRequired | Yes | - |
---
@@ -1972,7 +1972,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 243333ab-4d21-40cb-a475-36241daa0842 | 44642bfe-8385-4adc-8fc6-fe3cb2c375c3 |
| DisplayText | Read and write Microsoft Intune devices | Read and write Microsoft Intune devices |
-| Description | Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner | Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner. |
+| Description | Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device's owner | Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device's owner. |
| AdminConsentRequired | Yes | Yes |
[!INCLUDE [DeviceManagementManagedDevices.ReadWrite.All](../includes/permissions-notes/devicemanagementmanageddevices.readwrite.all.md)]
@@ -2925,7 +2925,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | e321f0bb-e7f7-481e-bb28-e3b0b32d4bd0 | 43781733-b5a7-4d1b-98f4-e8edff23e1a9 |
| DisplayText | Read identity providers | Read identity providers |
-| Description | Allows the app to read your organization’s identity (authentication) providers’ properties without a signed in user. | Allows the app to read your organization’s identity (authentication) providers’ properties on behalf of the user. |
+| Description | Allows the app to read your organization's identity (authentication) providers' properties without a signed in user. | Allows the app to read your organization's identity (authentication) providers' properties on behalf of the user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -2936,7 +2936,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 90db2b9a-d928-4d33-a4dd-8442ae3d41e4 | f13ce604-1677-429f-90bd-8a10b9f01325 |
| DisplayText | Read and write identity providers | Read and write identity providers |
-| Description | Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user. | Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user. |
+| Description | Allows the app to read and write your organization's identity (authentication) providers' properties without a signed in user. | Allows the app to read and write your organization's identity (authentication) providers' properties on behalf of the user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -4443,8 +4443,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | b21b72f6-4e6a-4533-9112-47eea9f97b28 | d146432f-b803-4ed4-8d42-ba74193a6ede |
-| DisplayText | Read your organization’s identity protection policy | Read your organization’s identity protection policy |
-| Description | Allows the app to read your organization’s identity protection policy without a signed-in user. | Allows the app to read your organization’s identity protection policy on behalf of the signed-in user. |
+| DisplayText | Read your organization's identity protection policy | Read your organization's identity protection policy |
+| Description | Allows the app to read your organization's identity protection policy without a signed-in user. | Allows the app to read your organization's identity protection policy on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -4599,8 +4599,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | 2dcf8603-09eb-4078-b1ec-d30a1a76b873 | 7256e131-3efb-4323-9854-cf41c6021770 |
-| DisplayText | Read and write your organization’s identity protection policy | Read and write your organization’s identity protection policy |
-| Description | Allows the app to read and write your organization’s identity protection policy without a signed-in user. | Allows the app to read and write your organization’s identity protection policy on behalf of the signed-in user. |
+| DisplayText | Read and write your organization's identity protection policy | Read and write your organization's identity protection policy |
+| Description | Allows the app to read and write your organization's identity protection policy without a signed-in user. | Allows the app to read and write your organization's identity protection policy on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -5681,8 +5681,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | bf394140-e372-4bf9-a898-299cfc7564e5 | 64733abd-851e-478a-bffb-e47a14b18235 |
-| DisplayText | Read your organization’s security events | Read your organization’s security events |
-| Description | Allows the app to read your organization’s security events without a signed-in user. | Allows the app to read your organization’s security events on behalf of the signed-in user. |
+| DisplayText | Read your organization's security events | Read your organization's security events |
+| Description | Allows the app to read your organization's security events without a signed-in user. | Allows the app to read your organization's security events on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -5692,8 +5692,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | d903a879-88e0-4c09-b0c9-82f6a1333f84 | 6aedf524-7e1c-45a7-bd76-ded8cab8d0fc |
-| DisplayText | Read and update your organization’s security events | Read and update your organization’s security events |
-| Description | Allows the app to read your organization’s security events without a signed-in user. Also allows the app to update editable properties in security events. | Allows the app to read your organization’s security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user. |
+| DisplayText | Read and update your organization's security events | Read and update your organization's security events |
+| Description | Allows the app to read your organization's security events without a signed-in user. Also allows the app to update editable properties in security events. | Allows the app to read your organization's security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
---
@@ -6028,7 +6028,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | - | 258f6531-6087-4cc4-bb90-092c5fb3ed3f |
| DisplayText | - | Send emails from mailboxes using SMTP AUTH. |
-| Description | - | Allows the app to be able to send emails from the user’s mailbox using the SMTP AUTH client submission protocol. |
+| Description | - | Allows the app to be able to send emails from the user's mailbox using the SMTP AUTH client submission protocol. |
| AdminConsentRequired | - | No |
![personal Microsoft accounts][MSA] The *SMTP.Send* delegated permission is available for consent in personal Microsoft accounts.
@@ -6129,7 +6129,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | - | f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb |
| DisplayText | - | Read user's tasks and task lists |
-| Description | - | Allows the app to read the signed-in user’s tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything. |
+| Description | - | Allows the app to read the signed-in user's tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything. |
| AdminConsentRequired | - | No |
![personal Microsoft accounts][MSA] The *Tasks.Read* delegated permission is available for consent in personal Microsoft accounts.
@@ -6141,8 +6141,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | f10e1f91-74ed-437f-a6fd-d6ae88e26c1f | - |
-| DisplayText | Read all users’ tasks and tasklist | - |
-| Description | Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user. | - |
+| DisplayText | Read all users' tasks and tasklist | - |
+| Description | Allows the app to read all users' tasks and task lists in your organization, without a signed-in user. | - |
| AdminConsentRequired | Yes | - |
---
@@ -6163,7 +6163,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | - | 2219042f-cab5-40cc-b0d2-16b1540b4c5f |
-| DisplayText | - | Create, read, update, and delete user’s tasks and task lists |
+| DisplayText | - | Create, read, update, and delete user's tasks and task lists |
| Description | - | Allows the app to create, read, update, and delete the signed-in user's tasks and task lists, including any shared with the user. |
| AdminConsentRequired | - | No |
@@ -6176,8 +6176,8 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| Category | Application | Delegated |
|--|--|--|
| Identifier | 44e666d1-d276-445b-a5fc-8815eeb81d55 | - |
-| DisplayText | Read and write all users’ tasks and tasklists | - |
-| Description | Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user | - |
+| DisplayText | Read and write all users' tasks and tasklists | - |
+| Description | Allows the app to create, read, update and delete all users' tasks and task lists in your organization, without a signed-in user | - |
| AdminConsentRequired | Yes | - |
---
@@ -7387,7 +7387,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 38d9df27-64da-44fd-b7c5-a6fbac20248f | aec28ec7-4d02-4e8c-b864-50163aea77eb |
| DisplayText | Read all users' authentication methods | Read all users' authentication methods |
-| Description | Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| Description | Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
| AdminConsentRequired | Yes | Yes |
---
@@ -7409,7 +7409,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 50483e42-d915-4231-9639-7fdb7fd190e5 | b7887744-6746-4312-813d-72daeaee7e2d |
| DisplayText | Read and write all users' authentication methods | Read and write all users' authentication methods. |
-| Description | Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods | Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
+| Description | Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods | Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user's phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
| AdminConsentRequired | Yes | Yes |
---
@@ -7442,7 +7442,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | 4e774092-a092-48d1-90bd-baad67c7eb47 | 26e2f3e8-b2a1-47fc-9620-89bb5b042024 |
| DisplayText | Deliver and manage all user's notifications | Deliver and manage user's notifications |
-| Description | Allows the app to send, read, update and delete user’s notifications, without a signed-in user. | Allows the app to send, read, update and delete user’s notifications. |
+| Description | Allows the app to send, read, update and delete user's notifications, without a signed-in user. | Allows the app to send, read, update and delete user's notifications. |
| AdminConsentRequired | Yes | No |
---
@@ -7519,7 +7519,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | d4f67ec2-59b5-4bdc-b4af-d78f6f9c1954 | - |
| DisplayText | Read all virtual appointments for users, as authorized by online meetings application access policy | - |
-| Description | Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy. | - |
+| Description | Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user's data by the online meetings application access policy. | - |
| AdminConsentRequired | Yes | - |
---
@@ -7541,7 +7541,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
|--|--|--|
| Identifier | bf46a256-f47d-448f-ab78-f226fff08d40 | - |
| DisplayText | Read-write all virtual appointments for users, as authorized by online meetings app access policy | - |
-| Description | Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy. | - |
+| Description | Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user's data by the online meetings application access policy. | - |
| AdminConsentRequired | Yes | - |
---
@@ -7654,9 +7654,9 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
| ChannelMeetingTranscript.Read.Group | 37e59e88-1a46-482b-b623-0a4aa6abdf67 | Read the transcripts of all channel meetings associated with this team | Allows the app to read transcripts of all the channel meetings associated with this team, without a signed-in user. |
| ChannelMember.Read.Group | 7e3614f5-3467-419c-9c63-dd0bbd2a88f9 | Read the members of channels of a team | Read the members of channels of a team, without a signed-in user |
| ChannelMessage.Read.Group | 19103a54-c397-4bcd-be5a-ef111e0406fa | Read this team's channel messages | Allows the app to read this team's channel's messages, without a signed-in user. |
-| ChannelMessage.Send.Group | 3e38d437-815b-4368-9f19-e39dea9a6c7f | Send mesages to this team's channels | Allows the app to send messages to this team's channels, without a signed-in user. |
-| ChannelSettings.Read.Group | 0a7b3084-8d18-46f5-8aef-b5b829292c6f | Read the names, descriptions, and settings of this team’s channels | Allows the app to read this team's channel names, channel descriptions, and channel settings, without a signed-in user. |
-| ChannelSettings.ReadWrite.Group | d057ad03-b27b-49f7-8219-e0d4a706da55 | Update the names, descriptions, and settings of this team’s channels | Allows the app to update and read the names, descriptions, and settings of this team’s channels, without a signed-in user. |
+| ChannelMessage.Send.Group | 3e38d437-815b-4368-9f19-e39dea9a6c7f | Send messages to this team's channels | Allows the app to send messages to this team's channels, without a signed-in user. |
+| ChannelSettings.Read.Group | 0a7b3084-8d18-46f5-8aef-b5b829292c6f | Read the names, descriptions, and settings of this team's channels | Allows the app to read this team's channel names, channel descriptions, and channel settings, without a signed-in user. |
+| ChannelSettings.ReadWrite.Group | d057ad03-b27b-49f7-8219-e0d4a706da55 | Update the names, descriptions, and settings of this team's channels | Allows the app to update and read the names, descriptions, and settings of this team's channels, without a signed-in user. |
| Chat.Manage.Chat | 4a14842e-6bb6-4088-b21a-7d0a24f835a6 | Manage this chat | Allows the app to manage the chat, the chat's members and grant access to the chat's data, without a signed-in user. |
| Chat.ManageDeletion.Chat | b827a2af-24b2-4f61-9eb3-8788e66a0d86 | Delete and recover deleted chat | Allows the app to delete and recover deleted chat, without a signed-in user. |
| ChatMember.Read.Chat | e854bbc6-07e3-45cc-af99-b6e78fab5b80 | Read this chat's members | Allows the app to read the members of this chat, without a signed-in user. |
@@ -7700,3 +7700,4 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
+ [Grant or revoke Microsoft Graph permissions programmatically](permissions-grant-via-msgraph.md)
[MSA]: images/permissions-reference/msa.svg "personal Microsoft accounts (MSA)"
+
From e12d0b2eb642d74356e11b8ec7233f3a147fe41e Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 11:14:18 +0300
Subject: [PATCH 097/130] Update openidconnectprovider.md ms.date
---
api-reference/beta/resources/openidconnectprovider.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/openidconnectprovider.md b/api-reference/beta/resources/openidconnectprovider.md
index 42d5d729a23..e59f7bf952e 100644
--- a/api-reference/beta/resources/openidconnectprovider.md
+++ b/api-reference/beta/resources/openidconnectprovider.md
@@ -6,7 +6,7 @@ doc_type: resourcePageType
ms.subservice: "entra-sign-in"
author: "namkedia"
toc.title: OpenID Connect identity provider (deprecated)
-ms.date: 07/22/2024
+ms.date: 11/16/2024
---
# openIdConnectProvider resource type (deprecated)
From cef18bd132577a61a014b8a95da33feee5eacb81 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 13:07:07 +0300
Subject: [PATCH 098/130] Test MS Graph activity logs CRR
---
.openpublishing.publish.config.json | 4 ++--
concepts/microsoft-graph-activity-logs-overview.md | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json
index 14b97c730e4..a39750b0f73 100644
--- a/.openpublishing.publish.config.json
+++ b/.openpublishing.publish.config.json
@@ -102,8 +102,8 @@
"branch_mapping": {}
},
{
- "path_to_root": "api-reference/reusable-content",
- "url": "https://github.com/MicrosoftDocs/reusable-content",
+ "path_to_root": "reusable-content",
+ "url": "https://github.com/MicrosoftDocs/reusable-content/",
"branch": "main",
"branch_mapping": {}
}
diff --git a/concepts/microsoft-graph-activity-logs-overview.md b/concepts/microsoft-graph-activity-logs-overview.md
index 35500ce3fb3..c322f7dc586 100644
--- a/concepts/microsoft-graph-activity-logs-overview.md
+++ b/concepts/microsoft-graph-activity-logs-overview.md
@@ -7,7 +7,7 @@ ms.reviewer: krbash
ms.topic: concept-article
ms.localizationpriority: high
ms.subservice: non-product-specific
-ms.date: 10/30/2024
+ms.date: 11/25/2024
#customer intent: As an administrator, I want to learn how to track all API activities in my tenant so that I can have full visibility into tenant activities and monitor and investigate suspicious activities.
---
@@ -37,7 +37,9 @@ To access the Microsoft Graph activity logs, you need the following privileges.
## What data is available in the Microsoft Graph activity logs?
-For information about the available data relating to API requests for Microsoft Graph activity logs on the Logs Analytics interface, see [Azure Monitor Logs reference](/azure/azure-monitor/reference/tables/microsoftgraphactivitylogs).
+The following data relating to API requests is available for Microsoft Graph activity logs on the Logs Analytics interface.
+
+[!INCLUDE [microsoftgraphactivitylogs](~/../reusable-content/ce-skilling/azure/includes/azure-monitor/reference/tables/microsoftgraphactivitylogs-include.md)]
## Common use cases for Microsoft Graph activity logs
From c2b5b7edbbd6d7e536bbf5972b2a051e9f23a049 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 13:53:01 +0300
Subject: [PATCH 099/130] Change CRR link
---
api-reference/beta/api/domain-post-federationconfiguration.md | 2 +-
api-reference/beta/api/internaldomainfederation-update.md | 2 +-
api-reference/beta/resources/internaldomainfederation.md | 2 +-
api-reference/v1.0/api/domain-post-federationconfiguration.md | 2 +-
api-reference/v1.0/api/internaldomainfederation-update.md | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/api-reference/beta/api/domain-post-federationconfiguration.md b/api-reference/beta/api/domain-post-federationconfiguration.md
index a5bc90ad8cd..1a9b5a862cf 100644
--- a/api-reference/beta/api/domain-post-federationconfiguration.md
+++ b/api-reference/beta/api/domain-post-federationconfiguration.md
@@ -66,7 +66,7 @@ You can specify the following properties when creating an **internalDomainFedera
|signOutUri|String|URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the **LogOffUri** property of the [Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet](/powershell/module/msonline/set-msoldomainfederationsettings).|
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
diff --git a/api-reference/beta/api/internaldomainfederation-update.md b/api-reference/beta/api/internaldomainfederation-update.md
index 63868257f3a..17d0dbcf867 100644
--- a/api-reference/beta/api/internaldomainfederation-update.md
+++ b/api-reference/beta/api/internaldomainfederation-update.md
@@ -65,7 +65,7 @@ PATCH /domains/{domainsId}/federationConfiguration/{internalDomainFederationId}
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
|signOutUri|String|URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the **LogOffUri** property of the [Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet](/powershell/module/msonline/set-msoldomainfederationsettings).|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
diff --git a/api-reference/beta/resources/internaldomainfederation.md b/api-reference/beta/resources/internaldomainfederation.md
index 3115a90a684..6ea32e1b396 100644
--- a/api-reference/beta/resources/internaldomainfederation.md
+++ b/api-reference/beta/resources/internaldomainfederation.md
@@ -47,7 +47,7 @@ Inherits from [samlOrWsFedProvider](../resources/samlorwsfedprovider.md).
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
|signOutUri|String|URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the **LogOffUri** property of the [Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet](/powershell/module/msonline/set-msoldomainfederationsettings).|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
diff --git a/api-reference/v1.0/api/domain-post-federationconfiguration.md b/api-reference/v1.0/api/domain-post-federationconfiguration.md
index 4d3af78ae12..1ee69f3ad7e 100644
--- a/api-reference/v1.0/api/domain-post-federationconfiguration.md
+++ b/api-reference/v1.0/api/domain-post-federationconfiguration.md
@@ -64,7 +64,7 @@ You can specify the following properties when creating an **internalDomainFedera
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
|federatedIdpMfaBehavior|federatedIdpMfaBehavior|Determines whether Microsoft Entra ID accepts the MFA performed by the federated IdP when a federated user accesses an application that is governed by a conditional access policy that requires MFA. The possible values are: `acceptIfMfaDoneByFederatedIdp`, `enforceMfaByFederatedIdp`, `rejectMfaByFederatedIdp`, `unknownFutureValue`. For more information, see [federatedIdpMfaBehavior values](#federatedidpmfabehavior-values).|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
diff --git a/api-reference/v1.0/api/internaldomainfederation-update.md b/api-reference/v1.0/api/internaldomainfederation-update.md
index 147285908d0..9ade2e97e3d 100644
--- a/api-reference/v1.0/api/internaldomainfederation-update.md
+++ b/api-reference/v1.0/api/internaldomainfederation-update.md
@@ -63,7 +63,7 @@ PATCH /domains/{domainsId}/federationConfiguration/{internalDomainFederationId}
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
|signOutUri|String|URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the **LogOffUri** property of the [Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet](/powershell/module/msonline/set-msoldomainfederationsettings).|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
From 193bb2cc67f26466c18ee73841845200cfd0a821 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 13:57:49 +0300
Subject: [PATCH 100/130] Change CRR link
---
api-reference/v1.0/resources/internaldomainfederation.md | 2 +-
concepts/auth-cloudsolutionprovider.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/v1.0/resources/internaldomainfederation.md b/api-reference/v1.0/resources/internaldomainfederation.md
index d88f4464012..23cd25a5644 100644
--- a/api-reference/v1.0/resources/internaldomainfederation.md
+++ b/api-reference/v1.0/resources/internaldomainfederation.md
@@ -45,7 +45,7 @@ Inherits from [samlOrWsFedProvider](../resources/samlorwsfedprovider.md).
|signingCertificateUpdateStatus|[signingCertificateUpdateStatus](../resources/signingcertificateupdatestatus.md)|Provides status and timestamp of the last update of the signing certificate.|
|signOutUri|String|URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the **LogOffUri** property of the [Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet](/powershell/module/msonline/set-msoldomainfederationsettings).|
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
### federatedIdpMfaBehavior values
diff --git a/concepts/auth-cloudsolutionprovider.md b/concepts/auth-cloudsolutionprovider.md
index d6a2ac766a3..19c9fde9a9c 100644
--- a/concepts/auth-cloudsolutionprovider.md
+++ b/concepts/auth-cloudsolutionprovider.md
@@ -41,7 +41,7 @@ The initial steps required here follow most of the same steps used to register a
Finally grant your partner-managed app those configured permissions for all your customers. You can do this by adding the **servicePrincipal** that represents the app to the *Adminagents* group in your Partner tenant, using [Azure AD PowerShell V2](https://www.powershellgallery.com/packages/AzureAD) or [Microsoft Graph PowerShell](/powershell/microsoftgraph/installation). Follow these steps to find the *Adminagents* group, the **servicePrincipal** and add it to the group.
-[!INCLUDE [Azure AD PowerShell deprecation note](~/../api-reference/reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
+[!INCLUDE [Azure AD PowerShell deprecation note](~/../reusable-content/msgraph-powershell/includes/aad-powershell-deprecation-note.md)]
# [Azure AD PowerShell](#tab/azuread)
From 937ce831454ca6f1aed7b7bfaef152056c3787a2 Mon Sep 17 00:00:00 2001
From: "Zachary Allison (from Dev Box)"
Date: Mon, 25 Nov 2024 08:47:44 -0500
Subject: [PATCH 101/130] Add missing resource file
---
.../appmanagementpolicyactorexemptions.md | 38 +++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 api-reference/beta/resources/appmanagementpolicyactorexemptions.md
diff --git a/api-reference/beta/resources/appmanagementpolicyactorexemptions.md b/api-reference/beta/resources/appmanagementpolicyactorexemptions.md
new file mode 100644
index 00000000000..0b8f0207fde
--- /dev/null
+++ b/api-reference/beta/resources/appmanagementpolicyactorexemptions.md
@@ -0,0 +1,38 @@
+---
+title: "appManagementPolicyActorExemptions resource type"
+description: "Represents a collection of exemptions from the enforcement of identifierUri restrictions on an app management policy."
+author: "yogesh-randhawa"
+ms.localizationpriority: medium
+ms.subservice: "entra-sign-in"
+doc_type: resourcePageType
+ms.date: 11/17/2024
+---
+
+# appManagementPolicyActorExemptions resource type
+
+Namespace: microsoft.graph
+
+[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
+
+Represents a collection of exemptions from the enforcement of [identifierUri restrictions](../resources/identifierurirestriction.md) on an app management policy.
+
+## Properties
+None.
+
+## Relationships
+|Relationship|Type|Description|
+|:---|:---|:---|
+|customSecurityAttributes|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) collection| The collection of [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) to exempt from the policy enforcement. Limit of 5. |
+
+## JSON representation
+The following JSON representation shows the resource type.
+
+``` json
+{
+ "@odata.type": "#microsoft.graph.appManagementPolicyActorExemptions"
+}
+```
\ No newline at end of file
From 5ebd76092818c56392daf9e9cf2ef9c6ca79dbee Mon Sep 17 00:00:00 2001
From: zallison22
Date: Mon, 25 Nov 2024 08:48:37 -0500
Subject: [PATCH 102/130] Rename customSecurityAttributeExemption.md to
customsecurityattributeexemption.md
Normalize file name
---
...yAttributeExemption.md => customsecurityattributeexemption.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename api-reference/beta/resources/{customSecurityAttributeExemption.md => customsecurityattributeexemption.md} (100%)
diff --git a/api-reference/beta/resources/customSecurityAttributeExemption.md b/api-reference/beta/resources/customsecurityattributeexemption.md
similarity index 100%
rename from api-reference/beta/resources/customSecurityAttributeExemption.md
rename to api-reference/beta/resources/customsecurityattributeexemption.md
From 92754d812b0311c4164d85a4d9e37916f0739770 Mon Sep 17 00:00:00 2001
From: zallison22
Date: Mon, 25 Nov 2024 08:49:20 -0500
Subject: [PATCH 103/130] Rename customSecurityAttributeStringValueExemption.md
to customsecurityattributestringvalueexemption.md
Normalize file name
---
...xemption.md => customsecurityattributestringvalueexemption.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename api-reference/beta/resources/{customSecurityAttributeStringValueExemption.md => customsecurityattributestringvalueexemption.md} (100%)
diff --git a/api-reference/beta/resources/customSecurityAttributeStringValueExemption.md b/api-reference/beta/resources/customsecurityattributestringvalueexemption.md
similarity index 100%
rename from api-reference/beta/resources/customSecurityAttributeStringValueExemption.md
rename to api-reference/beta/resources/customsecurityattributestringvalueexemption.md
From 72323cee48658c5fd87b7a45af7315aa1aefc16b Mon Sep 17 00:00:00 2001
From: Ortagus Winfrey <85191667+OWinfreyATL@users.noreply.github.com>
Date: Mon, 25 Nov 2024 12:49:38 -0500
Subject: [PATCH 104/130] Missed Rbac for Entitlement management links added.
---
.../beta/api/accesspackageassignmentresourcerole-get.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/api-reference/beta/api/accesspackageassignmentresourcerole-get.md b/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
index f3bcacd7f93..7bd4fcf8cca 100644
--- a/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
+++ b/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
@@ -24,6 +24,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
[!INCLUDE [permissions-table](../includes/permissions/accesspackageassignmentresourcerole-get-permissions.md)]
+[!INCLUDE [rbac-entitlement-catalog-reader](../includes/rbac-for-apis/rbac-entitlement-management-catalog-reader-apis-read.md)]
+
## HTTP request
From bd25976644a85cc61ea807e144e85877bf6190bc Mon Sep 17 00:00:00 2001
From: Ortagus Winfrey <85191667+OWinfreyATL@users.noreply.github.com>
Date: Mon, 25 Nov 2024 12:54:35 -0500
Subject: [PATCH 105/130] updates
---
...ementmanagement-list-accesspackageassignmentresourceroles.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/api-reference/beta/api/entitlementmanagement-list-accesspackageassignmentresourceroles.md b/api-reference/beta/api/entitlementmanagement-list-accesspackageassignmentresourceroles.md
index 7f95c8a3a55..1c2ee675a82 100644
--- a/api-reference/beta/api/entitlementmanagement-list-accesspackageassignmentresourceroles.md
+++ b/api-reference/beta/api/entitlementmanagement-list-accesspackageassignmentresourceroles.md
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
[!INCLUDE [permissions-table](../includes/permissions/entitlementmanagement-list-accesspackageassignmentresourceroles-permissions.md)]
+[!INCLUDE [rbac-entitlement-catalog-reader](../includes/rbac-for-apis/rbac-entitlement-management-catalog-reader-apis-read.md)]
+
## HTTP request
From 3bcc6279c1e376b1e0086a7c695c1cab972153d0 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 21:00:47 +0300
Subject: [PATCH 106/130] Update customsecurityattributeexemption.md - add
abstract base type vs derived type relationship
---
.../beta/resources/customsecurityattributeexemption.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/customsecurityattributeexemption.md b/api-reference/beta/resources/customsecurityattributeexemption.md
index b25ec57ee2d..08a63929788 100644
--- a/api-reference/beta/resources/customsecurityattributeexemption.md
+++ b/api-reference/beta/resources/customsecurityattributeexemption.md
@@ -15,7 +15,7 @@ Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
-This is an abstract type.
+This resource is an abstract type from which the [customSecurityAttributeStringValueExemption](../resources/customSecurityAttributeStringValueExemption.md) derives.
Inherits from [entity](../resources/entity.md).
From 67574df62560dd7807e16682afe90bfbc6646ea3 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Mon, 25 Nov 2024 21:02:07 +0300
Subject: [PATCH 107/130] Update customsecurityattributeexemption.md
---
.../beta/resources/customsecurityattributeexemption.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/customsecurityattributeexemption.md b/api-reference/beta/resources/customsecurityattributeexemption.md
index 08a63929788..d73acc043b6 100644
--- a/api-reference/beta/resources/customsecurityattributeexemption.md
+++ b/api-reference/beta/resources/customsecurityattributeexemption.md
@@ -20,8 +20,11 @@ This resource is an abstract type from which the [customSecurityAttributeStringV
Inherits from [entity](../resources/entity.md).
-
+```http
+POST https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentRequests
+Content-type: application/json
+
+{
+ "assignment": {
+ "accessPackageId": "5b98f958-0dea-4a5b-836e-109dccbd530c",
+ "schedule": {
+ "startDateTime": null,
+ "stopDateTime": null
+ },
+ "assignmentPolicyId": "c5f7847f-83a8-4315-a754-d94a6f39b875",
+ "target": {
+ "displayName": "Idris Ibrahim",
+ "email": "IdrisIbrahim@woodgrovebank.com",
+ "objectId": "21aceaba-fe13-4e3b-aa8c-4c588d5e7387",
+ "subjectType": "user"
+ }
+ },
+ "justification": "Access for direct employee",
+ "requestType": "UserAdd",
+ "answers": []
+}
+```
+
+#### Response
+
+The following example shows the response.
+
+> **Note:** The response object shown here might be shortened for readability. All the properties are returned from an actual call.
+
+
+
+```http
+HTTP/1.1 201 Created
+Content-type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#identityGovernance/entitlementManagement/assignmentRequests/$entity",
+ "id": "445a3118-6bf2-4a19-94ad-5660295963fd",
+ "requestType": "userAdd",
+ "state": "submitted",
+ "status": "Accepted",
+ "createdDateTime": null,
+ "completedDateTime": null,
+ "schedule": {
+ "startDateTime": null,
+ "recurrence": null,
+ "expiration": {
+ "endDateTime": null,
+ "duration": null,
+ "type": "notSpecified"
+ }
+ },
+ "answers": [],
+ "customExtensionCalloutInstances": []
+}
+```
From c02347a4599e7b5d320f2648fadd40241aaa4eb8 Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:12:51 -0800
Subject: [PATCH 114/130] Edits.
---
...ations-virtual-events-townhall-usecases.md | 32 +++++++++++--------
1 file changed, 18 insertions(+), 14 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index e4a9e94b1b5..1648de2a1b6 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -1,22 +1,23 @@
---
-title: "Virtual events town hall use cases"
-description: "List of use cases that can be enabled using virtual events town hall APIs"
+title: "Use cases for virtual events town hall Microsoft Graph APIs"
+description: "Get a list of use cases that can be enabled via Microsoft Graph virtual events town hall APIs."
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
# Virtual events town hall API overview
+
Microsoft Graph virtual events town hall APIs allow you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
-To make the best use of the Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
+For you to make the best use of the Microsoft Graph virtual events town hall APIs, it’s helpful to understand the personas for the users who access the Teams town hall experience:
- **Organizers** are employees (in your organization) who manage the town hall. They're the authority on when town halls take place and who participates. They configure town hall details such as title, theme, attendee experience, and email rules.
- **Presenters** are employees (in your organization) or guests who lead the town hall.
- **Attendees** are either employees (in your organization) or guests who join the town hall and are either invited via email or the link to the town hall event is shared with them.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-The following resource types can be used to build your town hall solution:
+You can use the following resource types to build your town hall solution:
- [virtualEventTownhall](/graph/api/resources/virtualeventtownhall) – Used to create, get, update, publish, and cancel a Teams town hall.
- [virtualEventPresenter](/graph/api/resources/virtualeventpresenter) – Used to create, get, list, update, and delete a presenter for a Teams town hall.
- [virtualEventSession](/graph/api/resources/virtualeventsession) – A town hall created via Microsoft Graph APIs has one session that inherits the properties of online meetings.
@@ -27,21 +28,24 @@ The following table lists some solutions you can build by using the Teams client
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams town hall.|
-| [Data Sync](#data-sync) | Pull Teams town hall data in a custom application. |
-| [Email communication](#email-communication)| Use your own email infrastructure to send out town hall-related notification emails. |
+| [Data sync](#data-sync) | Pull Teams town hall data in a custom application. |
+| [Email communication](#email-communication)| Use your own email infrastructure to send town hall-related notification emails. |
> [!NOTE]
->To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts).
+> To build any Microsoft Graph solutions, you need to register and give the right permissions to your application. For more information, see [Authentication and authorization basics](/graph/auth/auth-concepts).
### Create/update/cancel
-- Use the [CREATE townhall API](/graph/api/virtualeventsroot-post-townhalls) to create a draft of the event, followed by the [PUBLISH townhall API](/graph/api/virtualeventtownhall-publish) to complete the creation and make it visible to its audience.
+
+- Use the [Create townhall API](/graph/api/virtualeventsroot-post-townhalls) to create a draft of the event, followed by the [Publish townhall API](/graph/api/virtualeventtownhall-publish) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish, and cancel town halls which is why the CREATE townhall API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. So use the [UPDATE townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the co-organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel town halls. The create townhall API only supports delegated permissions on behalf of the organizer.
+- Like in Teams, co-organizers can update town halls. To update a town hall, use the [Update townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the co-organizer.
-### Data Sync
-- Use the [GET townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls) with the granularity of where the user is an organizer or co-organizer -- supported in [delegated](/graph/api/virtualeventtownhall-getbyuserrole) and [application](/graph/api/virtualeventtownhall-getbyuseridandrole) permissions. These APIs are currently only available in Beta.
+### Data sync
+
+- Use the [Get townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
+- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls), including the town halls for which the user is an organizer or co-organizer. This scenario is supported for [delegated](/graph/api/virtualeventtownhall-getbyuserrole) and [application](/graph/api/virtualeventtownhall-getbyuseridandrole) permissions. Note that these APIs are currently only available in the beta endpoint.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the town hall](/graph/api/virtualeventsroot-post-townhalls). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails are still sent to organizers, co-organizers, and presenters (internal and external).
+
+You can turn off email communications to attendees when you [create the town hall](/graph/api/virtualeventsroot-post-townhalls). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`.Note that emails are still sent to organizers, co-organizers, and presenters (internal and external).
From 907e64529772608ecb3f8497c0f86e0e700f7d40 Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:15:41 -0800
Subject: [PATCH 115/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 1648de2a1b6..9e667f905d6 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
-# Virtual events town hall API overview
+# Virtual events town hall API use cases
Microsoft Graph virtual events town hall APIs allow you to get Teams town hall data and programmatically create, update, and cancel a Teams town hall.
From 580d5cd85836151c2bd0bd9089d54171f1fa731c Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:28:45 -0800
Subject: [PATCH 116/130] Edits.
---
...cations-virtual-events-webinar-usecases.md | 41 +++++++++++--------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index 8fc4bb00d27..cc1409e2c8c 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -1,15 +1,16 @@
---
-title: "Virtual events webinar use cases"
+title: "Use cases for virtual events webinar APIs in Microsoft Graph"
description: "List of use cases that can be enabled using virtual events webinar APIs"
author: "awang119"
ms.localizationpriority: medium
ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
-# Virtual events webinar API overview
+# Virtual events webinar API use cases
+
Microsoft Graph virtual events webinar APIs allow you to get Teams webinar data and programmatically create, update, and cancel a Teams webinar.
-To make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
+For you to make the best use of the Graph virtual events webinar APIs, it’s helpful to understand the personas for the users who access the Teams webinar experience:
- **Organizers** are employees (in your organization) who manage the webinar. They're the authority on schedule and participants. They configure webinar attributes such as title, theme, attendee experience, and email rules.
- **Presenters** are employees (in your organization) or guests who lead the webinar.
@@ -17,7 +18,7 @@ To make the best use of the Graph virtual events webinar APIs, it’s helpful to
- **Attendees** are registrants who joined the webinar. They need to register through a portal and answer registration questions.
- **Teams tenant administrator** must authorize custom applications with appropriate permissions.
-The following resource types can be used to build your webinar solution:
+You can use the following resource types to build your webinar solution:
- [virtualEventWebinar](/graph/api/resources/virtualeventwebinar) – Used to create, get, update, publish, cancel, and list Teams webinars.
- [virtualEventRegistration](/graph/api/resources/virtualeventregistration) – Used to create, get, cancel, and list registration records of registrants of a webinar. Provides the unique Teams webinar join URL for the registered registrant.
- [virtualEventRegistrationQuestion](/graph/api/resources/virtualeventregistrationquestionbase) – Used to create, list, and delete either custom registration questions or predefined registration questions for registrants to answer when they register for a webinar.
@@ -35,32 +36,36 @@ The following table lists some solutions you can build by using the Teams client
| Solutions | Description |
| ------------- | ------------- |
| [Create/update/cancel](#createupdatecancel) | Programmatically create, update, and cancel Teams webinars.|
-| [Data Sync](#data-sync) | Pull Teams webinar data in a custom application (like attendees, registration questions, attendance report, and more). |
+| [Data sync](#data-sync) | Pull Teams webinar data in a custom application (like attendees, registration questions, attendance report, and more). |
| [Registration](#registration) | Host your own registration portal experience for a Teams webinar and sync the registration data to the Teams client. |
| [Email communication](#email-communication)| Use your own email infrastructure to send out webinar-related notification emails. |
> [!NOTE]
->To build any Graph solutions, follow this guide on [how to register and give the right permissions to your application](/graph/auth/auth-concepts).
+> To build any Microsoft Graph solutions, you need to register and give the right permissions to your application. For more information, see [Authentication and authorization basics](/graph/auth/auth-concepts).
### Create/update/cancel
-- Use the [CREATE webinar API](/graph/api/virtualeventsroot-post-webinars) to create a draft of the event, followed by the [PUBLISH webinar API](/graph/api/virtualeventwebinar-publish) to complete the creation and make it visible to its audience.
+
+- Use the [Create webinar API](/graph/api/virtualeventsroot-post-webinars) to create a draft of the event, followed by the [Publish webinar API](/graph/api/virtualeventwebinar-publish) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- - Just like in Teams, only the organizer can create, publish, and cancel webinar events which is why Create webinar API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. So use the [UPDATE webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the co-organizer.
+ - Just like in Teams, only the organizer can create, publish, and cancel webinar events. The create webinar API only supports delegated permissions on behalf of the organizer.
+- Like in Teams, co-organizers can update webinars. To update webinars, use the [Update webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the co-organizer.
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
-### Data Sync
+### Data sync
+
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
-- To get attendance report data for a webinar, use [LIST attendance records](/graph/api/attendancerecord-list) or [GET attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- - To get attendance information of a webinar attendee, after doing the above, map the `Id` property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the `registrationId` property in [attendance record](/graph/api/resources/attendancerecord) (currently only available in Beta).
+- To get attendance report data for a webinar, use [List attendance records](/graph/api/attendancerecord-list) or [Get attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
+ - To get attendance information of a webinar attendee, after a list or get request, map the **Id** property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the **registrationId** property in [attendance record](/graph/api/resources/attendancerecord) (currently only available in the beta endpoint).
- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
-- To get the Teams webinar registration portal URL for your webinar, use [GET webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
+- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
-### Registration
-- Use [CREATE registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+### Registration
+
+- Use [Create registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
- [CREATE registration questions](/graph/api/virtualeventregistrationconfiguration-post-questions) (predefined or custom) attendees have to answer required questions during registration.
-- After the registrant registers for the webinar, use [LIST sessions](/graph/api/virtualeventregistration-list-sessions) to get the unique `joinWebURL` for the webinar.
+- After the registrant registers for the webinar, use [List sessions](/graph/api/virtualeventregistration-list-sessions) to get the unique `joinWebURL` for the webinar.
### Email communication
-- To turn off email communications to attendees, it needs to be done when [creating the webinar](/graph/api/virtualeventsroot-post-webinars). In the `settings` property, set `isAttendeeEmailNotificationEnabled` to `false`. However, emails still send to organizers, co-organizers, and presenters (internal and external).
-- Can subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
+
+- You can turn off email communications to attendees when you [create the webinar](/graph/api/virtualeventsroot-post-webinars). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`. Note that emails are still send to organizers, co-organizers, and presenters (internal and external).
+- You can subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
From b4ef5a0e2066e874dfeaa358bfd43f35c16e537d Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:29:06 -0800
Subject: [PATCH 117/130] Update
cloud-communications-virtual-events-townhall-usecases.md
---
.../cloud-communications-virtual-events-townhall-usecases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 9e667f905d6..2fafaf50329 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -48,4 +48,4 @@ The following table lists some solutions you can build by using the Teams client
### Email communication
-You can turn off email communications to attendees when you [create the town hall](/graph/api/virtualeventsroot-post-townhalls). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`.Note that emails are still sent to organizers, co-organizers, and presenters (internal and external).
+You can turn off email communications to attendees when you [create the town hall](/graph/api/virtualeventsroot-post-townhalls). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`. Note that emails are still sent to organizers, co-organizers, and presenters (internal and external).
From db775e576a8524487bf9782211f84c4e11fbe0d1 Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:31:29 -0800
Subject: [PATCH 118/130] Update
cloud-communications-virtual-events-overview.md
---
concepts/cloud-communications-virtual-events-overview.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-overview.md b/concepts/cloud-communications-virtual-events-overview.md
index d0b7d6514ba..18d56de4ccb 100644
--- a/concepts/cloud-communications-virtual-events-overview.md
+++ b/concepts/cloud-communications-virtual-events-overview.md
@@ -7,7 +7,7 @@ ms.subservice: "cloud-communications"
ms.date: 11/18/2024
---
-# Choose the right Teams meeting type and Microsoft Graph APIs
+# Choose the right Teams meeting type
Microsoft Teams and Microsoft Graph support multiple types of scheduled real-time voice and video experiences, ranging from ad hoc meetings that are suitable for a few participants to large, structured virtual events like webinars and town halls with thousands of attendees.
@@ -20,7 +20,7 @@ Use the following table to choose the right meeting type and Microsoft Graph API
| [Town hall](https://support.microsoft.com/office/get-started-with-town-hall-in-microsoft-teams-33baf0c6-0283-4c15-9617-3013e8d4804f)| [virtualEventTownhall](/graph/api/resources/virtualeventtownhall)
[virtualEventSession](/graph/api/resources/virtualeventsession)
[virtualEventPresenter](/graph/api/resources/virtualeventpresenter) |- Automatic streaming event for a limited number of presenters to a large group of attendees, capping at 10,000 or 20,000 participants (with Teams Premium).
- Attendees cannot register for the event. They need to be invited. Attendees use the Q&A feature to engage with presenters and organizers instead of directly interacting via chat or audio.
|
-To learn more about the differences between each meeting type to help you choose the one that is best suited for your use case, see the [feature comparison chart](/microsoftteams/meeting-webinar-town-hall-feature-comparison).
+To learn more about the differences between each meeting type to choose the one that is best suited for your use case, see the [feature comparison chart](/microsoftteams/meeting-webinar-town-hall-feature-comparison).
## Related content
From 86e0441f7527799c479fc91ba0598d6d3f76355e Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:35:15 -0800
Subject: [PATCH 119/130] Acrolinx.
---
...oud-communications-virtual-events-townhall-usecases.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-townhall-usecases.md b/concepts/cloud-communications-virtual-events-townhall-usecases.md
index 2fafaf50329..77cda20f9fb 100644
--- a/concepts/cloud-communications-virtual-events-townhall-usecases.md
+++ b/concepts/cloud-communications-virtual-events-townhall-usecases.md
@@ -39,13 +39,13 @@ The following table lists some solutions you can build by using the Teams client
- Use the [Create townhall API](/graph/api/virtualeventsroot-post-townhalls) to create a draft of the event, followed by the [Publish townhall API](/graph/api/virtualeventtownhall-publish) to complete the creation and make it visible to its audience.
- The town hall created via Microsoft Graph APIs is a Teams town hall event that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel town halls. The create townhall API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update town halls. To update a town hall, use the [Update townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the co-organizer.
+- Like in Teams, coorganizers can update town halls. To update a town hall, use the [Update townhall API](/graph/api/virtualeventtownhall-update) with delegated permissions on behalf of the coorganizer.
### Data sync
-- Use the [Get townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the co-organizers.
-- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls), including the town halls for which the user is an organizer or co-organizer. This scenario is supported for [delegated](/graph/api/virtualeventtownhall-getbyuserrole) and [application](/graph/api/virtualeventtownhall-getbyuseridandrole) permissions. Note that these APIs are currently only available in the beta endpoint.
+- Use the [Get townhall API](/graph/api/virtualeventtownhall-get) to pull data regarding a specific town hall, such as who is invited, who created the town hall, and who are the coorganizers.
+- [List all the town halls in a tenant](/graph/api/virtualeventsroot-list-townhalls), including the town halls for which the user is an organizer or coorganizer. This scenario is supported for [delegated](/graph/api/virtualeventtownhall-getbyuserrole) and [application](/graph/api/virtualeventtownhall-getbyuseridandrole) permissions. These APIs are currently only available in the beta endpoint.
### Email communication
-You can turn off email communications to attendees when you [create the town hall](/graph/api/virtualeventsroot-post-townhalls). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`. Note that emails are still sent to organizers, co-organizers, and presenters (internal and external).
+You can turn off email communications to attendees when you [create the town hall](/graph/api/virtualeventsroot-post-townhalls). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`.Emails are still sent to organizers, coorganizers, and presenters (internal and external).
From d545eb0f8f6c5d7792f685c500af0eea50287c9a Mon Sep 17 00:00:00 2001
From: Laura Graham
Date: Mon, 25 Nov 2024 13:36:15 -0800
Subject: [PATCH 120/130] Acrolinx.
---
...loud-communications-virtual-events-webinar-usecases.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/concepts/cloud-communications-virtual-events-webinar-usecases.md b/concepts/cloud-communications-virtual-events-webinar-usecases.md
index cc1409e2c8c..0f63954ebef 100644
--- a/concepts/cloud-communications-virtual-events-webinar-usecases.md
+++ b/concepts/cloud-communications-virtual-events-webinar-usecases.md
@@ -48,7 +48,7 @@ The following table lists some solutions you can build by using the Teams client
- Use the [Create webinar API](/graph/api/virtualeventsroot-post-webinars) to create a draft of the event, followed by the [Publish webinar API](/graph/api/virtualeventwebinar-publish) to complete the creation and make it visible to its audience.
- The webinar created via Microsoft Graph APIs is a Teams webinar that’s visible and editable in the Teams client.
- Just like in Teams, only the organizer can create, publish, and cancel webinar events. The create webinar API only supports delegated permissions on behalf of the organizer.
-- Like in Teams, co-organizers can update webinars. To update webinars, use the [Update webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the co-organizer.
+- Like in Teams, coorganizers can update webinars. To update webinars, use the [Update webinar API](/graph/api/virtualeventwebinar-update) with delegated permissions on behalf of the coorganizer.
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
### Data sync
@@ -56,16 +56,16 @@ The following table lists some solutions you can build by using the Teams client
- Subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to get updates about any changes made to the webinar.
- To get attendance report data for a webinar, use [List attendance records](/graph/api/attendancerecord-list) or [Get attendance record with a query option](/graph/api/meetingattendancereport-get#example-2-get-the-attendance-report-for-a-webinar-session-by-id).
- To get attendance information of a webinar attendee, after a list or get request, map the **Id** property in [virtual event registration](/graph/api/resources/virtualeventregistration) to the **registrationId** property in [attendance record](/graph/api/resources/attendancerecord) (currently only available in the beta endpoint).
-- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or co-organizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
+- Get data for [a specific webinar](/graph/api/virtualeventwebinar-get), [list all the webinar in a tenant](/graph/api/virtualeventsroot-list-webinars), list webinars where the [user is an organizer or coorganizer](/graph/api/virtualeventwebinar-getbyuserrole), list webinars where the [specified user is either the organizer or coorganizer](/graph/api/virtualeventwebinar-getbyuseridandrole).
- To get the Teams webinar registration portal URL for your webinar, use [Get webinar registration configuration](/graph/api/virtualeventwebinarregistrationconfiguration-get).
### Registration
-- Use [Create registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, co-organizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
+- Use [Create registration](/graph/api/virtualeventwebinar-post-registrations) to programmatically register users to your webinar. Organizers, coorganizers, and presenters don’t need to register. Whether or not registrants have Microsoft Entra accounts affects the permissions you need to call the API.
- [CREATE registration questions](/graph/api/virtualeventregistrationconfiguration-post-questions) (predefined or custom) attendees have to answer required questions during registration.
- After the registrant registers for the webinar, use [List sessions](/graph/api/virtualeventregistration-list-sessions) to get the unique `joinWebURL` for the webinar.
### Email communication
-- You can turn off email communications to attendees when you [create the webinar](/graph/api/virtualeventsroot-post-webinars). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`. Note that emails are still send to organizers, co-organizers, and presenters (internal and external).
+- You can turn off email communications to attendees when you [create the webinar](/graph/api/virtualeventsroot-post-webinars). In the **settings** property, set `isAttendeeEmailNotificationEnabled` to `false`. Emails are still send to organizers, coorganizers, and presenters (internal and external).
- You can subscribe to [change notifications](/graph/changenotifications-for-virtualevent#subscribable-virtual-events) to build your own customized email communication system.
From 706c53ab85fe80a204817aa0ee63581d061e9be7 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Tue, 26 Nov 2024 11:52:47 +0300
Subject: [PATCH 121/130] Update accesspackageassignmentresourcerole-get.md -
add ms.date
---
.../beta/api/accesspackageassignmentresourcerole-get.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/api-reference/beta/api/accesspackageassignmentresourcerole-get.md b/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
index 7bd4fcf8cca..feb38205227 100644
--- a/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
+++ b/api-reference/beta/api/accesspackageassignmentresourcerole-get.md
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
author: "markwahl-msft"
ms.subservice: "entra-id-governance"
doc_type: "apiPageType"
+ms.date: 04/05/2024
---
# Get accessPackageAssignmentResourceRole
From 39c3aab335a5dfb4def05fa0efe28a1725d11bf8 Mon Sep 17 00:00:00 2001
From: Microsoft Graph DevX Tooling
Date: Tue, 26 Nov 2024 09:49:59 +0000
Subject: [PATCH 122/130] Update generated files with build 172206
---
.../api/certificateauthoritydetail-get.md | 1 -
.../api/certificateauthoritydetail-update.md | 1 -
...edauthpki-delete-certificateauthorities.md | 1 -
.../beta/api/certificatebasedauthpki-get.md | 1 -
...asedauthpki-list-certificateauthorities.md | 1 -
...asedauthpki-post-certificateauthorities.md | 1 -
.../api/certificatebasedauthpki-update.md | 1 -
.../api/certificatebasedauthpki-upload.md | 1 -
...dentitycontainer-list-identityproviders.md | 32 +++---
...dentitycontainer-post-identityproviders.md | 16 +--
.../beta/api/identityproviderbase-update.md | 24 ++---
...lete-certificatebasedauthconfigurations.md | 1 -
...list-certificatebasedauthconfigurations.md | 1 -
...post-certificatebasedauthconfigurations.md | 1 -
...-from-identityproviderbase-cli-snippets.md | 8 +-
...-from-identityproviderbase-cli-snippets.md | 40 +++++++
...-from-identityproviderbase-cli-snippets.md | 6 +-
...-from-identityproviderbase-cli-snippets.md | 4 +-
...et-identityproviderbase-2-cli-snippets.md} | 0
...viderbase-azure-ad-tenant-cli-snippets.md} | 0
.../cli/oidcidentityprovider-cli-snippets.md | 14 +++
...ctprovider-forazure-ad-b2c-cli-snippets.md | 2 +-
...ate-socialidentityprovider-cli-snippets.md | 2 +-
...dowsupdatesfindbycatalogid-cli-snippets.md | 2 +-
...om-identityproviderbase-csharp-snippets.md | 8 +-
...om-identityproviderbase-csharp-snippets.md | 101 ++++++++++++++++++
...om-identityproviderbase-csharp-snippets.md | 6 +-
...om-identityproviderbase-csharp-snippets.md | 4 +-
...identityproviderbase-2-csharp-snippets.md} | 0
...erbase-azure-ad-tenant-csharp-snippets.md} | 0
.../oidcidentityprovider-csharp-snippets.md | 22 ++++
...rovider-forazure-ad-b2c-csharp-snippets.md | 11 +-
...-socialidentityprovider-csharp-snippets.md | 2 +-
...supdatesfindbycatalogid-csharp-snippets.md | 4 +-
...r-from-identityproviderbase-go-snippets.md | 8 +-
...r-from-identityproviderbase-go-snippets.md | 68 ++++++++++++
...r-from-identityproviderbase-go-snippets.md | 6 +-
...r-from-identityproviderbase-go-snippets.md | 4 +-
...get-identityproviderbase-2-go-snippets.md} | 0
...oviderbase-azure-ad-tenant-go-snippets.md} | 0
.../go/oidcidentityprovider-go-snippets.md | 26 +++++
...ectprovider-forazure-ad-b2c-go-snippets.md | 6 +-
...date-socialidentityprovider-go-snippets.md | 2 +-
...ndowsupdatesfindbycatalogid-go-snippets.md | 10 +-
...from-identityproviderbase-java-snippets.md | 8 +-
...from-identityproviderbase-java-snippets.md | 45 ++++++++
...from-identityproviderbase-java-snippets.md | 6 +-
...from-identityproviderbase-java-snippets.md | 4 +-
...t-identityproviderbase-2-java-snippets.md} | 0
...iderbase-azure-ad-tenant-java-snippets.md} | 0
.../oidcidentityprovider-java-snippets.md | 17 +++
...tprovider-forazure-ad-b2c-java-snippets.md | 8 +-
...te-socialidentityprovider-java-snippets.md | 2 +-
...owsupdatesfindbycatalogid-java-snippets.md | 4 +-
...dentityproviderbase-javascript-snippets.md | 8 +-
...dentityproviderbase-javascript-snippets.md | 48 +++++++++
...dentityproviderbase-javascript-snippets.md | 6 +-
...dentityproviderbase-javascript-snippets.md | 4 +-
...tityproviderbase-2-javascript-snippets.md} | 0
...se-azure-ad-tenant-javascript-snippets.md} | 0
...dentityproviderbase-javascript-snippets.md | 2 +-
...idcidentityprovider-javascript-snippets.md | 22 ++++
...der-forazure-ad-b2c-javascript-snippets.md | 4 +-
...ialidentityprovider-javascript-snippets.md | 2 +-
...atesfindbycatalogid-javascript-snippets.md | 2 +-
...-from-identityproviderbase-php-snippets.md | 8 +-
...-from-identityproviderbase-php-snippets.md | 49 +++++++++
...-from-identityproviderbase-php-snippets.md | 6 +-
...-from-identityproviderbase-php-snippets.md | 4 +-
...et-identityproviderbase-2-php-snippets.md} | 0
...viderbase-azure-ad-tenant-php-snippets.md} | 0
.../php/oidcidentityprovider-php-snippets.md | 20 ++++
...ctprovider-forazure-ad-b2c-php-snippets.md | 12 +--
...ate-socialidentityprovider-php-snippets.md | 2 +-
...dowsupdatesfindbycatalogid-php-snippets.md | 10 +-
...dentityproviderbase-powershell-snippets.md | 8 +-
...dentityproviderbase-powershell-snippets.md | 42 ++++++++
...dentityproviderbase-powershell-snippets.md | 6 +-
...dentityproviderbase-powershell-snippets.md | 4 +-
...tityproviderbase-2-powershell-snippets.md} | 0
...se-azure-ad-tenant-powershell-snippets.md} | 0
...idcidentityprovider-powershell-snippets.md | 16 +++
...der-forazure-ad-b2c-powershell-snippets.md | 2 +-
...ialidentityprovider-powershell-snippets.md | 2 +-
...atesfindbycatalogid-powershell-snippets.md | 2 +-
...om-identityproviderbase-python-snippets.md | 8 +-
...om-identityproviderbase-python-snippets.md | 47 ++++++++
...om-identityproviderbase-python-snippets.md | 6 +-
...om-identityproviderbase-python-snippets.md | 4 +-
...identityproviderbase-2-python-snippets.md} | 0
...erbase-azure-ad-tenant-python-snippets.md} | 0
.../oidcidentityprovider-python-snippets.md | 19 ++++
...rovider-forazure-ad-b2c-python-snippets.md | 11 +-
...-socialidentityprovider-python-snippets.md | 2 +-
...supdatesfindbycatalogid-python-snippets.md | 8 +-
.../v1.0/api/virtualeventtownhall-cancel.md | 1 -
.../v1.0/api/virtualeventtownhall-publish.md | 1 -
97 files changed, 752 insertions(+), 189 deletions(-)
create mode 100644 api-reference/beta/includes/snippets/cli/create-oidcidentityprovider-from-identityproviderbase-cli-snippets.md
rename api-reference/beta/includes/snippets/cli/{get-identityproviderbase-azureb2c-cli-snippets.md => get-identityproviderbase-2-cli-snippets.md} (100%)
rename api-reference/beta/includes/snippets/cli/{get-identityproviderbase-inazureadtenant-cli-snippets.md => get-identityproviderbase-azure-ad-tenant-cli-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/cli/oidcidentityprovider-cli-snippets.md
create mode 100644 api-reference/beta/includes/snippets/csharp/create-oidcidentityprovider-from-identityproviderbase-csharp-snippets.md
rename api-reference/beta/includes/snippets/csharp/{get-identityproviderbase-azureb2c-csharp-snippets.md => get-identityproviderbase-2-csharp-snippets.md} (100%)
rename api-reference/beta/includes/snippets/csharp/{get-identityproviderbase-inazureadtenant-csharp-snippets.md => get-identityproviderbase-azure-ad-tenant-csharp-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/csharp/oidcidentityprovider-csharp-snippets.md
create mode 100644 api-reference/beta/includes/snippets/go/create-oidcidentityprovider-from-identityproviderbase-go-snippets.md
rename api-reference/beta/includes/snippets/go/{get-identityproviderbase-azureb2c-go-snippets.md => get-identityproviderbase-2-go-snippets.md} (100%)
rename api-reference/beta/includes/snippets/go/{get-identityproviderbase-inazureadtenant-go-snippets.md => get-identityproviderbase-azure-ad-tenant-go-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/go/oidcidentityprovider-go-snippets.md
create mode 100644 api-reference/beta/includes/snippets/java/create-oidcidentityprovider-from-identityproviderbase-java-snippets.md
rename api-reference/beta/includes/snippets/java/{get-identityproviderbase-azureb2c-java-snippets.md => get-identityproviderbase-2-java-snippets.md} (100%)
rename api-reference/beta/includes/snippets/java/{get-identityproviderbase-inazureadtenant-java-snippets.md => get-identityproviderbase-azure-ad-tenant-java-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/java/oidcidentityprovider-java-snippets.md
create mode 100644 api-reference/beta/includes/snippets/javascript/create-oidcidentityprovider-from-identityproviderbase-javascript-snippets.md
rename api-reference/beta/includes/snippets/javascript/{get-identityproviderbase-azureb2c-javascript-snippets.md => get-identityproviderbase-2-javascript-snippets.md} (100%)
rename api-reference/beta/includes/snippets/javascript/{get-identityproviderbase-inazureadtenant-javascript-snippets.md => get-identityproviderbase-azure-ad-tenant-javascript-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/javascript/oidcidentityprovider-javascript-snippets.md
create mode 100644 api-reference/beta/includes/snippets/php/create-oidcidentityprovider-from-identityproviderbase-php-snippets.md
rename api-reference/beta/includes/snippets/php/{get-identityproviderbase-azureb2c-php-snippets.md => get-identityproviderbase-2-php-snippets.md} (100%)
rename api-reference/beta/includes/snippets/php/{get-identityproviderbase-inazureadtenant-php-snippets.md => get-identityproviderbase-azure-ad-tenant-php-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/php/oidcidentityprovider-php-snippets.md
create mode 100644 api-reference/beta/includes/snippets/powershell/create-oidcidentityprovider-from-identityproviderbase-powershell-snippets.md
rename api-reference/beta/includes/snippets/powershell/{get-identityproviderbase-azureb2c-powershell-snippets.md => get-identityproviderbase-2-powershell-snippets.md} (100%)
rename api-reference/beta/includes/snippets/powershell/{get-identityproviderbase-inazureadtenant-powershell-snippets.md => get-identityproviderbase-azure-ad-tenant-powershell-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/powershell/oidcidentityprovider-powershell-snippets.md
create mode 100644 api-reference/beta/includes/snippets/python/create-oidcidentityprovider-from-identityproviderbase-python-snippets.md
rename api-reference/beta/includes/snippets/python/{get-identityproviderbase-azureb2c-python-snippets.md => get-identityproviderbase-2-python-snippets.md} (100%)
rename api-reference/beta/includes/snippets/python/{get-identityproviderbase-inazureadtenant-python-snippets.md => get-identityproviderbase-azure-ad-tenant-python-snippets.md} (100%)
create mode 100644 api-reference/beta/includes/snippets/python/oidcidentityprovider-python-snippets.md
diff --git a/api-reference/beta/api/certificateauthoritydetail-get.md b/api-reference/beta/api/certificateauthoritydetail-get.md
index 3e5861dc8d8..5e65064d232 100644
--- a/api-reference/beta/api/certificateauthoritydetail-get.md
+++ b/api-reference/beta/api/certificateauthoritydetail-get.md
@@ -98,7 +98,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificateauthoritydetail-update.md b/api-reference/beta/api/certificateauthoritydetail-update.md
index 967a102436b..544e6ac58cf 100644
--- a/api-reference/beta/api/certificateauthoritydetail-update.md
+++ b/api-reference/beta/api/certificateauthoritydetail-update.md
@@ -118,7 +118,6 @@ Content-Type: application/json
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-delete-certificateauthorities.md b/api-reference/beta/api/certificatebasedauthpki-delete-certificateauthorities.md
index 97f09fed194..3bc667cdea6 100644
--- a/api-reference/beta/api/certificatebasedauthpki-delete-certificateauthorities.md
+++ b/api-reference/beta/api/certificatebasedauthpki-delete-certificateauthorities.md
@@ -93,7 +93,6 @@ DELETE https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certif
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-get.md b/api-reference/beta/api/certificatebasedauthpki-get.md
index 683afe16aa3..1016ba7fd7c 100644
--- a/api-reference/beta/api/certificatebasedauthpki-get.md
+++ b/api-reference/beta/api/certificatebasedauthpki-get.md
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-list-certificateauthorities.md b/api-reference/beta/api/certificatebasedauthpki-list-certificateauthorities.md
index a601e8c26c4..2d4cee2bae2 100644
--- a/api-reference/beta/api/certificatebasedauthpki-list-certificateauthorities.md
+++ b/api-reference/beta/api/certificatebasedauthpki-list-certificateauthorities.md
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-post-certificateauthorities.md b/api-reference/beta/api/certificatebasedauthpki-post-certificateauthorities.md
index 0ffb5abfca6..94dd5cce0e1 100644
--- a/api-reference/beta/api/certificatebasedauthpki-post-certificateauthorities.md
+++ b/api-reference/beta/api/certificatebasedauthpki-post-certificateauthorities.md
@@ -118,7 +118,6 @@ Content-Type: application/json
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-update.md b/api-reference/beta/api/certificatebasedauthpki-update.md
index eef0c681bfd..38a1a1d5ebc 100644
--- a/api-reference/beta/api/certificatebasedauthpki-update.md
+++ b/api-reference/beta/api/certificatebasedauthpki-update.md
@@ -106,7 +106,6 @@ Content-Type: application/json
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/certificatebasedauthpki-upload.md b/api-reference/beta/api/certificatebasedauthpki-upload.md
index 5f6e83b9759..66680be68a0 100644
--- a/api-reference/beta/api/certificatebasedauthpki-upload.md
+++ b/api-reference/beta/api/certificatebasedauthpki-upload.md
@@ -108,7 +108,6 @@ Content-Type: application/json
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/identitycontainer-list-identityproviders.md b/api-reference/beta/api/identitycontainer-list-identityproviders.md
index 603cbd7a3d3..952d52b7415 100644
--- a/api-reference/beta/api/identitycontainer-list-identityproviders.md
+++ b/api-reference/beta/api/identitycontainer-list-identityproviders.md
@@ -77,35 +77,35 @@ GET https://graph.microsoft.com/beta/identity/identityProviders
```
# [C#](#tab/csharp)
-[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-inazureadtenant-csharp-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-azure-ad-tenant-csharp-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [CLI](#tab/cli)
-[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-inazureadtenant-cli-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-azure-ad-tenant-cli-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Go](#tab/go)
-[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-inazureadtenant-go-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-azure-ad-tenant-go-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Java](#tab/java)
-[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-inazureadtenant-java-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-azure-ad-tenant-java-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [JavaScript](#tab/javascript)
-[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-inazureadtenant-javascript-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-azure-ad-tenant-javascript-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PHP](#tab/php)
-[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-inazureadtenant-php-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-azure-ad-tenant-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PowerShell](#tab/powershell)
-[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-inazureadtenant-powershell-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-azure-ad-tenant-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Python](#tab/python)
-[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-inazureadtenant-python-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-azure-ad-tenant-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
---
@@ -166,35 +166,35 @@ GET https://graph.microsoft.com/beta/identity/identityProviders
```
# [C#](#tab/csharp)
-[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-azureb2c-csharp-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-2-csharp-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [CLI](#tab/cli)
-[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-azureb2c-cli-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-2-cli-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Go](#tab/go)
-[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-azureb2c-go-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-2-go-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Java](#tab/java)
-[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-azureb2c-java-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-2-java-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [JavaScript](#tab/javascript)
-[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-azureb2c-javascript-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-2-javascript-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PHP](#tab/php)
-[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-azureb2c-php-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-2-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PowerShell](#tab/powershell)
-[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-azureb2c-powershell-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-2-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Python](#tab/python)
-[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-azureb2c-python-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-2-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
---
diff --git a/api-reference/beta/api/identitycontainer-post-identityproviders.md b/api-reference/beta/api/identitycontainer-post-identityproviders.md
index 43d27d202d6..6f0eefc6545 100644
--- a/api-reference/beta/api/identitycontainer-post-identityproviders.md
+++ b/api-reference/beta/api/identitycontainer-post-identityproviders.md
@@ -448,35 +448,35 @@ Content-type: application/json
```
# [C#](#tab/csharp)
-[!INCLUDE [sample-code](../includes/snippets/csharp/create-applemanagedidentityprovider-from-identityproviderbase-csharp-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/csharp/create-oidcidentityprovider-from-identityproviderbase-csharp-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [CLI](#tab/cli)
-[!INCLUDE [sample-code](../includes/snippets/cli/create-applemanagedidentityprovider-from-identityproviderbase-cli-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/cli/create-oidcidentityprovider-from-identityproviderbase-cli-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Go](#tab/go)
-[!INCLUDE [sample-code](../includes/snippets/go/create-applemanagedidentityprovider-from-identityproviderbase-go-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/go/create-oidcidentityprovider-from-identityproviderbase-go-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Java](#tab/java)
-[!INCLUDE [sample-code](../includes/snippets/java/create-applemanagedidentityprovider-from-identityproviderbase-java-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/java/create-oidcidentityprovider-from-identityproviderbase-java-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [JavaScript](#tab/javascript)
-[!INCLUDE [sample-code](../includes/snippets/javascript/create-applemanagedidentityprovider-from-identityproviderbase-javascript-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/javascript/create-oidcidentityprovider-from-identityproviderbase-javascript-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PHP](#tab/php)
-[!INCLUDE [sample-code](../includes/snippets/php/create-applemanagedidentityprovider-from-identityproviderbase-php-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/php/create-oidcidentityprovider-from-identityproviderbase-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PowerShell](#tab/powershell)
-[!INCLUDE [sample-code](../includes/snippets/powershell/create-applemanagedidentityprovider-from-identityproviderbase-powershell-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/powershell/create-oidcidentityprovider-from-identityproviderbase-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Python](#tab/python)
-[!INCLUDE [sample-code](../includes/snippets/python/create-applemanagedidentityprovider-from-identityproviderbase-python-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/python/create-oidcidentityprovider-from-identityproviderbase-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
---
diff --git a/api-reference/beta/api/identityproviderbase-update.md b/api-reference/beta/api/identityproviderbase-update.md
index 15ec82cdd5e..3e9bc7feb84 100644
--- a/api-reference/beta/api/identityproviderbase-update.md
+++ b/api-reference/beta/api/identityproviderbase-update.md
@@ -132,22 +132,18 @@ Content-type: application/json
```
# [C#](#tab/csharp)
-
[!INCLUDE [sample-code](../includes/snippets/csharp/update-socialidentityprovider-csharp-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [CLI](#tab/cli)
-
[!INCLUDE [sample-code](../includes/snippets/cli/update-socialidentityprovider-cli-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Go](#tab/go)
-
[!INCLUDE [sample-code](../includes/snippets/go/update-socialidentityprovider-go-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Java](#tab/java)
-
[!INCLUDE [sample-code](../includes/snippets/java/update-socialidentityprovider-java-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -156,17 +152,14 @@ Content-type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PHP](#tab/php)
-
[!INCLUDE [sample-code](../includes/snippets/php/update-socialidentityprovider-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PowerShell](#tab/powershell)
-
[!INCLUDE [sample-code](../includes/snippets/powershell/update-socialidentityprovider-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Python](#tab/python)
-
[!INCLUDE [sample-code](../includes/snippets/python/update-socialidentityprovider-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -352,37 +345,36 @@ Content-type: application/json
}
```
-
# [C#](#tab/csharp)
-[!INCLUDE [sample-code](../includes/snippets/csharp/update-appleidentityprovider-csharp-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/csharp/oidcidentityprovider-csharp-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [CLI](#tab/cli)
-[!INCLUDE [sample-code](../includes/snippets/cli/update-appleidentityprovider-cli-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/cli/oidcidentityprovider-cli-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Go](#tab/go)
-[!INCLUDE [sample-code](../includes/snippets/go/update-appleidentityprovider-go-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/go/oidcidentityprovider-go-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Java](#tab/java)
-[!INCLUDE [sample-code](../includes/snippets/java/update-appleidentityprovider-java-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/java/oidcidentityprovider-java-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [JavaScript](#tab/javascript)
-[!INCLUDE [sample-code](../includes/snippets/javascript/update-appleidentityprovider-javascript-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/javascript/oidcidentityprovider-javascript-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PHP](#tab/php)
-[!INCLUDE [sample-code](../includes/snippets/php/update-appleidentityprovider-php-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/php/oidcidentityprovider-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [PowerShell](#tab/powershell)
-[!INCLUDE [sample-code](../includes/snippets/powershell/update-appleidentityprovider-powershell-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/powershell/oidcidentityprovider-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
# [Python](#tab/python)
-[!INCLUDE [sample-code](../includes/snippets/python/update-appleidentityprovider-python-snippets.md)]
+[!INCLUDE [sample-code](../includes/snippets/python/oidcidentityprovider-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
---
diff --git a/api-reference/beta/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations.md b/api-reference/beta/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations.md
index 335e8def4e9..2dbdc8448c6 100644
--- a/api-reference/beta/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations.md
+++ b/api-reference/beta/api/publickeyinfrastructureroot-delete-certificatebasedauthconfigurations.md
@@ -93,7 +93,6 @@ DELETE https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certif
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations.md b/api-reference/beta/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations.md
index 2c48f565d42..9424ded0fba 100644
--- a/api-reference/beta/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations.md
+++ b/api-reference/beta/api/publickeyinfrastructureroot-list-certificatebasedauthconfigurations.md
@@ -100,7 +100,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations.md b/api-reference/beta/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations.md
index 127080bb844..61e77811162 100644
--- a/api-reference/beta/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations.md
+++ b/api-reference/beta/api/publickeyinfrastructureroot-post-certificatebasedauthconfigurations.md
@@ -108,7 +108,6 @@ Content-Type: application/json
---
-
### Response
The following example shows the response.
diff --git a/api-reference/beta/includes/snippets/cli/create-applemanagedidentityprovider-from-identityproviderbase-cli-snippets.md b/api-reference/beta/includes/snippets/cli/create-applemanagedidentityprovider-from-identityproviderbase-cli-snippets.md
index 57d3c6e38e2..9554ea077a6 100644
--- a/api-reference/beta/includes/snippets/cli/create-applemanagedidentityprovider-from-identityproviderbase-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/create-applemanagedidentityprovider-from-identityproviderbase-cli-snippets.md
@@ -7,10 +7,10 @@ description: "Automatically generated file. DO NOT MODIFY"
mgc-beta identity identity-providers create --body '{
\
"@odata.type": "microsoft.graph.appleManagedIdentityProvider",
\
- "displayName": "Sign in with Apple",
\
- "developerId": "UBF8T346G9",
\
- "serviceId": "com.microsoft.rts.b2c.test.client",
\
- "keyId": "99P6D879C4",
\
+ "displayName": "Apple",
\
+ "developerId": "qazx.1234",
\
+ "serviceId": "com.contoso.app",
\
+ "keyId": "4294967296",
\
"certificateData": "******"
\
}
\
'
diff --git a/api-reference/beta/includes/snippets/cli/create-oidcidentityprovider-from-identityproviderbase-cli-snippets.md b/api-reference/beta/includes/snippets/cli/create-oidcidentityprovider-from-identityproviderbase-cli-snippets.md
new file mode 100644
index 00000000000..a50a5e2a9b1
--- /dev/null
+++ b/api-reference/beta/includes/snippets/cli/create-oidcidentityprovider-from-identityproviderbase-cli-snippets.md
@@ -0,0 +1,40 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```bash
+
+
+mgc-beta identity identity-providers create --body '{
\
+ "@odata.type": "#microsoft.graph.OidcIdentityProvider",
\
+ "displayName": "Contoso AAD B2C",
\
+ "clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
\
+ "issuer": "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/",
\
+ "wellKnownEndpoint": "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL",
\
+ "responseType": "code",
\
+ "scope": "openid profile email offline_access",
\
+ "clientAuthentication": {
\
+ "@odata.type": "#microsoft.graph.oidcClientSecretAuthentication",
\
+ "clientSecret": "4294967296"
\
+ },
\
+ "inboundClaimMapping": {
\
+ "sub": "sub",
\
+ "name": "name",
\
+ "given_name": "given_name",
\
+ "family_name": "family_name",
\
+ "email": "email",
\
+ "email_verified": "email_verified",
\
+ "phone_number": "phone_number",
\
+ "phone_number_verified": "phone_number_verified",
\
+ "address": {
\
+ "street_address": "street_address",
\
+ "locality": "locality",
\
+ "region": "region",
\
+ "postal_code": "postal_code",
\
+ "country": "country"
\
+ }
\
+ }
\
+}
\
+'
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/cli/create-openidconnectidentityprovider-from-identityproviderbase-cli-snippets.md b/api-reference/beta/includes/snippets/cli/create-openidconnectidentityprovider-from-identityproviderbase-cli-snippets.md
index 9c245f241d6..3340bdbd3e4 100644
--- a/api-reference/beta/includes/snippets/cli/create-openidconnectidentityprovider-from-identityproviderbase-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/create-openidconnectidentityprovider-from-identityproviderbase-cli-snippets.md
@@ -7,9 +7,9 @@ description: "Automatically generated file. DO NOT MODIFY"
mgc-beta identity identity-providers create --body '{
\
"@odata.type": "microsoft.graph.openIdConnectIdentityProvider",
\
- "displayName": "Login with the Contoso identity provider",
\
- "clientId": "56433757-cadd-4135-8431-2c9e3fd68ae8",
\
- "clientSecret": "12345",
\
+ "displayName": "Contoso",
\
+ "clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
\
+ "clientSecret": "4294967296",
\
"claimsMapping": {
\
"userId": "myUserId",
\
"givenName": "myGivenName",
\
diff --git a/api-reference/beta/includes/snippets/cli/create-socialidentityprovider-from-identityproviderbase-cli-snippets.md b/api-reference/beta/includes/snippets/cli/create-socialidentityprovider-from-identityproviderbase-cli-snippets.md
index 07cb8011266..27cf7496cb0 100644
--- a/api-reference/beta/includes/snippets/cli/create-socialidentityprovider-from-identityproviderbase-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/create-socialidentityprovider-from-identityproviderbase-cli-snippets.md
@@ -9,8 +9,8 @@ mgc-beta identity identity-providers create --body '{
\
"@odata.type": "microsoft.graph.socialIdentityProvider",
\
"displayName": "Login with Amazon",
\
"identityProviderType": "Amazon",
\
- "clientId": "56433757-cadd-4135-8431-2c9e3fd68ae8",
\
- "clientSecret": "000000000000"
\
+ "clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
\
+ "clientSecret": "42*****96"
\
}
\
'
diff --git a/api-reference/beta/includes/snippets/cli/get-identityproviderbase-azureb2c-cli-snippets.md b/api-reference/beta/includes/snippets/cli/get-identityproviderbase-2-cli-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/cli/get-identityproviderbase-azureb2c-cli-snippets.md
rename to api-reference/beta/includes/snippets/cli/get-identityproviderbase-2-cli-snippets.md
diff --git a/api-reference/beta/includes/snippets/cli/get-identityproviderbase-inazureadtenant-cli-snippets.md b/api-reference/beta/includes/snippets/cli/get-identityproviderbase-azure-ad-tenant-cli-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/cli/get-identityproviderbase-inazureadtenant-cli-snippets.md
rename to api-reference/beta/includes/snippets/cli/get-identityproviderbase-azure-ad-tenant-cli-snippets.md
diff --git a/api-reference/beta/includes/snippets/cli/oidcidentityprovider-cli-snippets.md b/api-reference/beta/includes/snippets/cli/oidcidentityprovider-cli-snippets.md
new file mode 100644
index 00000000000..5a603dc6c14
--- /dev/null
+++ b/api-reference/beta/includes/snippets/cli/oidcidentityprovider-cli-snippets.md
@@ -0,0 +1,14 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```bash
+
+
+mgc-beta identity identity-providers patch --identity-provider-base-id {identityProviderBase-id} --body '{
\
+ "@odata.type": "#microsoft.graph.oidcIdentityProvider",
\
+ "displayName": "Contoso"
\
+}
\
+'
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/cli/update-openidconnectprovider-forazure-ad-b2c-cli-snippets.md b/api-reference/beta/includes/snippets/cli/update-openidconnectprovider-forazure-ad-b2c-cli-snippets.md
index a3ad1e7881a..77c49e836d1 100644
--- a/api-reference/beta/includes/snippets/cli/update-openidconnectprovider-forazure-ad-b2c-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/update-openidconnectprovider-forazure-ad-b2c-cli-snippets.md
@@ -6,7 +6,7 @@ description: "Automatically generated file. DO NOT MODIFY"
mgc-beta identity identity-providers patch --identity-provider-base-id {identityProviderBase-id} --body '{
\
- "@odata.type": "#microsoft.graph.socialIdentityProvider",
\
+ "@odata.type": "#microsoft.graph.openIdConnectIdentityProvider",
\
"responseType": "id_token"
\
}
\
'
diff --git a/api-reference/beta/includes/snippets/cli/update-socialidentityprovider-cli-snippets.md b/api-reference/beta/includes/snippets/cli/update-socialidentityprovider-cli-snippets.md
index 0e754b03014..84597777e3e 100644
--- a/api-reference/beta/includes/snippets/cli/update-socialidentityprovider-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/update-socialidentityprovider-cli-snippets.md
@@ -7,7 +7,7 @@ description: "Automatically generated file. DO NOT MODIFY"
mgc-beta identity identity-providers patch --identity-provider-base-id {identityProviderBase-id} --body '{
\
"@odata.type": "#microsoft.graph.socialIdentityProvider",
\
- "clientSecret": "1111111111111"
\
+ "clientSecret": "4294967296"
\
}
\
'
diff --git a/api-reference/beta/includes/snippets/cli/windowsupdatesfindbycatalogid-cli-snippets.md b/api-reference/beta/includes/snippets/cli/windowsupdatesfindbycatalogid-cli-snippets.md
index c1660185033..7df950754b2 100644
--- a/api-reference/beta/includes/snippets/cli/windowsupdatesfindbycatalogid-cli-snippets.md
+++ b/api-reference/beta/includes/snippets/cli/windowsupdatesfindbycatalogid-cli-snippets.md
@@ -5,6 +5,6 @@ description: "Automatically generated file. DO NOT MODIFY"
```bash
-mgc-beta admin windows updates products microsoft-graph-windows-updates-find-by-kb-number-with-kb-number get --kb-number {kb-number-id}
+mgc-beta admin windows updates products microsoft-graph-windows-updates-find-by-catalog-id-with-catalog-id get --catalog-id {catalog-id}
```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/csharp/create-applemanagedidentityprovider-from-identityproviderbase-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/create-applemanagedidentityprovider-from-identityproviderbase-csharp-snippets.md
index 2e7ed573fbf..df4825f123e 100644
--- a/api-reference/beta/includes/snippets/csharp/create-applemanagedidentityprovider-from-identityproviderbase-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/create-applemanagedidentityprovider-from-identityproviderbase-csharp-snippets.md
@@ -12,10 +12,10 @@ using Microsoft.Graph.Beta.Models;
var requestBody = new AppleManagedIdentityProvider
{
OdataType = "microsoft.graph.appleManagedIdentityProvider",
- DisplayName = "Sign in with Apple",
- DeveloperId = "UBF8T346G9",
- ServiceId = "com.microsoft.rts.b2c.test.client",
- KeyId = "99P6D879C4",
+ DisplayName = "Apple",
+ DeveloperId = "qazx.1234",
+ ServiceId = "com.contoso.app",
+ KeyId = "4294967296",
CertificateData = "******",
};
diff --git a/api-reference/beta/includes/snippets/csharp/create-oidcidentityprovider-from-identityproviderbase-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/create-oidcidentityprovider-from-identityproviderbase-csharp-snippets.md
new file mode 100644
index 00000000000..b8a4ae3dc06
--- /dev/null
+++ b/api-reference/beta/includes/snippets/csharp/create-oidcidentityprovider-from-identityproviderbase-csharp-snippets.md
@@ -0,0 +1,101 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```csharp
+
+// Code snippets are only available for the latest version. Current version is 5.x
+
+// Dependencies
+using Microsoft.Graph.Beta.Models;
+using Microsoft.Kiota.Abstractions.Serialization;
+
+var requestBody = new IdentityProviderBase
+{
+ OdataType = "#microsoft.graph.OidcIdentityProvider",
+ DisplayName = "Contoso AAD B2C",
+ AdditionalData = new Dictionary
+ {
+ {
+ "clientId" , "00001111-aaaa-2222-bbbb-3333cccc4444"
+ },
+ {
+ "issuer" , "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/"
+ },
+ {
+ "wellKnownEndpoint" , "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL"
+ },
+ {
+ "responseType" , "code"
+ },
+ {
+ "scope" , "openid profile email offline_access"
+ },
+ {
+ "clientAuthentication" , new UntypedObject(new Dictionary
+ {
+ {
+ "@odata.type", new UntypedString("#microsoft.graph.oidcClientSecretAuthentication")
+ },
+ {
+ "clientSecret", new UntypedString("4294967296")
+ },
+ })
+ },
+ {
+ "inboundClaimMapping" , new UntypedObject(new Dictionary
+ {
+ {
+ "sub", new UntypedString("sub")
+ },
+ {
+ "name", new UntypedString("name")
+ },
+ {
+ "given_name", new UntypedString("given_name")
+ },
+ {
+ "family_name", new UntypedString("family_name")
+ },
+ {
+ "email", new UntypedString("email")
+ },
+ {
+ "email_verified", new UntypedString("email_verified")
+ },
+ {
+ "phone_number", new UntypedString("phone_number")
+ },
+ {
+ "phone_number_verified", new UntypedString("phone_number_verified")
+ },
+ {
+ "address", new UntypedObject(new Dictionary
+ {
+ {
+ "street_address", new UntypedString("street_address")
+ },
+ {
+ "locality", new UntypedString("locality")
+ },
+ {
+ "region", new UntypedString("region")
+ },
+ {
+ "postal_code", new UntypedString("postal_code")
+ },
+ {
+ "country", new UntypedString("country")
+ },
+ })
+ },
+ })
+ },
+ },
+};
+
+// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
+var result = await graphClient.Identity.IdentityProviders.PostAsync(requestBody);
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/csharp/create-openidconnectidentityprovider-from-identityproviderbase-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/create-openidconnectidentityprovider-from-identityproviderbase-csharp-snippets.md
index 6e8db29b397..5440c842de9 100644
--- a/api-reference/beta/includes/snippets/csharp/create-openidconnectidentityprovider-from-identityproviderbase-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/create-openidconnectidentityprovider-from-identityproviderbase-csharp-snippets.md
@@ -12,9 +12,9 @@ using Microsoft.Graph.Beta.Models;
var requestBody = new OpenIdConnectIdentityProvider
{
OdataType = "microsoft.graph.openIdConnectIdentityProvider",
- DisplayName = "Login with the Contoso identity provider",
- ClientId = "56433757-cadd-4135-8431-2c9e3fd68ae8",
- ClientSecret = "12345",
+ DisplayName = "Contoso",
+ ClientId = "00001111-aaaa-2222-bbbb-3333cccc4444",
+ ClientSecret = "4294967296",
ClaimsMapping = new ClaimsMapping
{
UserId = "myUserId",
diff --git a/api-reference/beta/includes/snippets/csharp/create-socialidentityprovider-from-identityproviderbase-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/create-socialidentityprovider-from-identityproviderbase-csharp-snippets.md
index 7e1d2735f40..3286b7c63ca 100644
--- a/api-reference/beta/includes/snippets/csharp/create-socialidentityprovider-from-identityproviderbase-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/create-socialidentityprovider-from-identityproviderbase-csharp-snippets.md
@@ -14,8 +14,8 @@ var requestBody = new SocialIdentityProvider
OdataType = "microsoft.graph.socialIdentityProvider",
DisplayName = "Login with Amazon",
IdentityProviderType = "Amazon",
- ClientId = "56433757-cadd-4135-8431-2c9e3fd68ae8",
- ClientSecret = "000000000000",
+ ClientId = "00001111-aaaa-2222-bbbb-3333cccc4444",
+ ClientSecret = "42*****96",
};
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
diff --git a/api-reference/beta/includes/snippets/csharp/get-identityproviderbase-azureb2c-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/get-identityproviderbase-2-csharp-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/csharp/get-identityproviderbase-azureb2c-csharp-snippets.md
rename to api-reference/beta/includes/snippets/csharp/get-identityproviderbase-2-csharp-snippets.md
diff --git a/api-reference/beta/includes/snippets/csharp/get-identityproviderbase-inazureadtenant-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/get-identityproviderbase-azure-ad-tenant-csharp-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/csharp/get-identityproviderbase-inazureadtenant-csharp-snippets.md
rename to api-reference/beta/includes/snippets/csharp/get-identityproviderbase-azure-ad-tenant-csharp-snippets.md
diff --git a/api-reference/beta/includes/snippets/csharp/oidcidentityprovider-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/oidcidentityprovider-csharp-snippets.md
new file mode 100644
index 00000000000..dd04dc2324e
--- /dev/null
+++ b/api-reference/beta/includes/snippets/csharp/oidcidentityprovider-csharp-snippets.md
@@ -0,0 +1,22 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```csharp
+
+// Code snippets are only available for the latest version. Current version is 5.x
+
+// Dependencies
+using Microsoft.Graph.Beta.Models;
+
+var requestBody = new IdentityProviderBase
+{
+ OdataType = "#microsoft.graph.oidcIdentityProvider",
+ DisplayName = "Contoso",
+};
+
+// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
+var result = await graphClient.Identity.IdentityProviders["{identityProviderBase-id}"].PatchAsync(requestBody);
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/csharp/update-openidconnectprovider-forazure-ad-b2c-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/update-openidconnectprovider-forazure-ad-b2c-csharp-snippets.md
index 58a178eb572..fb587ffc2f7 100644
--- a/api-reference/beta/includes/snippets/csharp/update-openidconnectprovider-forazure-ad-b2c-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/update-openidconnectprovider-forazure-ad-b2c-csharp-snippets.md
@@ -9,15 +9,10 @@ description: "Automatically generated file. DO NOT MODIFY"
// Dependencies
using Microsoft.Graph.Beta.Models;
-var requestBody = new SocialIdentityProvider
+var requestBody = new OpenIdConnectIdentityProvider
{
- OdataType = "#microsoft.graph.socialIdentityProvider",
- AdditionalData = new Dictionary
- {
- {
- "responseType" , "id_token"
- },
- },
+ OdataType = "#microsoft.graph.openIdConnectIdentityProvider",
+ ResponseType = OpenIdConnectResponseTypes.Id_token,
};
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
diff --git a/api-reference/beta/includes/snippets/csharp/update-socialidentityprovider-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/update-socialidentityprovider-csharp-snippets.md
index c5a667bf5ae..d7edd967f4b 100644
--- a/api-reference/beta/includes/snippets/csharp/update-socialidentityprovider-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/update-socialidentityprovider-csharp-snippets.md
@@ -12,7 +12,7 @@ using Microsoft.Graph.Beta.Models;
var requestBody = new SocialIdentityProvider
{
OdataType = "#microsoft.graph.socialIdentityProvider",
- ClientSecret = "1111111111111",
+ ClientSecret = "4294967296",
};
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
diff --git a/api-reference/beta/includes/snippets/csharp/windowsupdatesfindbycatalogid-csharp-snippets.md b/api-reference/beta/includes/snippets/csharp/windowsupdatesfindbycatalogid-csharp-snippets.md
index 99bc2eb5057..226f2e88dae 100644
--- a/api-reference/beta/includes/snippets/csharp/windowsupdatesfindbycatalogid-csharp-snippets.md
+++ b/api-reference/beta/includes/snippets/csharp/windowsupdatesfindbycatalogid-csharp-snippets.md
@@ -7,9 +7,9 @@ description: "Automatically generated file. DO NOT MODIFY"
// Code snippets are only available for the latest version. Current version is 5.x
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
-var result = await graphClient.Admin.Windows.Updates.Products.MicrosoftGraphWindowsUpdatesFindByKbNumberWithKbNumber(1).GetAsFindByKbNumberWithKbNumberGetResponseAsync((requestConfiguration) =>
+var result = await graphClient.Admin.Windows.Updates.Products.MicrosoftGraphWindowsUpdatesFindByCatalogIdWithCatalogID("{catalogID}").GetAsFindByCatalogIdWithCatalogIDGetResponseAsync((requestConfiguration) =>
{
- requestConfiguration.QueryParameters.Expand = new string []{ "revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues" };
+ requestConfiguration.QueryParameters.Expand = new string []{ "revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues($expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)" };
});
diff --git a/api-reference/beta/includes/snippets/go/create-applemanagedidentityprovider-from-identityproviderbase-go-snippets.md b/api-reference/beta/includes/snippets/go/create-applemanagedidentityprovider-from-identityproviderbase-go-snippets.md
index f6ddf9fc5fe..a41b45dea32 100644
--- a/api-reference/beta/includes/snippets/go/create-applemanagedidentityprovider-from-identityproviderbase-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/create-applemanagedidentityprovider-from-identityproviderbase-go-snippets.md
@@ -16,13 +16,13 @@ import (
)
requestBody := graphmodels.NewIdentityProviderBase()
-displayName := "Sign in with Apple"
+displayName := "Apple"
requestBody.SetDisplayName(&displayName)
-developerId := "UBF8T346G9"
+developerId := "qazx.1234"
requestBody.SetDeveloperId(&developerId)
-serviceId := "com.microsoft.rts.b2c.test.client"
+serviceId := "com.contoso.app"
requestBody.SetServiceId(&serviceId)
-keyId := "99P6D879C4"
+keyId := "4294967296"
requestBody.SetKeyId(&keyId)
certificateData := "******"
requestBody.SetCertificateData(&certificateData)
diff --git a/api-reference/beta/includes/snippets/go/create-oidcidentityprovider-from-identityproviderbase-go-snippets.md b/api-reference/beta/includes/snippets/go/create-oidcidentityprovider-from-identityproviderbase-go-snippets.md
new file mode 100644
index 00000000000..c2994265810
--- /dev/null
+++ b/api-reference/beta/includes/snippets/go/create-oidcidentityprovider-from-identityproviderbase-go-snippets.md
@@ -0,0 +1,68 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```go
+
+
+// Code snippets are only available for the latest major version. Current major version is $v0.*
+
+// Dependencies
+import (
+ "context"
+ msgraphsdk "github.com/microsoftgraph/msgraph-beta-sdk-go"
+ graphmodels "github.com/microsoftgraph/msgraph-beta-sdk-go/models"
+ //other-imports
+)
+
+requestBody := graphmodels.NewIdentityProviderBase()
+displayName := "Contoso AAD B2C"
+requestBody.SetDisplayName(&displayName)
+additionalData := map[string]interface{}{
+ "clientId" : "00001111-aaaa-2222-bbbb-3333cccc4444",
+ "issuer" : "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/",
+ "wellKnownEndpoint" : "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL",
+ "responseType" : "code",
+ "scope" : "openid profile email offline_access",
+clientAuthentication := graph.New()
+clientSecret := "4294967296"
+clientAuthentication.SetClientSecret(&clientSecret)
+ requestBody.SetClientAuthentication(clientAuthentication)
+inboundClaimMapping := graph.New()
+sub := "sub"
+inboundClaimMapping.SetSub(&sub)
+name := "name"
+inboundClaimMapping.SetName(&name)
+given_name := "given_name"
+inboundClaimMapping.SetGiven_name(&given_name)
+family_name := "family_name"
+inboundClaimMapping.SetFamily_name(&family_name)
+email := "email"
+inboundClaimMapping.SetEmail(&email)
+email_verified := "email_verified"
+inboundClaimMapping.SetEmail_verified(&email_verified)
+phone_number := "phone_number"
+inboundClaimMapping.SetPhone_number(&phone_number)
+phone_number_verified := "phone_number_verified"
+inboundClaimMapping.SetPhone_number_verified(&phone_number_verified)
+address := graph.New()
+street_address := "street_address"
+address.SetStreet_address(&street_address)
+locality := "locality"
+address.SetLocality(&locality)
+region := "region"
+address.SetRegion(®ion)
+postal_code := "postal_code"
+address.SetPostal_code(&postal_code)
+country := "country"
+address.SetCountry(&country)
+ inboundClaimMapping.SetAddress(address)
+ requestBody.SetInboundClaimMapping(inboundClaimMapping)
+}
+requestBody.SetAdditionalData(additionalData)
+
+// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
+identityProviders, err := graphClient.Identity().IdentityProviders().Post(context.Background(), requestBody, nil)
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/go/create-openidconnectidentityprovider-from-identityproviderbase-go-snippets.md b/api-reference/beta/includes/snippets/go/create-openidconnectidentityprovider-from-identityproviderbase-go-snippets.md
index 85a8679ec98..f12fa95f3b1 100644
--- a/api-reference/beta/includes/snippets/go/create-openidconnectidentityprovider-from-identityproviderbase-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/create-openidconnectidentityprovider-from-identityproviderbase-go-snippets.md
@@ -16,11 +16,11 @@ import (
)
requestBody := graphmodels.NewIdentityProviderBase()
-displayName := "Login with the Contoso identity provider"
+displayName := "Contoso"
requestBody.SetDisplayName(&displayName)
-clientId := "56433757-cadd-4135-8431-2c9e3fd68ae8"
+clientId := "00001111-aaaa-2222-bbbb-3333cccc4444"
requestBody.SetClientId(&clientId)
-clientSecret := "12345"
+clientSecret := "4294967296"
requestBody.SetClientSecret(&clientSecret)
claimsMapping := graphmodels.NewClaimsMapping()
userId := "myUserId"
diff --git a/api-reference/beta/includes/snippets/go/create-socialidentityprovider-from-identityproviderbase-go-snippets.md b/api-reference/beta/includes/snippets/go/create-socialidentityprovider-from-identityproviderbase-go-snippets.md
index 19e65005012..cf364506695 100644
--- a/api-reference/beta/includes/snippets/go/create-socialidentityprovider-from-identityproviderbase-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/create-socialidentityprovider-from-identityproviderbase-go-snippets.md
@@ -20,9 +20,9 @@ displayName := "Login with Amazon"
requestBody.SetDisplayName(&displayName)
identityProviderType := "Amazon"
requestBody.SetIdentityProviderType(&identityProviderType)
-clientId := "56433757-cadd-4135-8431-2c9e3fd68ae8"
+clientId := "00001111-aaaa-2222-bbbb-3333cccc4444"
requestBody.SetClientId(&clientId)
-clientSecret := "000000000000"
+clientSecret := "42*****96"
requestBody.SetClientSecret(&clientSecret)
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
diff --git a/api-reference/beta/includes/snippets/go/get-identityproviderbase-azureb2c-go-snippets.md b/api-reference/beta/includes/snippets/go/get-identityproviderbase-2-go-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/go/get-identityproviderbase-azureb2c-go-snippets.md
rename to api-reference/beta/includes/snippets/go/get-identityproviderbase-2-go-snippets.md
diff --git a/api-reference/beta/includes/snippets/go/get-identityproviderbase-inazureadtenant-go-snippets.md b/api-reference/beta/includes/snippets/go/get-identityproviderbase-azure-ad-tenant-go-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/go/get-identityproviderbase-inazureadtenant-go-snippets.md
rename to api-reference/beta/includes/snippets/go/get-identityproviderbase-azure-ad-tenant-go-snippets.md
diff --git a/api-reference/beta/includes/snippets/go/oidcidentityprovider-go-snippets.md b/api-reference/beta/includes/snippets/go/oidcidentityprovider-go-snippets.md
new file mode 100644
index 00000000000..871295874ce
--- /dev/null
+++ b/api-reference/beta/includes/snippets/go/oidcidentityprovider-go-snippets.md
@@ -0,0 +1,26 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```go
+
+
+// Code snippets are only available for the latest major version. Current major version is $v0.*
+
+// Dependencies
+import (
+ "context"
+ msgraphsdk "github.com/microsoftgraph/msgraph-beta-sdk-go"
+ graphmodels "github.com/microsoftgraph/msgraph-beta-sdk-go/models"
+ //other-imports
+)
+
+requestBody := graphmodels.NewIdentityProviderBase()
+displayName := "Contoso"
+requestBody.SetDisplayName(&displayName)
+
+// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
+identityProviders, err := graphClient.Identity().IdentityProviders().ByIdentityProviderBaseId("identityProviderBase-id").Patch(context.Background(), requestBody, nil)
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/go/update-openidconnectprovider-forazure-ad-b2c-go-snippets.md b/api-reference/beta/includes/snippets/go/update-openidconnectprovider-forazure-ad-b2c-go-snippets.md
index 05523452967..7a8eda3c027 100644
--- a/api-reference/beta/includes/snippets/go/update-openidconnectprovider-forazure-ad-b2c-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/update-openidconnectprovider-forazure-ad-b2c-go-snippets.md
@@ -16,10 +16,8 @@ import (
)
requestBody := graphmodels.NewIdentityProviderBase()
-additionalData := map[string]interface{}{
- "responseType" : "id_token",
-}
-requestBody.SetAdditionalData(additionalData)
+responseType := graphmodels.ID_TOKEN_OPENIDCONNECTRESPONSETYPES
+requestBody.SetResponseType(&responseType)
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
identityProviders, err := graphClient.Identity().IdentityProviders().ByIdentityProviderBaseId("identityProviderBase-id").Patch(context.Background(), requestBody, nil)
diff --git a/api-reference/beta/includes/snippets/go/update-socialidentityprovider-go-snippets.md b/api-reference/beta/includes/snippets/go/update-socialidentityprovider-go-snippets.md
index c545009a232..3dcacb7232e 100644
--- a/api-reference/beta/includes/snippets/go/update-socialidentityprovider-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/update-socialidentityprovider-go-snippets.md
@@ -16,7 +16,7 @@ import (
)
requestBody := graphmodels.NewIdentityProviderBase()
-clientSecret := "1111111111111"
+clientSecret := "4294967296"
requestBody.SetClientSecret(&clientSecret)
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
diff --git a/api-reference/beta/includes/snippets/go/windowsupdatesfindbycatalogid-go-snippets.md b/api-reference/beta/includes/snippets/go/windowsupdatesfindbycatalogid-go-snippets.md
index f5a004bdf4e..9c4e5bdb6d9 100644
--- a/api-reference/beta/includes/snippets/go/windowsupdatesfindbycatalogid-go-snippets.md
+++ b/api-reference/beta/includes/snippets/go/windowsupdatesfindbycatalogid-go-snippets.md
@@ -15,16 +15,16 @@ import (
//other-imports
)
-requestParameters := &graphadmin.AdminWindowsUpdatesProductsfindByKbNumberWithRequestBuilderGetQueryParameters{
- Expand: [] string {"revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues"},
+requestParameters := &graphadmin.AdminWindowsUpdatesProductsfindByCatalogIdWithCatalogIDRequestBuilderGetQueryParameters{
+ Expand: [] string {"revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues($expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)"},
}
-configuration := &graphadmin.AdminWindowsUpdatesProductsfindByKbNumberWithRequestBuilderGetRequestConfiguration{
+configuration := &graphadmin.AdminWindowsUpdatesProductsfindByCatalogIdWithCatalogIDRequestBuilderGetRequestConfiguration{
QueryParameters: requestParameters,
}
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
-kbNumber := int32(1)
-microsoftGraphWindowsUpdatesFindByKbNumber, err := graphClient.Admin().Windows().Updates().Products().MicrosoftGraphWindowsUpdatesFindByKbNumberWithKbNumber(&kbNumber).GetAsFindByKbNumberWithKbNumberGetResponse(context.Background(), configuration)
+catalogID := "{catalogID}"
+microsoftGraphWindowsUpdatesFindByCatalogId, err := graphClient.Admin().Windows().Updates().Products().MicrosoftGraphWindowsUpdatesFindByCatalogIdWithCatalogID(&catalogID).GetAsFindByCatalogIdWithCatalogIDGetResponse(context.Background(), configuration)
```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/java/create-applemanagedidentityprovider-from-identityproviderbase-java-snippets.md b/api-reference/beta/includes/snippets/java/create-applemanagedidentityprovider-from-identityproviderbase-java-snippets.md
index 598a6e74ff1..6514bcf7e48 100644
--- a/api-reference/beta/includes/snippets/java/create-applemanagedidentityprovider-from-identityproviderbase-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/create-applemanagedidentityprovider-from-identityproviderbase-java-snippets.md
@@ -10,10 +10,10 @@ GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
AppleManagedIdentityProvider identityProviderBase = new AppleManagedIdentityProvider();
identityProviderBase.setOdataType("microsoft.graph.appleManagedIdentityProvider");
-identityProviderBase.setDisplayName("Sign in with Apple");
-identityProviderBase.setDeveloperId("UBF8T346G9");
-identityProviderBase.setServiceId("com.microsoft.rts.b2c.test.client");
-identityProviderBase.setKeyId("99P6D879C4");
+identityProviderBase.setDisplayName("Apple");
+identityProviderBase.setDeveloperId("qazx.1234");
+identityProviderBase.setServiceId("com.contoso.app");
+identityProviderBase.setKeyId("4294967296");
identityProviderBase.setCertificateData("******");
IdentityProviderBase result = graphClient.identity().identityProviders().post(identityProviderBase);
diff --git a/api-reference/beta/includes/snippets/java/create-oidcidentityprovider-from-identityproviderbase-java-snippets.md b/api-reference/beta/includes/snippets/java/create-oidcidentityprovider-from-identityproviderbase-java-snippets.md
new file mode 100644
index 00000000000..e678c77d173
--- /dev/null
+++ b/api-reference/beta/includes/snippets/java/create-oidcidentityprovider-from-identityproviderbase-java-snippets.md
@@ -0,0 +1,45 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```java
+
+// Code snippets are only available for the latest version. Current version is 6.x
+
+GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
+
+IdentityProviderBase identityProviderBase = new IdentityProviderBase();
+identityProviderBase.setOdataType("#microsoft.graph.OidcIdentityProvider");
+identityProviderBase.setDisplayName("Contoso AAD B2C");
+HashMap additionalData = new HashMap();
+additionalData.put("clientId", "00001111-aaaa-2222-bbbb-3333cccc4444");
+additionalData.put("issuer", "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/");
+additionalData.put("wellKnownEndpoint", "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL");
+additionalData.put("responseType", "code");
+additionalData.put("scope", "openid profile email offline_access");
+ clientAuthentication = new ();
+clientAuthentication.setOdataType("#microsoft.graph.oidcClientSecretAuthentication");
+clientAuthentication.setClientSecret("4294967296");
+additionalData.put("clientAuthentication", clientAuthentication);
+ inboundClaimMapping = new ();
+inboundClaimMapping.setSub("sub");
+inboundClaimMapping.setName("name");
+inboundClaimMapping.setGivenName("given_name");
+inboundClaimMapping.setFamilyName("family_name");
+inboundClaimMapping.setEmail("email");
+inboundClaimMapping.setEmailVerified("email_verified");
+inboundClaimMapping.setPhoneNumber("phone_number");
+inboundClaimMapping.setPhoneNumberVerified("phone_number_verified");
+ address = new ();
+address.setStreetAddress("street_address");
+address.setLocality("locality");
+address.setRegion("region");
+address.setPostalCode("postal_code");
+address.setCountry("country");
+inboundClaimMapping.setAddress(address);
+additionalData.put("inboundClaimMapping", inboundClaimMapping);
+identityProviderBase.setAdditionalData(additionalData);
+IdentityProviderBase result = graphClient.identity().identityProviders().post(identityProviderBase);
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/java/create-openidconnectidentityprovider-from-identityproviderbase-java-snippets.md b/api-reference/beta/includes/snippets/java/create-openidconnectidentityprovider-from-identityproviderbase-java-snippets.md
index a65d1e40478..dbc679fa703 100644
--- a/api-reference/beta/includes/snippets/java/create-openidconnectidentityprovider-from-identityproviderbase-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/create-openidconnectidentityprovider-from-identityproviderbase-java-snippets.md
@@ -10,9 +10,9 @@ GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
OpenIdConnectIdentityProvider identityProviderBase = new OpenIdConnectIdentityProvider();
identityProviderBase.setOdataType("microsoft.graph.openIdConnectIdentityProvider");
-identityProviderBase.setDisplayName("Login with the Contoso identity provider");
-identityProviderBase.setClientId("56433757-cadd-4135-8431-2c9e3fd68ae8");
-identityProviderBase.setClientSecret("12345");
+identityProviderBase.setDisplayName("Contoso");
+identityProviderBase.setClientId("00001111-aaaa-2222-bbbb-3333cccc4444");
+identityProviderBase.setClientSecret("4294967296");
ClaimsMapping claimsMapping = new ClaimsMapping();
claimsMapping.setUserId("myUserId");
claimsMapping.setGivenName("myGivenName");
diff --git a/api-reference/beta/includes/snippets/java/create-socialidentityprovider-from-identityproviderbase-java-snippets.md b/api-reference/beta/includes/snippets/java/create-socialidentityprovider-from-identityproviderbase-java-snippets.md
index 7835da70d77..db94d227278 100644
--- a/api-reference/beta/includes/snippets/java/create-socialidentityprovider-from-identityproviderbase-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/create-socialidentityprovider-from-identityproviderbase-java-snippets.md
@@ -12,8 +12,8 @@ SocialIdentityProvider identityProviderBase = new SocialIdentityProvider();
identityProviderBase.setOdataType("microsoft.graph.socialIdentityProvider");
identityProviderBase.setDisplayName("Login with Amazon");
identityProviderBase.setIdentityProviderType("Amazon");
-identityProviderBase.setClientId("56433757-cadd-4135-8431-2c9e3fd68ae8");
-identityProviderBase.setClientSecret("000000000000");
+identityProviderBase.setClientId("00001111-aaaa-2222-bbbb-3333cccc4444");
+identityProviderBase.setClientSecret("42*****96");
IdentityProviderBase result = graphClient.identity().identityProviders().post(identityProviderBase);
diff --git a/api-reference/beta/includes/snippets/java/get-identityproviderbase-azureb2c-java-snippets.md b/api-reference/beta/includes/snippets/java/get-identityproviderbase-2-java-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/java/get-identityproviderbase-azureb2c-java-snippets.md
rename to api-reference/beta/includes/snippets/java/get-identityproviderbase-2-java-snippets.md
diff --git a/api-reference/beta/includes/snippets/java/get-identityproviderbase-inazureadtenant-java-snippets.md b/api-reference/beta/includes/snippets/java/get-identityproviderbase-azure-ad-tenant-java-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/java/get-identityproviderbase-inazureadtenant-java-snippets.md
rename to api-reference/beta/includes/snippets/java/get-identityproviderbase-azure-ad-tenant-java-snippets.md
diff --git a/api-reference/beta/includes/snippets/java/oidcidentityprovider-java-snippets.md b/api-reference/beta/includes/snippets/java/oidcidentityprovider-java-snippets.md
new file mode 100644
index 00000000000..b1e162f7f62
--- /dev/null
+++ b/api-reference/beta/includes/snippets/java/oidcidentityprovider-java-snippets.md
@@ -0,0 +1,17 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```java
+
+// Code snippets are only available for the latest version. Current version is 6.x
+
+GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
+
+IdentityProviderBase identityProviderBase = new IdentityProviderBase();
+identityProviderBase.setOdataType("#microsoft.graph.oidcIdentityProvider");
+identityProviderBase.setDisplayName("Contoso");
+IdentityProviderBase result = graphClient.identity().identityProviders().byIdentityProviderBaseId("{identityProviderBase-id}").patch(identityProviderBase);
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/java/update-openidconnectprovider-forazure-ad-b2c-java-snippets.md b/api-reference/beta/includes/snippets/java/update-openidconnectprovider-forazure-ad-b2c-java-snippets.md
index ec036891656..bc580d4dd58 100644
--- a/api-reference/beta/includes/snippets/java/update-openidconnectprovider-forazure-ad-b2c-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/update-openidconnectprovider-forazure-ad-b2c-java-snippets.md
@@ -8,11 +8,9 @@ description: "Automatically generated file. DO NOT MODIFY"
GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
-SocialIdentityProvider identityProviderBase = new SocialIdentityProvider();
-identityProviderBase.setOdataType("#microsoft.graph.socialIdentityProvider");
-HashMap additionalData = new HashMap();
-additionalData.put("responseType", "id_token");
-identityProviderBase.setAdditionalData(additionalData);
+OpenIdConnectIdentityProvider identityProviderBase = new OpenIdConnectIdentityProvider();
+identityProviderBase.setOdataType("#microsoft.graph.openIdConnectIdentityProvider");
+identityProviderBase.setResponseType(EnumSet.of(OpenIdConnectResponseTypes.Id_token));
IdentityProviderBase result = graphClient.identity().identityProviders().byIdentityProviderBaseId("{identityProviderBase-id}").patch(identityProviderBase);
diff --git a/api-reference/beta/includes/snippets/java/update-socialidentityprovider-java-snippets.md b/api-reference/beta/includes/snippets/java/update-socialidentityprovider-java-snippets.md
index 9db328468a8..153a3292a22 100644
--- a/api-reference/beta/includes/snippets/java/update-socialidentityprovider-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/update-socialidentityprovider-java-snippets.md
@@ -10,7 +10,7 @@ GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
SocialIdentityProvider identityProviderBase = new SocialIdentityProvider();
identityProviderBase.setOdataType("#microsoft.graph.socialIdentityProvider");
-identityProviderBase.setClientSecret("1111111111111");
+identityProviderBase.setClientSecret("4294967296");
IdentityProviderBase result = graphClient.identity().identityProviders().byIdentityProviderBaseId("{identityProviderBase-id}").patch(identityProviderBase);
diff --git a/api-reference/beta/includes/snippets/java/windowsupdatesfindbycatalogid-java-snippets.md b/api-reference/beta/includes/snippets/java/windowsupdatesfindbycatalogid-java-snippets.md
index e03a8c16c45..1c9fd863d7e 100644
--- a/api-reference/beta/includes/snippets/java/windowsupdatesfindbycatalogid-java-snippets.md
+++ b/api-reference/beta/includes/snippets/java/windowsupdatesfindbycatalogid-java-snippets.md
@@ -8,8 +8,8 @@ description: "Automatically generated file. DO NOT MODIFY"
GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
-var result = graphClient.admin().windows().updates().products().microsoftGraphWindowsUpdatesFindByKbNumberWithKbNumber(1).get(requestConfiguration -> {
- requestConfiguration.queryParameters.expand = new String []{"revisions($expand=catalogEntry,knowledgeBaseArticle)", "knownIssues"};
+var result = graphClient.admin().windows().updates().products().microsoftGraphWindowsUpdatesFindByCatalogIdWithCatalogID("{catalogID}").get(requestConfiguration -> {
+ requestConfiguration.queryParameters.expand = new String []{"revisions($expand=catalogEntry,knowledgeBaseArticle)", "knownIssues($expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)"};
});
diff --git a/api-reference/beta/includes/snippets/javascript/create-applemanagedidentityprovider-from-identityproviderbase-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/create-applemanagedidentityprovider-from-identityproviderbase-javascript-snippets.md
index 07657396d56..9d630f8e529 100644
--- a/api-reference/beta/includes/snippets/javascript/create-applemanagedidentityprovider-from-identityproviderbase-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/create-applemanagedidentityprovider-from-identityproviderbase-javascript-snippets.md
@@ -12,10 +12,10 @@ const client = Client.init(options);
const identityProviderBase = {
'@odata.type': 'microsoft.graph.appleManagedIdentityProvider',
- displayName: 'Sign in with Apple',
- developerId: 'UBF8T346G9',
- serviceId: 'com.microsoft.rts.b2c.test.client',
- keyId: '99P6D879C4',
+ displayName: 'Apple',
+ developerId: 'qazx.1234',
+ serviceId: 'com.contoso.app',
+ keyId: '4294967296',
certificateData: '******'
};
diff --git a/api-reference/beta/includes/snippets/javascript/create-oidcidentityprovider-from-identityproviderbase-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/create-oidcidentityprovider-from-identityproviderbase-javascript-snippets.md
new file mode 100644
index 00000000000..7f2b7697d08
--- /dev/null
+++ b/api-reference/beta/includes/snippets/javascript/create-oidcidentityprovider-from-identityproviderbase-javascript-snippets.md
@@ -0,0 +1,48 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```javascript
+
+const options = {
+ authProvider,
+};
+
+const client = Client.init(options);
+
+const identityProviderBase = {
+ '@odata.type': '#microsoft.graph.OidcIdentityProvider',
+ displayName: 'Contoso AAD B2C',
+ clientId: '00001111-aaaa-2222-bbbb-3333cccc4444',
+ issuer: 'https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/',
+ wellKnownEndpoint: 'https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL',
+ responseType: 'code',
+ scope: 'openid profile email offline_access',
+ clientAuthentication: {
+ '@odata.type': '#microsoft.graph.oidcClientSecretAuthentication',
+ clientSecret: '4294967296'
+ },
+ inboundClaimMapping: {
+ sub: 'sub',
+ name: 'name',
+ given_name: 'given_name',
+ family_name: 'family_name',
+ email: 'email',
+ email_verified: 'email_verified',
+ phone_number: 'phone_number',
+ phone_number_verified: 'phone_number_verified',
+ address: {
+ street_address: 'street_address',
+ locality: 'locality',
+ region: 'region',
+ postal_code: 'postal_code',
+ country: 'country'
+ }
+ }
+};
+
+await client.api('/identity/identityProviders')
+ .version('beta')
+ .post(identityProviderBase);
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/javascript/create-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/create-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
index 488c7df5f73..decd7df3734 100644
--- a/api-reference/beta/includes/snippets/javascript/create-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/create-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
@@ -12,9 +12,9 @@ const client = Client.init(options);
const identityProviderBase = {
'@odata.type': 'microsoft.graph.openIdConnectIdentityProvider',
- displayName: 'Login with the Contoso identity provider',
- clientId: '56433757-cadd-4135-8431-2c9e3fd68ae8',
- clientSecret: '12345',
+ displayName: 'Contoso',
+ clientId: '00001111-aaaa-2222-bbbb-3333cccc4444',
+ clientSecret: '4294967296',
claimsMapping: {
userId: 'myUserId',
givenName: 'myGivenName',
diff --git a/api-reference/beta/includes/snippets/javascript/create-socialidentityprovider-from-identityproviderbase-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/create-socialidentityprovider-from-identityproviderbase-javascript-snippets.md
index b0cf3b2eef9..f8ac55df7c4 100644
--- a/api-reference/beta/includes/snippets/javascript/create-socialidentityprovider-from-identityproviderbase-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/create-socialidentityprovider-from-identityproviderbase-javascript-snippets.md
@@ -14,8 +14,8 @@ const identityProviderBase = {
'@odata.type': 'microsoft.graph.socialIdentityProvider',
displayName: 'Login with Amazon',
identityProviderType: 'Amazon',
- clientId: '56433757-cadd-4135-8431-2c9e3fd68ae8',
- clientSecret: '000000000000'
+ clientId: '00001111-aaaa-2222-bbbb-3333cccc4444',
+ clientSecret: '42*****96'
};
await client.api('/identity/identityProviders')
diff --git a/api-reference/beta/includes/snippets/javascript/get-identityproviderbase-azureb2c-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/get-identityproviderbase-2-javascript-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/javascript/get-identityproviderbase-azureb2c-javascript-snippets.md
rename to api-reference/beta/includes/snippets/javascript/get-identityproviderbase-2-javascript-snippets.md
diff --git a/api-reference/beta/includes/snippets/javascript/get-identityproviderbase-inazureadtenant-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/get-identityproviderbase-azure-ad-tenant-javascript-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/javascript/get-identityproviderbase-inazureadtenant-javascript-snippets.md
rename to api-reference/beta/includes/snippets/javascript/get-identityproviderbase-azure-ad-tenant-javascript-snippets.md
diff --git a/api-reference/beta/includes/snippets/javascript/get-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/get-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
index 67d80a45bf3..42993666155 100644
--- a/api-reference/beta/includes/snippets/javascript/get-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/get-openidconnectidentityprovider-from-identityproviderbase-javascript-snippets.md
@@ -10,7 +10,7 @@ const options = {
const client = Client.init(options);
-let identityProviderBase = await client.api('/identity/identityProviders/OIDC-V1-test-icm-4470de58-86c2-4a3f-a22c-63c9366cd000')
+let identityProviderBase = await client.api('/identity/identityProviders/Contoso-00001111-aaaa-2222-bbbb-3333cccc4444')
.version('beta')
.get();
diff --git a/api-reference/beta/includes/snippets/javascript/oidcidentityprovider-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/oidcidentityprovider-javascript-snippets.md
new file mode 100644
index 00000000000..f17e1658fa0
--- /dev/null
+++ b/api-reference/beta/includes/snippets/javascript/oidcidentityprovider-javascript-snippets.md
@@ -0,0 +1,22 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```javascript
+
+const options = {
+ authProvider,
+};
+
+const client = Client.init(options);
+
+const identityProviderBase = {
+ '@odata.type': '#microsoft.graph.oidcIdentityProvider',
+ displayName: 'Contoso'
+};
+
+await client.api('/identity/identityProviders/ContosoOIDCIdentityProvider')
+ .version('beta')
+ .update(identityProviderBase);
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/javascript/update-openidconnectprovider-forazure-ad-b2c-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/update-openidconnectprovider-forazure-ad-b2c-javascript-snippets.md
index c46399ee574..63f03462056 100644
--- a/api-reference/beta/includes/snippets/javascript/update-openidconnectprovider-forazure-ad-b2c-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/update-openidconnectprovider-forazure-ad-b2c-javascript-snippets.md
@@ -11,11 +11,11 @@ const options = {
const client = Client.init(options);
const identityProviderBase = {
- '@odata.type': '#microsoft.graph.socialIdentityProvider',
+ '@odata.type': '#microsoft.graph.openIdConnectIdentityProvider',
responseType: 'id_token'
};
-await client.api('/identity/identityProviders/OIDC-V1-Nam_AD_Test-3e393390-ed2d-4794-97f6-5c999ccc61f7')
+await client.api('/identity/identityProviders/Contoso-OIDC-00001111-aaaa-2222-bbbb-3333cccc4444')
.version('beta')
.update(identityProviderBase);
diff --git a/api-reference/beta/includes/snippets/javascript/update-socialidentityprovider-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/update-socialidentityprovider-javascript-snippets.md
index 43fc8331dfb..b4f7d7f5783 100644
--- a/api-reference/beta/includes/snippets/javascript/update-socialidentityprovider-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/update-socialidentityprovider-javascript-snippets.md
@@ -12,7 +12,7 @@ const client = Client.init(options);
const identityProviderBase = {
'@odata.type': '#microsoft.graph.socialIdentityProvider',
- clientSecret: '1111111111111'
+ clientSecret: '4294967296'
};
await client.api('/identity/identityProviders/Amazon-OAUTH')
diff --git a/api-reference/beta/includes/snippets/javascript/windowsupdatesfindbycatalogid-javascript-snippets.md b/api-reference/beta/includes/snippets/javascript/windowsupdatesfindbycatalogid-javascript-snippets.md
index 33cf351a262..eaf2065fed1 100644
--- a/api-reference/beta/includes/snippets/javascript/windowsupdatesfindbycatalogid-javascript-snippets.md
+++ b/api-reference/beta/includes/snippets/javascript/windowsupdatesfindbycatalogid-javascript-snippets.md
@@ -10,7 +10,7 @@ const options = {
const client = Client.init(options);
-let findByKbNumber = await client.api('/admin/windows/updates/products/FindByKbNumber(kbNumber=5029332)?expand=revisions($expand=catalogEntry,knowledgeBaseArticle),knownIssues')
+let findByCatalogId = await client.api('/admin/windows/updates/products/FindByCatalogId(catalogID='10cb1ba292c5586e22c9991be3f12fbd39f2ebf231cb5d201c67f42fbaccc567')?expand=revisions($expand=catalogEntry,knowledgeBaseArticle),knownIssues($expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)')
.version('beta')
.get();
diff --git a/api-reference/beta/includes/snippets/php/create-applemanagedidentityprovider-from-identityproviderbase-php-snippets.md b/api-reference/beta/includes/snippets/php/create-applemanagedidentityprovider-from-identityproviderbase-php-snippets.md
index bacf82dae5f..569bb578ab8 100644
--- a/api-reference/beta/includes/snippets/php/create-applemanagedidentityprovider-from-identityproviderbase-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/create-applemanagedidentityprovider-from-identityproviderbase-php-snippets.md
@@ -13,10 +13,10 @@ $graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);
$requestBody = new AppleManagedIdentityProvider();
$requestBody->setOdataType('microsoft.graph.appleManagedIdentityProvider');
-$requestBody->setDisplayName('Sign in with Apple');
-$requestBody->setDeveloperId('UBF8T346G9');
-$requestBody->setServiceId('com.microsoft.rts.b2c.test.client');
-$requestBody->setKeyId('99P6D879C4');
+$requestBody->setDisplayName('Apple');
+$requestBody->setDeveloperId('qazx.1234');
+$requestBody->setServiceId('com.contoso.app');
+$requestBody->setKeyId('4294967296');
$requestBody->setCertificateData('******');
$result = $graphServiceClient->identity()->identityProviders()->post($requestBody)->wait();
diff --git a/api-reference/beta/includes/snippets/php/create-oidcidentityprovider-from-identityproviderbase-php-snippets.md b/api-reference/beta/includes/snippets/php/create-oidcidentityprovider-from-identityproviderbase-php-snippets.md
new file mode 100644
index 00000000000..d8eb90404ec
--- /dev/null
+++ b/api-reference/beta/includes/snippets/php/create-oidcidentityprovider-from-identityproviderbase-php-snippets.md
@@ -0,0 +1,49 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```php
+
+setOdataType('#microsoft.graph.OidcIdentityProvider');
+$requestBody->setDisplayName('Contoso AAD B2C');
+$additionalData = [
+ 'clientId' => '00001111-aaaa-2222-bbbb-3333cccc4444',
+ 'issuer' => 'https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/',
+ 'wellKnownEndpoint' => 'https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL',
+ 'responseType' => 'code',
+ 'scope' => 'openid profile email offline_access',
+ 'clientAuthentication' => [
+ '@odata.type' => '#microsoft.graph.oidcClientSecretAuthentication',
+ 'clientSecret' => '4294967296',
+ ],
+ 'inboundClaimMapping' => [
+ 'sub' => 'sub',
+ 'name' => 'name',
+ 'given_name' => 'given_name',
+ 'family_name' => 'family_name',
+ 'email' => 'email',
+ 'email_verified' => 'email_verified',
+ 'phone_number' => 'phone_number',
+ 'phone_number_verified' => 'phone_number_verified',
+ 'address' => [
+ 'street_address' => 'street_address',
+ 'locality' => 'locality',
+ 'region' => 'region',
+ 'postal_code' => 'postal_code',
+ 'country' => 'country',
+ ],
+ ],
+];
+$requestBody->setAdditionalData($additionalData);
+
+$result = $graphServiceClient->identity()->identityProviders()->post($requestBody)->wait();
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/php/create-openidconnectidentityprovider-from-identityproviderbase-php-snippets.md b/api-reference/beta/includes/snippets/php/create-openidconnectidentityprovider-from-identityproviderbase-php-snippets.md
index 772cc1903b1..b01d354b818 100644
--- a/api-reference/beta/includes/snippets/php/create-openidconnectidentityprovider-from-identityproviderbase-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/create-openidconnectidentityprovider-from-identityproviderbase-php-snippets.md
@@ -16,9 +16,9 @@ $graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);
$requestBody = new OpenIdConnectIdentityProvider();
$requestBody->setOdataType('microsoft.graph.openIdConnectIdentityProvider');
-$requestBody->setDisplayName('Login with the Contoso identity provider');
-$requestBody->setClientId('56433757-cadd-4135-8431-2c9e3fd68ae8');
-$requestBody->setClientSecret('12345');
+$requestBody->setDisplayName('Contoso');
+$requestBody->setClientId('00001111-aaaa-2222-bbbb-3333cccc4444');
+$requestBody->setClientSecret('4294967296');
$claimsMapping = new ClaimsMapping();
$claimsMapping->setUserId('myUserId');
$claimsMapping->setGivenName('myGivenName');
diff --git a/api-reference/beta/includes/snippets/php/create-socialidentityprovider-from-identityproviderbase-php-snippets.md b/api-reference/beta/includes/snippets/php/create-socialidentityprovider-from-identityproviderbase-php-snippets.md
index 12ced7f281f..f67323c9fea 100644
--- a/api-reference/beta/includes/snippets/php/create-socialidentityprovider-from-identityproviderbase-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/create-socialidentityprovider-from-identityproviderbase-php-snippets.md
@@ -15,8 +15,8 @@ $requestBody = new SocialIdentityProvider();
$requestBody->setOdataType('microsoft.graph.socialIdentityProvider');
$requestBody->setDisplayName('Login with Amazon');
$requestBody->setIdentityProviderType('Amazon');
-$requestBody->setClientId('56433757-cadd-4135-8431-2c9e3fd68ae8');
-$requestBody->setClientSecret('000000000000');
+$requestBody->setClientId('00001111-aaaa-2222-bbbb-3333cccc4444');
+$requestBody->setClientSecret('42*****96');
$result = $graphServiceClient->identity()->identityProviders()->post($requestBody)->wait();
diff --git a/api-reference/beta/includes/snippets/php/get-identityproviderbase-azureb2c-php-snippets.md b/api-reference/beta/includes/snippets/php/get-identityproviderbase-2-php-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/php/get-identityproviderbase-azureb2c-php-snippets.md
rename to api-reference/beta/includes/snippets/php/get-identityproviderbase-2-php-snippets.md
diff --git a/api-reference/beta/includes/snippets/php/get-identityproviderbase-inazureadtenant-php-snippets.md b/api-reference/beta/includes/snippets/php/get-identityproviderbase-azure-ad-tenant-php-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/php/get-identityproviderbase-inazureadtenant-php-snippets.md
rename to api-reference/beta/includes/snippets/php/get-identityproviderbase-azure-ad-tenant-php-snippets.md
diff --git a/api-reference/beta/includes/snippets/php/oidcidentityprovider-php-snippets.md b/api-reference/beta/includes/snippets/php/oidcidentityprovider-php-snippets.md
new file mode 100644
index 00000000000..db79caa75e8
--- /dev/null
+++ b/api-reference/beta/includes/snippets/php/oidcidentityprovider-php-snippets.md
@@ -0,0 +1,20 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```php
+
+setOdataType('#microsoft.graph.oidcIdentityProvider');
+$requestBody->setDisplayName('Contoso');
+
+$result = $graphServiceClient->identity()->identityProviders()->byIdentityProviderBaseId('identityProviderBase-id')->patch($requestBody)->wait();
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/php/update-openidconnectprovider-forazure-ad-b2c-php-snippets.md b/api-reference/beta/includes/snippets/php/update-openidconnectprovider-forazure-ad-b2c-php-snippets.md
index 1b442150a82..cce1be08857 100644
--- a/api-reference/beta/includes/snippets/php/update-openidconnectprovider-forazure-ad-b2c-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/update-openidconnectprovider-forazure-ad-b2c-php-snippets.md
@@ -6,17 +6,15 @@ description: "Automatically generated file. DO NOT MODIFY"
setOdataType('#microsoft.graph.socialIdentityProvider');
-$additionalData = [
- 'responseType' => 'id_token',
-];
-$requestBody->setAdditionalData($additionalData);
+$requestBody = new OpenIdConnectIdentityProvider();
+$requestBody->setOdataType('#microsoft.graph.openIdConnectIdentityProvider');
+$requestBody->setResponseType(new OpenIdConnectResponseTypes('id_token'));
$result = $graphServiceClient->identity()->identityProviders()->byIdentityProviderBaseId('identityProviderBase-id')->patch($requestBody)->wait();
diff --git a/api-reference/beta/includes/snippets/php/update-socialidentityprovider-php-snippets.md b/api-reference/beta/includes/snippets/php/update-socialidentityprovider-php-snippets.md
index 8585270144f..e73a352ee49 100644
--- a/api-reference/beta/includes/snippets/php/update-socialidentityprovider-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/update-socialidentityprovider-php-snippets.md
@@ -13,7 +13,7 @@ $graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);
$requestBody = new SocialIdentityProvider();
$requestBody->setOdataType('#microsoft.graph.socialIdentityProvider');
-$requestBody->setClientSecret('1111111111111');
+$requestBody->setClientSecret('4294967296');
$result = $graphServiceClient->identity()->identityProviders()->byIdentityProviderBaseId('identityProviderBase-id')->patch($requestBody)->wait();
diff --git a/api-reference/beta/includes/snippets/php/windowsupdatesfindbycatalogid-php-snippets.md b/api-reference/beta/includes/snippets/php/windowsupdatesfindbycatalogid-php-snippets.md
index b1705fafef6..7ab06126fbb 100644
--- a/api-reference/beta/includes/snippets/php/windowsupdatesfindbycatalogid-php-snippets.md
+++ b/api-reference/beta/includes/snippets/php/windowsupdatesfindbycatalogid-php-snippets.md
@@ -6,17 +6,17 @@ description: "Automatically generated file. DO NOT MODIFY"
expand = ["revisions(\$expand=catalogEntry,knowledgeBaseArticle)","knownIssues"];
+$requestConfiguration = new MicrosoftFindByCatalogIdWithCatalogIDRequestBuilderGetRequestConfiguration();
+$queryParameters = MicrosoftFindByCatalogIdWithCatalogIDRequestBuilderGetRequestConfiguration::createQueryParameters();
+$queryParameters->expand = ["revisions(\$expand=catalogEntry,knowledgeBaseArticle)","knownIssues(\$expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)"];
$requestConfiguration->queryParameters = $queryParameters;
-$result = $graphServiceClient->admin()->windows()->updates()->products()->microsoftGraphWindowsUpdatesFindByKbNumberWithKbNumber(1)->get($requestConfiguration)->wait();
+$result = $graphServiceClient->admin()->windows()->updates()->products()->microsoftGraphWindowsUpdatesFindByCatalogIdWithCatalogID('{catalogID}', )->get($requestConfiguration)->wait();
```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/powershell/create-applemanagedidentityprovider-from-identityproviderbase-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/create-applemanagedidentityprovider-from-identityproviderbase-powershell-snippets.md
index 40c85675ed6..1b0ecbfc6b4 100644
--- a/api-reference/beta/includes/snippets/powershell/create-applemanagedidentityprovider-from-identityproviderbase-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/create-applemanagedidentityprovider-from-identityproviderbase-powershell-snippets.md
@@ -8,10 +8,10 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns
$params = @{
"@odata.type" = "microsoft.graph.appleManagedIdentityProvider"
- displayName = "Sign in with Apple"
- developerId = "UBF8T346G9"
- serviceId = "com.microsoft.rts.b2c.test.client"
- keyId = "99P6D879C4"
+ displayName = "Apple"
+ developerId = "qazx.1234"
+ serviceId = "com.contoso.app"
+ keyId = "4294967296"
certificateData = "******"
}
diff --git a/api-reference/beta/includes/snippets/powershell/create-oidcidentityprovider-from-identityproviderbase-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/create-oidcidentityprovider-from-identityproviderbase-powershell-snippets.md
new file mode 100644
index 00000000000..556652b09e7
--- /dev/null
+++ b/api-reference/beta/includes/snippets/powershell/create-oidcidentityprovider-from-identityproviderbase-powershell-snippets.md
@@ -0,0 +1,42 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```powershell
+
+Import-Module Microsoft.Graph.Beta.Identity.SignIns
+
+$params = @{
+ "@odata.type" = "#microsoft.graph.OidcIdentityProvider"
+ displayName = "Contoso AAD B2C"
+ clientId = "00001111-aaaa-2222-bbbb-3333cccc4444"
+ issuer = "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/"
+ wellKnownEndpoint = "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL"
+ responseType = "code"
+ scope = "openid profile email offline_access"
+ clientAuthentication = @{
+ "@odata.type" = "#microsoft.graph.oidcClientSecretAuthentication"
+ clientSecret = "4294967296"
+ }
+ inboundClaimMapping = @{
+ sub = "sub"
+ name = "name"
+ given_name = "given_name"
+ family_name = "family_name"
+ email = "email"
+ email_verified = "email_verified"
+ phone_number = "phone_number"
+ phone_number_verified = "phone_number_verified"
+ address = @{
+ street_address = "street_address"
+ locality = "locality"
+ region = "region"
+ postal_code = "postal_code"
+ country = "country"
+ }
+ }
+}
+
+New-MgBetaIdentityProvider -BodyParameter $params
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/powershell/create-openidconnectidentityprovider-from-identityproviderbase-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/create-openidconnectidentityprovider-from-identityproviderbase-powershell-snippets.md
index 8ab6d448985..ddaf9d2a407 100644
--- a/api-reference/beta/includes/snippets/powershell/create-openidconnectidentityprovider-from-identityproviderbase-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/create-openidconnectidentityprovider-from-identityproviderbase-powershell-snippets.md
@@ -8,9 +8,9 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns
$params = @{
"@odata.type" = "microsoft.graph.openIdConnectIdentityProvider"
- displayName = "Login with the Contoso identity provider"
- clientId = "56433757-cadd-4135-8431-2c9e3fd68ae8"
- clientSecret = "12345"
+ displayName = "Contoso"
+ clientId = "00001111-aaaa-2222-bbbb-3333cccc4444"
+ clientSecret = "4294967296"
claimsMapping = @{
userId = "myUserId"
givenName = "myGivenName"
diff --git a/api-reference/beta/includes/snippets/powershell/create-socialidentityprovider-from-identityproviderbase-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/create-socialidentityprovider-from-identityproviderbase-powershell-snippets.md
index 539266421b8..e318bd9c790 100644
--- a/api-reference/beta/includes/snippets/powershell/create-socialidentityprovider-from-identityproviderbase-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/create-socialidentityprovider-from-identityproviderbase-powershell-snippets.md
@@ -10,8 +10,8 @@ $params = @{
"@odata.type" = "microsoft.graph.socialIdentityProvider"
displayName = "Login with Amazon"
identityProviderType = "Amazon"
- clientId = "56433757-cadd-4135-8431-2c9e3fd68ae8"
- clientSecret = "000000000000"
+ clientId = "00001111-aaaa-2222-bbbb-3333cccc4444"
+ clientSecret = "42*****96"
}
New-MgBetaIdentityProvider -BodyParameter $params
diff --git a/api-reference/beta/includes/snippets/powershell/get-identityproviderbase-azureb2c-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/get-identityproviderbase-2-powershell-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/powershell/get-identityproviderbase-azureb2c-powershell-snippets.md
rename to api-reference/beta/includes/snippets/powershell/get-identityproviderbase-2-powershell-snippets.md
diff --git a/api-reference/beta/includes/snippets/powershell/get-identityproviderbase-inazureadtenant-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/get-identityproviderbase-azure-ad-tenant-powershell-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/powershell/get-identityproviderbase-inazureadtenant-powershell-snippets.md
rename to api-reference/beta/includes/snippets/powershell/get-identityproviderbase-azure-ad-tenant-powershell-snippets.md
diff --git a/api-reference/beta/includes/snippets/powershell/oidcidentityprovider-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/oidcidentityprovider-powershell-snippets.md
new file mode 100644
index 00000000000..c0cae549618
--- /dev/null
+++ b/api-reference/beta/includes/snippets/powershell/oidcidentityprovider-powershell-snippets.md
@@ -0,0 +1,16 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```powershell
+
+Import-Module Microsoft.Graph.Beta.Identity.SignIns
+
+$params = @{
+ "@odata.type" = "#microsoft.graph.oidcIdentityProvider"
+ displayName = "Contoso"
+}
+
+Update-MgBetaIdentityProvider -IdentityProviderBaseId $identityProviderBaseId -BodyParameter $params
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/powershell/update-openidconnectprovider-forazure-ad-b2c-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/update-openidconnectprovider-forazure-ad-b2c-powershell-snippets.md
index c847115d5db..a7fdd02076f 100644
--- a/api-reference/beta/includes/snippets/powershell/update-openidconnectprovider-forazure-ad-b2c-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/update-openidconnectprovider-forazure-ad-b2c-powershell-snippets.md
@@ -7,7 +7,7 @@ description: "Automatically generated file. DO NOT MODIFY"
Import-Module Microsoft.Graph.Beta.Identity.SignIns
$params = @{
- "@odata.type" = "#microsoft.graph.socialIdentityProvider"
+ "@odata.type" = "#microsoft.graph.openIdConnectIdentityProvider"
responseType = "id_token"
}
diff --git a/api-reference/beta/includes/snippets/powershell/update-socialidentityprovider-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/update-socialidentityprovider-powershell-snippets.md
index 151d6241824..c885c2c0e57 100644
--- a/api-reference/beta/includes/snippets/powershell/update-socialidentityprovider-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/update-socialidentityprovider-powershell-snippets.md
@@ -8,7 +8,7 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns
$params = @{
"@odata.type" = "#microsoft.graph.socialIdentityProvider"
- clientSecret = "1111111111111"
+ clientSecret = "4294967296"
}
Update-MgBetaIdentityProvider -IdentityProviderBaseId $identityProviderBaseId -BodyParameter $params
diff --git a/api-reference/beta/includes/snippets/powershell/windowsupdatesfindbycatalogid-powershell-snippets.md b/api-reference/beta/includes/snippets/powershell/windowsupdatesfindbycatalogid-powershell-snippets.md
index 95dae1e631c..f88d8981381 100644
--- a/api-reference/beta/includes/snippets/powershell/windowsupdatesfindbycatalogid-powershell-snippets.md
+++ b/api-reference/beta/includes/snippets/powershell/windowsupdatesfindbycatalogid-powershell-snippets.md
@@ -6,6 +6,6 @@ description: "Automatically generated file. DO NOT MODIFY"
Import-Module Microsoft.Graph.Beta.WindowsUpdates
-Find-MgBetaWindowsUpdatesProductByKbNumber -ExpandProperty "revisions(`$expand=catalogEntry,knowledgeBaseArticle),knownIssues" -KbNumber $kbNumberId
+Find-MgBetaWindowsUpdatesProductByCatalogId -ExpandProperty "revisions(`$expand=catalogEntry,knowledgeBaseArticle),knownIssues(`$expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)" -CatalogID $catalogIDId
```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/python/create-applemanagedidentityprovider-from-identityproviderbase-python-snippets.md b/api-reference/beta/includes/snippets/python/create-applemanagedidentityprovider-from-identityproviderbase-python-snippets.md
index a7f5d6c67ff..cada00a0430 100644
--- a/api-reference/beta/includes/snippets/python/create-applemanagedidentityprovider-from-identityproviderbase-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/create-applemanagedidentityprovider-from-identityproviderbase-python-snippets.md
@@ -10,10 +10,10 @@ from msgraph_beta.generated.models.apple_managed_identity_provider import AppleM
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = AppleManagedIdentityProvider(
odata_type = "microsoft.graph.appleManagedIdentityProvider",
- display_name = "Sign in with Apple",
- developer_id = "UBF8T346G9",
- service_id = "com.microsoft.rts.b2c.test.client",
- key_id = "99P6D879C4",
+ display_name = "Apple",
+ developer_id = "qazx.1234",
+ service_id = "com.contoso.app",
+ key_id = "4294967296",
certificate_data = "******",
)
diff --git a/api-reference/beta/includes/snippets/python/create-oidcidentityprovider-from-identityproviderbase-python-snippets.md b/api-reference/beta/includes/snippets/python/create-oidcidentityprovider-from-identityproviderbase-python-snippets.md
new file mode 100644
index 00000000000..e4c28ded9fd
--- /dev/null
+++ b/api-reference/beta/includes/snippets/python/create-oidcidentityprovider-from-identityproviderbase-python-snippets.md
@@ -0,0 +1,47 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```python
+
+# Code snippets are only available for the latest version. Current version is 1.x
+from msgraph_beta import GraphServiceClient
+from msgraph_beta.generated.models.identity_provider_base import IdentityProviderBase
+# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
+request_body = IdentityProviderBase(
+ odata_type = "#microsoft.graph.OidcIdentityProvider",
+ display_name = "Contoso AAD B2C",
+ additional_data = {
+ "client_id" : "00001111-aaaa-2222-bbbb-3333cccc4444",
+ "issuer" : "https://contoso.b2clogin.com/00001111-aaaa-2222-bbbb-3333cccc4444/v2.0/",
+ "well_known_endpoint" : "https://contoso.b2clogin.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_SIGNINEMAIL",
+ "response_type" : "code",
+ "scope" : "openid profile email offline_access",
+ "client_authentication" : {
+ "@odata_type" : "#microsoft.graph.oidcClientSecretAuthentication",
+ "client_secret" : "4294967296",
+ },
+ "inbound_claim_mapping" : {
+ "sub" : "sub",
+ "name" : "name",
+ "given_name" : "given_name",
+ "family_name" : "family_name",
+ "email" : "email",
+ "email_verified" : "email_verified",
+ "phone_number" : "phone_number",
+ "phone_number_verified" : "phone_number_verified",
+ "address" : {
+ "street_address" : "street_address",
+ "locality" : "locality",
+ "region" : "region",
+ "postal_code" : "postal_code",
+ "country" : "country",
+ },
+ },
+ }
+)
+
+result = await graph_client.identity.identity_providers.post(request_body)
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/python/create-openidconnectidentityprovider-from-identityproviderbase-python-snippets.md b/api-reference/beta/includes/snippets/python/create-openidconnectidentityprovider-from-identityproviderbase-python-snippets.md
index c499ec066b6..01af17c661d 100644
--- a/api-reference/beta/includes/snippets/python/create-openidconnectidentityprovider-from-identityproviderbase-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/create-openidconnectidentityprovider-from-identityproviderbase-python-snippets.md
@@ -13,9 +13,9 @@ from msgraph_beta.generated.models.open_id_connect_response_types import OpenIdC
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = OpenIdConnectIdentityProvider(
odata_type = "microsoft.graph.openIdConnectIdentityProvider",
- display_name = "Login with the Contoso identity provider",
- client_id = "56433757-cadd-4135-8431-2c9e3fd68ae8",
- client_secret = "12345",
+ display_name = "Contoso",
+ client_id = "00001111-aaaa-2222-bbbb-3333cccc4444",
+ client_secret = "4294967296",
claims_mapping = ClaimsMapping(
user_id = "myUserId",
given_name = "myGivenName",
diff --git a/api-reference/beta/includes/snippets/python/create-socialidentityprovider-from-identityproviderbase-python-snippets.md b/api-reference/beta/includes/snippets/python/create-socialidentityprovider-from-identityproviderbase-python-snippets.md
index b202d775e90..fd90f690fd1 100644
--- a/api-reference/beta/includes/snippets/python/create-socialidentityprovider-from-identityproviderbase-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/create-socialidentityprovider-from-identityproviderbase-python-snippets.md
@@ -12,8 +12,8 @@ request_body = SocialIdentityProvider(
odata_type = "microsoft.graph.socialIdentityProvider",
display_name = "Login with Amazon",
identity_provider_type = "Amazon",
- client_id = "56433757-cadd-4135-8431-2c9e3fd68ae8",
- client_secret = "000000000000",
+ client_id = "00001111-aaaa-2222-bbbb-3333cccc4444",
+ client_secret = "42*****96",
)
result = await graph_client.identity.identity_providers.post(request_body)
diff --git a/api-reference/beta/includes/snippets/python/get-identityproviderbase-azureb2c-python-snippets.md b/api-reference/beta/includes/snippets/python/get-identityproviderbase-2-python-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/python/get-identityproviderbase-azureb2c-python-snippets.md
rename to api-reference/beta/includes/snippets/python/get-identityproviderbase-2-python-snippets.md
diff --git a/api-reference/beta/includes/snippets/python/get-identityproviderbase-inazureadtenant-python-snippets.md b/api-reference/beta/includes/snippets/python/get-identityproviderbase-azure-ad-tenant-python-snippets.md
similarity index 100%
rename from api-reference/beta/includes/snippets/python/get-identityproviderbase-inazureadtenant-python-snippets.md
rename to api-reference/beta/includes/snippets/python/get-identityproviderbase-azure-ad-tenant-python-snippets.md
diff --git a/api-reference/beta/includes/snippets/python/oidcidentityprovider-python-snippets.md b/api-reference/beta/includes/snippets/python/oidcidentityprovider-python-snippets.md
new file mode 100644
index 00000000000..21a85d01d11
--- /dev/null
+++ b/api-reference/beta/includes/snippets/python/oidcidentityprovider-python-snippets.md
@@ -0,0 +1,19 @@
+---
+description: "Automatically generated file. DO NOT MODIFY"
+---
+
+```python
+
+# Code snippets are only available for the latest version. Current version is 1.x
+from msgraph_beta import GraphServiceClient
+from msgraph_beta.generated.models.identity_provider_base import IdentityProviderBase
+# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
+request_body = IdentityProviderBase(
+ odata_type = "#microsoft.graph.oidcIdentityProvider",
+ display_name = "Contoso",
+)
+
+result = await graph_client.identity.identity_providers.by_identity_provider_base_id('identityProviderBase-id').patch(request_body)
+
+
+```
\ No newline at end of file
diff --git a/api-reference/beta/includes/snippets/python/update-openidconnectprovider-forazure-ad-b2c-python-snippets.md b/api-reference/beta/includes/snippets/python/update-openidconnectprovider-forazure-ad-b2c-python-snippets.md
index 38a473c18a5..835bc935d9c 100644
--- a/api-reference/beta/includes/snippets/python/update-openidconnectprovider-forazure-ad-b2c-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/update-openidconnectprovider-forazure-ad-b2c-python-snippets.md
@@ -6,13 +6,12 @@ description: "Automatically generated file. DO NOT MODIFY"
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta import GraphServiceClient
-from msgraph_beta.generated.models.social_identity_provider import SocialIdentityProvider
+from msgraph_beta.generated.models.open_id_connect_identity_provider import OpenIdConnectIdentityProvider
+from msgraph_beta.generated.models.open_id_connect_response_types import OpenIdConnectResponseTypes
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
-request_body = SocialIdentityProvider(
- odata_type = "#microsoft.graph.socialIdentityProvider",
- additional_data = {
- "response_type" : "id_token",
- }
+request_body = OpenIdConnectIdentityProvider(
+ odata_type = "#microsoft.graph.openIdConnectIdentityProvider",
+ response_type = OpenIdConnectResponseTypes.Id_token,
)
result = await graph_client.identity.identity_providers.by_identity_provider_base_id('identityProviderBase-id').patch(request_body)
diff --git a/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md b/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
index 5d26cc1b918..ec1d9b1d079 100644
--- a/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
@@ -10,7 +10,7 @@ from msgraph_beta.generated.models.social_identity_provider import SocialIdentit
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = SocialIdentityProvider(
odata_type = "#microsoft.graph.socialIdentityProvider",
- client_secret = "1111111111111",
+ client_secret = "4294967296",
)
result = await graph_client.identity.identity_providers.by_identity_provider_base_id('identityProviderBase-id').patch(request_body)
diff --git a/api-reference/beta/includes/snippets/python/windowsupdatesfindbycatalogid-python-snippets.md b/api-reference/beta/includes/snippets/python/windowsupdatesfindbycatalogid-python-snippets.md
index 4a732703d93..199676f277f 100644
--- a/api-reference/beta/includes/snippets/python/windowsupdatesfindbycatalogid-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/windowsupdatesfindbycatalogid-python-snippets.md
@@ -6,18 +6,18 @@ description: "Automatically generated file. DO NOT MODIFY"
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta import GraphServiceClient
-from msgraph_beta.generated.admin.windows.updates.products.microsoft.graph.windows_updates.find_by_kb_number(kb_number={kb_number}).find_by_kb_number_with_kb_number_request_builder import FindByKbNumberWithKbNumberRequestBuilder
+from msgraph_beta.generated.admin.windows.updates.products.microsoft.graph.windows_updates.find_by_catalog_id(catalog_i_d='{catalog_i_d}').find_by_catalog_id_with_catalog_i_d_request_builder import FindByCatalogIdWithCatalogIDRequestBuilder
from kiota_abstractions.base_request_configuration import RequestConfiguration
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
-query_params = FindByKbNumberWithKbNumberRequestBuilder.FindByKbNumberWithKbNumberRequestBuilderGetQueryParameters(
- expand = ["revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues"],
+query_params = FindByCatalogIdWithCatalogIDRequestBuilder.FindByCatalogIdWithCatalogIDRequestBuilderGetQueryParameters(
+ expand = ["revisions($expand=catalogEntry,knowledgeBaseArticle)","knownIssues($expand=originatingKnowledgeBaseArticle,resolvingKnowledgeBaseArticle)"],
)
request_configuration = RequestConfiguration(
query_parameters = query_params,
)
-result = await graph_client.admin.windows.updates.products.microsoft_graph_windows_updates_find_by_kb_number_with_kb_number(1).get(request_configuration = request_configuration)
+result = await graph_client.admin.windows.updates.products.microsoft_graph_windows_updates_find_by_catalog_id_with_catalog_i_d("{catalogID}").get(request_configuration = request_configuration)
```
\ No newline at end of file
diff --git a/api-reference/v1.0/api/virtualeventtownhall-cancel.md b/api-reference/v1.0/api/virtualeventtownhall-cancel.md
index df7dd40bf7b..6040762eff8 100644
--- a/api-reference/v1.0/api/virtualeventtownhall-cancel.md
+++ b/api-reference/v1.0/api/virtualeventtownhall-cancel.md
@@ -73,7 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/bce9a3ca
---
-
### Response
The following example shows the response.
diff --git a/api-reference/v1.0/api/virtualeventtownhall-publish.md b/api-reference/v1.0/api/virtualeventtownhall-publish.md
index c012e4742ff..5d1ddbf5dea 100644
--- a/api-reference/v1.0/api/virtualeventtownhall-publish.md
+++ b/api-reference/v1.0/api/virtualeventtownhall-publish.md
@@ -73,7 +73,6 @@ POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/bce9a3ca
---
-
### Response
The following example shows the response.
From 6e8f33f85108e6d289b25e1c261f690f0df071c5 Mon Sep 17 00:00:00 2001
From: mnorman-ms
Date: Tue, 26 Nov 2024 18:05:42 +0700
Subject: [PATCH 123/130] Update
api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
---
.../beta/resources/cloudpconpremisesconnectionhealthcheck.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
index 3acf237167d..20042ec1e0b 100644
--- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
+++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
@@ -62,7 +62,7 @@ Represents the result of a Cloud PC Azure network connection health check.
|endpointConnectivityCheckIntuneUrlNotAllowListed|During provisioning, one or more required Intune URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|endpointConnectivityCheckAzureADUrlNotAllowListed|During provisioning, one or more required Microsoft Entra URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|endpointConnectivityCheckLocaleUrlNotAllowListed|During provisioning, one or more language pack URLs couldn't be contacted. If you choose a non-English (United States) **Language & Region** setting in a provisioning policy, the language pack might not be successfully installed. Make sure that all of the required URLs are allowed through your firewalls and proxies. For a list or required URLs, see [Azure network connections health checks](https://go.microsoft.com/fwlink/?linkid=2156206).|
-|endpointConnectivityCheckVMAgentEndPointCommunicationError|The VM extension provisioning failed because the VM agent related endpoints were unreachable. Review the onboarding policy settings to ensure the endpoints are reachable for joining the domain.|
+|endpointConnectivityCheckVMAgentEndPointCommunicationError|The VM extension provisioning failed because the VM-agent-related endpoints were unreachable. Review the onboarding policy settings to ensure the endpoints are reachable for joining the domain.|
|endpointConnectivityCheckUnknownError|During provisioning, one or more required URLs couldn't be contacted. Make sure that all of the required URLs are allowed through the firewalls and proxies.|
|azureAdDeviceSyncCheckDeviceNotFound|The Cloud PC object can't be found in Microsoft Entra ID. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
|azureAdDeviceSyncCheckLongSyncCircle|The check whether the Cloud PC object has been synced to Microsoft Entra ID has timed out. Make sure that Microsoft Entra Connect works and syncs frequently so that the Cloud PC objects are synced to Microsoft Entra ID. Microsoft Entra device sync must be enabled and synced within the last 60 minutes.|
From e7d3930849cdb294e99d9365db8592dd3f0fb44b Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Tue, 26 Nov 2024 14:24:05 +0300
Subject: [PATCH 124/130] Document Undefined value for
legalAgeGroupClassification
---
api-reference/beta/resources/user.md | 3 ++-
api-reference/v1.0/resources/user.md | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/api-reference/beta/resources/user.md b/api-reference/beta/resources/user.md
index 61733d8526d..c8900d64e60 100644
--- a/api-reference/beta/resources/user.md
+++ b/api-reference/beta/resources/user.md
@@ -224,7 +224,7 @@ This resource supports:
| isResourceAccount | Boolean | Do not use – reserved for future use. |
| jobTitle | String | The user's job title. Maximum length is 128 characters.
Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values).|
| lastPasswordChangeDateTime | DateTimeOffset | When this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only.
Returned only on `$select`. |
-| legalAgeGroupClassification | [legalAgeGroupClassification](#legalagegroupclassification-values) | Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions).
Returned only on `$select`. |
+| legalAgeGroupClassification | [legalAgeGroupClassification](#legalagegroupclassification-values) | Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `Undefined`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions).
Returned only on `$select`. |
| licenseAssignmentStates | [licenseAssignmentState](licenseassignmentstate.md) collection | State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only.
Returned only on `$select`. |
| mail | String | The SMTP address for the user, for example, `admin@contoso.com`. Changes to this property also update the user's **proxyAddresses** collection to include the value as an SMTP address. This property can't contain accent characters.
**NOTE:** We don't recommend updating this property for Azure AD B2C user profiles. Use the **otherMails** property instead.
Supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`, `in`, `startsWith`, `endsWith`, and `eq` on `null` values). |
| mailboxSettings | [mailboxSettings](mailboxsettings.md) | Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see [User preferences for languages and regional formats](#user-preferences-for-languages-and-regional-formats).
Returned only on `$select`. |
@@ -306,6 +306,7 @@ For example, Cameron is an administrator of a directory for an elementary school
| Member | Description|
|:---------------|:----------|
|null|Default value, no **ageGroup** has been set for the user.|
+|Undefined|No **ageGroup** is set for the user but **consentProvidedForMinor** is either `Granted`, `Denied`, or `NotRequired`.|
|MinorWithoutParentalConsent |(Reserved for future use)|
|MinorWithParentalConsent| The user is considered a minor based on the age-related regulations of their country or region, and the administrator of the account has obtained appropriate consent from a parent or guardian.|
|Adult|The user is considered an adult based on the age-related regulations of their country or region.|
diff --git a/api-reference/v1.0/resources/user.md b/api-reference/v1.0/resources/user.md
index 359b4e97bd4..dde1f40df93 100644
--- a/api-reference/v1.0/resources/user.md
+++ b/api-reference/v1.0/resources/user.md
@@ -6,7 +6,7 @@ ms.reviewer: "iamut"
ms.localizationpriority: high
ms.subservice: entra-users
doc_type: resourcePageType
-ms.date: 10/17/2024
+ms.date: 11/26/2024
---
# user resource type
@@ -188,7 +188,7 @@ This resource supports:
|isResourceAccount|Boolean| Don't use – reserved for future use.|
|jobTitle|String|The user's job title. Maximum length is 128 characters.
Returned by default. Supports `$filter` (`eq`, `ne`, `not` , `ge`, `le`, `in`, `startsWith`, and `eq` on `null` values).|
|lastPasswordChangeDateTime| DateTimeOffset | The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.
Returned only on `$select`.|
-|legalAgeGroupClassification|[legalAgeGroupClassification](#legalagegroupclassification-values)| Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions).
Returned only on `$select`.|
+|legalAgeGroupClassification|[legalAgeGroupClassification](#legalagegroupclassification-values)| Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on **ageGroup** and **consentProvidedForMinor** properties. Allowed values: `null`, `Undefined`, `MinorWithOutParentalConsent`, `MinorWithParentalConsent`, `MinorNoParentalConsentRequired`, `NotAdult`, and `Adult`. For more information, see [legal age group property definitions](#legal-age-group-property-definitions).
Returned only on `$select`.|
|licenseAssignmentStates|[licenseAssignmentState](licenseassignmentstate.md) collection|State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only.
Returned only on `$select`.|
|mail|String|The SMTP address for the user, for example, `jeff@contoso.com`. Changes to this property update the user's **proxyAddresses** collection to include the value as an SMTP address. This property can't contain accent characters.
**NOTE:** We don't recommend updating this property for Azure AD B2C user profiles. Use the **otherMails** property instead.
Returned by default. Supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`, `in`, `startsWith`, `endsWith`, and `eq` on `null` values).|
|mailboxSettings|[mailboxSettings](mailboxsettings.md)|Settings for the primary mailbox of the signed-in user. You can [get](../api/user-get-mailboxsettings.md) or [update](../api/user-update-mailboxsettings.md) settings for sending automatic replies to incoming messages, locale, and time zone.
Returned only on `$select`.|
@@ -261,6 +261,7 @@ For example: Cameron is the administrator of a directory for an elementary schoo
| Member | Description|
|:---------------|:----------|
|null|Default value, no **ageGroup** is set for the user.|
+|Undefined|No **ageGroup** is set for the user but **consentProvidedForMinor** is either `Granted`, `Denied`, or `NotRequired`.|
|MinorWithoutParentalConsent |(Reserved for future use)|
|MinorWithParentalConsent| The user is considered a minor based on the age-related regulations of their country or region, and the administrator of the account obtained appropriate consent from a parent or guardian.|
|Adult|The user is considered an adult based on the age-related regulations of their country or region.|
From 0fa8eee351bdce94d7aa49de051ef4ae9044143c Mon Sep 17 00:00:00 2001
From: Yadong Zhai
Date: Tue, 26 Nov 2024 22:08:25 +0800
Subject: [PATCH 125/130] Update createFromTemplate endpoint alignment API
implementation
---
api-reference/beta/api/sitepage-createfromtemplate.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-reference/beta/api/sitepage-createfromtemplate.md b/api-reference/beta/api/sitepage-createfromtemplate.md
index 51f78486a12..89a53729091 100644
--- a/api-reference/beta/api/sitepage-createfromtemplate.md
+++ b/api-reference/beta/api/sitepage-createfromtemplate.md
@@ -28,7 +28,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
```http
-POST /sites/{site-id}/pages/microsoft.graph.sitePage/createFromTemplate
+POST /sites/{site-id}/pages/createFromTemplate
```
## Request headers
@@ -55,7 +55,7 @@ The following example shows how to create a new page from the page template.
```http
-POST /sites/dd00d52e-0db7-4d5f-8269-90060ac688d1/pages/microsoft.graph.sitePage/createFromTemplate
+POST /sites/dd00d52e-0db7-4d5f-8269-90060ac688d1/pages/createFromTemplate
Content-Type: application/json
{
From 4094f0c3bf6f7d47103c7ae0f600650a531f6cdd Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Tue, 26 Nov 2024 19:55:08 +0300
Subject: [PATCH 126/130] Update dailyuserinsightmetricsroot-list-summary.md
---
.../beta/api/dailyuserinsightmetricsroot-list-summary.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md b/api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md
index d8ad7dd78b1..6f24ebe12d9 100644
--- a/api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md
+++ b/api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
}
-->
``` http
-daily GET /userInsightsRoot/daily/summary
+GET /userInsightsRoot/daily/summary
```
## Optional query parameters
From fd7f848cafcb8981e8c124b64ae7ccbc6e5f495d Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Wed, 27 Nov 2024 12:07:12 +0300
Subject: [PATCH 127/130] Update cloudpconpremisesconnectionhealthcheck.md -
add ms.date
---
.../beta/resources/cloudpconpremisesconnectionhealthcheck.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
index 20042ec1e0b..5c1799a4baa 100644
--- a/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
+++ b/api-reference/beta/resources/cloudpconpremisesconnectionhealthcheck.md
@@ -5,6 +5,7 @@ author: "AshleyYangSZ"
ms.localizationpriority: medium
ms.subservice: "cloud-pc"
doc_type: resourcePageType
+ms.date: 11/26/2024
---
# cloudPcOnPremisesConnectionHealthCheck resource type
From b802bcde8844074f55ad455e3165fd5c62ea304d Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Wed, 27 Nov 2024 12:07:46 +0300
Subject: [PATCH 128/130] Update Microsoft.CloudManagedDesktop.json
---
changelog/Microsoft.CloudManagedDesktop.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog/Microsoft.CloudManagedDesktop.json b/changelog/Microsoft.CloudManagedDesktop.json
index d23af976c31..03a0101c19b 100644
--- a/changelog/Microsoft.CloudManagedDesktop.json
+++ b/changelog/Microsoft.CloudManagedDesktop.json
@@ -6082,7 +6082,7 @@
"Id": "7e0f2eec-d724-422e-9d70-22a6ed500d21",
"Cloud": "Prod",
"Version": "beta",
- "CreatedDateTime": "2024-11-25T06:03:45.3975846Z",
+ "CreatedDateTime": "2024-11-27T06:03:45.3975846Z",
"WorkloadArea": "Devices and apps",
"SubArea": "Cloud PC"
}
From 6d9c2e605197cb02d5c2803f51a2a674ff835d12 Mon Sep 17 00:00:00 2001
From: Faith Moraa Ombongi
Date: Wed, 27 Nov 2024 12:19:03 +0300
Subject: [PATCH 129/130] Update Microsoft.Teams.GraphSvc.json
---
changelog/Microsoft.Teams.GraphSvc.json | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/changelog/Microsoft.Teams.GraphSvc.json b/changelog/Microsoft.Teams.GraphSvc.json
index 1455ccc8bbd..85324eadaba 100644
--- a/changelog/Microsoft.Teams.GraphSvc.json
+++ b/changelog/Microsoft.Teams.GraphSvc.json
@@ -2443,22 +2443,14 @@
"ChangeType": "Addition",
"Description": "Added the [getAllEnterpriseInteractions](https://learn.microsoft.com/en-us/graph/api/aiInteractionHistory-getAllEnterpriseInteractions?view=graph-rest-beta) method to the [aiInteractionHistory](https://learn.microsoft.com/en-us/graph/api/resources/aiInteractionHistory?view=graph-rest-beta) resource.",
"Target": "aiInteractionHistory"
- },
- {
- "Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
- "ApiChange": "Singleton",
- "ChangedApiName": "copilot",
- "ChangeType": "Addition",
- "Description": "Added the [copilot](https://learn.microsoft.com/en-us/?view=graph-rest-beta) resource.",
- "Target": "TeamsGraphSvc"
}
],
"Id": "a4f30f3d-c27f-47d7-954b-4536991308c0",
"Cloud": "Prod",
"Version": "beta",
"CreatedDateTime": "2024-11-24T07:19:22.6793915Z",
- "WorkloadArea": "Teamwork",
- "SubArea": "Microsoft.Teams.Shifts"
+ "WorkloadArea": "Teamwork and communications",
+ "SubArea": "Shift management"
}
]
}
From b15a33c88aed951b56a59f7d453e39797b6ef4c8 Mon Sep 17 00:00:00 2001
From: Millicent Achieng
Date: Wed, 27 Nov 2024 15:28:17 +0300
Subject: [PATCH 130/130] Update
api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
---
.../python/update-socialidentityprovider-python-snippets.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md b/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
index ec1d9b1d079..5d26cc1b918 100644
--- a/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
+++ b/api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
@@ -10,7 +10,7 @@ from msgraph_beta.generated.models.social_identity_provider import SocialIdentit
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = SocialIdentityProvider(
odata_type = "#microsoft.graph.socialIdentityProvider",
- client_secret = "4294967296",
+ client_secret = "1111111111111",
)
result = await graph_client.identity.identity_providers.by_identity_provider_base_id('identityProviderBase-id').patch(request_body)