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/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 channel or a chat.
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.
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/chatmessage-post?view=graph-rest-1.0 Find more info here
83
+
* @link https://learn.microsoft.com/graph/api/chat-post-messages?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 channel or a chat.
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.
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/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
36
36
}
37
37
38
38
/**
39
-
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
39
+
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
40
40
* @param MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -50,7 +50,7 @@ public function get(?MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithTo
50
50
}
51
51
52
52
/**
53
-
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
53
+
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
54
54
* @param MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters.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
-
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
8
+
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
9
9
*/
10
10
class MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters
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-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
@@ -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-apps-deviceappmanagement-update?view=graph-rest-1.0 Find more info here
174
+
* @link https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0 Find more info here
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/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/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.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 managedAppStatus objects.
55
+
* List properties and relationships of the managedAppStatusRaw objects.
56
56
* @param ManagedAppStatusesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -82,7 +82,7 @@ public function post(ManagedAppStatus $body, ?ManagedAppStatusesRequestBuilderPo
82
82
}
83
83
84
84
/**
85
-
* List properties and relationships of the managedAppStatus objects.
85
+
* List properties and relationships of the managedAppStatusRaw objects.
86
86
* @param ManagedAppStatusesRequestBuilderGetRequestConfiguration|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/ManagedAppStatusesRequestBuilderGetQueryParameters.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 managedAppStatus objects.
8
+
* List properties and relationships of the managedAppStatusRaw objects.
9
9
*/
10
10
class ManagedAppStatusesRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php
+6-6
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 iosVppEBookAssignment objects.
55
+
* List properties and relationships of the managedEBookAssignment objects.
56
56
* @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -67,12 +67,12 @@ public function get(?AssignmentsRequestBuilderGetRequestConfiguration $requestCo
67
67
}
68
68
69
69
/**
70
-
* Create a new iosVppEBookAssignment object.
70
+
* Create a new managedEBookAssignment object.
71
71
* @param ManagedEBookAssignment $body The request body
72
72
* @param AssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
73
73
* @return Promise<ManagedEBookAssignment|null>
74
74
* @throws Exception
75
-
* @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 Find more info here
75
+
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 Find more info here
@@ -83,7 +83,7 @@ public function post(ManagedEBookAssignment $body, ?AssignmentsRequestBuilderPos
83
83
}
84
84
85
85
/**
86
-
* List properties and relationships of the iosVppEBookAssignment objects.
86
+
* List properties and relationships of the managedEBookAssignment objects.
87
87
* @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
88
88
* @return RequestInformation
89
89
*/
@@ -104,7 +104,7 @@ public function toGetRequestInformation(?AssignmentsRequestBuilderGetRequestConf
104
104
}
105
105
106
106
/**
107
-
* Create a new iosVppEBookAssignment object.
107
+
* Create a new managedEBookAssignment object.
108
108
* @param ManagedEBookAssignment $body The request body
109
109
* @param AssignmentsRequestBuilderPostRequestConfiguration|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/AssignmentsRequestBuilderGetQueryParameters.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 iosVppEBookAssignment objects.
8
+
* List properties and relationships of the managedEBookAssignment objects.
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestCon
46
46
}
47
47
48
48
/**
49
-
* Read properties and relationships of the iosVppEBookAssignment object.
49
+
* Read properties and relationships of the managedEBookAssignment 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-iosvppebookassignment-get?view=graph-rest-1.0 Find more info here
53
+
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 Find more info here
@@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?ManagedEBookAssignmentItemRequestBui
95
95
}
96
96
97
97
/**
98
-
* Read properties and relationships of the iosVppEBookAssignment object.
98
+
* Read properties and relationships of the managedEBookAssignment 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 iosVppEBookAssignment object.
8
+
* Read properties and relationships of the managedEBookAssignment object.
9
9
*/
10
10
class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.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 iosVppEBook objects.
55
+
* List properties and relationships of the managedEBook objects.
56
56
* @param ManagedEBooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -83,7 +83,7 @@ public function post(ManagedEBook $body, ?ManagedEBooksRequestBuilderPostRequest
83
83
}
84
84
85
85
/**
86
-
* List properties and relationships of the iosVppEBook objects.
86
+
* List properties and relationships of the managedEBook objects.
87
87
* @param ManagedEBooksRequestBuilderGetRequestConfiguration|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/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,11 @@ public function delete(?ManagedDeviceMobileAppConfigurationItemRequestBuilderDel
94
94
}
95
95
96
96
/**
97
-
* Read properties and relationships of the managedDeviceMobileAppConfiguration object.
97
+
* Read properties and relationships of the iosMobileAppConfiguration object.
98
98
* @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -143,7 +143,7 @@ public function toDeleteRequestInformation(?ManagedDeviceMobileAppConfigurationI
143
143
}
144
144
145
145
/**
146
-
* Read properties and relationships of the managedDeviceMobileAppConfiguration object.
146
+
* Read properties and relationships of the iosMobileAppConfiguration object.
147
147
* @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|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/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.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 managedDeviceMobileAppConfiguration object.
8
+
* Read properties and relationships of the iosMobileAppConfiguration object.
9
9
*/
10
10
class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters
0 commit comments