Skip to content

Commit faecd8f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 127863
1 parent cb3e818 commit faecd8f

File tree

110 files changed

+339
-339
lines changed

Some content is hidden

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

110 files changed

+339
-339
lines changed

msgraph/generated/applications_with_app_id/applications_with_app_id_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
2626
Returns: None
2727
"""
2828
if isinstance(path_parameters, dict):
29-
path_parameters['app_id'] = str(app_id)
29+
path_parameters['appId'] = str(app_id)
3030
super().__init__(request_adapter, "{+baseurl}/applications(appId='{appId}'){?%24select,%24expand}", path_parameters)
3131

3232
async def delete(self,request_configuration: Optional[ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration] = None) -> None:

msgraph/generated/chats/item/messages/item/replies/replies_request_builder.py

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

6969
async def post(self,body: Optional[ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> Optional[ChatMessage]:
7070
"""
71-
Create a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
71+
Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
7272
param body: The request body
7373
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7474
Returns: Optional[ChatMessage]
75-
Find more info here: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
75+
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
7676
"""
7777
if not body:
7878
raise TypeError("body cannot be null.")
@@ -110,7 +110,7 @@ def to_get_request_information(self,request_configuration: Optional[RepliesReque
110110

111111
def to_post_request_information(self,body: Optional[ChatMessage] = None, request_configuration: Optional[RepliesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
112112
"""
113-
Create a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
113+
Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments.
114114
param body: The request body
115115
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
116116
Returns: RequestInformation

msgraph/generated/chats/item/messages/messages_request_builder.py

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

