Skip to content

Commit d533812

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 179865
1 parent 25d6c6c commit d533812

File tree

110 files changed

+6923
-196
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

+6923
-196
lines changed

msgraph/generated/communications/online_meetings/online_meetings_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def by_online_meeting_id(self,online_meeting_id: str) -> OnlineMeetingItemReques
5252

5353
async def get(self,request_configuration: Optional[RequestConfiguration[OnlineMeetingsRequestBuilderGetQueryParameters]] = None) -> Optional[OnlineMeetingCollectionResponse]:
5454
"""
55-
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
55+
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
5656
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5757
Returns: Optional[OnlineMeetingCollectionResponse]
5858
Find more info here: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
@@ -96,7 +96,7 @@ async def post(self,body: OnlineMeeting, request_configuration: Optional[Request
9696

9797
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OnlineMeetingsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9898
"""
99-
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
99+
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
100100
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101101
Returns: RequestInformation
102102
"""
@@ -169,7 +169,7 @@ def get_all_transcriptsmeeting_organizer_user_id_meeting_organizer_user_id_with_
169169
@dataclass
170170
class OnlineMeetingsRequestBuilderGetQueryParameters():
171171
"""
172-
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
172+
Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
173173
"""
174174
def get_query_parameter(self,original_name: str) -> str:
175175
"""

