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.
49
+
* Retrieve a conversationMember from a chat or channel.
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/chat-get-members?view=graph-rest-1.0 Find more info here
53
+
* @link https://learn.microsoft.com/graph/api/conversationmember-get?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.
97
+
* Retrieve a conversationMember from a chat or channel.
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/DeviceAppManagement/DeviceAppManagementRequestBuilder.php
+2-2
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-apps-deviceappmanagement-get?view=graph-rest-1.0 Find more info here
158
+
* @link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0 Find more info here
@@ -171,7 +171,7 @@ public function get(?DeviceAppManagementRequestBuilderGetRequestConfiguration $r
171
171
* @param DeviceAppManagementRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
172
172
* @return Promise<DeviceAppManagement|null>
173
173
* @throws Exception
174
-
* @link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-update?view=graph-rest-1.0 Find more info here
174
+
* @link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?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 windowsInformationProtection object.
56
+
* Read properties and relationships of the managedAppProtection 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-windowsinformationprotection-get?view=graph-rest-1.0 Find more info here
60
+
* @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-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 windowsInformationProtection object.
104
+
* Read properties and relationships of the managedAppProtection 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 windowsInformationProtection object.
8
+
* Read properties and relationships of the managedAppProtection object.
9
9
*/
10
10
class ManagedAppPolicyItemRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,11 @@ public function delete(?ManagedAppRegistrationItemRequestBuilderDeleteRequestCon
69
69
}
70
70
71
71
/**
72
-
* Read properties and relationships of the iosManagedAppRegistration object.
72
+
* Read properties and relationships of the androidManagedAppRegistration object.
73
73
* @param ManagedAppRegistrationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
74
74
* @return Promise<ManagedAppRegistration|null>
75
75
* @throws Exception
76
-
* @link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0 Find more info here
76
+
* @link https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0 Find more info here
@@ -117,7 +117,7 @@ public function toDeleteRequestInformation(?ManagedAppRegistrationItemRequestBui
117
117
}
118
118
119
119
/**
120
-
* Read properties and relationships of the iosManagedAppRegistration object.
120
+
* Read properties and relationships of the androidManagedAppRegistration object.
121
121
* @param ManagedAppRegistrationItemRequestBuilderGetRequestConfiguration|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/Item/ManagedAppRegistrationItemRequestBuilderGetQueryParameters.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 iosManagedAppRegistration object.
8
+
* Read properties and relationships of the androidManagedAppRegistration object.
9
9
*/
10
10
class ManagedAppRegistrationItemRequestBuilderGetQueryParameters
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 iosManagedAppRegistration objects.
63
+
* List properties and relationships of the androidManagedAppRegistration 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 iosManagedAppRegistration objects.
94
+
* List properties and relationships of the androidManagedAppRegistration 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 iosManagedAppRegistration objects.
8
+
* List properties and relationships of the androidManagedAppRegistration objects.
9
9
*/
10
10
class ManagedAppRegistrationsRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,11 @@ public function delete(?ManagedAppStatusItemRequestBuilderDeleteRequestConfigura
45
45
}
46
46
47
47
/**
48
-
* Read properties and relationships of the managedAppStatus object.
48
+
* Read properties and relationships of the managedAppStatusRaw object.
49
49
* @param ManagedAppStatusItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
50
50
* @return Promise<ManagedAppStatus|null>
51
51
* @throws Exception
52
-
* @link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0 Find more info here
52
+
* @link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0 Find more info here
@@ -93,7 +93,7 @@ public function toDeleteRequestInformation(?ManagedAppStatusItemRequestBuilderDe
93
93
}
94
94
95
95
/**
96
-
* Read properties and relationships of the managedAppStatus object.
96
+
* Read properties and relationships of the managedAppStatusRaw object.
97
97
* @param ManagedAppStatusItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilderGetQueryParameters.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 managedAppStatus object.
8
+
* Read properties and relationships of the managedAppStatusRaw object.
9
9
*/
10
10
class ManagedAppStatusItemRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ public function delete(?ManagedEBookItemRequestBuilderDeleteRequestConfiguration
86
86
}
87
87
88
88
/**
89
-
* Read properties and relationships of the iosVppEBook object.
89
+
* Read properties and relationships of the managedEBook object.
90
90
* @param ManagedEBookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
91
91
* @return Promise<ManagedEBook|null>
92
92
* @throws Exception
93
-
* @link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 Find more info here
93
+
* @link https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0 Find more info here
@@ -135,7 +135,7 @@ public function toDeleteRequestInformation(?ManagedEBookItemRequestBuilderDelete
135
135
}
136
136
137
137
/**
138
-
* Read properties and relationships of the iosVppEBook object.
138
+
* Read properties and relationships of the managedEBook object.
139
139
* @param ManagedEBookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.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 managedDeviceMobileAppConfiguration objects.
55
+
* List properties and relationships of the iosMobileAppConfiguration objects.
56
56
* @param MobileAppConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -83,7 +83,7 @@ public function post(ManagedDeviceMobileAppConfiguration $body, ?MobileAppConfig
83
83
}
84
84
85
85
/**
86
-
* List properties and relationships of the managedDeviceMobileAppConfiguration objects.
86
+
* List properties and relationships of the iosMobileAppConfiguration objects.
87
87
* @param MobileAppConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilderGetQueryParameters.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 managedDeviceMobileAppConfiguration objects.
8
+
* List properties and relationships of the iosMobileAppConfiguration objects.
9
9
*/
10
10
class MobileAppConfigurationsRequestBuilderGetQueryParameters
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 managedAndroidStoreApp.
186
+
* Deletes a managedIOSStoreApp.
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-managedandroidstoreapp-delete?view=graph-rest-1.0 Find more info here
190
+
* @link https://learn.microsoft.com/graph/api/intune-apps-managediosstoreapp-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 mobileLobApp object.
201
+
* Read properties and relationships of the iosStoreApp 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-mobilelobapp-get?view=graph-rest-1.0 Find more info here
205
+
* @link https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-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 macOSOfficeSuiteApp object.
216
+
* Update the properties of a iosVppApp 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-macosofficesuiteapp-update?view=graph-rest-1.0 Find more info here
221
+
* @link https://learn.microsoft.com/graph/api/intune-apps-iosvppapp-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 managedAndroidStoreApp.
232
+
* Deletes a managedIOSStoreApp.
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 mobileLobApp object.
250
+
* Read properties and relationships of the iosStoreApp 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 macOSOfficeSuiteApp object.
271
+
* Update the properties of a iosVppApp 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