msgraph-sdk 1.7.0__py3-none-any.whl → 1.8.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/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py +1 -1
- msgraph/generated/applications/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/applications/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/applications_with_app_id/applications_with_app_id_request_builder.py +1 -1
- msgraph/generated/applications_with_unique_name/applications_with_unique_name_request_builder.py +1 -1
- msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
- msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/communications/call_records/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time_request_builder.py +2 -2
- msgraph/generated/communications/call_records/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time/microsoft_graph_call_records_get_pstn_calls_with_from_date_time_with_to_date_time_request_builder.py +2 -2
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/contacts/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/contacts/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/contracts/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/contracts/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- 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/managed_app_registrations_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/assignments_request_builder.py +3 -3
- 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/item/managed_e_book_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_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/audit_events/get_audit_activity_types_with_category/get_audit_activity_types_with_category_request_builder.py +1 -1
- 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_configurations/item/get_oma_setting_plain_text_value_with_secret_reference_value_id/get_oma_setting_plain_text_value_with_secret_reference_value_id_request_builder.py +1 -1
- 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 +7 -7
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/get_effective_permissions_with_scope/get_effective_permissions_with_scope_request_builder.py +1 -1
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +3 -3
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +4 -4
- msgraph/generated/device_management/user_experience_analytics_device_performance/summarize_device_performance_devices_with_summarize_by/summarize_device_performance_devices_with_summarize_by_request_builder.py +1 -1
- msgraph/generated/device_management/verify_windows_enrollment_auto_discovery_with_domain_name/verify_windows_enrollment_auto_discovery_with_domain_name_request_builder.py +1 -1
- msgraph/generated/devices/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/devices/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/devices_with_device_id/devices_with_device_id_request_builder.py +1 -1
- msgraph/generated/directory/deleted_items/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory/deleted_items/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory/subscriptions_with_commerce_subscription_id/subscriptions_with_commerce_subscription_id_request_builder.py +1 -1
- msgraph/generated/directory_objects/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_objects/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_role_templates/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_role_templates/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_roles/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/directory_roles/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/directory_roles_with_role_template_id/directory_roles_with_role_template_id_request_builder.py +1 -1
- msgraph/generated/domains/item/domain_item_request_builder.py +10 -0
- msgraph/generated/domains/item/root_domain/root_domain_request_builder.py +106 -0
- msgraph/generated/drives/item/items/item/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/search_with_q/search_with_q_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/names/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/names/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/names/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/session_info_resource_with_key/session_info_resource_with_key_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/table_row_operation_result_with_key/table_row_operation_result_with_key_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/columns/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/rows/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/tables/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/column_with_column1/column_with_column1_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/row_with_row1/row_with_row1_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/cell_with_row_with_column/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item/points/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item/series/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width/image_with_width_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width_with_height/image_with_width_with_height_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/image_with_width_with_height_with_fitting_mode/image_with_width_with_height_with_fitting_mode_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/charts/item_with_name/item_with_name_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/range_with_address_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/range_with_address/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/columns/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/data_body_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/header_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item/range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/rows/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item/total_row_range/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/item_at_with_index/item_at_with_index_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/bounding_rect_with_another_range/bounding_rect_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/cell_with_row_with_column/cell_with_row_with_column_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/column_with_column/column_with_column_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/columns_after_with_count/columns_after_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/columns_before_with_count/columns_before_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/intersection_with_another_range/intersection_with_another_range_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/offset_range_with_row_offset_with_column_offset/offset_range_with_row_offset_with_column_offset_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/resized_range_with_delta_rows_with_delta_columns/resized_range_with_delta_rows_with_delta_columns_request_builder.py +2 -2
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/row_with_row/row_with_row_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/rows_above_with_count/rows_above_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/rows_below_with_count/rows_below_with_count_request_builder.py +1 -1
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/used_range_with_values_only/used_range_with_values_only_request_builder.py +1 -1
- msgraph/generated/drives/item/list_/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/drives/item/list_/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/drives/item/search_with_q/search_with_q_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_providers/item/learning_contents_with_external_id/learning_contents_with_external_id_request_builder.py +1 -1
- msgraph/generated/employee_experience/learning_providers/item/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/group_setting_templates/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/group_setting_templates/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/groups/item/assign_license/assign_license_request_builder.py +2 -2
- msgraph/generated/groups/item/calendar/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/groups/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/groups/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/groups/item/sites/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/get_by_path_with_path/get_by_path_with_path_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/lists/item/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/groups/item/sites/item/lists/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/groups/item/sites/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups_with_unique_name/groups_with_unique_name_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/decisions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/stages/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/access_reviews/definitions/item/instances/item/stages/item/decisions/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/app_consent/app_consent_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/app_consent/app_consent_requests/item/user_consent_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_package_assignment_approvals/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_packages/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/assignment_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/assignments/additional_access_with_access_package_id_with_incompatible_access_package_id/additional_access_with_access_package_id_with_incompatible_access_package_id_request_builder.py +2 -2
- msgraph/generated/identity_governance/entitlement_management/assignments/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +7 -7
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/runs/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/runs/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/task_reports/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/deleted_items/workflows/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_top_tasks_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_top_tasks_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_top_workflows_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_top_workflows_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_workflows_processed_by_category_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_workflows_processed_by_category_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/insights/microsoft_graph_identity_governance_workflows_processed_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_workflows_processed_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/runs/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/runs/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/task_reports/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/lifecycle_workflows/workflows/item/user_processing_results/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time/microsoft_graph_identity_governance_summary_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/identity_governance/privileged_access/group/assignment_approvals/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/privileged_access/group/eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-dom-export.txt +197 -28
- msgraph/generated/kiota-lock.json +2 -1
- msgraph/generated/models/administrative_unit.py +16 -0
- msgraph/generated/models/device.py +4 -0
- msgraph/generated/models/domain.py +4 -0
- msgraph/generated/models/file_storage_container.py +1 -1
- msgraph/generated/models/group.py +5 -1
- msgraph/generated/models/schedule_information.py +1 -1
- msgraph/generated/models/security/health_issue.py +13 -13
- msgraph/generated/models/security/identity_container.py +1 -1
- msgraph/generated/models/security/security.py +1 -1
- msgraph/generated/models/user.py +5 -1
- msgraph/generated/models/user_solution_root.py +1 -1
- msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/organization/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/permission_grants/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/permission_grants/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/reports/authentication_methods/users_registered_by_feature_with_included_user_types_with_included_user_roles/users_registered_by_feature_with_included_user_types_with_included_user_roles_request_builder.py +2 -2
- msgraph/generated/reports/authentication_methods/users_registered_by_method_with_included_user_types_with_included_user_roles/users_registered_by_method_with_included_user_types_with_included_user_roles_request_builder.py +2 -2
- msgraph/generated/reports/get_email_activity_counts_with_period/get_email_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_counts_with_period/get_email_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_detail_with_date/get_email_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_email_activity_user_detail_with_period/get_email_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_apps_user_counts_with_period/get_email_app_usage_apps_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_counts_with_period/get_email_app_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_detail_with_date/get_email_app_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_user_detail_with_period/get_email_app_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_email_app_usage_versions_user_counts_with_period/get_email_app_usage_versions_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time/get_group_archived_print_jobs_with_group_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_m365_app_platform_user_counts_with_period/get_m365_app_platform_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_counts_with_period/get_m365_app_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_detail_with_date/get_m365_app_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_m365_app_user_detail_with_period/get_m365_app_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_detail_with_period/get_mailbox_usage_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_mailbox_counts_with_period/get_mailbox_usage_mailbox_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_quota_status_mailbox_counts_with_period/get_mailbox_usage_quota_status_mailbox_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_mailbox_usage_storage_with_period/get_mailbox_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_counts_with_period/get_office365_active_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_detail_with_date/get_office365_active_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_active_user_detail_with_period/get_office365_active_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_counts_with_period/get_office365_groups_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_detail_with_date/get_office365_groups_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_detail_with_period/get_office365_groups_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_file_counts_with_period/get_office365_groups_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_group_counts_with_period/get_office365_groups_activity_group_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_groups_activity_storage_with_period/get_office365_groups_activity_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_office365_services_user_counts_with_period/get_office365_services_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_file_counts_with_period/get_one_drive_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_counts_with_period/get_one_drive_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_detail_with_date/get_one_drive_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_activity_user_detail_with_period/get_one_drive_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_counts_with_period/get_one_drive_usage_account_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_detail_with_date/get_one_drive_usage_account_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_account_detail_with_period/get_one_drive_usage_account_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_file_counts_with_period/get_one_drive_usage_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_one_drive_usage_storage_with_period/get_one_drive_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time/get_printer_archived_print_jobs_with_printer_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_relying_party_detailed_summary_with_period/get_relying_party_detailed_summary_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_file_counts_with_period/get_share_point_activity_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_pages_with_period/get_share_point_activity_pages_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_counts_with_period/get_share_point_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_detail_with_date/get_share_point_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_activity_user_detail_with_period/get_share_point_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_detail_with_date/get_share_point_site_usage_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_detail_with_period/get_share_point_site_usage_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_file_counts_with_period/get_share_point_site_usage_file_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_pages_with_period/get_share_point_site_usage_pages_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_site_counts_with_period/get_share_point_site_usage_site_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_share_point_site_usage_storage_with_period/get_share_point_site_usage_storage_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_counts_with_period/get_skype_for_business_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_counts_with_period/get_skype_for_business_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_detail_with_date/get_skype_for_business_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_activity_user_detail_with_period/get_skype_for_business_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_distribution_user_counts_with_period/get_skype_for_business_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_counts_with_period/get_skype_for_business_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_detail_with_date/get_skype_for_business_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_device_usage_user_detail_with_period/get_skype_for_business_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_counts_with_period/get_skype_for_business_organizer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_minute_counts_with_period/get_skype_for_business_organizer_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_organizer_activity_user_counts_with_period/get_skype_for_business_organizer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_counts_with_period/get_skype_for_business_participant_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_minute_counts_with_period/get_skype_for_business_participant_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_participant_activity_user_counts_with_period/get_skype_for_business_participant_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_counts_with_period/get_skype_for_business_peer_to_peer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_minute_counts_with_period/get_skype_for_business_peer_to_peer_activity_minute_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_skype_for_business_peer_to_peer_activity_user_counts_with_period/get_skype_for_business_peer_to_peer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_distribution_user_counts_with_period/get_teams_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_counts_with_period/get_teams_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_detail_with_date/get_teams_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_device_usage_user_detail_with_period/get_teams_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_counts_with_period/get_teams_team_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_detail_with_date/get_teams_team_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_detail_with_period/get_teams_team_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_activity_distribution_counts_with_period/get_teams_team_activity_distribution_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_team_counts_with_period/get_teams_team_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_counts_with_period/get_teams_user_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_counts_with_period/get_teams_user_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_detail_with_date/get_teams_user_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_teams_user_activity_user_detail_with_period/get_teams_user_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time/get_user_archived_print_jobs_with_user_id_with_start_date_time_with_end_date_time_request_builder.py +3 -3
- msgraph/generated/reports/get_yammer_activity_counts_with_period/get_yammer_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_counts_with_period/get_yammer_activity_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_detail_with_date/get_yammer_activity_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_activity_user_detail_with_period/get_yammer_activity_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_distribution_user_counts_with_period/get_yammer_device_usage_distribution_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_counts_with_period/get_yammer_device_usage_user_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_detail_with_date/get_yammer_device_usage_user_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_device_usage_user_detail_with_period/get_yammer_device_usage_user_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_counts_with_period/get_yammer_groups_activity_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_detail_with_date/get_yammer_groups_activity_detail_with_date_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_detail_with_period/get_yammer_groups_activity_detail_with_period_request_builder.py +1 -1
- msgraph/generated/reports/get_yammer_groups_activity_group_counts_with_period/get_yammer_groups_activity_group_counts_with_period_request_builder.py +1 -1
- msgraph/generated/reports/managed_device_enrollment_failure_details_with_skip_with_top_with_filter_with_skip_token/managed_device_enrollment_failure_details_with_skip_with_top_with_filter_with_skip_token_request_builder.py +4 -4
- msgraph/generated/reports/managed_device_enrollment_top_failures_with_period/managed_device_enrollment_top_failures_with_period_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/directory/role_eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_assignment_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedule_instances/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedule_requests/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/role_management/entitlement_management/role_eligibility_schedules/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py +1 -1
- msgraph/generated/security/identities/health_issues/health_issues_request_builder.py +4 -3
- msgraph/generated/security/identities/health_issues/item/health_issue_item_request_builder.py +7 -5
- msgraph/generated/security/identities/identities_request_builder.py +3 -3
- msgraph/generated/service_principals/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py +1 -1
- msgraph/generated/service_principals/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/service_principals/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/service_principals_with_app_id/service_principals_with_app_id_request_builder.py +1 -1
- msgraph/generated/shares/item/list_/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/shares/item/list_/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/sites/item/get_by_path_with_path/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/get_by_path_with_path/get_applicable_content_types_for_list_with_list_id/get_applicable_content_types_for_list_with_list_id_request_builder.py +1 -1
- msgraph/generated/sites/item/get_by_path_with_path/get_by_path_with_path_request_builder.py +1 -1
- msgraph/generated/sites/item/lists/item/items/delta_with_token/delta_with_token_request_builder.py +1 -1
- msgraph/generated/sites/item/lists/item/items/item/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval/get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.py +3 -3
- msgraph/generated/sites/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/get_by_user_id_and_role_with_user_id_with_role/get_by_user_id_and_role_with_user_id_with_role_request_builder.py +2 -2
- msgraph/generated/solutions/virtual_events/webinars/get_by_user_role_with_role/get_by_user_role_with_role_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/item/registrations_with_email/registrations_with_email_request_builder.py +1 -1
- msgraph/generated/solutions/virtual_events/webinars/item/registrations_with_user_id/registrations_with_user_id_request_builder.py +1 -1
- msgraph/generated/storage/file_storage/containers/containers_request_builder.py +2 -2
- 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/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
- msgraph/generated/tenant_relationships/find_tenant_information_by_domain_name_with_domain_name/find_tenant_information_by_domain_name_with_domain_name_request_builder.py +1 -1
- msgraph/generated/tenant_relationships/find_tenant_information_by_tenant_id_with_tenant_id/find_tenant_information_by_tenant_id_with_tenant_id_request_builder.py +1 -1
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/item/assign_license/assign_license_request_builder.py +2 -2
- msgraph/generated/users/item/calendar/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/calendar_groups/item/calendars/item/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/calendars/item/allowed_calendar_sharing_roles_with_user/allowed_calendar_sharing_roles_with_user_request_builder.py +1 -1
- msgraph/generated/users/item/employee_experience/learning_course_activities_with_externalcourse_activity_id/learning_course_activities_with_externalcourse_activity_id_request_builder.py +1 -1
- msgraph/generated/users/item/export_device_and_app_management_data_with_skip_with_top/export_device_and_app_management_data_with_skip_with_top_request_builder.py +2 -2
- msgraph/generated/users/item/onenote/notebooks/get_recent_notebooks_with_include_personal_notebooks/get_recent_notebooks_with_include_personal_notebooks_request_builder.py +1 -1
- msgraph/generated/users/item/outlook/supported_time_zones_with_time_zone_standard/supported_time_zones_with_time_zone_standard_request_builder.py +1 -1
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/reminder_view_with_start_date_time_with_end_date_time/reminder_view_with_start_date_time_with_end_date_time_request_builder.py +2 -2
- msgraph/generated/users/item/restore/restore_post_request_body.py +49 -0
- msgraph/generated/users/item/restore/restore_request_builder.py +13 -5
- msgraph/generated/users/item/solutions/solutions_request_builder.py +3 -3
- msgraph/generated/users/item/solutions/working_time_schedule/end_working_time/end_working_time_request_builder.py +3 -2
- msgraph/generated/users/item/solutions/working_time_schedule/start_working_time/start_working_time_request_builder.py +3 -2
- msgraph/generated/users/item/solutions/working_time_schedule/working_time_schedule_request_builder.py +3 -3
- msgraph/generated/users/item/user_item_request_builder.py +5 -5
- msgraph/generated/users/users_request_builder.py +1 -1
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/METADATA +1 -1
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/RECORD +625 -610
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.7.0.dist-info → msgraph_sdk-1.8.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from dataclasses import dataclass, field
|
3
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
4
|
+
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
5
|
+
from typing import Any, Callable, Dict, List, Optional, TYPE_CHECKING, Union
|
6
|
+
|
7
|
+
@dataclass
|
8
|
+
class RestorePostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
|
9
|
+
# Stores model information.
|
10
|
+
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
11
|
+
|
12
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
13
|
+
additional_data: Dict[str, Any] = field(default_factory=dict)
|
14
|
+
# The autoReconcileProxyConflict property
|
15
|
+
auto_reconcile_proxy_conflict: Optional[bool] = None
|
16
|
+
|
17
|
+
@staticmethod
|
18
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> RestorePostRequestBody:
|
19
|
+
"""
|
20
|
+
Creates a new instance of the appropriate class based on discriminator value
|
21
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
22
|
+
Returns: RestorePostRequestBody
|
23
|
+
"""
|
24
|
+
if parse_node is None:
|
25
|
+
raise TypeError("parse_node cannot be null.")
|
26
|
+
return RestorePostRequestBody()
|
27
|
+
|
28
|
+
def get_field_deserializers(self,) -> Dict[str, Callable[[ParseNode], None]]:
|
29
|
+
"""
|
30
|
+
The deserialization information for the current model
|
31
|
+
Returns: Dict[str, Callable[[ParseNode], None]]
|
32
|
+
"""
|
33
|
+
fields: Dict[str, Callable[[Any], None]] = {
|
34
|
+
"autoReconcileProxyConflict": lambda n : setattr(self, 'auto_reconcile_proxy_conflict', n.get_bool_value()),
|
35
|
+
}
|
36
|
+
return fields
|
37
|
+
|
38
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
39
|
+
"""
|
40
|
+
Serializes information the current object
|
41
|
+
param writer: Serialization writer to use to serialize this model
|
42
|
+
Returns: None
|
43
|
+
"""
|
44
|
+
if writer is None:
|
45
|
+
raise TypeError("writer cannot be null.")
|
46
|
+
writer.write_bool_value("autoReconcileProxyConflict", self.auto_reconcile_proxy_conflict)
|
47
|
+
writer.write_additional_data_value(self.additional_data)
|
48
|
+
|
49
|
+
|
@@ -15,6 +15,7 @@ from warnings import warn
|
|
15
15
|
if TYPE_CHECKING:
|
16
16
|
from ....models.directory_object import DirectoryObject
|
17
17
|
from ....models.o_data_errors.o_data_error import ODataError
|
18
|
+
from .restore_post_request_body import RestorePostRequestBody
|
18
19
|
|
19
20
|
class RestoreRequestBuilder(BaseRequestBuilder):
|
20
21
|
"""
|
@@ -29,15 +30,18 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
29
30
|
"""
|
30
31
|
super().__init__(request_adapter, "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore", path_parameters)
|
31
32
|
|
32
|
-
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
|
+
async def post(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
34
|
"""
|
34
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
36
|
+
param body: The request body
|
35
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
38
|
Returns: Optional[DirectoryObject]
|
37
39
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
38
40
|
"""
|
41
|
+
if body is None:
|
42
|
+
raise TypeError("body cannot be null.")
|
39
43
|
request_info = self.to_post_request_information(
|
40
|
-
request_configuration
|
44
|
+
body, request_configuration
|
41
45
|
)
|
42
46
|
from ....models.o_data_errors.o_data_error import ODataError
|
43
47
|
|
@@ -50,15 +54,19 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
50
54
|
|
51
55
|
return await self.request_adapter.send_async(request_info, DirectoryObject, error_mapping)
|
52
56
|
|
53
|
-
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
57
|
+
def to_post_request_information(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
54
58
|
"""
|
55
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
59
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
60
|
+
param body: The request body
|
56
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
62
|
Returns: RequestInformation
|
58
63
|
"""
|
64
|
+
if body is None:
|
65
|
+
raise TypeError("body cannot be null.")
|
59
66
|
request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
|
60
67
|
request_info.configure(request_configuration)
|
61
68
|
request_info.headers.try_add("Accept", "application/json")
|
69
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
62
70
|
return request_info
|
63
71
|
|
64
72
|
def with_url(self,raw_url: str) -> RestoreRequestBuilder:
|
@@ -32,7 +32,7 @@ class AssignLicenseRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: AssignLicensePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Group]:
|
34
34
|
"""
|
35
|
-
Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
|
35
|
+
Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
|
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[Group]
|
@@ -56,7 +56,7 @@ class AssignLicenseRequestBuilder(BaseRequestBuilder):
|
|
56
56
|
|
57
57
|
def to_post_request_information(self,body: AssignLicensePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
58
58
|
"""
|
59
|
-
Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
|
59
|
+
Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. Group-based licensing is an alternative to direct user licensing. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.
|
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
|
@@ -29,7 +29,7 @@ class AllowedCalendarSharingRolesWithUserRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['User'] =
|
32
|
+
path_parameters['User'] = user
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/calendar/allowedCalendarSharingRoles(User='{User}'){?%24count,%24filter,%24search,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[AllowedCalendarSharingRolesWithUserRequestBuilderGetQueryParameters]] = None) -> Optional[AllowedCalendarSharingRolesWithUserGetResponse]:
|
@@ -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
|
+
The group's conversations.
|
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/group-get-conversation?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
|
+
The group's conversations.
|
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
|
+
The group's conversations.
|
125
125
|
"""
|
126
126
|
def get_query_parameter(self,original_name: str) -> str:
|
127
127
|
"""
|
msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py
CHANGED
@@ -31,11 +31,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
35
35
|
param body: The request body
|
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/post-reply?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -53,7 +53,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
|
56
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
57
57
|
param body: The request body
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
@@ -29,7 +29,7 @@ class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(BaseRequestBu
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['includePersonalNotebooks'] =
|
32
|
+
path_parameters['includePersonalNotebooks'] = include_personal_notebooks
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters]] = None) -> Optional[GetRecentNotebooksWithIncludePersonalNotebooksGetResponse]:
|
@@ -0,0 +1,49 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
from dataclasses import dataclass, field
|
3
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
4
|
+
from kiota_abstractions.store import BackedModel, BackingStore, BackingStoreFactorySingleton
|
5
|
+
from typing import Any, Callable, Dict, List, Optional, TYPE_CHECKING, Union
|
6
|
+
|
7
|
+
@dataclass
|
8
|
+
class RestorePostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
|
9
|
+
# Stores model information.
|
10
|
+
backing_store: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
|
11
|
+
|
12
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
13
|
+
additional_data: Dict[str, Any] = field(default_factory=dict)
|
14
|
+
# The autoReconcileProxyConflict property
|
15
|
+
auto_reconcile_proxy_conflict: Optional[bool] = None
|
16
|
+
|
17
|
+
@staticmethod
|
18
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> RestorePostRequestBody:
|
19
|
+
"""
|
20
|
+
Creates a new instance of the appropriate class based on discriminator value
|
21
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
22
|
+
Returns: RestorePostRequestBody
|
23
|
+
"""
|
24
|
+
if parse_node is None:
|
25
|
+
raise TypeError("parse_node cannot be null.")
|
26
|
+
return RestorePostRequestBody()
|
27
|
+
|
28
|
+
def get_field_deserializers(self,) -> Dict[str, Callable[[ParseNode], None]]:
|
29
|
+
"""
|
30
|
+
The deserialization information for the current model
|
31
|
+
Returns: Dict[str, Callable[[ParseNode], None]]
|
32
|
+
"""
|
33
|
+
fields: Dict[str, Callable[[Any], None]] = {
|
34
|
+
"autoReconcileProxyConflict": lambda n : setattr(self, 'auto_reconcile_proxy_conflict', n.get_bool_value()),
|
35
|
+
}
|
36
|
+
return fields
|
37
|
+
|
38
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
39
|
+
"""
|
40
|
+
Serializes information the current object
|
41
|
+
param writer: Serialization writer to use to serialize this model
|
42
|
+
Returns: None
|
43
|
+
"""
|
44
|
+
if writer is None:
|
45
|
+
raise TypeError("writer cannot be null.")
|
46
|
+
writer.write_bool_value("autoReconcileProxyConflict", self.auto_reconcile_proxy_conflict)
|
47
|
+
writer.write_additional_data_value(self.additional_data)
|
48
|
+
|
49
|
+
|
@@ -15,6 +15,7 @@ from warnings import warn
|
|
15
15
|
if TYPE_CHECKING:
|
16
16
|
from ....models.directory_object import DirectoryObject
|
17
17
|
from ....models.o_data_errors.o_data_error import ODataError
|
18
|
+
from .restore_post_request_body import RestorePostRequestBody
|
18
19
|
|
19
20
|
class RestoreRequestBuilder(BaseRequestBuilder):
|
20
21
|
"""
|
@@ -29,15 +30,18 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
29
30
|
"""
|
30
31
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/restore", path_parameters)
|
31
32
|
|
32
|
-
async def post(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
|
+
async def post(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DirectoryObject]:
|
33
34
|
"""
|
34
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
35
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
36
|
+
param body: The request body
|
35
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
36
38
|
Returns: Optional[DirectoryObject]
|
37
39
|
Find more info here: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0
|
38
40
|
"""
|
41
|
+
if body is None:
|
42
|
+
raise TypeError("body cannot be null.")
|
39
43
|
request_info = self.to_post_request_information(
|
40
|
-
request_configuration
|
44
|
+
body, request_configuration
|
41
45
|
)
|
42
46
|
from ....models.o_data_errors.o_data_error import ODataError
|
43
47
|
|
@@ -50,15 +54,19 @@ class RestoreRequestBuilder(BaseRequestBuilder):
|
|
50
54
|
|
51
55
|
return await self.request_adapter.send_async(request_info, DirectoryObject, error_mapping)
|
52
56
|
|
53
|
-
def to_post_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
57
|
+
def to_post_request_information(self,body: RestorePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
54
58
|
"""
|
55
|
-
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups
|
59
|
+
Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
|
60
|
+
param body: The request body
|
56
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
62
|
Returns: RequestInformation
|
58
63
|
"""
|
64
|
+
if body is None:
|
65
|
+
raise TypeError("body cannot be null.")
|
59
66
|
request_info = RequestInformation(Method.POST, self.url_template, self.path_parameters)
|
60
67
|
request_info.configure(request_configuration)
|
61
68
|
request_info.headers.try_add("Accept", "application/json")
|
69
|
+
request_info.set_content_from_parsable(self.request_adapter, "application/json", body)
|
62
70
|
return request_info
|
63
71
|
|
64
72
|
def with_url(self,raw_url: str) -> RestoreRequestBuilder:
|
@@ -31,9 +31,9 @@ class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequest
|
|
31
31
|
Returns: None
|
32
32
|
"""
|
33
33
|
if isinstance(path_parameters, dict):
|
34
|
-
path_parameters['endDateTime'] =
|
35
|
-
path_parameters['interval'] =
|
36
|
-
path_parameters['startDateTime'] =
|
34
|
+
path_parameters['endDateTime'] = end_date_time
|
35
|
+
path_parameters['interval'] = interval
|
36
|
+
path_parameters['startDateTime'] = start_date_time
|
37
37
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
38
38
|
|
39
39
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters]] = None) -> Optional[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse]:
|
@@ -29,7 +29,7 @@ class GetApplicableContentTypesForListWithListIdRequestBuilder(BaseRequestBuilde
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['listId'] =
|
32
|
+
path_parameters['listId'] = list_id
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters]] = None) -> Optional[GetApplicableContentTypesForListWithListIdGetResponse]:
|
@@ -31,9 +31,9 @@ class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequest
|
|
31
31
|
Returns: None
|
32
32
|
"""
|
33
33
|
if isinstance(path_parameters, dict):
|
34
|
-
path_parameters['endDateTime'] =
|
35
|
-
path_parameters['interval'] =
|
36
|
-
path_parameters['startDateTime'] =
|
34
|
+
path_parameters['endDateTime'] = end_date_time
|
35
|
+
path_parameters['interval'] = interval
|
36
|
+
path_parameters['startDateTime'] = start_date_time
|
37
37
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
38
38
|
|
39
39
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters]] = None) -> Optional[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse]:
|
@@ -29,7 +29,7 @@ class GetApplicableContentTypesForListWithListIdRequestBuilder(BaseRequestBuilde
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['listId'] =
|
32
|
+
path_parameters['listId'] = list_id
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryParameters]] = None) -> Optional[GetApplicableContentTypesForListWithListIdGetResponse]:
|
@@ -49,7 +49,7 @@ class GetByPathWithPathRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
Returns: None
|
50
50
|
"""
|
51
51
|
if isinstance(path_parameters, dict):
|
52
|
-
path_parameters['path'] =
|
52
|
+
path_parameters['path'] = path
|
53
53
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')", path_parameters)
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Site]:
|
@@ -29,7 +29,7 @@ class DeltaWithTokenRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['token'] =
|
32
|
+
path_parameters['token'] = token
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/delta(token='{token}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeltaWithTokenRequestBuilderGetQueryParameters]] = None) -> Optional[DeltaWithTokenGetResponse]:
|
@@ -31,9 +31,9 @@ class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequest
|
|
31
31
|
Returns: None
|
32
32
|
"""
|
33
33
|
if isinstance(path_parameters, dict):
|
34
|
-
path_parameters['endDateTime'] =
|
35
|
-
path_parameters['interval'] =
|
36
|
-
path_parameters['startDateTime'] =
|
34
|
+
path_parameters['endDateTime'] = end_date_time
|
35
|
+
path_parameters['interval'] = interval
|
36
|
+
path_parameters['startDateTime'] = start_date_time
|
37
37
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
38
38
|
|
39
39
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetQueryParameters]] = None) -> Optional[GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse]:
|
@@ -29,7 +29,7 @@ class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(BaseRequestBu
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['includePersonalNotebooks'] =
|
32
|
+
path_parameters['includePersonalNotebooks'] = include_personal_notebooks
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetQueryParameters]] = None) -> Optional[GetRecentNotebooksWithIncludePersonalNotebooksGetResponse]:
|
@@ -36,7 +36,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
|
|
36
36
|
Delete conversationThread.
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
38
38
|
Returns: None
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
request_info = self.to_delete_request_information(
|
42
42
|
request_configuration
|
@@ -31,11 +31,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
31
31
|
|
32
32
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
33
33
|
"""
|
34
|
-
|
34
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
35
35
|
param body: The request body
|
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/post-reply?view=graph-rest-1.0
|
39
39
|
"""
|
40
40
|
if body is None:
|
41
41
|
raise TypeError("body cannot be null.")
|
@@ -53,7 +53,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
53
53
|
|
54
54
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
55
55
|
"""
|
56
|
-
|
56
|
+
Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
|
57
57
|
param body: The request body
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: RequestInformation
|
@@ -29,7 +29,7 @@ class GroupsWithUniqueNameRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['uniqueName'] =
|
32
|
+
path_parameters['uniqueName'] = unique_name
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/groups(uniqueName='{uniqueName}'){?%24expand,%24select}", path_parameters)
|
34
34
|
|
35
35
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|
@@ -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 the properties and relationships of an accessPackage object.
|
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-get?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 the properties and relationships of an accessPackage object.
|
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 the properties and relationships of an accessPackage object.
|
224
224
|
"""
|
225
225
|
def get_query_parameter(self,original_name: str) -> str:
|
226
226
|
"""
|
@@ -29,7 +29,7 @@ class FilterByCurrentUserWithOnRequestBuilder(BaseRequestBuilder):
|
|
29
29
|
Returns: None
|
30
30
|
"""
|
31
31
|
if isinstance(path_parameters, dict):
|
32
|
-
path_parameters['on'] =
|
32
|
+
path_parameters['on'] = on
|
33
33
|
super().__init__(request_adapter, "{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", path_parameters)
|
34
34
|
|
35
35
|
async def get(self,request_configuration: Optional[RequestConfiguration[FilterByCurrentUserWithOnRequestBuilderGetQueryParameters]] = None) -> Optional[FilterByCurrentUserWithOnGetResponse]:
|