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: msgraph_beta/generated/admin/windows/updates/updatable_assets/item/updatable_asset_item_request_builder.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
39
+
Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
40
40
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
41
41
Returns: None
42
-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta
42
+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta
Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
102
+
Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
103
103
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
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.
36
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
37
37
param body: The request body
38
38
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
Returns: Optional[InviteParticipantsOperation]
40
-
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta
40
+
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta
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.
60
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
61
61
param body: The request body
62
62
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Send a new chatMessage in the specified channel or a chat.
76
+
Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
77
77
param body: The request body
78
78
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
79
79
Returns: Optional[ChatMessage]
80
-
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta
80
+
Find more info here: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta
Send a new chatMessage in the specified channel or a chat.
111
+
Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
112
112
param body: The request body
113
113
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
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.
36
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
37
37
param body: The request body
38
38
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
Returns: Optional[InviteParticipantsOperation]
40
-
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta
40
+
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta
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.
60
+
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
61
61
param body: The request body
62
62
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: msgraph_beta/generated/device_management/mobile_app_troubleshooting_events/item/app_log_collection_requests/app_log_collection_requests_request_builder.py
Copy file name to clipboardExpand all lines: msgraph_beta/generated/device_management/mobile_app_troubleshooting_events/item/app_log_collection_requests/item/app_log_collection_request_item_request_builder.py
Copy file name to clipboardExpand all lines: msgraph_beta/generated/device_management/virtual_endpoint/reports/retrieve_cloud_pc_troubleshoot_reports/retrieve_cloud_pc_troubleshoot_reports_post_request_body.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ class RetrieveCloudPcTroubleshootReportsPostRequestBody(AdditionalDataHolder, Ba
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
37
37
param body: The request body
38
38
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
Returns: Optional[WorkbookTable]
40
-
Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta
40
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
61
61
param body: The request body
62
62
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
37
37
param body: The request body
38
38
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
Returns: Optional[WorkbookTable]
40
-
Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta
40
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
61
61
param body: The request body
62
62
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments