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/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
52
52
}
53
53
54
54
/**
55
-
* List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
55
+
* List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
56
56
* @param TeamsAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -83,7 +83,7 @@ public function post(TeamsApp $body, ?TeamsAppsRequestBuilderPostRequestConfigur
83
83
}
84
84
85
85
/**
86
-
* List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
86
+
* List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
87
87
* @param TeamsAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilderGetQueryParameters.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 apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
8
+
* List apps from the Microsoft Teams app catalog, including apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.
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/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-policyset-deviceappmanagement-get?view=graph-rest-1.0 Find more info here
158
+
* @link https://learn.microsoft.com/graph/api/intune-books-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-partnerintegration-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 managedAppConfiguration object.
56
+
* Read properties and relationships of the targetedManagedAppProtection 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-managedappconfiguration-get?view=graph-rest-1.0 Find more info here
60
+
* @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-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 managedAppConfiguration object.
104
+
* Read properties and relationships of the targetedManagedAppProtection 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 managedAppConfiguration object.
8
+
* Read properties and relationships of the targetedManagedAppProtection 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 windowsInformationProtection objects.
55
+
* List properties and relationships of the targetedManagedAppProtection 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 windowsInformationProtection objects.
85
+
* List properties and relationships of the targetedManagedAppProtection 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 windowsInformationProtection objects.
8
+
* List properties and relationships of the targetedManagedAppProtection objects.
9
9
*/
10
10
class ManagedAppPoliciesRequestBuilderGetQueryParameters
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 managedAppRegistration 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-managedappregistration-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 managedAppRegistration 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 managedAppRegistration 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 androidManagedAppRegistration objects.
63
+
* List properties and relationships of the managedAppRegistration 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 androidManagedAppRegistration objects.
94
+
* List properties and relationships of the managedAppRegistration 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 androidManagedAppRegistration objects.
8
+
* List properties and relationships of the managedAppRegistration objects.
9
9
*/
10
10
class ManagedAppRegistrationsRequestBuilderGetQueryParameters
Copy file name to clipboardexpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.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 managedEBookAssignment objects.
55
+
* List properties and relationships of the iosVppEBookAssignment objects.
56
56
* @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -83,7 +83,7 @@ public function post(ManagedEBookAssignment $body, ?AssignmentsRequestBuilderPos
83
83
}
84
84
85
85
/**
86
-
* List properties and relationships of the managedEBookAssignment objects.
86
+
* List properties and relationships of the iosVppEBookAssignment objects.
87
87
* @param AssignmentsRequestBuilderGetRequestConfiguration|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 managedEBookAssignment objects.
8
+
* List properties and relationships of the iosVppEBookAssignment objects.
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
@@ -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
@@ -61,12 +61,12 @@ public function get(?ManagedEBookAssignmentItemRequestBuilderGetRequestConfigura
61
61
}
62
62
63
63
/**
64
-
* Update the properties of a managedEBookAssignment object.
64
+
* Update the properties of a iosVppEBookAssignment object.
65
65
* @param ManagedEBookAssignment $body The request body
66
66
* @param ManagedEBookAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
67
67
* @return Promise<ManagedEBookAssignment|null>
68
68
* @throws Exception
69
-
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0 Find more info here
69
+
* @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?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 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.
100
100
* @return RequestInformation
101
101
*/
@@ -116,7 +116,7 @@ public function toGetRequestInformation(?ManagedEBookAssignmentItemRequestBuilde
116
116
}
117
117
118
118
/**
119
-
* Update the properties of a managedEBookAssignment object.
119
+
* Update the properties of a iosVppEBookAssignment object.
120
120
* @param ManagedEBookAssignment $body The request body
121
121
* @param ManagedEBookAssignmentItemRequestBuilderPatchRequestConfiguration|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/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 managedEBook objects.
55
+
* List properties and relationships of the iosVppEBook 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 managedEBook objects.
86
+
* List properties and relationships of the iosVppEBook objects.
87
87
* @param ManagedEBooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments