Skip to content

Commit 7765337

Browse files
committed
Address PR comments
1 parent ef02166 commit 7765337

File tree

2 files changed

+44
-86
lines changed

2 files changed

+44
-86
lines changed

api-reference/beta/resources/emergencycallevent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ None.
2626
|Property|Type|Description|
2727
|:---|:---|:---|
2828
| callerInfo | [emergencyCallerInfo](../resources/emergencycallerinfo.md)| Emergency caller information. |
29-
| callEventType | callEventType| Depicts call event type. The possible values are: `callStarted`, `callEnded`, `unknownFutureValue`, `rosterUpdated`.|
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`.|
3030
| emergencyNumberDialed | String | The emergency number dialed. |
3131
| eventDateTime | DateTimeOffset | The time of when event occurred. |
32-
| id | String | Entity id. |
32+
| id | String | The entity ID. |
3333
| policyName | String | The policy name for emergency call event. |
3434

3535
## Relationships

changelog/Microsoft.Skype.Calling.json

Lines changed: 42 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,47 @@
11
{
22
"changelog": [
3-
{
4-
"ChangeList": [
5-
{
6-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
7-
"ApiChange": "Enumeration",
8-
"ChangedApiName": "locationType",
9-
"ChangeType": "Addition",
10-
"Description": "Added the **locationType** enumeration type.",
11-
"Target": "locationType"
12-
},
13-
{
14-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
15-
"ApiChange": "Enumeration",
16-
"ChangedApiName": "locationUniqueIdType",
17-
"ChangeType": "Addition",
18-
"Description": "Added the **locationUniqueIdType** enumeration type.",
19-
"Target": "locationUniqueIdType"
20-
},
21-
{
22-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
23-
"ApiChange": "Enumeration",
24-
"ChangedApiName": "physicalAddressType",
25-
"ChangeType": "Addition",
26-
"Description": "Added the **physicalAddressType** enumeration type.",
27-
"Target": "physicalAddressType"
28-
},
29-
{
30-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
31-
"ApiChange": "Resource",
32-
"ChangedApiName": "emergencyCallerInfo",
33-
"ChangeType": "Addition",
34-
"Description": "Added the [emergencyCallerInfo](https://learn.microsoft.com/en-us/graph/api/resources/emergencyCallerInfo?view=graph-rest-beta) resource.",
35-
"Target": "emergencyCallerInfo"
36-
},
37-
{
38-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
39-
"ApiChange": "Resource",
40-
"ChangedApiName": "outlookGeoCoordinates",
41-
"ChangeType": "Addition",
42-
"Description": "Added the [outlookGeoCoordinates](https://learn.microsoft.com/en-us/graph/api/resources/outlookGeoCoordinates?view=graph-rest-beta) resource.",
43-
"Target": "outlookGeoCoordinates"
44-
},
45-
{
46-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
47-
"ApiChange": "Resource",
48-
"ChangedApiName": "physicalAddress",
49-
"ChangeType": "Addition",
50-
"Description": "Added the [physicalAddress](https://learn.microsoft.com/en-us/graph/api/resources/physicalAddress?view=graph-rest-beta) resource.",
51-
"Target": "physicalAddress"
52-
},
53-
{
54-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
55-
"ApiChange": "Resource",
56-
"ChangedApiName": "emergencyCallEvent",
57-
"ChangeType": "Addition",
58-
"Description": "Added the [emergencyCallEvent](https://learn.microsoft.com/en-us/graph/api/resources/emergencyCallEvent?view=graph-rest-beta) resource.",
59-
"Target": "emergencyCallEvent"
60-
}
61-
],
62-
"Id": "e554e67c-d299-46dd-9402-77b676082897",
63-
"Cloud": "Prod",
64-
"Version": "beta",
65-
"CreatedDateTime": "2024-09-13T20:21:16.9977147Z",
66-
"WorkloadArea": "Cloud communications",
67-
"SubArea": "Call"
68-
},
69-
{
70-
"ChangeList": [
71-
{
72-
"Id": "48f13a29-639d-4d59-ada4-cb2310bb2774",
73-
"ApiChange": "Resource",
74-
"ChangedApiName": "location",
75-
"ChangeType": "Addition",
76-
"Description": "Added the [location](https://learn.microsoft.com/en-us/graph/api/resources/location?view=graph-rest-beta) resource.",
77-
"Target": "location"
78-
}
79-
],
80-
"Id": "48f13a29-639d-4d59-ada4-cb2310bb2774",
81-
"Cloud": "Prod",
82-
"Version": "beta",
83-
"CreatedDateTime": "2024-09-13T20:21:16.9979611Z",
84-
"WorkloadArea": "Calendar, mail, personal contacts",
85-
"SubArea": ""
86-
},
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "e554e67c-d299-46dd-9402-77b676082897",
7+
"ApiChange": "Enumeration",
8+
"ChangedApiName": "callEventType",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **callEventType** enumeration type.",
11+
"Target": "callEventType"
12+
},
13+
{
14+
"Id": "e554e67c-d299-46dd-9402-77b676082897",
15+
"ApiChange": "Resource",
16+
"ChangedApiName": "emergencyCallerInfo",
17+
"ChangeType": "Addition",
18+
"Description": "Added the [emergencyCallerInfo](https://learn.microsoft.com/en-us/graph/api/resources/emergencyCallerInfo?view=graph-rest-beta) resource.",
19+
"Target": "emergencyCallerInfo"
20+
},
21+
{
22+
"Id": "e554e67c-d299-46dd-9402-77b676082897",
23+
"ApiChange": "Resource",
24+
"ChangedApiName": "callEvent",
25+
"ChangeType": "Addition",
26+
"Description": "Added the [callEvent](https://learn.microsoft.com/en-us/graph/api/resources/callEvent?view=graph-rest-beta) resource.",
27+
"Target": "callEvent"
28+
},
29+
{
30+
"Id": "e554e67c-d299-46dd-9402-77b676082897",
31+
"ApiChange": "Resource",
32+
"ChangedApiName": "emergencyCallEvent",
33+
"ChangeType": "Addition",
34+
"Description": "Added the [emergencyCallEvent](https://learn.microsoft.com/en-us/graph/api/resources/emergencyCallEvent?view=graph-rest-beta) resource.",
35+
"Target": "emergencyCallEvent"
36+
}
37+
],
38+
"Id": "e554e67c-d299-46dd-9402-77b676082897",
39+
"Cloud": "Prod",
40+
"Version": "beta",
41+
"CreatedDateTime": "2025-01-10T20:21:16.9977147Z",
42+
"WorkloadArea": "Cloud communications",
43+
"SubArea": "Call"
44+
},
8745
{
8846
"ChangeList": [
8947
{

0 commit comments

Comments
 (0)