msgraph/generated/device_app_management/device_app_management_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[DeviceAp
5050
Read properties and relationships of the deviceAppManagement object.
5151
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5252
Returns: Optional[DeviceAppManagement]
53-
Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0
53+
Find more info here: https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0
5454
"""
5555
request_info = self.to_get_request_information(
5656
request_configuration
@@ -72,7 +72,7 @@ async def patch(self,body: DeviceAppManagement, request_configuration: Optional[
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[DeviceAppManagement]
75-
Find more info here: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0
75+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0
7676
"""
7777
if body is None:
7878
raise TypeError("body cannot be null.")

msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_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[RequestConfiguration[Query
5050

5151
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppStatus]:
5252
"""
53-
Read properties and relationships of the managedAppStatusRaw object.
53+
Read properties and relationships of the managedAppStatus object.
5454
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5555
Returns: Optional[ManagedAppStatus]
56-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0
56+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0
5757
"""
5858
request_info = self.to_get_request_information(
5959
request_configuration
@@ -105,7 +105,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
105105

106106
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppStatusItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
107107
"""
108-
Read properties and relationships of the managedAppStatusRaw object.
108+
Read properties and relationships of the managedAppStatus object.
109109
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110110
Returns: RequestInformation
111111
"""
@@ -149,7 +149,7 @@ class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguration(RequestConfig
149149
@dataclass
150150
class ManagedAppStatusItemRequestBuilderGetQueryParameters():
151151
"""
152-
Read properties and relationships of the managedAppStatusRaw object.
152+
Read properties and relationships of the managedAppStatus object.
153153
"""
154154
def get_query_parameter(self,original_name: str) -> str:
155155
"""

msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[Assignme
7070

7171
async def post(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
7272
"""
73-
Create a new managedEBookAssignment object.
73+
Create a new iosVppEBookAssignment object.
7474
param body: The request body
7575
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7676
Returns: Optional[ManagedEBookAssignment]
77-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0
77+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0
7878
"""
7979
if body is None:
8080
raise TypeError("body cannot be null.")
@@ -105,7 +105,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
105105

106106
def to_post_request_information(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
107107
"""
108-
Create a new managedEBookAssignment object.
108+
Create a new iosVppEBookAssignment object.
109109
param body: The request body
110110
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111111
Returns: RequestInformation

msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[ManagedE
7272

7373
async def patch(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ManagedEBookAssignment]:
7474
"""
75-
Update the properties of a iosVppEBookAssignment object.
75+
Update the properties of a managedEBookAssignment object.
7676
param body: The request body
7777
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7878
Returns: Optional[ManagedEBookAssignment]
79-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0
79+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0
8080
"""
8181
if body is None:
8282
raise TypeError("body cannot be null.")
@@ -118,7 +118,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
118118

119119
def to_patch_request_information(self,body: ManagedEBookAssignment, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120120
"""
121-
Update the properties of a iosVppEBookAssignment object.
121+
Update the properties of a managedEBookAssignment object.
122122
param body: The request body
123123
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
124124
Returns: RequestInformation

msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def by_managed_e_book_id(self,managed_e_book_id: str) -> ManagedEBookItemRequest
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedEBooksRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookCollectionResponse]:
5151
"""
52-
List properties and relationships of the iosVppEBook objects.
52+
List properties and relationships of the managedEBook objects.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[ManagedEBookCollectionResponse]
55-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0
55+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0
5656
"""
5757
request_info = self.to_get_request_information(
5858
request_configuration
@@ -94,7 +94,7 @@ async def post(self,body: ManagedEBook, request_configuration: Optional[RequestC
9494

9595
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedEBooksRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9696
"""
97-
List properties and relationships of the iosVppEBook objects.
97+
List properties and relationships of the managedEBook objects.
9898
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9999
Returns: RequestInformation
100100
"""
@@ -140,7 +140,7 @@ def count(self) -> CountRequestBuilder:
140140
@dataclass
141141
class ManagedEBooksRequestBuilderGetQueryParameters():
142142
"""
143-
List properties and relationships of the iosVppEBook objects.
143+
List properties and relationships of the managedEBook objects.
144144
"""
145145
def get_query_parameter(self,original_name: str) -> str:
146146
"""

msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5757

5858
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedDeviceMobileAppConfiguration]:
5959
"""
60-
Read properties and relationships of the managedDeviceMobileAppConfiguration object.
60+
Read properties and relationships of the iosMobileAppConfiguration object.
6161
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
6262
Returns: Optional[ManagedDeviceMobileAppConfiguration]
63-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0
63+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0
6464
"""
6565
request_info = self.to_get_request_information(
6666
request_configuration
@@ -113,7 +113,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
113113

114114
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
115115
"""
116-
Read properties and relationships of the managedDeviceMobileAppConfiguration object.
116+
Read properties and relationships of the iosMobileAppConfiguration object.
117117
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
118118
Returns: RequestInformation
119119
"""
@@ -211,7 +211,7 @@ class ManagedDeviceMobileAppConfigurationItemRequestBuilderDeleteRequestConfigur
211211
@dataclass
212212
class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters():
213213
"""
214-
Read properties and relationships of the managedDeviceMobileAppConfiguration object.
214+
Read properties and relationships of the iosMobileAppConfiguration object.
215215
"""
216216
def get_query_parameter(self,original_name: str) -> str:
217217
"""

msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py

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

5252
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
5353
"""
54-
Deletes a iosiPadOSWebClip.
54+
Deletes a managedIOSLobApp.
5555
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5656
Returns: None
57-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-delete?view=graph-rest-1.0
57+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-delete?view=graph-rest-1.0
5858
"""
5959
request_info = self.to_delete_request_information(
6060
request_configuration
@@ -70,10 +70,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
7070

7171
async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> Optional[MobileApp]:
7272
"""
73-
Read properties and relationships of the win32LobApp object.
73+
Read properties and relationships of the iosVppApp object.
7474
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7575
Returns: Optional[MobileApp]
76-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-get?view=graph-rest-1.0
76+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosvppapp-get?view=graph-rest-1.0
7777
"""
7878
request_info = self.to_get_request_information(
7979
request_configuration
@@ -91,11 +91,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[MobileAp
9191

9292
async def patch(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
9393
"""
94-
Update the properties of a macOSLobApp object.
94+
Update the properties of a androidLobApp object.
9595
param body: The request body
9696
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9797
Returns: Optional[MobileApp]
98-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0
98+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-update?view=graph-rest-1.0
9999
"""
100100
if body is None:
101101
raise TypeError("body cannot be null.")
@@ -115,7 +115,7 @@ async def patch(self,body: MobileApp, request_configuration: Optional[RequestCon
115115

116116
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
117117
"""
118-
Deletes a iosiPadOSWebClip.
118+
Deletes a managedIOSLobApp.
119119
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120120
Returns: RequestInformation
121121
"""
@@ -126,7 +126,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
126126

127127
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
128128
"""
129-
Read properties and relationships of the win32LobApp object.
129+
Read properties and relationships of the iosVppApp object.
130130
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
131131
Returns: RequestInformation
132132
"""
@@ -137,7 +137,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
137137

138138
def to_patch_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
139139
"""
140-
Update the properties of a macOSLobApp object.
140+
Update the properties of a androidLobApp object.
141141
param body: The request body
142142
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
143143
Returns: RequestInformation
@@ -341,7 +341,7 @@ class MobileAppItemRequestBuilderDeleteRequestConfiguration(RequestConfiguration
341341
@dataclass
342342
class MobileAppItemRequestBuilderGetQueryParameters():
343343
"""
344-
Read properties and relationships of the win32LobApp object.
344+
Read properties and relationships of the iosVppApp object.
345345
"""
346346
def get_query_parameter(self,original_name: str) -> str:
347347
"""

0 commit comments

Comments
 (0)