Skip to content

Commit 3f59fbc

Browse files
authored
Merge pull request #1240 from microsoftgraph/v1.0/pipelinebuild/189193
Generated models and request builders
2 parents 2c9f9c7 + 48cf860 commit 3f59fbc

File tree

89 files changed

+554
-360
lines changed

Some content is hidden

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

89 files changed

+554
-360
lines changed

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-onboarding-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-onboarding-deviceappmanagement-update?view=graph-rest-1.0
75+
Find more info here: https://learn.microsoft.com/graph/api/intune-unlock-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_policies/item/managed_app_policy_item_request_builder.py

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

5252
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppPolicy]:
5353
"""
54-
Read properties and relationships of the managedAppConfiguration object.
54+
Read properties and relationships of the managedAppPolicy object.
5555
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5656
Returns: Optional[ManagedAppPolicy]
57-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0
57+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0
5858
"""
5959
request_info = self.to_get_request_information(
6060
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[ManagedAppPolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
107107
"""
108-
Read properties and relationships of the managedAppConfiguration object.
108+
Read properties and relationships of the managedAppPolicy object.
109109
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110110
Returns: RequestInformation
111111
"""
@@ -158,7 +158,7 @@ class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguration(RequestConfig
158158
@dataclass
159159
class ManagedAppPolicyItemRequestBuilderGetQueryParameters():
160160
"""
161-
Read properties and relationships of the managedAppConfiguration object.
161+
Read properties and relationships of the managedAppPolicy object.
162162
"""
163163
def get_query_parameter(self,original_name: str) -> str:
164164
"""

msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def post(self,body: TargetAppsPostRequestBody, request_configuration: Opti
3636
param body: The request body
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/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
39+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
4040
"""
4141
if body is None:
4242
raise TypeError("body cannot be null.")

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
@@ -49,10 +49,10 @@ def by_managed_app_policy_id(self,managed_app_policy_id: str) -> ManagedAppPolic
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[ManagedAppPoliciesRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedAppPolicyCollectionResponse]:
5151
"""
52-
List properties and relationships of the managedAppProtection objects.
52+
List properties and relationships of the targetedManagedAppProtection objects.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[ManagedAppPolicyCollectionResponse]
55-
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0
55+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0
5656
"""
5757
request_info = self.to_get_request_information(
5858
request_configuration
@@ -93,7 +93,7 @@ async def post(self,body: ManagedAppPolicy, request_configuration: Optional[Requ
9393

9494
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ManagedAppPoliciesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9595
"""
96-
List properties and relationships of the managedAppProtection objects.
96+
List properties and relationships of the targetedManagedAppProtection objects.
9797
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9898
Returns: RequestInformation
9999
"""
@@ -139,7 +139,7 @@ def count(self) -> CountRequestBuilder:
139139
@dataclass
140140
class ManagedAppPoliciesRequestBuilderGetQueryParameters():
141141
"""
142-
List properties and relationships of the managedAppProtection objects.
142+
List properties and relationships of the targetedManagedAppProtection objects.
143143
"""
144144
def get_query_parameter(self,original_name: str) -> str:
145145
"""

msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def post(self,body: TargetAppsPostRequestBody, request_configuration: Opti
3636
param body: The request body
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/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
39+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
4040
"""
4141
if body is None:
4242
raise TypeError("body cannot be null.")

msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def post(self,body: TargetAppsPostRequestBody, request_configuration: Opti
3636
param body: The request body
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/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0
39+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0
4040
"""
4141
if body is None:
4242
raise TypeError("body cannot be null.")

msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_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_assignment_id(self,managed_e_book_assignment_id: str) -> M
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedEBookAssignmentCollectionResponse]:
5151
"""
52-
List properties and relationships of the managedEBookAssignment objects.
52+
List properties and relationships of the iosVppEBookAssignment objects.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[ManagedEBookAssignmentCollectionResponse]
55-
Find more info here: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0
55+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-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: ManagedEBookAssignment, request_configuration: Optiona
9494

9595
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AssignmentsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9696
"""
97-
List properties and relationships of the managedEBookAssignment objects.
97+
List properties and relationships of the iosVppEBookAssignment 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 AssignmentsRequestBuilderGetQueryParameters():
142142
"""
143-
List properties and relationships of the managedEBookAssignment objects.
143+
List properties and relationships of the iosVppEBookAssignment objects.
144144
"""
145145
def get_query_parameter(self,original_name: str) -> str:
146146
"""

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

3333
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
3434
"""
35-
Deletes a managedEBookAssignment.
35+
Deletes a iosVppEBookAssignment.
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/intune-books-managedebookassignment-delete?view=graph-rest-1.0
38+
Find more info here: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0
3939
"""
4040
request_info = self.to_delete_request_information(
4141
request_configuration
@@ -96,7 +96,7 @@ async def patch(self,body: ManagedEBookAssignment, request_configuration: Option
9696

9797
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
9898
"""
99-
Deletes a managedEBookAssignment.
99+
Deletes a iosVppEBookAssignment.
100100
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101101
Returns: RequestInformation
102102
"""

msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def by_managed_device_mobile_app_configuration_id(self,managed_device_mobile_app
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[ManagedDeviceMobileAppConfigurationCollectionResponse]:
5151
"""
52-
List properties and relationships of the managedDeviceMobileAppConfiguration objects.
52+
List properties and relationships of the iosMobileAppConfiguration objects.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[ManagedDeviceMobileAppConfigurationCollectionResponse]
55-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0
55+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-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: ManagedDeviceMobileAppConfiguration, request_configura
9494

9595
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9696
"""
97-
List properties and relationships of the managedDeviceMobileAppConfiguration objects.
97+
List properties and relationships of the iosMobileAppConfiguration 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 MobileAppConfigurationsRequestBuilderGetQueryParameters():
142142
"""
143-
List properties and relationships of the managedDeviceMobileAppConfiguration objects.
143+
List properties and relationships of the iosMobileAppConfiguration objects.
144144
"""
145145
def get_query_parameter(self,original_name: str) -> str:
146146
"""

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 windowsWebApp.
54+
Deletes a macOSMicrosoftEdgeApp.
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-windowswebapp-delete?view=graph-rest-1.0
57+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-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 windowsAppX object.
73+
Read properties and relationships of the iosiPadOSWebClip 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-windowsappx-get?view=graph-rest-1.0
76+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-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 webApp object.
94+
Update the properties of a macOSMicrosoftEdgeApp 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-webapp-update?view=graph-rest-1.0
98+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-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 windowsWebApp.
118+
Deletes a macOSMicrosoftEdgeApp.
119119
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120120
Returns: RequestInformation
121121
"""
@@ -125,7 +125,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
125125

126126
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
127127
"""
128-
Read properties and relationships of the windowsAppX object.
128+
Read properties and relationships of the iosiPadOSWebClip object.
129129
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
130130
Returns: RequestInformation
131131
"""
@@ -136,7 +136,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
136136

137137
def to_patch_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
138138
"""
139-
Update the properties of a webApp object.
139+
Update the properties of a macOSMicrosoftEdgeApp object.
140140
param body: The request body
141141
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
142142
Returns: RequestInformation
@@ -340,7 +340,7 @@ class MobileAppItemRequestBuilderDeleteRequestConfiguration(RequestConfiguration
340340
@dataclass
341341
class MobileAppItemRequestBuilderGetQueryParameters():
342342
"""
343-
Read properties and relationships of the windowsAppX object.
343+
Read properties and relationships of the iosiPadOSWebClip object.
344344
"""
345345
def get_query_parameter(self,original_name: str) -> str:
346346
"""

msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def by_mobile_app_id(self,mobile_app_id: str) -> MobileAppItemRequestBuilder:
6565

6666
async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> Optional[MobileAppCollectionResponse]:
6767
"""
68-
List properties and relationships of the iosStoreApp objects.
68+
List properties and relationships of the macOSOfficeSuiteApp objects.
6969
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7070
Returns: Optional[MobileAppCollectionResponse]
71-
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-list?view=graph-rest-1.0
71+
Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-list?view=graph-rest-1.0
7272
"""
7373
request_info = self.to_get_request_information(
7474
request_configuration
@@ -110,7 +110,7 @@ async def post(self,body: MobileApp, request_configuration: Optional[RequestConf
110110

111111
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
112112
"""
113-
List properties and relationships of the iosStoreApp objects.
113+
List properties and relationships of the macOSOfficeSuiteApp objects.
114114
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115115
Returns: RequestInformation
116116
"""
@@ -300,7 +300,7 @@ def graph_windows_web_app(self) -> GraphWindowsWebAppRequestBuilder:
300300
@dataclass
301301
class MobileAppsRequestBuilderGetQueryParameters():
302302
"""
303-
List properties and relationships of the iosStoreApp objects.
303+
List properties and relationships of the macOSOfficeSuiteApp objects.
304304
"""
305305
def get_query_parameter(self,original_name: str) -> str:
306306
"""

0 commit comments

Comments
 (0)