Skip to content

Commit d03d91c

Browse files
committed
2 parents 83ce8c9 + d051208 commit d03d91c

File tree

156 files changed

+680
-481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+680
-481
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0] - 2024-01-11
8+
## [1.1.0] - 2024-01-18
99

1010
### Added
1111

1212
### Changed
13-
- Latest metadata updates from 9th January 2024.
13+
- Latest metadata updates from 16th January 2024.
1414

1515
## [1.0.0] - 2023-10-31
1616

msgraph_beta/generated/admin/windows/updates/updatable_assets/item/updatable_asset_item_request_builder.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3232

3333
async def delete(self,request_configuration: Optional[UpdatableAssetItemRequestBuilderDeleteRequestConfiguration] = None) -> None:
3434
"""
35-
Delete an updatableAsset object.
35+
Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
3636
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3737
Returns: None
38-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-1.0
38+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-1.0
3939
"""
4040
request_info = self.to_delete_request_information(
4141
request_configuration
@@ -52,10 +52,10 @@ async def delete(self,request_configuration: Optional[UpdatableAssetItemRequestB
5252

5353
async def get(self,request_configuration: Optional[UpdatableAssetItemRequestBuilderGetRequestConfiguration] = None) -> Optional[UpdatableAsset]:
5454
"""
55-
Read the properties of an azureADDevice object.
55+
Read the properties and relationships of an updatableAssetGroup object.
5656
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5757
Returns: Optional[UpdatableAsset]
58-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0
58+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-1.0
5959
"""
6060
request_info = self.to_get_request_information(
6161
request_configuration
@@ -98,7 +98,7 @@ async def patch(self,body: Optional[UpdatableAsset] = None, request_configuratio
9898

9999
def to_delete_request_information(self,request_configuration: Optional[UpdatableAssetItemRequestBuilderDeleteRequestConfiguration] = None) -> RequestInformation:
100100
"""
101-
Delete an updatableAsset object.
101+
Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
102102
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
103103
Returns: RequestInformation
104104
"""
@@ -114,7 +114,7 @@ def to_delete_request_information(self,request_configuration: Optional[Updatable
114114

115115
def to_get_request_information(self,request_configuration: Optional[UpdatableAssetItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
116116
"""
117-
Read the properties of an azureADDevice object.
117+
Read the properties and relationships of an updatableAssetGroup object.
118118
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
119119
Returns: RequestInformation
120120
"""
@@ -208,7 +208,7 @@ class UpdatableAssetItemRequestBuilderDeleteRequestConfiguration(BaseRequestConf
208208
@dataclass
209209
class UpdatableAssetItemRequestBuilderGetQueryParameters():
210210
"""
211-
Read the properties of an azureADDevice object.
211+
Read the properties and relationships of an updatableAssetGroup object.
212212
"""
213213
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
214214
"""

msgraph_beta/generated/admin/windows/updates/update_policies/item/compliance_changes/item/compliance_change_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ async def get(self,request_configuration: Optional[ComplianceChangeItemRequestBu
7171

7272
async def patch(self,body: Optional[ComplianceChange] = None, request_configuration: Optional[ComplianceChangeItemRequestBuilderPatchRequestConfiguration] = None) -> Optional[ComplianceChange]:
7373
"""
74-
Update the properties of a contentApproval object.
74+
Update the properties of a complianceChange object.
7575
param body: The request body
7676
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7777
Returns: Optional[ComplianceChange]
78-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-1.0
78+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-1.0
7979
"""
8080
if not body:
8181
raise TypeError("body cannot be null.")
@@ -129,7 +129,7 @@ def to_get_request_information(self,request_configuration: Optional[ComplianceCh
129129

130130
def to_patch_request_information(self,body: Optional[ComplianceChange] = None, request_configuration: Optional[ComplianceChangeItemRequestBuilderPatchRequestConfiguration] = None) -> RequestInformation:
131131
"""
132-
Update the properties of a contentApproval object.
132+
Update the properties of a complianceChange object.
133133
param body: The request body
134134
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
135135
Returns: RequestInformation

msgraph_beta/generated/app/calls/item/participants/invite/invite_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
2929

3030
async def post(self,body: Optional[InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> Optional[InviteParticipantsOperation]:
3131
"""
32-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
32+
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.
3333
param body: The request body
3434
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3535
Returns: Optional[InviteParticipantsOperation]
36-
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
36+
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
3737
"""
3838
if not body:
3939
raise TypeError("body cannot be null.")
@@ -54,7 +54,7 @@ async def post(self,body: Optional[InvitePostRequestBody] = None, request_config
5454

5555
def to_post_request_information(self,body: Optional[InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5656
"""
57-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
57+
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.
5858
param body: The request body
5959
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: RequestInformation

msgraph_beta/generated/app/online_meetings/item/registration/registration_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3030

3131
async def delete(self,request_configuration: Optional[RegistrationRequestBuilderDeleteRequestConfiguration] = None) -> None:
3232
"""
33-
Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
33+
Disable and delete the externalMeetingRegistration of an onlineMeeting.
3434
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3535
Returns: None
36-
Find more info here: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
36+
Find more info here: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
3737
"""
3838
request_info = self.to_delete_request_information(
3939
request_configuration
@@ -97,7 +97,7 @@ async def patch(self,body: Optional[MeetingRegistration] = None, request_configu
9797

9898
def to_delete_request_information(self,request_configuration: Optional[RegistrationRequestBuilderDeleteRequestConfiguration] = None) -> RequestInformation:
9999
"""
100-
Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
100+
Disable and delete the externalMeetingRegistration of an onlineMeeting.
101101
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102102
Returns: RequestInformation
103103
"""

msgraph_beta/generated/communications/calls/item/participants/invite/invite_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
2929

3030
async def post(self,body: Optional[InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> Optional[InviteParticipantsOperation]:
3131
"""
32-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
32+
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.
3333
param body: The request body
3434
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3535
Returns: Optional[InviteParticipantsOperation]
36-
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
36+
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
3737
"""
3838
if not body:
3939
raise TypeError("body cannot be null.")
@@ -54,7 +54,7 @@ async def post(self,body: Optional[InvitePostRequestBody] = None, request_config
5454

5555
def to_post_request_information(self,body: Optional[InvitePostRequestBody] = None, request_configuration: Optional[InviteRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5656
"""
57-
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
57+
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.
5858
param body: The request body
5959
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: RequestInformation

msgraph_beta/generated/communications/online_meetings/item/registration/registration_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3030

3131
async def delete(self,request_configuration: Optional[RegistrationRequestBuilderDeleteRequestConfiguration] = None) -> None:
3232
"""
33-
Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
33+
Disable and delete the externalMeetingRegistration of an onlineMeeting.
3434
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3535
Returns: None
36-
Find more info here: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
36+
Find more info here: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
3737
"""
3838
request_info = self.to_delete_request_information(
3939
request_configuration
@@ -97,7 +97,7 @@ async def patch(self,body: Optional[MeetingRegistration] = None, request_configu
9797

9898
def to_delete_request_information(self,request_configuration: Optional[RegistrationRequestBuilderDeleteRequestConfiguration] = None) -> RequestInformation:
9999
"""
100-
Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
100+
Disable and delete the externalMeetingRegistration of an onlineMeeting.
101101
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102102
Returns: RequestInformation
103103
"""

msgraph_beta/generated/connections/item/schema/schema_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ async def get(self,request_configuration: Optional[SchemaRequestBuilderGetReques
5050

5151
async def patch(self,body: Optional[Schema] = None, request_configuration: Optional[SchemaRequestBuilderPatchRequestConfiguration] = None) -> Optional[Schema]:
5252
"""
53-
Create the schema for a Microsoft Search connection.
53+
Update the properties of a schema for an externalConnection.
5454
param body: The request body
5555
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5656
Returns: Optional[Schema]
57-
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0
57+
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-1.0
5858
"""
5959
if not body:
6060
raise TypeError("body cannot be null.")
@@ -92,7 +92,7 @@ def to_get_request_information(self,request_configuration: Optional[SchemaReques
9292

9393
def to_patch_request_information(self,body: Optional[Schema] = None, request_configuration: Optional[SchemaRequestBuilderPatchRequestConfiguration] = None) -> RequestInformation:
9494
"""
95-
Create the schema for a Microsoft Search connection.
95+
Update the properties of a schema for an externalConnection.
9696
param body: The request body
9797
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9898
Returns: RequestInformation

msgraph_beta/generated/drives/item/items/item/drive_item_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ def get_activities_by_interval_with_start_date_time_with_end_date_time_with_inte
130130

131131
async def patch(self,body: Optional[DriveItem] = None, request_configuration: Optional[DriveItemItemRequestBuilderPatchRequestConfiguration] = None) -> Optional[DriveItem]:
132132
"""
133-
To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
133+
Update the metadata for a DriveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
134134
param body: The request body
135135
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
136136
Returns: Optional[DriveItem]
137-
Find more info here: https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0
137+
Find more info here: https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0
138138
"""
139139
if not body:
140140
raise TypeError("body cannot be null.")
@@ -200,7 +200,7 @@ def to_get_request_information(self,request_configuration: Optional[DriveItemIte
200200

201201
def to_patch_request_information(self,body: Optional[DriveItem] = None, request_configuration: Optional[DriveItemItemRequestBuilderPatchRequestConfiguration] = None) -> RequestInformation:
202202
"""
203-
To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request.
203+
Update the metadata for a DriveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.
204204
param body: The request body
205205
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
206206
Returns: RequestInformation

0 commit comments

Comments
 (0)