msgraph-sdk 1.6.0__py3-none-any.whl → 1.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msgraph/_version.py +1 -1
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +4 -4
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +5 -5
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/user_item_request_builder.py +5 -5
- msgraph/generated/users/users_request_builder.py +4 -4
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/METADATA +2 -2
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/RECORD +48 -48
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/WHEEL +0 -0
msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py
CHANGED
@@ -48,10 +48,10 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfigurationCollectionResponse]:
|
50
50
|
"""
|
51
|
-
List properties and relationships of the
|
51
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: Optional[DeviceConfigurationCollectionResponse]
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-list?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -69,11 +69,11 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
async def post(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
71
71
|
"""
|
72
|
-
Create a new
|
72
|
+
Create a new iosGeneralDeviceConfiguration object.
|
73
73
|
param body: The request body
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[DeviceConfiguration]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-create?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
if body is None:
|
79
79
|
raise TypeError("body cannot be null.")
|
@@ -93,7 +93,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
93
93
|
|
94
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
95
95
|
"""
|
96
|
-
List properties and relationships of the
|
96
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: RequestInformation
|
99
99
|
"""
|
@@ -104,7 +104,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_post_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
Create a new
|
107
|
+
Create a new iosGeneralDeviceConfiguration object.
|
108
108
|
param body: The request body
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
@@ -139,7 +139,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class DeviceConfigurationsRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
List properties and relationships of the
|
142
|
+
List properties and relationships of the iosDeviceFeaturesConfiguration objects.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|
@@ -39,10 +39,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
39
39
|
|
40
40
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
41
41
|
"""
|
42
|
-
Deletes a
|
42
|
+
Deletes a iosDeviceFeaturesConfiguration.
|
43
43
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
44
44
|
Returns: None
|
45
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
45
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete?view=graph-rest-1.0
|
46
46
|
"""
|
47
47
|
request_info = self.to_delete_request_information(
|
48
48
|
request_configuration
|
@@ -58,10 +58,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
58
58
|
|
59
59
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
60
60
|
"""
|
61
|
-
Read properties and relationships of the
|
61
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: Optional[DeviceConfiguration]
|
64
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
64
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-get?view=graph-rest-1.0
|
65
65
|
"""
|
66
66
|
request_info = self.to_get_request_information(
|
67
67
|
request_configuration
|
@@ -91,11 +91,11 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
91
91
|
|
92
92
|
async def patch(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
93
93
|
"""
|
94
|
-
Update the properties of a
|
94
|
+
Update the properties of a macOSGeneralDeviceConfiguration object.
|
95
95
|
param body: The request body
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
97
|
Returns: Optional[DeviceConfiguration]
|
98
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
98
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update?view=graph-rest-1.0
|
99
99
|
"""
|
100
100
|
if body is None:
|
101
101
|
raise TypeError("body cannot be null.")
|
@@ -115,7 +115,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
115
115
|
|
116
116
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
117
117
|
"""
|
118
|
-
Deletes a
|
118
|
+
Deletes a iosDeviceFeaturesConfiguration.
|
119
119
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
120
120
|
Returns: RequestInformation
|
121
121
|
"""
|
@@ -126,7 +126,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
128
128
|
"""
|
129
|
-
Read properties and relationships of the
|
129
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: RequestInformation
|
132
132
|
"""
|
@@ -137,7 +137,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
137
137
|
|
138
138
|
def to_patch_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
139
139
|
"""
|
140
|
-
Update the properties of a
|
140
|
+
Update the properties of a macOSGeneralDeviceConfiguration object.
|
141
141
|
param body: The request body
|
142
142
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
143
143
|
Returns: RequestInformation
|
@@ -233,7 +233,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
233
233
|
@dataclass
|
234
234
|
class DeviceConfigurationItemRequestBuilderGetQueryParameters():
|
235
235
|
"""
|
236
|
-
Read properties and relationships of the
|
236
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
237
237
|
"""
|
238
238
|
def get_query_parameter(self,original_name: str) -> str:
|
239
239
|
"""
|
@@ -48,10 +48,10 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfigurationCollectionResponse]:
|
50
50
|
"""
|
51
|
-
List properties and relationships of the
|
51
|
+
List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: Optional[DeviceEnrollmentConfigurationCollectionResponse]
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -69,11 +69,11 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
async def post(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
71
71
|
"""
|
72
|
-
Create a new
|
72
|
+
Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
|
73
73
|
param body: The request body
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
if body is None:
|
79
79
|
raise TypeError("body cannot be null.")
|
@@ -93,7 +93,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
93
93
|
|
94
94
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
95
95
|
"""
|
96
|
-
List properties and relationships of the
|
96
|
+
List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: RequestInformation
|
99
99
|
"""
|
@@ -104,7 +104,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_post_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
Create a new
|
107
|
+
Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
|
108
108
|
param body: The request body
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
@@ -139,7 +139,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
List properties and relationships of the
|
142
|
+
List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|
@@ -34,10 +34,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
34
34
|
|
35
35
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
36
36
|
"""
|
37
|
-
Deletes a
|
37
|
+
Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: None
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
request_info = self.to_delete_request_information(
|
43
43
|
request_configuration
|
@@ -53,10 +53,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
55
55
|
"""
|
56
|
-
Read properties and relationships of the
|
56
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
59
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
59
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0
|
60
60
|
"""
|
61
61
|
request_info = self.to_get_request_information(
|
62
62
|
request_configuration
|
@@ -74,11 +74,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
74
74
|
|
75
75
|
async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
76
76
|
"""
|
77
|
-
Update the properties of a
|
77
|
+
Update the properties of a deviceEnrollmentLimitConfiguration object.
|
78
78
|
param body: The request body
|
79
79
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
80
80
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
81
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
81
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
|
82
82
|
"""
|
83
83
|
if body is None:
|
84
84
|
raise TypeError("body cannot be null.")
|
@@ -98,7 +98,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
98
98
|
|
99
99
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
100
100
|
"""
|
101
|
-
Deletes a
|
101
|
+
Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
|
102
102
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
103
103
|
Returns: RequestInformation
|
104
104
|
"""
|
@@ -109,7 +109,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Read properties and relationships of the
|
112
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
115
115
|
"""
|
@@ -120,7 +120,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
120
120
|
|
121
121
|
def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
122
122
|
"""
|
123
|
-
Update the properties of a
|
123
|
+
Update the properties of a deviceEnrollmentLimitConfiguration object.
|
124
124
|
param body: The request body
|
125
125
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
126
126
|
Returns: RequestInformation
|
@@ -180,7 +180,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
180
180
|
@dataclass
|
181
181
|
class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters():
|
182
182
|
"""
|
183
|
-
Read properties and relationships of the
|
183
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
184
184
|
"""
|
185
185
|
def get_query_parameter(self,original_name: str) -> str:
|
186
186
|
"""
|
@@ -95,7 +95,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
95
95
|
Read properties and relationships of the deviceManagement object.
|
96
96
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
97
97
|
Returns: Optional[DeviceManagement]
|
98
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
98
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-wip-devicemanagement-get?view=graph-rest-1.0
|
99
99
|
"""
|
100
100
|
request_info = self.to_get_request_information(
|
101
101
|
request_configuration
|
@@ -129,7 +129,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
129
129
|
param body: The request body
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: Optional[DeviceManagement]
|
132
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
132
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-update?view=graph-rest-1.0
|
133
133
|
"""
|
134
134
|
if body is None:
|
135
135
|
raise TypeError("body cannot be null.")
|
msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py
CHANGED
@@ -51,10 +51,10 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinition]:
|
53
53
|
"""
|
54
|
-
Read properties and relationships of the
|
54
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[RoleDefinition]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -107,7 +107,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
109
109
|
"""
|
110
|
-
Read properties and relationships of the
|
110
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: RequestInformation
|
113
113
|
"""
|
@@ -160,7 +160,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
|
|
160
160
|
@dataclass
|
161
161
|
class RoleDefinitionItemRequestBuilderGetQueryParameters():
|
162
162
|
"""
|
163
|
-
Read properties and relationships of the
|
163
|
+
Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
164
164
|
"""
|
165
165
|
def get_query_parameter(self,original_name: str) -> str:
|
166
166
|
"""
|
@@ -69,11 +69,11 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
async def post(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
|
71
71
|
"""
|
72
|
-
Create a new
|
72
|
+
Create a new deviceAndAppManagementRoleDefinition object.
|
73
73
|
param body: The request body
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[RoleDefinition]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
if body is None:
|
79
79
|
raise TypeError("body cannot be null.")
|
@@ -104,7 +104,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_post_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
Create a new
|
107
|
+
Create a new deviceAndAppManagementRoleDefinition object.
|
108
108
|
param body: The request body
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
@@ -32,11 +32,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Use this API to create a new Table.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: Optional[WorkbookTable]
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -56,7 +56,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
56
56
|
|
57
57
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
58
58
|
"""
|
59
|
-
|
59
|
+
Use this API to create a new Table.
|
60
60
|
param body: The request body
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: RequestInformation
|
msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py
CHANGED
@@ -32,11 +32,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Use this API to create a new Table.
|
36
36
|
param body: The request body
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: Optional[WorkbookTable]
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -56,7 +56,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
56
56
|
|
57
57
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
58
58
|
"""
|
59
|
-
|
59
|
+
Use this API to create a new Table.
|
60
60
|
param body: The request body
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: RequestInformation
|
msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py
CHANGED
@@ -73,11 +73,11 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
73
73
|
|
74
74
|
async def put(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ExternalItem]:
|
75
75
|
"""
|
76
|
-
|
76
|
+
Create a new externalItem object.
|
77
77
|
param body: The request body
|
78
78
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
79
79
|
Returns: Optional[ExternalItem]
|
80
|
-
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-
|
80
|
+
Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0
|
81
81
|
"""
|
82
82
|
if body is None:
|
83
83
|
raise TypeError("body cannot be null.")
|
@@ -119,7 +119,7 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
|
|
119
119
|
|
120
120
|
def to_put_request_information(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
121
121
|
"""
|
122
|
-
|
122
|
+
Create a new externalItem object.
|
123
123
|
param body: The request body
|
124
124
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
125
125
|
Returns: RequestInformation
|
@@ -73,11 +73,11 @@ class GroupsRequestBuilder(BaseRequestBuilder):
|
|
73
73
|
|
74
74
|
async def post(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Group]:
|
75
75
|
"""
|
76
|
-
Create a new group
|
76
|
+
Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
77
77
|
param body: The request body
|
78
78
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
79
79
|
Returns: Optional[Group]
|
80
|
-
Find more info here: https://learn.microsoft.com/graph/api/group-
|
80
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0
|
81
81
|
"""
|
82
82
|
if body is None:
|
83
83
|
raise TypeError("body cannot be null.")
|
@@ -108,7 +108,7 @@ class GroupsRequestBuilder(BaseRequestBuilder):
|
|
108
108
|
|
109
109
|
def to_post_request_information(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
110
110
|
"""
|
111
|
-
Create a new group
|
111
|
+
Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
|
112
112
|
param body: The request body
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
@@ -69,11 +69,11 @@ class ConversationsRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
async def post(self,body: Conversation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Conversation]:
|
71
71
|
"""
|
72
|
-
|
72
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
73
73
|
param body: The request body
|
74
74
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
75
75
|
Returns: Optional[Conversation]
|
76
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
76
|
+
Find more info here: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
|
77
77
|
"""
|
78
78
|
if body is None:
|
79
79
|
raise TypeError("body cannot be null.")
|
@@ -104,7 +104,7 @@ class ConversationsRequestBuilder(BaseRequestBuilder):
|
|
104
104
|
|
105
105
|
def to_post_request_information(self,body: Conversation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
106
106
|
"""
|
107
|
-
|
107
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
108
108
|
param body: The request body
|
109
109
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
110
110
|
Returns: RequestInformation
|
@@ -35,7 +35,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
|
|
35
35
|
Delete conversation.
|
36
36
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
37
37
|
Returns: None
|
38
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
38
|
+
Find more info here: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
request_info = self.to_delete_request_information(
|
41
41
|
request_configuration
|
@@ -51,10 +51,10 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> Optional[Conversation]:
|
53
53
|
"""
|
54
|
-
|
54
|
+
Retrieve the properties and relationships of conversation object.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[Conversation]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -83,7 +83,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
|
|
83
83
|
|
84
84
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
85
85
|
"""
|
86
|
-
|
86
|
+
Retrieve the properties and relationships of conversation object.
|
87
87
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
88
88
|
Returns: RequestInformation
|
89
89
|
"""
|
@@ -121,7 +121,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
|
|
121
121
|
@dataclass
|
122
122
|
class ConversationItemRequestBuilderGetQueryParameters():
|
123
123
|
"""
|
124
|
-
|
124
|
+
Retrieve the properties and relationships of conversation object.
|
125
125
|
"""
|
126
126
|
def get_query_parameter(self,original_name: str) -> str:
|
127
127
|
"""
|
@@ -52,10 +52,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
|
54
54
|
"""
|
55
|
-
Get a thread
|
55
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: Optional[ConversationThread]
|
58
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
58
|
+
Find more info here: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
|
59
59
|
"""
|
60
60
|
request_info = self.to_get_request_information(
|
61
61
|
request_configuration
|
@@ -108,7 +108,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
108
108
|
|
109
109
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
110
110
|
"""
|
111
|
-
Get a thread
|
111
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
112
112
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
113
113
|
Returns: RequestInformation
|
114
114
|
"""
|
@@ -170,7 +170,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
170
170
|
@dataclass
|
171
171
|
class ConversationThreadItemRequestBuilderGetQueryParameters():
|
172
172
|
"""
|
173
|
-
Get a thread
|
173
|
+
Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
|
174
174
|
"""
|
175
175
|
def get_query_parameter(self,original_name: str) -> str:
|
176
176
|
"""
|
@@ -57,10 +57,10 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
async def get(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> Optional[AccessPackage]:
|
59
59
|
"""
|
60
|
-
Retrieve
|
60
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: Optional[AccessPackage]
|
63
|
-
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-
|
63
|
+
Find more info here: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
|
64
64
|
"""
|
65
65
|
request_info = self.to_get_request_information(
|
66
66
|
request_configuration
|
@@ -113,7 +113,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
113
113
|
|
114
114
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
115
115
|
"""
|
116
|
-
Retrieve
|
116
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
117
117
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
118
118
|
Returns: RequestInformation
|
119
119
|
"""
|
@@ -220,7 +220,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
|
|
220
220
|
@dataclass
|
221
221
|
class AccessPackageItemRequestBuilderGetQueryParameters():
|
222
222
|
"""
|
223
|
-
Retrieve
|
223
|
+
Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
|
224
224
|
"""
|
225
225
|
def get_query_parameter(self,original_name: str) -> str:
|
226
226
|
"""
|
msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py
CHANGED
@@ -53,10 +53,10 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
async def get(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> Optional[Agreement]:
|
55
55
|
"""
|
56
|
-
Retrieve
|
56
|
+
Retrieve the properties and relationships of an agreement object.
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
58
58
|
Returns: Optional[Agreement]
|
59
|
-
Find more info here: https://learn.microsoft.com/graph/api/agreement-
|
59
|
+
Find more info here: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0
|
60
60
|
"""
|
61
61
|
request_info = self.to_get_request_information(
|
62
62
|
request_configuration
|
@@ -109,7 +109,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
Retrieve
|
112
|
+
Retrieve the properties and relationships of an agreement object.
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
115
115
|
"""
|
@@ -180,7 +180,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
|
|
180
180
|
@dataclass
|
181
181
|
class AgreementItemRequestBuilderGetQueryParameters():
|
182
182
|
"""
|
183
|
-
Retrieve
|
183
|
+
Retrieve the properties and relationships of an agreement object.
|
184
184
|
"""
|
185
185
|
def get_query_parameter(self,original_name: str) -> str:
|
186
186
|
"""
|
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"descriptionHash": "
|
2
|
+
"descriptionHash": "2DB4FE3281A5A2DCF15E49B14B5D7DA9089C4640C1315753561EC20FD3B067A9B989A617D2FD0A55FC8A2D6A02875816E776585ADBA1841719621399CF80709A",
|
3
3
|
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
|
4
4
|
"lockFileVersion": "1.0.0",
|
5
|
-
"kiotaVersion": "1.
|
5
|
+
"kiotaVersion": "1.19.0",
|
6
6
|
"clientClassName": "BaseGraphServiceClient",
|
7
7
|
"clientNamespaceName": "msgraph.generated",
|
8
8
|
"language": "Python",
|