msgraph-sdk 1.23.0__py3-none-any.whl → 1.24.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.
Files changed (57) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
  3. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  4. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  5. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  6. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  7. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  8. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  9. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
  10. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py +4 -4
  13. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  14. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +7 -7
  15. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
  18. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  19. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +7 -7
  20. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  21. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +7 -7
  22. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  23. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +7 -7
  24. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
  25. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  26. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  27. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  28. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  29. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  30. msgraph/generated/groups/groups_request_builder.py +3 -3
  31. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
  32. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  33. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  34. msgraph/generated/kiota-dom-export.txt +37 -0
  35. msgraph/generated/kiota-lock.json +1 -1
  36. msgraph/generated/models/air_print_settings.py +61 -0
  37. msgraph/generated/models/incompatible_printer_settings.py +7 -0
  38. msgraph/generated/models/print_document.py +9 -0
  39. msgraph/generated/models/print_job.py +8 -0
  40. msgraph/generated/models/print_settings.py +11 -0
  41. msgraph/generated/models/printer_discovery_settings.py +61 -0
  42. msgraph/generated/models/team.py +1 -1
  43. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  44. msgraph/generated/organization/item/organization_item_request_builder.py +4 -4
  45. msgraph/generated/organization/organization_request_builder.py +4 -4
  46. msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
  47. msgraph/generated/sites/sites_request_builder.py +4 -4
  48. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +6 -6
  49. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  50. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  51. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  52. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  53. msgraph/generated/users/users_request_builder.py +4 -4
  54. {msgraph_sdk-1.23.0.dist-info → msgraph_sdk-1.24.0.dist-info}/METADATA +1 -1
  55. {msgraph_sdk-1.23.0.dist-info → msgraph_sdk-1.24.0.dist-info}/RECORD +57 -54
  56. {msgraph_sdk-1.23.0.dist-info → msgraph_sdk-1.24.0.dist-info}/WHEEL +0 -0
  57. {msgraph_sdk-1.23.0.dist-info → msgraph_sdk-1.24.0.dist-info}/licenses/LICENSE +0 -0
@@ -59,10 +59,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
59
59
 
60
60
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
61
61
  """
62
- Read properties and relationships of the windows10GeneralConfiguration object.
62
+ Read properties and relationships of the windowsPhone81GeneralConfiguration object.
63
63
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
64
64
  Returns: Optional[DeviceConfiguration]
65
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-get?view=graph-rest-1.0
65
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-get?view=graph-rest-1.0
66
66
  """
67
67
  request_info = self.to_get_request_information(
68
68
  request_configuration
@@ -92,11 +92,11 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
92
92
 
93
93
  async def patch(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
94
94
  """
95
- Update the properties of a windows10GeneralConfiguration object.
95
+ Update the properties of a windows10SecureAssessmentConfiguration object.
96
96
  param body: The request body
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: Optional[DeviceConfiguration]
99
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-update?view=graph-rest-1.0
99
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0
100
100
  """
101
101
  if body is None:
102
102
  raise TypeError("body cannot be null.")
@@ -127,7 +127,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
127
127
 
128
128
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
129
129
  """
130
- Read properties and relationships of the windows10GeneralConfiguration object.
130
+ Read properties and relationships of the windowsPhone81GeneralConfiguration object.
131
131
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
132
132
  Returns: RequestInformation
133
133
  """
@@ -138,7 +138,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
138
138
 
139
139
  def to_patch_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
140
140
  """
141
- Update the properties of a windows10GeneralConfiguration object.
141
+ Update the properties of a windows10SecureAssessmentConfiguration object.
142
142
  param body: The request body
143
143
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
144
144
  Returns: RequestInformation
@@ -234,7 +234,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
234
234
  @dataclass
235
235
  class DeviceConfigurationItemRequestBuilderGetQueryParameters():
236
236
  """
237
- Read properties and relationships of the windows10GeneralConfiguration object.
237
+ Read properties and relationships of the windowsPhone81GeneralConfiguration object.
238
238
  """
239
239
  def get_query_parameter(self,original_name: str) -> str:
240
240
  """
@@ -49,10 +49,10 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfigurationCollectionResponse]:
51
51
  """
52
- List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
52
+ List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[DeviceEnrollmentConfigurationCollectionResponse]
55
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0
55
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0
56
56
  """
57
57
  request_info = self.to_get_request_information(
58
58
  request_configuration
@@ -70,11 +70,11 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
70
70
 
71
71
  async def post(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
72
72
  """
73
- Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
73
+ Create a new deviceEnrollmentLimitConfiguration object.
74
74
  param body: The request body
75
75
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
76
76
  Returns: Optional[DeviceEnrollmentConfiguration]
77
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
77
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0
78
78
  """
79
79
  if body is None:
80
80
  raise TypeError("body cannot be null.")
@@ -94,7 +94,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
94
94
 
95
95
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
96
96
  """
97
- List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
97
+ List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
98
98
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
99
99
  Returns: RequestInformation
100
100
  """
@@ -105,7 +105,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
105
105
 
106
106
  def to_post_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
107
107
  """
108
- Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
108
+ Create a new deviceEnrollmentLimitConfiguration object.
109
109
  param body: The request body
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
@@ -140,7 +140,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
140
140
  @dataclass
141
141
  class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters():
142
142
  """
143
- List properties and relationships of the deviceEnrollmentLimitConfiguration objects.
143
+ List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -54,10 +54,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
54
54
 
55
55
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
56
56
  """
57
- Read properties and relationships of the deviceEnrollmentConfiguration object.
57
+ Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
58
58
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
59
59
  Returns: Optional[DeviceEnrollmentConfiguration]
60
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0
60
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0
61
61
  """
62
62
  request_info = self.to_get_request_information(
63
63
  request_configuration
@@ -75,11 +75,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
75
75
 
76
76
  async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
77
77
  """
78
- Update the properties of a deviceEnrollmentLimitConfiguration object.
78
+ Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
79
79
  param body: The request body
80
80
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
81
81
  Returns: Optional[DeviceEnrollmentConfiguration]
82
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
82
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0
83
83
  """
84
84
  if body is None:
85
85
  raise TypeError("body cannot be null.")
@@ -110,7 +110,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
110
110
 
111
111
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
112
112
  """
113
- Read properties and relationships of the deviceEnrollmentConfiguration object.
113
+ Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
116
116
  """
@@ -121,7 +121,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
121
121
 
122
122
  def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
123
123
  """
124
- Update the properties of a deviceEnrollmentLimitConfiguration object.
124
+ Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
125
125
  param body: The request body
126
126
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
127
127
  Returns: RequestInformation
@@ -181,7 +181,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
181
181
  @dataclass
182
182
  class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters():
183
183
  """
184
- Read properties and relationships of the deviceEnrollmentConfiguration object.
184
+ Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
185
185
  """
186
186
  def get_query_parameter(self,original_name: str) -> str:
187
187
  """
@@ -96,7 +96,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
96
96
  Read properties and relationships of the deviceManagement object.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: Optional[DeviceManagement]
99
- Find more info here: https://learn.microsoft.com/graph/api/intune-devices-devicemanagement-get?view=graph-rest-1.0
99
+ Find more info here: https://learn.microsoft.com/graph/api/intune-policyset-devicemanagement-get?view=graph-rest-1.0
100
100
  """
101
101
  request_info = self.to_get_request_information(
102
102
  request_configuration
@@ -130,7 +130,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
130
130
  param body: The request body
131
131
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
132
132
  Returns: Optional[DeviceManagement]
133
- Find more info here: https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-update?view=graph-rest-1.0
133
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-update?view=graph-rest-1.0
134
134
  """
135
135
  if body is None:
136
136
  raise TypeError("body cannot be null.")
@@ -52,10 +52,10 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinition]:
54
54
  """
55
- Read properties and relationships of the roleDefinition object.
55
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[RoleDefinition]
58
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -73,11 +73,11 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
73
73
 
74
74
  async def patch(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
75
75
  """
76
- Update the properties of a deviceAndAppManagementRoleDefinition object.
76
+ Update the properties of a roleDefinition 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[RoleDefinition]
80
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0
80
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
108
108
 
109
109
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
110
110
  """
111
- Read properties and relationships of the roleDefinition object.
111
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
112
112
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
113
113
  Returns: RequestInformation
114
114
  """
@@ -119,7 +119,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
119
119
 
120
120
  def to_patch_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
121
121
  """
122
- Update the properties of a deviceAndAppManagementRoleDefinition object.
122
+ Update the properties of a roleDefinition 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
@@ -161,7 +161,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
161
161
  @dataclass
162
162
  class RoleDefinitionItemRequestBuilderGetQueryParameters():
163
163
  """
164
- Read properties and relationships of the roleDefinition object.
164
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
165
165
  """
166
166
  def get_query_parameter(self,original_name: str) -> str:
167
167
  """
@@ -70,11 +70,11 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
70
70
 
71
71
  async def post(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
72
72
  """
73
- Create a new roleDefinition object.
73
+ Create a new deviceAndAppManagementRoleDefinition object.
74
74
  param body: The request body
75
75
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
76
76
  Returns: Optional[RoleDefinition]
77
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0
77
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0
78
78
  """
79
79
  if body is None:
80
80
  raise TypeError("body cannot be null.")
@@ -105,7 +105,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
105
105
 
106
106
  def to_post_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
107
107
  """
108
- Create a new roleDefinition object.
108
+ Create a new deviceAndAppManagementRoleDefinition object.
109
109
  param body: The request body
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
126
126
 
127
127
  async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
128
128
  """
129
- Retrieve the properties and relationships of range object.
129
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
130
130
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
131
131
  Returns: Optional[WorkbookRange]
132
- Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
132
+ Find more info here: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
133
133
  """
134
134
  request_info = self.to_get_request_information(
135
135
  request_configuration
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
225
225
 
226
226
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
227
227
  """
228
- Retrieve the properties and relationships of range object.
228
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
229
229
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
230
230
  Returns: RequestInformation
231
231
  """
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
33
33
 
34
34
  async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
35
35
  """
36
- Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
36
+ Use this API to create a new Table.
37
37
  param body: The request body
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[WorkbookTable]
40
- Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
40
+ Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
41
41
  """
42
42
  if body is None:
43
43
  raise TypeError("body cannot be null.")
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
57
57
 
58
58
  def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
59
  """
60
- Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
60
+ Use this API to create a new Table.
61
61
  param body: The request body
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: RequestInformation
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
126
126
 
127
127
  async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
128
128
  """
129
- Retrieve the properties and relationships of range object.
129
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
130
130
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
131
131
  Returns: Optional[WorkbookRange]
132
- Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
132
+ Find more info here: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
133
133
  """
134
134
  request_info = self.to_get_request_information(
135
135
  request_configuration
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
225
225
 
226
226
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
227
227
  """
228
- Retrieve the properties and relationships of range object.
228
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
229
229
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
230
230
  Returns: RequestInformation
231
231
  """
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
33
33
 
34
34
  async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
35
35
  """
36
- Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
36
+ Use this API to create a new Table.
37
37
  param body: The request body
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[WorkbookTable]
40
- Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
40
+ Find more info here: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0
41
41
  """
42
42
  if body is None:
43
43
  raise TypeError("body cannot be null.")
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
57
57
 
58
58
  def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
59
  """
60
- Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
60
+ Use this API to create a new Table.
61
61
  param body: The request body
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: RequestInformation
@@ -74,11 +74,11 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def put(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ExternalItem]:
76
76
  """
77
- Create a new externalItem object.
77
+ Update the properties of an externalItem 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[ExternalItem]
81
- Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -120,7 +120,7 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
120
120
 
121
121
  def to_put_request_information(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
122
122
  """
123
- Create a new externalItem object.
123
+ Update the properties of an externalItem 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
@@ -74,11 +74,11 @@ class GroupsRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def post(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Group]:
76
76
  """
77
- Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
77
+ 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.
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[Group]
81
- Find more info here: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -109,7 +109,7 @@ class GroupsRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_post_request_information(self,body: Group, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
112
+ 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.
113
113
  param body: The request body
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
@@ -53,10 +53,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
55
55
  """
56
- Get a thread object.
56
+ 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.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[ConversationThread]
59
- Find more info here: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/conversationthread-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 ConversationThreadItemRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Get a thread object.
112
+ 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.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -171,7 +171,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
171
171
  @dataclass
172
172
  class ConversationThreadItemRequestBuilderGetQueryParameters():
173
173
  """
174
- Get a thread object.
174
+ 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.
175
175
  """
176
176
  def get_query_parameter(self,original_name: str) -> str:
177
177
  """
@@ -48,10 +48,10 @@ class PostsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[PostsRequestBuilderGetQueryParameters]] = None) -> Optional[PostCollectionResponse]:
50
50
  """
51
- Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
51
+ Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[PostCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -69,7 +69,7 @@ class PostsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PostsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
71
71
  """
72
- Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
72
+ Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
73
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
74
74
  Returns: RequestInformation
75
75
  """
@@ -100,7 +100,7 @@ class PostsRequestBuilder(BaseRequestBuilder):
100
100
  @dataclass
101
101
  class PostsRequestBuilderGetQueryParameters():
102
102
  """
103
- Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
103
+ Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
104
104
  """
105
105
  def get_query_parameter(self,original_name: str) -> str:
106
106
  """
@@ -32,10 +32,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
35
+ Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
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/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
39
39
  """
40
40
  request_info = self.to_delete_request_information(
41
41
  request_configuration
@@ -96,7 +96,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
99
+ Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
100
100
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101
101
  Returns: RequestInformation
102
102
  """
@@ -94266,6 +94266,18 @@ msgraph.generated.models.AgreementFileVersionCollectionResponse::|public|seriali
94266
94266
  msgraph.generated.models.AgreementFileVersionCollectionResponse::|public|value():list[AgreementFileVersion]
94267
94267
  msgraph.generated.models.AgreementFileVersionCollectionResponse::|public|value(value:list[AgreementFileVersion]):None
94268
94268
  msgraph.generated.models.AgreementFileVersionCollectionResponse::|static|public|create_from_discriminator_value(parse_node:ParseNode):AgreementFileVersionCollectionResponse
94269
+ msgraph.generated.models.AirPrintSettings::|public|additional_data():dict[str, Any]
94270
+ msgraph.generated.models.AirPrintSettings::|public|additional_data(value:dict[str, Any]):None
94271
+ msgraph.generated.models.AirPrintSettings::|public|backing_store:BackingStore
94272
+ msgraph.generated.models.AirPrintSettings::|public|constructor():None
94273
+ msgraph.generated.models.AirPrintSettings::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
94274
+ msgraph.generated.models.AirPrintSettings::|public|incompatible_printers():IncompatiblePrinterSettings
94275
+ msgraph.generated.models.AirPrintSettings::|public|incompatible_printers(value:IncompatiblePrinterSettings):None
94276
+ msgraph.generated.models.AirPrintSettings::|public|odata_type():str
94277
+ msgraph.generated.models.AirPrintSettings::|public|odata_type(value:str):None
94278
+ msgraph.generated.models.AirPrintSettings::|public|serialize(writer:SerializationWriter):None
94279
+ msgraph.generated.models.AirPrintSettings::|static|public|create_from_discriminator_value(parse_node:ParseNode):AirPrintSettings
94280
+ msgraph.generated.models.AirPrintSettings~~>AdditionalDataHolder; BackedModel; Parsable
94269
94281
  msgraph.generated.models.Album::|public|additional_data():dict[str, Any]
94270
94282
  msgraph.generated.models.Album::|public|additional_data(value:dict[str, Any]):None
94271
94283
  msgraph.generated.models.Album::|public|backing_store:BackingStore
@@ -109804,6 +109816,9 @@ msgraph.generated.models.IncomingContext::|public|transferor():IdentitySet
109804
109816
  msgraph.generated.models.IncomingContext::|public|transferor(value:IdentitySet):None
109805
109817
  msgraph.generated.models.IncomingContext::|static|public|create_from_discriminator_value(parse_node:ParseNode):IncomingContext
109806
109818
  msgraph.generated.models.IncomingContext~~>AdditionalDataHolder; BackedModel; Parsable
109819
+ msgraph.generated.models.IncompatiblePrinterSettings::0000-Show
109820
+ msgraph.generated.models.IncompatiblePrinterSettings::0001-Hide
109821
+ msgraph.generated.models.IncompatiblePrinterSettings::0002-UnknownFutureValue
109807
109822
  msgraph.generated.models.IncompleteData::|public|additional_data():dict[str, Any]
109808
109823
  msgraph.generated.models.IncompleteData::|public|additional_data(value:dict[str, Any]):None
109809
109824
  msgraph.generated.models.IncompleteData::|public|backing_store:BackingStore
@@ -117795,11 +117810,15 @@ msgraph.generated.models.PrintDocument::|public|content_type():str
117795
117810
  msgraph.generated.models.PrintDocument::|public|content_type(value:str):None
117796
117811
  msgraph.generated.models.PrintDocument::|public|display_name():str
117797
117812
  msgraph.generated.models.PrintDocument::|public|display_name(value:str):None
117813
+ msgraph.generated.models.PrintDocument::|public|downloaded_date_time():datetime.datetime
117814
+ msgraph.generated.models.PrintDocument::|public|downloaded_date_time(value:datetime.datetime):None
117798
117815
  msgraph.generated.models.PrintDocument::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
117799
117816
  msgraph.generated.models.PrintDocument::|public|odata_type:str
117800
117817
  msgraph.generated.models.PrintDocument::|public|serialize(writer:SerializationWriter):None
117801
117818
  msgraph.generated.models.PrintDocument::|public|size():int
117802
117819
  msgraph.generated.models.PrintDocument::|public|size(value:int):None
117820
+ msgraph.generated.models.PrintDocument::|public|uploaded_date_time():datetime.datetime
117821
+ msgraph.generated.models.PrintDocument::|public|uploaded_date_time(value:datetime.datetime):None
117803
117822
  msgraph.generated.models.PrintDocument::|static|public|create_from_discriminator_value(parse_node:ParseNode):PrintDocument
117804
117823
  msgraph.generated.models.PrintDocumentCollectionResponse-->BaseCollectionPaginationCountResponse
117805
117824
  msgraph.generated.models.PrintDocumentCollectionResponse::|public|constructor():None
@@ -117993,6 +118012,18 @@ msgraph.generated.models.PrinterDefaults::|public|scaling(value:PrintScaling):No
117993
118012
  msgraph.generated.models.PrinterDefaults::|public|serialize(writer:SerializationWriter):None
117994
118013
  msgraph.generated.models.PrinterDefaults::|static|public|create_from_discriminator_value(parse_node:ParseNode):PrinterDefaults
117995
118014
  msgraph.generated.models.PrinterDefaults~~>AdditionalDataHolder; BackedModel; Parsable
118015
+ msgraph.generated.models.PrinterDiscoverySettings::|public|additional_data():dict[str, Any]
118016
+ msgraph.generated.models.PrinterDiscoverySettings::|public|additional_data(value:dict[str, Any]):None
118017
+ msgraph.generated.models.PrinterDiscoverySettings::|public|air_print():AirPrintSettings
118018
+ msgraph.generated.models.PrinterDiscoverySettings::|public|air_print(value:AirPrintSettings):None
118019
+ msgraph.generated.models.PrinterDiscoverySettings::|public|backing_store:BackingStore
118020
+ msgraph.generated.models.PrinterDiscoverySettings::|public|constructor():None
118021
+ msgraph.generated.models.PrinterDiscoverySettings::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
118022
+ msgraph.generated.models.PrinterDiscoverySettings::|public|odata_type():str
118023
+ msgraph.generated.models.PrinterDiscoverySettings::|public|odata_type(value:str):None
118024
+ msgraph.generated.models.PrinterDiscoverySettings::|public|serialize(writer:SerializationWriter):None
118025
+ msgraph.generated.models.PrinterDiscoverySettings::|static|public|create_from_discriminator_value(parse_node:ParseNode):PrinterDiscoverySettings
118026
+ msgraph.generated.models.PrinterDiscoverySettings~~>AdditionalDataHolder; BackedModel; Parsable
117996
118027
  msgraph.generated.models.PrinterFeedOrientation::0000-LongEdgeFirst
117997
118028
  msgraph.generated.models.PrinterFeedOrientation::0001-ShortEdgeFirst
117998
118029
  msgraph.generated.models.PrinterFeedOrientation::0002-UnknownFutureValue
@@ -118993,6 +119024,8 @@ msgraph.generated.models.PrintFinishing::0063-TrimAfterDocuments
118993
119024
  msgraph.generated.models.PrintFinishing::0064-TrimAfterCopies
118994
119025
  msgraph.generated.models.PrintFinishing::0065-TrimAfterJob
118995
119026
  msgraph.generated.models.PrintJob-->Entity
119027
+ msgraph.generated.models.PrintJob::|public|acknowledged_date_time():datetime.datetime
119028
+ msgraph.generated.models.PrintJob::|public|acknowledged_date_time(value:datetime.datetime):None
118996
119029
  msgraph.generated.models.PrintJob::|public|configuration():PrintJobConfiguration
118997
119030
  msgraph.generated.models.PrintJob::|public|configuration(value:PrintJobConfiguration):None
118998
119031
  msgraph.generated.models.PrintJob::|public|constructor():None
@@ -119002,6 +119035,8 @@ msgraph.generated.models.PrintJob::|public|created_date_time():datetime.datetime
119002
119035
  msgraph.generated.models.PrintJob::|public|created_date_time(value:datetime.datetime):None
119003
119036
  msgraph.generated.models.PrintJob::|public|documents():list[PrintDocument]
119004
119037
  msgraph.generated.models.PrintJob::|public|documents(value:list[PrintDocument]):None
119038
+ msgraph.generated.models.PrintJob::|public|error_code():int
119039
+ msgraph.generated.models.PrintJob::|public|error_code(value:int):None
119005
119040
  msgraph.generated.models.PrintJob::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
119006
119041
  msgraph.generated.models.PrintJob::|public|is_fetchable():bool
119007
119042
  msgraph.generated.models.PrintJob::|public|is_fetchable(value:bool):None
@@ -119225,6 +119260,8 @@ msgraph.generated.models.PrintSettings::|public|document_conversion_enabled(valu
119225
119260
  msgraph.generated.models.PrintSettings::|public|get_field_deserializers():dict[str, Callable[[ParseNode], None]]
119226
119261
  msgraph.generated.models.PrintSettings::|public|odata_type():str
119227
119262
  msgraph.generated.models.PrintSettings::|public|odata_type(value:str):None
119263
+ msgraph.generated.models.PrintSettings::|public|printer_discovery_settings():PrinterDiscoverySettings
119264
+ msgraph.generated.models.PrintSettings::|public|printer_discovery_settings(value:PrinterDiscoverySettings):None
119228
119265
  msgraph.generated.models.PrintSettings::|public|serialize(writer:SerializationWriter):None
119229
119266
  msgraph.generated.models.PrintSettings::|static|public|create_from_discriminator_value(parse_node:ParseNode):PrintSettings
119230
119267
  msgraph.generated.models.PrintSettings~~>AdditionalDataHolder; BackedModel; Parsable
@@ -1,5 +1,5 @@
1
1
  {
2
- "descriptionHash": "55A3ED7E0A0D3EE2016D39F28C6001B9D2BEC0F389D1D28FC4F8E9A3C611719CE2E3E7D21FDD0F4AB8E617CCDC31EC5C93338596FAFBA2EC9CDA51173ACBB54D",
2
+ "descriptionHash": "2FC18210AD40923936BB0AA1873648A7B9C92D3CB6A179FA143999B0089CCFB69B3EC258EBA9FBAD631DFD92B875297B664F047D1E8EA16EBFA32A32EB82972A",
3
3
  "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
4
4
  "lockFileVersion": "1.0.0",
5
5
  "kiotaVersion": "1.24.0",