Skip to content

Commit 222d247

Browse files
authored
Merge branch 'main' into JarbasHorst-patch-8
2 parents 7dc8b6d + b0e6053 commit 222d247

File tree

6 files changed

+83
-13
lines changed

6 files changed

+83
-13
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/permissions-reference.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.localizationpriority: high
77
ms.topic: reference
88
ms.subservice: entra-applications
99
ms.custom: graphiamtop20, scenarios:getting-started
10-
ms.date: 01/27/2025
10+
ms.date: 02/03/2025
1111
#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.
1212
---
1313

@@ -3218,6 +3218,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
32183218

32193219
---
32203220

3221+
### IndustryData-Run.Start
3222+
3223+
| Category | Application | Delegated |
3224+
|--|--|--|
3225+
| Identifier | 7e429772-5b5e-47c0-8fd6-7279294c8033 | f03a6d0e-0989-460f-80b2-e57c8561763e |
3226+
| DisplayText | View and start runs | View and start runs |
3227+
| Description | Allows the app to view and start IndustryData runs without a signed-in user. | Allows the app to view and start IndustryData runs on behalf of the signed-in user. |
3228+
| AdminConsentRequired | Yes | Yes |
3229+
3230+
---
3231+
32213232
### IndustryData-SourceSystem.Read.All
32223233

32233234
| Category | Application | Delegated |
@@ -6233,6 +6244,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
62336244

62346245
---
62356246

6247+
### SynchronizationData-User.Upload.OwnedBy
6248+
6249+
| Category | Application | Delegated |
6250+
|--|--|--|
6251+
| Identifier | 25c32ff3-849a-494b-b94f-20a8ac4e6774 | - |
6252+
| DisplayText | Upload user data to the identity sync service for apps that this application creates or owns | - |
6253+
| Description | Allows the application to upload bulk user data to the identity synchronization service for apps that this application creates or owns, without a signed-in user. | - |
6254+
| AdminConsentRequired | Yes | - |
6255+
6256+
---
6257+
62366258
### Tasks.Read
62376259

62386260
| Category | Application | Delegated |

0 commit comments

Comments
 (0)