Skip to content

Commit cb3e818

Browse files
authored
Merge pull request #438 from microsoftgraph/v1.0/pipelinebuild/127844
Generated models and request builders
2 parents 75df56e + 07a9e60 commit cb3e818

File tree

66 files changed

+286
-278
lines changed

Some content is hidden

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

66 files changed

+286
-278
lines changed

msgraph/generated/chats/item/members/item/conversation_member_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[ConversationMemberItemRequ
4848

4949
async def get(self,request_configuration: Optional[ConversationMemberItemRequestBuilderGetRequestConfiguration] = None) -> Optional[ConversationMember]:
5050
"""
51-
Retrieve a conversationMember from a chat or channel. This API is available in the following national cloud deployments.
51+
Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
5252
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5353
Returns: Optional[ConversationMember]
54-
Find more info here: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0
54+
Find more info here: https://learn.microsoft.com/graph/api/chat-get-members?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[Conversat
110110

111111
def to_get_request_information(self,request_configuration: Optional[ConversationMemberItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
112112
"""
113-
Retrieve a conversationMember from a chat or channel. This API is available in the following national cloud deployments.
113+
Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
114114
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115115
Returns: RequestInformation
116116
"""
@@ -168,7 +168,7 @@ class ConversationMemberItemRequestBuilderDeleteRequestConfiguration(BaseRequest
168168
@dataclass
169169
class ConversationMemberItemRequestBuilderGetQueryParameters():
170170
"""
171-
Retrieve a conversationMember from a chat or channel. This API is available in the following national cloud deployments.
171+
Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments.
172172
"""
173173
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
174174
"""

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
@@ -46,7 +46,7 @@ async def get(self,request_configuration: Optional[DeviceAppManagementRequestBui
4646
Read properties and relationships of the deviceAppManagement object.
4747
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
4848
Returns: Optional[DeviceAppManagement]
49-
Find more info here: https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0
49+
Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0
5050
"""
5151
request_info = self.to_get_request_information(
5252
request_configuration
@@ -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-policyset-deviceappmanagement-update?view=graph-rest-1.0
72+
Find more info here: https://learn.microsoft.com/graph/api/intune-partnerintegration-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 managedAppConfiguration object.
51+
Read properties and relationships of the targetedManagedAppProtection 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-managedappconfiguration-get?view=graph-rest-1.0
54+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-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 managedAppConfiguration object.
113+
Read properties and relationships of the targetedManagedAppProtection 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 managedAppConfiguration object.
180+
Read properties and relationships of the targetedManagedAppProtection 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 managedAppProtection objects.
48+
List properties and relationships of the targetedManagedAppProtection 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-managedappprotection-list?view=graph-rest-1.0
51+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-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 managedAppProtection objects.
94+
List properties and relationships of the targetedManagedAppProtection 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 managedAppProtection objects.
151+
List properties and relationships of the targetedManagedAppProtection 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 iosManagedAppRegistration object.
53+
Read properties and relationships of the androidManagedAppRegistration 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-iosmanagedappregistration-get?view=graph-rest-1.0
56+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-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 iosManagedAppRegistration object.
115+
Read properties and relationships of the androidManagedAppRegistration 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 iosManagedAppRegistration object.
200+
Read properties and relationships of the androidManagedAppRegistration object.
201201
"""
202202
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
203203
"""

msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ def by_managed_app_registration_id(self,managed_app_registration_id: str) -> Man
4646

4747
async def get(self,request_configuration: Optional[ManagedAppRegistrationsRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedAppRegistrationCollectionResponse]:
4848
"""
49-
List properties and relationships of the managedAppRegistration objects.
49+
List properties and relationships of the androidManagedAppRegistration objects.
5050
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5151
Returns: Optional[ManagedAppRegistrationCollectionResponse]
52-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0
52+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0
5353
"""
5454
request_info = self.to_get_request_information(
5555
request_configuration
@@ -93,7 +93,7 @@ async def post(self,body: Optional[ManagedAppRegistration] = None, request_confi
9393

9494
def to_get_request_information(self,request_configuration: Optional[ManagedAppRegistrationsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9595
"""
96-
List properties and relationships of the managedAppRegistration objects.
96+
List properties and relationships of the androidManagedAppRegistration objects.
9797
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9898
Returns: RequestInformation
9999
"""
@@ -159,7 +159,7 @@ def get_user_ids_with_flagged_app_registration(self) -> GetUserIdsWithFlaggedApp
159159
@dataclass
160160
class ManagedAppRegistrationsRequestBuilderGetQueryParameters():
161161
"""
162-
List properties and relationships of the managedAppRegistration objects.
162+
List properties and relationships of the androidManagedAppRegistration objects.
163163
"""
164164
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
165165
"""

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
@@ -47,10 +47,10 @@ async def delete(self,request_configuration: Optional[ManagedAppStatusItemReques
4747

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

110110
def to_get_request_information(self,request_configuration: Optional[ManagedAppStatusItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
111111
"""
112-
Read properties and relationships of the managedAppStatusRaw object.
112+
Read properties and relationships of the managedAppStatus object.
113113
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114114
Returns: RequestInformation
115115
"""
@@ -167,7 +167,7 @@ class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguration(BaseRequestCo
167167
@dataclass
168168
class ManagedAppStatusItemRequestBuilderGetQueryParameters():
169169
"""
170-
Read properties and relationships of the managedAppStatusRaw object.
170+
Read properties and relationships of the managedAppStatus object.
171171
"""
172172
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
173173
"""

msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_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_status_id(self,managed_app_status_id: str) -> ManagedAppStatu
4545

4646
async def get(self,request_configuration: Optional[ManagedAppStatusesRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedAppStatusCollectionResponse]:
4747
"""
48-
List properties and relationships of the managedAppStatusRaw objects.
48+
List properties and relationships of the managedAppStatus objects.
4949
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5050
Returns: Optional[ManagedAppStatusCollectionResponse]
51-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0
51+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-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[ManagedAppStatus] = None, request_configurati
9191

9292
def to_get_request_information(self,request_configuration: Optional[ManagedAppStatusesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9393
"""
94-
List properties and relationships of the managedAppStatusRaw objects.
94+
List properties and relationships of the managedAppStatus 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 ManagedAppStatusesRequestBuilderGetQueryParameters():
150150
"""
151-
List properties and relationships of the managedAppStatusRaw objects.
151+
List properties and relationships of the managedAppStatus objects.
152152
"""
153153
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
154154
"""

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ def by_managed_e_book_assignment_id(self,managed_e_book_assignment_id: str) -> M
4545

4646
async def get(self,request_configuration: Optional[AssignmentsRequestBuilderGetRequestConfiguration] = None) -> Optional[ManagedEBookAssignmentCollectionResponse]:
4747
"""
48-
List properties and relationships of the iosVppEBookAssignment objects.
48+
List properties and relationships of the managedEBookAssignment objects.
4949
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5050
Returns: Optional[ManagedEBookAssignmentCollectionResponse]
51-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0
51+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0
5252
"""
5353
request_info = self.to_get_request_information(
5454
request_configuration
@@ -67,11 +67,11 @@ async def get(self,request_configuration: Optional[AssignmentsRequestBuilderGetR
6767

6868
async def post(self,body: Optional[ManagedEBookAssignment] = None, request_configuration: Optional[AssignmentsRequestBuilderPostRequestConfiguration] = None) -> Optional[ManagedEBookAssignment]:
6969
"""
70-
Create a new iosVppEBookAssignment object.
70+
Create a new managedEBookAssignment object.
7171
param body: The request body
7272
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7373
Returns: Optional[ManagedEBookAssignment]
74-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0
74+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0
7575
"""
7676
if not body:
7777
raise TypeError("body cannot be null.")
@@ -92,7 +92,7 @@ async def post(self,body: Optional[ManagedEBookAssignment] = None, request_confi
9292

9393
def to_get_request_information(self,request_configuration: Optional[AssignmentsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9494
"""
95-
List properties and relationships of the iosVppEBookAssignment objects.
95+
List properties and relationships of the managedEBookAssignment objects.
9696
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9797
Returns: RequestInformation
9898
"""
@@ -109,7 +109,7 @@ def to_get_request_information(self,request_configuration: Optional[AssignmentsR
109109

110110
def to_post_request_information(self,body: Optional[ManagedEBookAssignment] = None, request_configuration: Optional[AssignmentsRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
111111
"""
112-
Create a new iosVppEBookAssignment object.
112+
Create a new managedEBookAssignment object.
113113
param body: The request body
114114
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115115
Returns: RequestInformation
@@ -149,7 +149,7 @@ def count(self) -> CountRequestBuilder:
149149
@dataclass
150150
class AssignmentsRequestBuilderGetQueryParameters():
151151
"""
152-
List properties and relationships of the iosVppEBookAssignment objects.
152+
List properties and relationships of the managedEBookAssignment objects.
153153
"""
154154
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
155155
"""

0 commit comments

Comments
 (0)