6969
async def post(self,body: Optional[ChatMessage] = None, request_configuration: Optional[MessagesRequestBuilderPostRequestConfiguration] = None) -> Optional[ChatMessage]:
7070
"""
71-
Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
71+
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. This API is available in the following national cloud deployments.
7272
param body: The request body
7373
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7474
Returns: Optional[ChatMessage]
75-
Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0
75+
Find more info here: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0
7676
"""
7777
if not body:
7878
raise TypeError("body cannot be null.")
@@ -110,7 +110,7 @@ def to_get_request_information(self,request_configuration: Optional[MessagesRequ
110110

111111
def to_post_request_information(self,body: Optional[ChatMessage] = None, request_configuration: Optional[MessagesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
112112
"""
113-
Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments.
113+
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. This API is available in the following national cloud deployments.
114114
param body: The request body
115115
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
116116
Returns: RequestInformation

msgraph/generated/communications/call_records/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
2828
Returns: None
2929
"""
3030
if isinstance(path_parameters, dict):
31-
path_parameters['from_date_time'] = str(from_date_time)
32-
path_parameters['to_date_time'] = str(to_date_time)
31+
path_parameters['fromDateTime'] = str(from_date_time)
32+
path_parameters['toDateTime'] = str(to_date_time)
3333
super().__init__(request_adapter, "{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24top,%24skip,%24search,%24filter,%24count}", path_parameters)
3434

3535
async def get(self,request_configuration: Optional[MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration] = None) -> Optional[GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse]:

msgraph/generated/communications/call_records/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
2828
Returns: None
2929
"""
3030
if isinstance(path_parameters, dict):
31-
path_parameters['from_date_time'] = str(from_date_time)
32-
path_parameters['to_date_time'] = str(to_date_time)
31+
path_parameters['fromDateTime'] = str(from_date_time)
32+
path_parameters['toDateTime'] = str(to_date_time)
3333
super().__init__(request_adapter, "{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24top,%24skip,%24search,%24filter,%24count}", path_parameters)
3434

3535
async def get(self,request_configuration: Optional[MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetRequestConfiguration] = None) -> Optional[GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse]:

msgraph/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. This API is available in the following national cloud deployments.
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. This API is available in the following national cloud deployments.
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. This API is available in the following national cloud deployments.
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. This API is available in the following national cloud deployments.
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/generated/device_app_management/device_app_management_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def patch(self,body: Optional[DeviceAppManagement] = None, request_configu
6969
param body: The request body
7070
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7171
Returns: Optional[DeviceAppManagement]
72-
Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0
72+
Find more info here: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0
7373
"""
7474
if not body:
7575
raise TypeError("body cannot be null.")

msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ async def delete(self,request_configuration: Optional[ManagedAppPolicyItemReques
4848

4949
async def get(self,request_configuration: Optional[ManagedAppPolicyItemRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedAppPolicy]:
5050
"""
51-
Read properties and relationships of the targetedManagedAppProtection object.
51+
Read properties and relationships of the managedAppProtection object.
5252
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5353
Returns: Optional[ManagedAppPolicy]
54-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0
54+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0
5555
"""
5656
request_info = self.to_get_request_information(
5757
request_configuration
@@ -110,7 +110,7 @@ def to_delete_request_information(self,request_configuration: Optional[ManagedAp
110110

111111
def to_get_request_information(self,request_configuration: Optional[ManagedAppPolicyItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
112112
"""
113-
Read properties and relationships of the targetedManagedAppProtection object.
113+
Read properties and relationships of the managedAppProtection object.
114114
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115115
Returns: RequestInformation
116116
"""
@@ -177,7 +177,7 @@ class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration(BaseRequestCo
177177
@dataclass
178178
class ManagedAppPolicyItemRequestBuilderGetQueryParameters():
179179
"""
180-
Read properties and relationships of the targetedManagedAppProtection object.
180+
Read properties and relationships of the managedAppProtection object.
181181
"""
182182
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
183183
"""

msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ def by_managed_app_policy_id(self,managed_app_policy_id: str) -> ManagedAppPolic
4545

4646
async def get(self,request_configuration: Optional[ManagedAppPoliciesRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedAppPolicyCollectionResponse]:
4747
"""
48-
List properties and relationships of the targetedManagedAppProtection objects.
48+
List properties and relationships of the managedAppProtection objects.
4949
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5050
Returns: Optional[ManagedAppPolicyCollectionResponse]
51-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0
51+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0
5252
"""
5353
request_info = self.to_get_request_information(
5454
request_configuration
@@ -91,7 +91,7 @@ async def post(self,body: Optional[ManagedAppPolicy] = None, request_configurati
9191

9292
def to_get_request_information(self,request_configuration: Optional[ManagedAppPoliciesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9393
"""
94-
List properties and relationships of the targetedManagedAppProtection objects.
94+
List properties and relationships of the managedAppProtection objects.
9595
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9696
Returns: RequestInformation
9797
"""
@@ -148,7 +148,7 @@ def count(self) -> CountRequestBuilder:
148148
@dataclass
149149
class ManagedAppPoliciesRequestBuilderGetQueryParameters():
150150
"""
151-
List properties and relationships of the targetedManagedAppProtection objects.
151+
List properties and relationships of the managedAppProtection objects.
152152
"""
153153
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
154154
"""

msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ async def delete(self,request_configuration: Optional[ManagedAppRegistrationItem
5050

5151
async def get(self,request_configuration: Optional[ManagedAppRegistrationItemRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedAppRegistration]:
5252
"""
53-
Read properties and relationships of the androidManagedAppRegistration object.
53+
Read properties and relationships of the iosManagedAppRegistration object.
5454
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5555
Returns: Optional[ManagedAppRegistration]
56-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0
56+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0
5757
"""
5858
request_info = self.to_get_request_information(
5959
request_configuration
@@ -112,7 +112,7 @@ def to_delete_request_information(self,request_configuration: Optional[ManagedAp
112112

113113
def to_get_request_information(self,request_configuration: Optional[ManagedAppRegistrationItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
114114
"""
115-
Read properties and relationships of the androidManagedAppRegistration object.
115+
Read properties and relationships of the iosManagedAppRegistration object.
116116
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
117117
Returns: RequestInformation
118118
"""
@@ -197,7 +197,7 @@ class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfiguration(BaseReq
197197
@dataclass
198198
class ManagedAppRegistrationItemRequestBuilderGetQueryParameters():
199199
"""
200-
Read properties and relationships of the androidManagedAppRegistration object.
200+
Read properties and relationships of the iosManagedAppRegistration object.
201201
"""
202202
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
203203
"""

0 commit comments

Comments
 (0)