Skip to content

Commit 1b31614

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 187629
1 parent 8b07278 commit 1b31614

File tree

568 files changed

+3862
-392
lines changed

Some content is hidden

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

568 files changed

+3862
-392
lines changed

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
@@ -36,10 +36,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
3636

3737
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
3838
"""
39-
Delete an updatableAsset object.
39+
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.
4040
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
4141
Returns: None
42-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta
42+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta
4343
"""
4444
request_info = self.to_delete_request_information(
4545
request_configuration
@@ -55,10 +55,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5555

5656
async def get(self,request_configuration: Optional[RequestConfiguration[UpdatableAssetItemRequestBuilderGetQueryParameters]] = None) -> Optional[UpdatableAsset]:
5757
"""
58-
Read the properties of an azureADDevice object.
58+
Read the properties and relationships of an updatableAssetGroup object.
5959
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[UpdatableAsset]
61-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta
61+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta
6262
"""
6363
request_info = self.to_get_request_information(
6464
request_configuration
@@ -99,7 +99,7 @@ async def patch(self,body: UpdatableAsset, request_configuration: Optional[Reque
9999

100100
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
101101
"""
102-
Delete an updatableAsset object.
102+
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.
103103
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
104104
Returns: RequestInformation
105105
"""
@@ -109,7 +109,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
109109

110110
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UpdatableAssetItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111111
"""
112-
Read the properties of an azureADDevice object.
112+
Read the properties and relationships of an updatableAssetGroup object.
113113
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114114
Returns: RequestInformation
115115
"""
@@ -189,7 +189,7 @@ class UpdatableAssetItemRequestBuilderDeleteRequestConfiguration(RequestConfigur
189189
@dataclass
190190
class UpdatableAssetItemRequestBuilderGetQueryParameters():
191191
"""
192-
Read the properties of an azureADDevice object.
192+
Read the properties and relationships of an updatableAssetGroup object.
193193
"""
194194
def get_query_parameter(self,original_name: str) -> str:
195195
"""

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
3333

3434
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
3535
"""
36-
Delete a contentApproval object.
36+
Delete a complianceChange object.
3737
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3838
Returns: None
39-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta
39+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta
4040
"""
4141
request_info = self.to_delete_request_information(
4242
request_configuration
@@ -52,10 +52,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5252

5353
async def get(self,request_configuration: Optional[RequestConfiguration[ComplianceChangeItemRequestBuilderGetQueryParameters]] = None) -> Optional[ComplianceChange]:
5454
"""
55-
Read the properties and relationships of a contentApproval object.
55+
Read the properties and relationships of a complianceChange object.
5656
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5757
Returns: Optional[ComplianceChange]
58-
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta
58+
Find more info here: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta
5959
"""
6060
request_info = self.to_get_request_information(
6161
request_configuration
@@ -97,7 +97,7 @@ async def patch(self,body: ComplianceChange, request_configuration: Optional[Req
9797

9898
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
9999
"""
100-
Delete a contentApproval object.
100+
Delete a complianceChange object.
101101
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102102
Returns: RequestInformation
103103
"""
@@ -107,7 +107,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
107107

108108
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ComplianceChangeItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
109109
"""
110-
Read the properties and relationships of a contentApproval object.
110+
Read the properties and relationships of a complianceChange object.
111111
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112112
Returns: RequestInformation
113113
"""
@@ -160,7 +160,7 @@ class ComplianceChangeItemRequestBuilderDeleteRequestConfiguration(RequestConfig
160160
@dataclass
161161
class ComplianceChangeItemRequestBuilderGetQueryParameters():
162162
"""
163-
Read the properties and relationships of a contentApproval object.
163+
Read the properties and relationships of a complianceChange object.
164164
"""
165165
def get_query_parameter(self,original_name: str) -> str:
166166
"""

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
@@ -33,11 +33,11 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
3333

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

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

msgraph_beta/generated/app/online_meetings/item/ai_insights/ai_insights_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def by_call_ai_insight_id(self,call_ai_insight_id: str) -> CallAiInsightItemRequ
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[AiInsightsRequestBuilderGetQueryParameters]] = None) -> Optional[CallAiInsightCollectionResponse]:
5151
"""
52-
Get aiInsights from app
52+
The AI insights generated for an online meeting. Read-only.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[CallAiInsightCollectionResponse]
5555
"""
@@ -92,7 +92,7 @@ async def post(self,body: CallAiInsight, request_configuration: Optional[Request
9292

9393
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AiInsightsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9494
"""
95-
Get aiInsights from app
95+
The AI insights generated for an online meeting. Read-only.
9696
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9797
Returns: RequestInformation
9898
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
138138
@dataclass
139139
class AiInsightsRequestBuilderGetQueryParameters():
140140
"""
141-
Get aiInsights from app
141+
The AI insights generated for an online meeting. Read-only.
142142
"""
143143
def get_query_parameter(self,original_name: str) -> str:
144144
"""

msgraph_beta/generated/app/online_meetings/item/ai_insights/item/call_ai_insight_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5050

5151
async def get(self,request_configuration: Optional[RequestConfiguration[CallAiInsightItemRequestBuilderGetQueryParameters]] = None) -> Optional[CallAiInsight]:
5252
"""
53-
Get aiInsights from app
53+
The AI insights generated for an online meeting. Read-only.
5454
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5555
Returns: Optional[CallAiInsight]
5656
"""
@@ -103,7 +103,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
103103

104104
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CallAiInsightItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
105105
"""
106-
Get aiInsights from app
106+
The AI insights generated for an online meeting. Read-only.
107107
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
108108
Returns: RequestInformation
109109
"""
@@ -147,7 +147,7 @@ class CallAiInsightItemRequestBuilderDeleteRequestConfiguration(RequestConfigura
147147
@dataclass
148148
class CallAiInsightItemRequestBuilderGetQueryParameters():
149149
"""
150-
Get aiInsights from app
150+
The AI insights generated for an online meeting. Read-only.
151151
"""
152152
def get_query_parameter(self,original_name: str) -> str:
153153
"""

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
@@ -33,11 +33,11 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
3333

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

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

msgraph_beta/generated/communications/online_meetings/item/ai_insights/ai_insights_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def by_call_ai_insight_id(self,call_ai_insight_id: str) -> CallAiInsightItemRequ
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[AiInsightsRequestBuilderGetQueryParameters]] = None) -> Optional[CallAiInsightCollectionResponse]:
5151
"""
52-
Get aiInsights from communications
52+
The AI insights generated for an online meeting. Read-only.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[CallAiInsightCollectionResponse]
5555
"""
@@ -92,7 +92,7 @@ async def post(self,body: CallAiInsight, request_configuration: Optional[Request
9292

9393
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AiInsightsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9494
"""
95-
Get aiInsights from communications
95+
The AI insights generated for an online meeting. Read-only.
9696
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9797
Returns: RequestInformation
9898
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
138138
@dataclass
139139
class AiInsightsRequestBuilderGetQueryParameters():
140140
"""
141-
Get aiInsights from communications
141+
The AI insights generated for an online meeting. Read-only.
142142
"""
143143
def get_query_parameter(self,original_name: str) -> str:
144144
"""

msgraph_beta/generated/communications/online_meetings/item/ai_insights/item/call_ai_insight_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5050

5151
async def get(self,request_configuration: Optional[RequestConfiguration[CallAiInsightItemRequestBuilderGetQueryParameters]] = None) -> Optional[CallAiInsight]:
5252
"""
53-
Get aiInsights from communications
53+
The AI insights generated for an online meeting. Read-only.
5454
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5555
Returns: Optional[CallAiInsight]
5656
"""
@@ -103,7 +103,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
103103

104104
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CallAiInsightItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
105105
"""
106-
Get aiInsights from communications
106+
The AI insights generated for an online meeting. Read-only.
107107
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
108108
Returns: RequestInformation
109109
"""
@@ -147,7 +147,7 @@ class CallAiInsightItemRequestBuilderDeleteRequestConfiguration(RequestConfigura
147147
@dataclass
148148
class CallAiInsightItemRequestBuilderGetQueryParameters():
149149
"""
150-
Get aiInsights from communications
150+
The AI insights generated for an online meeting. Read-only.
151151
"""
152152
def get_query_parameter(self,original_name: str) -> str:
153153
"""

msgraph_beta/generated/device_app_management/ios_lob_app_provisioning_configurations/item/assignments/assignments_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def by_ios_lob_app_provisioning_configuration_assignment_id(self,ios_lob_app_pro
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> Optional[IosLobAppProvisioningConfigurationAssignmentCollectionResponse]:
5151
"""
52-
The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
52+
The associated group assignments for IosLobAppProvisioningConfiguration.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[IosLobAppProvisioningConfigurationAssignmentCollectionResponse]
5555
"""
@@ -92,7 +92,7 @@ async def post(self,body: IosLobAppProvisioningConfigurationAssignment, request_
9292

9393
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9494
"""
95-
The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
95+
The associated group assignments for IosLobAppProvisioningConfiguration.
9696
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9797
Returns: RequestInformation
9898
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
138138
@dataclass
139139
class AssignmentsRequestBuilderGetQueryParameters():
140140
"""
141-
The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
141+
The associated group assignments for IosLobAppProvisioningConfiguration.
142142
"""
143143
def get_query_parameter(self,original_name: str) -> str:
144144
"""

0 commit comments

Comments
 (0)