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/Applications/Item/Owners/Ref/RefRequestBuilder.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat
62
62
}
63
63
64
64
/**
65
-
* Add an owner to an application. Currently, only individual users are supported as owners of applications.
65
+
* Add an owner to an application. Application owners can be individual users, the associated service principal, or another service principal.
66
66
* @param ReferenceCreate $body The request body
67
67
* @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
68
68
* @return Promise<void|null>
@@ -120,7 +120,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio
120
120
}
121
121
122
122
/**
123
-
* Add an owner to an application. Currently, only individual users are supported as owners of applications.
123
+
* Add an owner to an application. Application owners can be individual users, the associated service principal, or another service principal.
124
124
* @param ReferenceCreate $body The request body
125
125
* @param RefRequestBuilderPostRequestConfiguration|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/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/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
-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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
-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
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.
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
+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-onboarding-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-onboarding-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 managedAppPolicy 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-managedapppolicy-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 managedAppPolicy 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 managedAppPolicy 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 managedAppConfiguration 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 managedAppConfiguration 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 managedAppConfiguration 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/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 androidManagedAppRegistration object.
72
+
* Read properties and relationships of the iosManagedAppRegistration 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-androidmanagedappregistration-get?view=graph-rest-1.0 Find more info here
76
+
* @link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-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 androidManagedAppRegistration object.
120
+
* Read properties and relationships of the iosManagedAppRegistration 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 androidManagedAppRegistration object.
8
+
* Read properties and relationships of the iosManagedAppRegistration object.
9
9
*/
10
10
class ManagedAppRegistrationItemRequestBuilderGetQueryParameters
Copy file name to clipboardExpand all lines: src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php
+9-9
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 iosVppEBookAssignment.
34
+
* Deletes a managedEBookAssignment.
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-iosvppebookassignment-delete?view=graph-rest-1.0 Find more info here
38
+
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-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
@@ -61,12 +61,12 @@ public function get(?ManagedEBookAssignmentItemRequestBuilderGetRequestConfigura
61
61
}
62
62
63
63
/**
64
-
* Update the properties of a iosVppEBookAssignment object.
64
+
* Update the properties of a managedEBookAssignment 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-iosvppebookassignment-update?view=graph-rest-1.0 Find more info here
69
+
* @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?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 iosVppEBookAssignment.
80
+
* Deletes a managedEBookAssignment.
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.
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 iosVppEBookAssignment object.
119
+
* Update the properties of a managedEBookAssignment 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