Skip to content

Commit 48923f7

Browse files
author
Jesus Hernandez
committed
Merge branch 'main' into jehernandez/approleassignments
2 parents 494ca6a + d3ff7d7 commit 48923f7

File tree

7 files changed

+77
-16
lines changed

7 files changed

+77
-16
lines changed

api-reference/beta/resources/appliedauthenticationeventlistener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Represents the [authentication event listeners](authenticationeventlistener.md)
1919
## Properties
2020
|Property|Type|Description|
2121
|:---|:---|:---|
22-
|eventType|authenticationEventType|The type of authentication event that triggered the custom authentication extension request. The possible values are: `tokenIssuanceStart`, `pageRenderStart`, `unknownFutureValue`.|
22+
|eventType|authenticationEventType|The type of authentication event that triggered the custom authentication extension request. The possible values are: `tokenIssuanceStart`, `pageRenderStart`, `unknownFutureValue`, `attributeCollectionStart`, `attributeCollectionSubmit`, `emailOtpSend`. Use the `Prefer: include-unknown-enum-members` request header to get the following values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `attributeCollectionStart`, `attributeCollectionSubmit`, `emailOtpSend`. |
2323
|executedListenerId|String|ID of the [authentication event listener](authenticationeventlistener.md) that was executed.|
2424
|handlerResult|[authenticationEventHandlerResult](../resources/authenticationeventhandlerresult.md)|The result from the listening client, such as an Azure Logic App and Azure Functions, of this authentication event.|
2525

api-reference/beta/resources/emergencycallevent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ None.
2626
|Property|Type|Description|
2727
|:---|:---|:---|
2828
| callerInfo | [emergencyCallerInfo](../resources/emergencycallerinfo.md)| The information of the emergency caller. |
29-
| callEventType | callEventType| The event type of the call. Possible values are: `callStarted`, `callEnded`, `unknownFutureValue`, `rosterUpdated`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rosterUpdated`.|
29+
| callEventType | callEventType| The event type of the call. Possible values are: `callStarted`, `callEnded`, `unknownFutureValue`, `rosterUpdated`. Use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rosterUpdated`.|
3030
| emergencyNumberDialed | String | The emergency number dialed. |
3131
| eventDateTime | DateTimeOffset | The time of when event occurred. |
3232
| id | String | The entity ID. |

api-reference/v1.0/resources/chat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ A chat is a collection of [chatMessages](chatmessage.md) between one or more par
7373

7474
### chatType values
7575

76-
| Member | Value | Description |
77-
| :----------------- | :---- | :------------------------ |
78-
|oneOnOne | 0 | Indicates that the chat is a 1:1 chat. The roster size is fixed for this type of chat; members can't be removed/added.|
79-
|group | 1 | Indicates that the chat is a group chat. The roster size (of at least two people) can be updated for this type of chat. Members can be removed/added later.|
80-
|meeting | 2 | Indicates that the chat is associated with an online meeting. This type of chat is only created as part of the creation of an online meeting.|
81-
|unknownFutureValue | 3 | Evolvable enumeration sentinel value. Don't use. |
76+
| Member | Description |
77+
| :----------------- | :------------------------ |
78+
|oneOnOne | Indicates that the chat is a 1:1 chat. The roster size is fixed for this type of chat; members can't be removed/added.|
79+
|group | Indicates that the chat is a group chat. The roster size (of at least two people) can be updated for this type of chat. Members can be removed/added later.|
80+
|meeting | Indicates that the chat is associated with an online meeting. This type of chat is only created as part of the creation of an online meeting.|
81+
|unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
8282

8383
## Relationships
8484

changelog/Microsoft.AAD.Reporting.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99
"ChangeType": "Addition",
1010
"Description": "Added the `emailOtpSend` member to the **authenticationEventType** enumeration.",
1111
"Target": "authenticationEventType"
12+
},
13+
{
14+
"Id": "4aa1ca1f-e398-4aa5-930b-27f89fe52dcf",
15+
"ApiChange": "Member",
16+
"ChangedApiName": "attributeCollectionStart",
17+
"ChangeType": "Addition",
18+
"Description": "Added the `attributeCollectionStart` member to the **authenticationEventType** enumeration.",
19+
"Target": "authenticationEventType"
20+
},
21+
{
22+
"Id": "4aa1ca1f-e398-4aa5-930b-27f89fe52dcf",
23+
"ApiChange": "Member",
24+
"ChangedApiName": "attributeCollectionSubmit",
25+
"ChangeType": "Addition",
26+
"Description": "Added the `attributeCollectionSubmit` member to the **authenticationEventType** enumeration.",
27+
"Target": "authenticationEventType"
1228
}
1329
],
1430
"Id": "4aa1ca1f-e398-4aa5-930b-27f89fe52dcf",

changelog/Microsoft.Skype.Calling.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,46 @@
257257
"ChangeType": "Addition",
258258
"Description": "Added the **allowTranscription** property to the [onlineMeetingBase](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeetingBase?view=graph-rest-1.0) resource.",
259259
"Target": "onlineMeetingBase"
260+
},
261+
{
262+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
263+
"ApiChange": "Property",
264+
"ChangedApiName": "allowRecording",
265+
"ChangeType": "Addition",
266+
"Description": "Added the **allowRecording** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-1.0) resource.",
267+
"Target": "onlineMeeting"
268+
},
269+
{
270+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
271+
"ApiChange": "Property",
272+
"ChangedApiName": "allowTranscription",
273+
"ChangeType": "Addition",
274+
"Description": "Added the **allowTranscription** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-1.0) resource.",
275+
"Target": "onlineMeeting"
276+
},
277+
{
278+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
279+
"ApiChange": "Property",
280+
"ChangedApiName": "allowRecording",
281+
"ChangeType": "Addition",
282+
"Description": "Added the **allowRecording** property to the [virtualEventSession](https://learn.microsoft.com/en-us/graph/api/resources/virtualEventSession?view=graph-rest-1.0) resource.",
283+
"Target": "virtualEventSession"
284+
},
285+
{
286+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
287+
"ApiChange": "Property",
288+
"ChangedApiName": "allowTranscription",
289+
"ChangeType": "Addition",
290+
"Description": "Added the **allowTranscription** property to the [virtualEventSession](https://learn.microsoft.com/en-us/graph/api/resources/virtualEventSession?view=graph-rest-1.0) resource.",
291+
"Target": "virtualEventSession"
260292
}
261293
],
262294
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
263295
"Cloud": "Prod",
264296
"Version": "v1.0",
265297
"CreatedDateTime": "2025-01-15T20:42:00.4091409Z",
266-
"WorkloadArea": "Cloud communications",
267-
"SubArea": "Call"
298+
"WorkloadArea": "Teamwork and communications",
299+
"SubArea": "Calls and online meetings"
268300
},
269301
{
270302
"ChangeList": [
@@ -305,8 +337,8 @@
305337
"Cloud": "Prod",
306338
"Version": "beta",
307339
"CreatedDateTime": "2025-01-10T20:21:16.9977147Z",
308-
"WorkloadArea": "Cloud communications",
309-
"SubArea": "Call"
340+
"WorkloadArea": "Teamwork and communications",
341+
"SubArea": "Calls and online meetings"
310342
},
311343
{
312344
"ChangeList": [

concepts/whats-new-earlier.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ Enabled the **description**, **displayName**, and **severity** properties as sup
8585

8686
### Sites and lists
8787

88-
- Create and manage a [news link page](/graph/api/resources/newslinkpage?view=graph-rest-beta&preserve-view=true) in SharePoint.
89-
- [Archive](/graph/api/site-archive?view=graph-rest-beta&preserve-view=true) or [unarchive](/graph/api/site-unarchive?view=graph-rest-beta&preserve-view=true) a SharePoint site.
88+
Create and manage a [news link page](/graph/api/resources/newslinkpage?view=graph-rest-beta&preserve-view=true) in SharePoint.
9089

9190
### Teamwork and communications | Calls and online meetings
9291

concepts/whats-new-overview.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Updated the endpoint of the [fileStorageContainer: restore](/graph/api/filestora
2525

2626
### Identity and access | Identity and sign-in
2727

28-
Added riskEventType entry for the Suspicious API Traffic detection for [service principals](/graph/api/resources/serviceprincipalriskdetection?view=graph-rest-1.0&preserve-view=true).
28+
Added riskEventType entry for the Suspicious API Traffic detection for [service principals](/graph/api/resources/serviceprincipalriskdetection).
2929

3030
### Microsoft Graph Bicep templates
3131

@@ -36,11 +36,13 @@ You can now deploy the user resource in a Bicep template for your infrastructure
3636
- Microsoft Teams custom meeting templates allow you to specify values for many of the meeting options available to meeting organizers. Use the **meetingTemplateId** property on [onlineMeeting](/graph/api/resources/onlinemeeting) to create an online meeting with a meeting template.
3737
- Use the **allowBreakoutRooms**, **allowLiveShare**, **allowPowerPointSharing**, and **allowWhiteboard** to indicate whether breakout rooms, live share, PowerPoint live, and whiteboard features are enabled in an [onlineMeeting](/graph/api/resources/onlinemeeting) or [virtualEventSession](/graph/api/resources/virtualeventsession).
3838
- Use the **allowedLobbyAdmitters** property on [onlineMeeting](/graph/api/resources/onlinemeeting) to get or set the users who can admit from the lobby.
39+
- Use the **allowRecording** and **allowTranscription** properties on the [onlineMeeting](/graph/api/resources/onlinemeeting) and [virtualEventSession](/graph/api/resources/virtualeventsession) to indicate whether recording or transcription is enabled for a meeting or virtual event session.
3940

4041
### Teamwork and communications | Messaging
4142

4243
- [Get](/graph/api/chatmessage-get#example-5-get-a-chat-message-with-an--for-everyone) a chat message with an @mention for everyone.
4344
- [Get](/graph/api/chatmessage-get#example-6-get-a-chat-message-with-a-forwarded-message) a chat message that has a forwarded message as an attachment.
45+
- Use the **isHiddenForAllMembers** property to indicate whether a [chat](/graph/api/resources/chat) is hidden from all its members.
4446

4547
## January 2025: New in preview only
4648

@@ -80,13 +82,25 @@ Use the [start](/graph/api/industrydata-industrydatarun-start?view=graph-rest-be
8082

8183
Use the new mailbox import and export APIs in Microsoft Graph to build solutions that integrate with mailbox resources for data import and export scenarios. For more information, see [Overview of the mailbox import and export APIs in Microsoft Graph](/graph/mailbox-import-export-concept-overview).
8284

85+
### Reports | Identity and access reports
86+
87+
Added `attributeCollectionStart`, `attributeCollectionSubmit`, and `emailOtpSend` as supported values for the **eventType** property of the [appliedAuthenticationEventListener](/graph/api/resources/appliedauthenticationeventlistener?view=graph-rest-beta&preserve-view=true) resource.
88+
89+
### Sites and lists
90+
91+
[Archive](/graph/api/site-archive?view=graph-rest-beta&preserve-view=true) or [unarchive](/graph/api/site-unarchive?view=graph-rest-beta&preserve-view=true) a SharePoint site.
92+
8393
### Tasks and plans
8494

8595
Use the [teamsChannel](/graph/api/resources/planner-overview?view=graph-rest-beta&preserve-view=true#container-type-teams-channel) container type to create plans in shared channels in Microsoft Teams.
8696

97+
### Teamwork and communications | Calls and online meetings
98+
99+
[Get](/graph/changenotifications-for-emergencycalls) change notifications for Microsoft Teams emergency call event updates.
100+
87101
### Teamwork and communications | Messaging
88102

89-
- [Get](/graph/api/chatmessage-get?view=graph-rest-beta&preserve-view=true#example-7-get-a-chat-message-with-a-loop-component) a chat message that includes a Microsoft Loop component as two attachments.
103+
[Get](/graph/api/chatmessage-get?view=graph-rest-beta&preserve-view=true#example-7-get-a-chat-message-with-a-loop-component) a chat message that includes a Microsoft Loop component as two attachments.
90104

91105
## Contribute to Microsoft Graph
92106

0 commit comments

Comments
 (0)