You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu
46
46
}
47
47
48
48
/**
49
-
* Retrieve a conversationMember from a chat or channel.
49
+
* Retrieve a conversationMember from a chat.
50
50
* @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
51
51
* @return Promise<ConversationMember|null>
52
52
* @throws Exception
53
-
* @link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 Find more info here
53
+
* @link https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 Find more info here
@@ -94,7 +94,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder
94
94
}
95
95
96
96
/**
97
-
* Retrieve a conversationMember from a chat or channel.
97
+
* Retrieve a conversationMember from a chat.
98
98
* @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi
75
75
}
76
76
77
77
/**
78
-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
78
+
* Send a new chatMessage in the specified channel or a chat.
79
79
* @param ChatMessage $body The request body
80
80
* @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
81
81
* @return Promise<ChatMessage|null>
82
82
* @throws Exception
83
-
* @link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 Find more info here
83
+
* @link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 Find more info here
@@ -112,7 +112,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu
112
112
}
113
113
114
114
/**
115
-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
115
+
* Send a new chatMessage in the specified channel or a chat.
116
116
* @param ChatMessage $body The request body
117
117
* @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
31
31
}
32
32
33
33
/**
34
-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
34
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
35
35
* @param InvitePostRequestBody $body The request body
36
36
* @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -47,7 +47,7 @@ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostReque
47
47
}
48
48
49
49
/**
50
-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
50
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
51
51
* @param InvitePostRequestBody $body The request body
52
52
* @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
155
155
* @param DeviceAppManagementRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
156
156
* @return Promise<DeviceAppManagement|null>
157
157
* @throws Exception
158
-
* @link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0 Find more info here
158
+
* @link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0 Find more info here
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ public function delete(?ManagedAppPolicyItemRequestBuilderDeleteRequestConfigura
53
53
}
54
54
55
55
/**
56
-
* Read properties and relationships of the targetedManagedAppProtection object.
56
+
* Read properties and relationships of the windowsInformationProtection object.
57
57
* @param ManagedAppPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
58
58
* @return Promise<ManagedAppPolicy|null>
59
59
* @throws Exception
60
-
* @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0 Find more info here
60
+
* @link https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0 Find more info here
@@ -101,7 +101,7 @@ public function toDeleteRequestInformation(?ManagedAppPolicyItemRequestBuilderDe
101
101
}
102
102
103
103
/**
104
-
* Read properties and relationships of the targetedManagedAppProtection object.
104
+
* Read properties and relationships of the windowsInformationProtection object.
105
105
* @param ManagedAppPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilderGetQueryParameters.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* Read properties and relationships of the targetedManagedAppProtection object.
8
+
* Read properties and relationships of the windowsInformationProtection object.
9
9
*/
10
10
class ManagedAppPolicyItemRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
52
52
}
53
53
54
54
/**
55
-
* List properties and relationships of the managedAppProtection objects.
55
+
* List properties and relationships of the managedAppPolicy objects.
56
56
* @param ManagedAppPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -82,7 +82,7 @@ public function post(ManagedAppPolicy $body, ?ManagedAppPoliciesRequestBuilderPo
82
82
}
83
83
84
84
/**
85
-
* List properties and relationships of the managedAppProtection objects.
85
+
* List properties and relationships of the managedAppPolicy objects.
86
86
* @param ManagedAppPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilderGetQueryParameters.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* List properties and relationships of the managedAppProtection objects.
8
+
* List properties and relationships of the managedAppPolicy objects.
9
9
*/
10
10
class ManagedAppPoliciesRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
60
60
}
61
61
62
62
/**
63
-
* List properties and relationships of the managedAppRegistration objects.
63
+
* List properties and relationships of the iosManagedAppRegistration objects.
64
64
* @param ManagedAppRegistrationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -91,7 +91,7 @@ public function post(ManagedAppRegistration $body, ?ManagedAppRegistrationsReque
91
91
}
92
92
93
93
/**
94
-
* List properties and relationships of the managedAppRegistration objects.
94
+
* List properties and relationships of the iosManagedAppRegistration objects.
95
95
* @param ManagedAppRegistrationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilderGetQueryParameters.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* List properties and relationships of the managedAppRegistration objects.
8
+
* List properties and relationships of the iosManagedAppRegistration objects.
9
9
*/
10
10
class ManagedAppRegistrationsRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php
+6-6
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
31
31
}
32
32
33
33
/**
34
-
* Deletes a managedEBookAssignment.
34
+
* Deletes a iosVppEBookAssignment.
35
35
* @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
36
* @return Promise<void|null>
37
37
* @throws Exception
38
-
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 Find more info here
38
+
* @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0 Find more info here
@@ -46,11 +46,11 @@ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestCon
46
46
}
47
47
48
48
/**
49
-
* Read properties and relationships of the managedEBookAssignment object.
49
+
* Read properties and relationships of the iosVppEBookAssignment object.
50
50
* @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
51
51
* @return Promise<ManagedEBookAssignment|null>
52
52
* @throws Exception
53
-
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 Find more info here
53
+
* @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 Find more info here
@@ -77,7 +77,7 @@ public function patch(ManagedEBookAssignment $body, ?ManagedEBookAssignmentItemR
77
77
}
78
78
79
79
/**
80
-
* Deletes a managedEBookAssignment.
80
+
* Deletes a iosVppEBookAssignment.
81
81
* @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
82
82
* @return RequestInformation
83
83
*/
@@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?ManagedEBookAssignmentItemRequestBui
95
95
}
96
96
97
97
/**
98
-
* Read properties and relationships of the managedEBookAssignment object.
98
+
* Read properties and relationships of the iosVppEBookAssignment object.
99
99
* @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
useMicrosoft\Kiota\Abstractions\QueryParameter;
6
6
7
7
/**
8
-
* Read properties and relationships of the managedEBookAssignment object.
8
+
* Read properties and relationships of the iosVppEBookAssignment object.
9
9
*/
10
10
class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php
+9-9
Original file line number
Diff line number
Diff line change
@@ -183,11 +183,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
183
183
}
184
184
185
185
/**
186
-
* Deletes a microsoftStoreForBusinessApp.
186
+
* Deletes a managedAndroidStoreApp.
187
187
* @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
188
188
* @return Promise<void|null>
189
189
* @throws Exception
190
-
* @link https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-delete?view=graph-rest-1.0 Find more info here
190
+
* @link https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-delete?view=graph-rest-1.0 Find more info here
@@ -198,11 +198,11 @@ public function delete(?MobileAppItemRequestBuilderDeleteRequestConfiguration $r
198
198
}
199
199
200
200
/**
201
-
* Read properties and relationships of the iosStoreApp object.
201
+
* Read properties and relationships of the mobileLobApp object.
202
202
* @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
203
203
* @return Promise<MobileApp|null>
204
204
* @throws Exception
205
-
* @link https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-get?view=graph-rest-1.0 Find more info here
205
+
* @link https://learn.microsoft.com/graph/api/intune-apps-mobilelobapp-get?view=graph-rest-1.0 Find more info here
@@ -213,12 +213,12 @@ public function get(?MobileAppItemRequestBuilderGetRequestConfiguration $request
213
213
}
214
214
215
215
/**
216
-
* Update the properties of a webApp object.
216
+
* Update the properties of a macOSOfficeSuiteApp object.
217
217
* @param MobileApp $body The request body
218
218
* @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
219
219
* @return Promise<MobileApp|null>
220
220
* @throws Exception
221
-
* @link https://learn.microsoft.com/graph/api/intune-apps-webapp-update?view=graph-rest-1.0 Find more info here
221
+
* @link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-update?view=graph-rest-1.0 Find more info here
@@ -229,7 +229,7 @@ public function patch(MobileApp $body, ?MobileAppItemRequestBuilderPatchRequestC
229
229
}
230
230
231
231
/**
232
-
* Deletes a microsoftStoreForBusinessApp.
232
+
* Deletes a managedAndroidStoreApp.
233
233
* @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
234
234
* @return RequestInformation
235
235
*/
@@ -247,7 +247,7 @@ public function toDeleteRequestInformation(?MobileAppItemRequestBuilderDeleteReq
247
247
}
248
248
249
249
/**
250
-
* Read properties and relationships of the iosStoreApp object.
250
+
* Read properties and relationships of the mobileLobApp object.
251
251
* @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
252
252
* @return RequestInformation
253
253
*/
@@ -268,7 +268,7 @@ public function toGetRequestInformation(?MobileAppItemRequestBuilderGetRequestCo
268
268
}
269
269
270
270
/**
271
-
* Update the properties of a webApp object.
271
+
* Update the properties of a macOSOfficeSuiteApp object.
272
272
* @param MobileApp $body The request body
273
273
* @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments