msgraph-sdk 1.20.0__py3-none-any.whl → 1.22.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/base_graph_service_client.py +0 -10
- msgraph/generated/chats/item/members/item/conversation_member_item_request_builder.py +4 -4
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/communications/online_meetings/online_meetings_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/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_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +3 -3
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- 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/role_definitions/role_definitions_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/workbook/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/groups/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_post_request_body.py → groups/item/team/channels/item/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/{app_role_assignments/item/check_member_groups/check_member_groups_post_response.py → groups/item/team/channels/item/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/{app_role_assignments/item/get_member_objects/get_member_objects_request_builder.py → groups/item/team/channels/item/all_members/add/add_request_builder.py} +20 -20
- msgraph/generated/groups/item/team/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/groups/item/team/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_post_response.py → groups/item/team/channels/item/all_members/remove/remove_post_response.py} +14 -11
- msgraph/generated/groups/item/team/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/groups/item/team/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_post_request_body.py → groups/item/team/primary_channel/all_members/add/add_post_request_body.py} +15 -12
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_post_response.py → groups/item/team/primary_channel/all_members/add/add_post_response.py} +13 -13
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_request_builder.py → groups/item/team/primary_channel/all_members/add/add_request_builder.py} +20 -20
- msgraph/generated/{app_role_assignments/app_role_assignments_request_builder.py → groups/item/team/primary_channel/all_members/all_members_request_builder.py} +54 -74
- msgraph/generated/{app_role_assignments/delta/delta_request_builder.py → groups/item/team/primary_channel/all_members/count/count_request_builder.py} +19 -53
- msgraph/generated/groups/item/team/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_response.py → groups/item/team/primary_channel/all_members/remove/remove_post_response.py} +13 -13
- msgraph/generated/groups/item/team/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/groups/item/team/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/groups/item/team/schedule/day_notes/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/groups/item/team/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/groups/item/team/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/groups/item/team/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/groups/item/team/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/clock_out/clock_out_request_builder.py +89 -0
- msgraph/generated/{app_role_assignments/item/restore/restore_request_builder.py → groups/item/team/schedule/time_cards/item/confirm/confirm_request_builder.py} +18 -18
- msgraph/generated/groups/item/team/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/groups/item/team/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/{app_role_assignments/item/check_member_objects/check_member_objects_request_builder.py → groups/item/team/schedule/time_cards/item/start_break/start_break_request_builder.py} +19 -19
- msgraph/generated/{app_role_assignments/item/app_role_assignment_item_request_builder.py → groups/item/team/schedule/time_cards/item/time_card_item_request_builder.py} +53 -63
- msgraph/generated/groups/item/team/schedule/time_cards/time_cards_request_builder.py +218 -0
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/count/count_request_builder.py +3 -3
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/identity_providers_request_builder.py +4 -4
- msgraph/generated/identity/b2x_user_flows/item/identity_providers/item/identity_provider_item_request_builder.py +3 -3
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_providers/available_provider_types/available_provider_types_request_builder.py +3 -3
- msgraph/generated/identity_providers/count/count_request_builder.py +3 -3
- msgraph/generated/identity_providers/identity_providers_request_builder.py +6 -6
- msgraph/generated/identity_providers/item/identity_provider_item_request_builder.py +7 -7
- msgraph/generated/kiota-dom-export.txt +1557 -291
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/models/allowed_lobby_admitter_roles.py +7 -0
- msgraph/generated/models/application.py +8 -1
- msgraph/generated/models/authentication_behaviors.py +62 -0
- msgraph/generated/models/calendar.py +3 -3
- msgraph/generated/models/change_tracked_entity.py +18 -0
- msgraph/generated/models/channel.py +4 -0
- msgraph/generated/models/confirmed_by.py +8 -0
- msgraph/generated/models/day_note.py +69 -0
- msgraph/generated/{app_role_assignments/delta/delta_get_response.py → models/day_note_collection_response.py} +13 -13
- msgraph/generated/models/device.py +1 -1
- msgraph/generated/models/entity.py +14 -0
- msgraph/generated/models/event.py +15 -15
- msgraph/generated/models/event_message.py +1 -1
- msgraph/generated/models/external_connectors/rule_operation.py +1 -0
- msgraph/generated/models/meeting_live_share_options.py +7 -0
- msgraph/generated/models/message.py +2 -2
- msgraph/generated/models/online_meeting_base.py +26 -0
- msgraph/generated/models/parental_control_settings.py +1 -1
- msgraph/generated/models/schedule.py +32 -0
- msgraph/generated/models/scheduling_group.py +4 -0
- msgraph/generated/models/search/bookmark.py +1 -1
- msgraph/generated/models/search/qna.py +1 -1
- msgraph/generated/models/service_principal.py +1 -1
- msgraph/generated/models/sign_in_activity.py +2 -2
- msgraph/generated/models/time_card.py +103 -0
- msgraph/generated/models/time_card_break.py +76 -0
- msgraph/generated/models/time_card_collection_response.py +58 -0
- msgraph/generated/models/time_card_entry.py +72 -0
- msgraph/generated/{app_role_assignments/validate_properties/validate_properties_post_request_body.py → models/time_card_event.py} +28 -21
- msgraph/generated/models/time_card_state.py +8 -0
- msgraph/generated/models/time_clock_settings.py +61 -0
- msgraph/generated/models/time_off_reason.py +4 -0
- msgraph/generated/models/user.py +3 -3
- msgraph/generated/models/workforce_integration_supported_entities.py +1 -0
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/policies/cross_tenant_access_policy/partners/item/identity_synchronization/identity_synchronization_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/approvers_request_builder.py +4 -4
- msgraph/generated/privacy/subject_rights_requests/item/approvers/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/mailbox_settings/mailbox_settings_request_builder.py +5 -5
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/service_provisioning_errors/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/service_provisioning_errors/service_provisioning_errors_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers/item/user_item_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/approvers_with_user_principal_name/approvers_with_user_principal_name_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/collaborators_request_builder.py +4 -4
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/mailbox_settings/mailbox_settings_request_builder.py +5 -5
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/service_provisioning_errors/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/service_provisioning_errors/service_provisioning_errors_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators/item/user_item_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/collaborators_with_user_principal_name/collaborators_with_user_principal_name_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/get_final_attachment/get_final_attachment_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/get_final_report/get_final_report_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/notes/count/count_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/item/notes/item/authored_note_item_request_builder.py +7 -7
- msgraph/generated/privacy/subject_rights_requests/item/notes/notes_request_builder.py +6 -6
- msgraph/generated/privacy/subject_rights_requests/item/subject_rights_request_item_request_builder.py +9 -9
- msgraph/generated/privacy/subject_rights_requests/item/team/team_request_builder.py +3 -3
- msgraph/generated/privacy/subject_rights_requests/subject_rights_requests_request_builder.py +6 -6
- msgraph/generated/security/alerts/alerts_request_builder.py +6 -6
- msgraph/generated/security/alerts/count/count_request_builder.py +3 -3
- msgraph/generated/security/alerts/item/alert_item_request_builder.py +5 -5
- msgraph/generated/service_principals/item/owners/owners_request_builder.py +3 -3
- msgraph/generated/service_principals/item/owners/ref/ref_request_builder.py +3 -3
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/{app_role_assignments/item/check_member_groups/check_member_groups_post_request_body.py → teams/item/channels/item/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/teams/item/channels/item/all_members/add/add_post_response.py +58 -0
- msgraph/generated/teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teams/item/channels/item/all_members/all_members_request_builder.py +229 -0
- msgraph/generated/teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +6 -6
- msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
- msgraph/generated/{app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_request_body.py → teams/item/primary_channel/all_members/add/add_post_request_body.py} +15 -8
- msgraph/generated/teams/item/primary_channel/all_members/add/add_post_response.py +58 -0
- msgraph/generated/teams/item/primary_channel/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teams/item/primary_channel/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/teams/item/primary_channel/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teams/item/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teams/item/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/{app_role_assignments → teams/item/schedule/day_notes}/count/count_request_builder.py +3 -3
- msgraph/generated/teams/item/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/teams/item/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/teams/item/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/teams/item/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/teams/item/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/{app_role_assignments/get_by_ids/get_by_ids_request_builder.py → teams/item/schedule/time_cards/item/clock_out/clock_out_request_builder.py} +19 -20
- msgraph/generated/teams/item/schedule/time_cards/item/confirm/confirm_request_builder.py +82 -0
- msgraph/generated/teams/item/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/teams/item/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/teams/item/schedule/time_cards/item/start_break/start_break_request_builder.py +89 -0
- msgraph/generated/teams/item/schedule/time_cards/item/time_card_item_request_builder.py +229 -0
- msgraph/generated/teams/item/schedule/time_cards/time_cards_request_builder.py +220 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/get_member_groups/get_member_groups_post_response.py → teamwork/deleted_teams/item/channels/item/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/teamwork/deleted_teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_groups/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/calendar_view/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/calendars/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/instances_request_builder.py +3 -3
- msgraph/generated/users/item/events/item/instances/item/event_item_request_builder.py +3 -3
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/channels/item/channel_item_request_builder.py +10 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/add/add_post_request_body.py +57 -0
- msgraph/generated/{app_role_assignments/item/get_member_objects/get_member_objects_post_response.py → users/item/joined_teams/item/primary_channel/all_members/add/add_post_response.py} +14 -11
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/add/add_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/all_members_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/item/conversation_member_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_post_request_body.py +57 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_post_response.py +58 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/all_members/remove/remove_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/primary_channel/primary_channel_request_builder.py +10 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/day_notes_request_builder.py +208 -0
- msgraph/generated/users/item/joined_teams/item/schedule/day_notes/item/day_note_item_request_builder.py +188 -0
- msgraph/generated/users/item/joined_teams/item/schedule/schedule_request_builder.py +20 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/clock_in/clock_in_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/clock_in/clock_in_request_builder.py +90 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/count/count_request_builder.py +104 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/clock_out/clock_out_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/clock_out/clock_out_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/confirm/confirm_request_builder.py +82 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/end_break/end_break_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/end_break/end_break_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/start_break/start_break_post_request_body.py +61 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/start_break/start_break_request_builder.py +89 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/item/time_card_item_request_builder.py +228 -0
- msgraph/generated/users/item/joined_teams/item/schedule/time_cards/time_cards_request_builder.py +218 -0
- msgraph/generated/users/item/user_item_request_builder.py +2 -2
- msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +2 -2
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/METADATA +3 -2
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/RECORD +259 -164
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info}/WHEEL +1 -1
- msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_request_builder.py +0 -90
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_request_body.py +0 -50
- msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_request_builder.py +0 -90
- msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_request_body.py +0 -50
- msgraph/generated/app_role_assignments/validate_properties/validate_properties_request_builder.py +0 -87
- {msgraph_sdk-1.20.0.dist-info → msgraph_sdk-1.22.0.dist-info/licenses}/LICENSE +0 -0
@@ -60,10 +60,10 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
60
60
|
|
61
61
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
62
62
|
"""
|
63
|
-
Read properties and relationships of the
|
63
|
+
Read properties and relationships of the windows10MobileCompliancePolicy object.
|
64
64
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
65
65
|
Returns: Optional[DeviceCompliancePolicy]
|
66
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
66
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0
|
67
67
|
"""
|
68
68
|
request_info = self.to_get_request_information(
|
69
69
|
request_configuration
|
@@ -81,11 +81,11 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
81
81
|
|
82
82
|
async def patch(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
|
83
83
|
"""
|
84
|
-
Update the properties of a
|
84
|
+
Update the properties of a iosCompliancePolicy object.
|
85
85
|
param body: The request body
|
86
86
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
87
87
|
Returns: Optional[DeviceCompliancePolicy]
|
88
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
88
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-update?view=graph-rest-1.0
|
89
89
|
"""
|
90
90
|
if body is None:
|
91
91
|
raise TypeError("body cannot be null.")
|
@@ -116,7 +116,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
Read properties and relationships of the
|
119
|
+
Read properties and relationships of the windows10MobileCompliancePolicy object.
|
120
120
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
121
|
Returns: RequestInformation
|
122
122
|
"""
|
@@ -127,7 +127,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
127
127
|
|
128
128
|
def to_patch_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
129
129
|
"""
|
130
|
-
Update the properties of a
|
130
|
+
Update the properties of a iosCompliancePolicy object.
|
131
131
|
param body: The request body
|
132
132
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
133
133
|
Returns: RequestInformation
|
@@ -241,7 +241,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
|
|
241
241
|
@dataclass
|
242
242
|
class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters():
|
243
243
|
"""
|
244
|
-
Read properties and relationships of the
|
244
|
+
Read properties and relationships of the windows10MobileCompliancePolicy object.
|
245
245
|
"""
|
246
246
|
def get_query_parameter(self,original_name: str) -> str:
|
247
247
|
"""
|
msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py
CHANGED
@@ -70,11 +70,11 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new iosGeneralDeviceConfiguration object.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[DeviceConfiguration]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new iosGeneralDeviceConfiguration object.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -40,10 +40,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
40
40
|
|
41
41
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
42
42
|
"""
|
43
|
-
Deletes a
|
43
|
+
Deletes a windowsDefenderAdvancedThreatProtectionConfiguration.
|
44
44
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
45
45
|
Returns: None
|
46
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
46
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete?view=graph-rest-1.0
|
47
47
|
"""
|
48
48
|
request_info = self.to_delete_request_information(
|
49
49
|
request_configuration
|
@@ -59,10 +59,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
59
59
|
|
60
60
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
61
61
|
"""
|
62
|
-
Read properties and relationships of the
|
62
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
63
63
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
64
64
|
Returns: Optional[DeviceConfiguration]
|
65
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
65
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-get?view=graph-rest-1.0
|
66
66
|
"""
|
67
67
|
request_info = self.to_get_request_information(
|
68
68
|
request_configuration
|
@@ -92,11 +92,11 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
92
92
|
|
93
93
|
async def patch(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
|
94
94
|
"""
|
95
|
-
Update the properties of a
|
95
|
+
Update the properties of a windows10SecureAssessmentConfiguration object.
|
96
96
|
param body: The request body
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: Optional[DeviceConfiguration]
|
99
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
99
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0
|
100
100
|
"""
|
101
101
|
if body is None:
|
102
102
|
raise TypeError("body cannot be null.")
|
@@ -116,7 +116,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
116
116
|
|
117
117
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
118
118
|
"""
|
119
|
-
Deletes a
|
119
|
+
Deletes a windowsDefenderAdvancedThreatProtectionConfiguration.
|
120
120
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
121
121
|
Returns: RequestInformation
|
122
122
|
"""
|
@@ -127,7 +127,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
127
127
|
|
128
128
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
129
129
|
"""
|
130
|
-
Read properties and relationships of the
|
130
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: RequestInformation
|
133
133
|
"""
|
@@ -138,7 +138,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
138
138
|
|
139
139
|
def to_patch_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
140
140
|
"""
|
141
|
-
Update the properties of a
|
141
|
+
Update the properties of a windows10SecureAssessmentConfiguration object.
|
142
142
|
param body: The request body
|
143
143
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
144
144
|
Returns: RequestInformation
|
@@ -234,7 +234,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
234
234
|
@dataclass
|
235
235
|
class DeviceConfigurationItemRequestBuilderGetQueryParameters():
|
236
236
|
"""
|
237
|
-
Read properties and relationships of the
|
237
|
+
Read properties and relationships of the androidWorkProfileCustomConfiguration object.
|
238
238
|
"""
|
239
239
|
def get_query_parameter(self,original_name: str) -> str:
|
240
240
|
"""
|
@@ -54,10 +54,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
56
56
|
"""
|
57
|
-
Read properties and relationships of the
|
57
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
60
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
60
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0
|
61
61
|
"""
|
62
62
|
request_info = self.to_get_request_information(
|
63
63
|
request_configuration
|
@@ -75,11 +75,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
75
75
|
|
76
76
|
async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
|
77
77
|
"""
|
78
|
-
Update the properties of a
|
78
|
+
Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
79
79
|
param body: The request body
|
80
80
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
81
81
|
Returns: Optional[DeviceEnrollmentConfiguration]
|
82
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-
|
82
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update?view=graph-rest-1.0
|
83
83
|
"""
|
84
84
|
if body is None:
|
85
85
|
raise TypeError("body cannot be null.")
|
@@ -110,7 +110,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
110
110
|
|
111
111
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
112
112
|
"""
|
113
|
-
Read properties and relationships of the
|
113
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
114
114
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
115
115
|
Returns: RequestInformation
|
116
116
|
"""
|
@@ -121,7 +121,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
121
121
|
|
122
122
|
def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
123
123
|
"""
|
124
|
-
Update the properties of a
|
124
|
+
Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
125
125
|
param body: The request body
|
126
126
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
127
127
|
Returns: RequestInformation
|
@@ -181,7 +181,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
|
|
181
181
|
@dataclass
|
182
182
|
class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters():
|
183
183
|
"""
|
184
|
-
Read properties and relationships of the
|
184
|
+
Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
|
185
185
|
"""
|
186
186
|
def get_query_parameter(self,original_name: str) -> str:
|
187
187
|
"""
|
@@ -96,7 +96,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
Read properties and relationships of the deviceManagement object.
|
97
97
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
98
98
|
Returns: Optional[DeviceManagement]
|
99
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
99
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-wip-devicemanagement-get?view=graph-rest-1.0
|
100
100
|
"""
|
101
101
|
request_info = self.to_get_request_information(
|
102
102
|
request_configuration
|
@@ -130,7 +130,7 @@ class DeviceManagementRequestBuilder(BaseRequestBuilder):
|
|
130
130
|
param body: The request body
|
131
131
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
132
132
|
Returns: Optional[DeviceManagement]
|
133
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
133
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicemanagement-update?view=graph-rest-1.0
|
134
134
|
"""
|
135
135
|
if body is None:
|
136
136
|
raise TypeError("body cannot be null.")
|
@@ -70,11 +70,11 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
|
72
72
|
"""
|
73
|
-
Create a new
|
73
|
+
Create a new roleDefinition object.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[RoleDefinition]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Create a new
|
108
|
+
Create a new roleDefinition object.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -71,11 +71,11 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ItemRetentionLabel]:
|
73
73
|
"""
|
74
|
-
|
74
|
+
Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
|
75
75
|
param body: The request body
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: Optional[ItemRetentionLabel]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/driveitem-
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0
|
79
79
|
"""
|
80
80
|
if body is None:
|
81
81
|
raise TypeError("body cannot be null.")
|
@@ -117,7 +117,7 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
|
|
117
117
|
|
118
118
|
def to_patch_request_information(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
119
|
"""
|
120
|
-
|
120
|
+
Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
|
121
121
|
param body: The request body
|
122
122
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
123
123
|
Returns: RequestInformation
|
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
|
128
128
|
"""
|
129
|
-
|
129
|
+
Retrieve the properties and relationships of range object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: Optional[WorkbookRange]
|
132
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
132
|
+
Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
|
133
133
|
"""
|
134
134
|
request_info = self.to_get_request_information(
|
135
135
|
request_configuration
|
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
225
225
|
|
226
226
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
227
227
|
"""
|
228
|
-
|
228
|
+
Retrieve the properties and relationships of range object.
|
229
229
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
230
230
|
Returns: RequestInformation
|
231
231
|
"""
|
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[WorkbookTable]
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
if body is None:
|
43
43
|
raise TypeError("body cannot be null.")
|
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
@@ -126,10 +126,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
126
126
|
|
127
127
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
|
128
128
|
"""
|
129
|
-
|
129
|
+
Retrieve the properties and relationships of range object.
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: Optional[WorkbookRange]
|
132
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
132
|
+
Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
|
133
133
|
"""
|
134
134
|
request_info = self.to_get_request_information(
|
135
135
|
request_configuration
|
@@ -225,7 +225,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
|
|
225
225
|
|
226
226
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
227
227
|
"""
|
228
|
-
|
228
|
+
Retrieve the properties and relationships of range object.
|
229
229
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
230
230
|
Returns: RequestInformation
|
231
231
|
"""
|
msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py
CHANGED
@@ -33,11 +33,11 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
33
33
|
|
34
34
|
async def post(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookTable]:
|
35
35
|
"""
|
36
|
-
|
36
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
37
37
|
param body: The request body
|
38
38
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
39
39
|
Returns: Optional[WorkbookTable]
|
40
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
40
|
+
Find more info here: https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0
|
41
41
|
"""
|
42
42
|
if body is None:
|
43
43
|
raise TypeError("body cannot be null.")
|
@@ -57,7 +57,7 @@ class AddRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
def to_post_request_information(self,body: AddPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.
|
61
61
|
param body: The request body
|
62
62
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
63
63
|
Returns: RequestInformation
|
msgraph/generated/groups/item/calendar/calendar_view/item/instances/instances_request_builder.py
CHANGED
@@ -49,7 +49,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
52
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
72
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class InstancesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
112
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
@@ -42,7 +42,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
42
42
|
|
43
43
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
44
44
|
"""
|
45
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
45
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
46
46
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
47
47
|
Returns: Optional[Event]
|
48
48
|
"""
|
@@ -62,7 +62,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
62
62
|
|
63
63
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
64
64
|
"""
|
65
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
65
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
66
66
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
67
67
|
Returns: RequestInformation
|
68
68
|
"""
|
@@ -174,7 +174,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
174
174
|
@dataclass
|
175
175
|
class EventItemRequestBuilderGetQueryParameters():
|
176
176
|
"""
|
177
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
177
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
178
178
|
"""
|
179
179
|
def get_query_parameter(self,original_name: str) -> str:
|
180
180
|
"""
|
@@ -49,7 +49,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
52
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
72
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class InstancesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
112
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
msgraph/generated/groups/item/calendar/events/item/instances/item/event_item_request_builder.py
CHANGED
@@ -42,7 +42,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
42
42
|
|
43
43
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
44
44
|
"""
|
45
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
45
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
46
46
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
47
47
|
Returns: Optional[Event]
|
48
48
|
"""
|
@@ -62,7 +62,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
62
62
|
|
63
63
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
64
64
|
"""
|
65
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
65
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
66
66
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
67
67
|
Returns: RequestInformation
|
68
68
|
"""
|
@@ -174,7 +174,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
174
174
|
@dataclass
|
175
175
|
class EventItemRequestBuilderGetQueryParameters():
|
176
176
|
"""
|
177
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
177
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
178
178
|
"""
|
179
179
|
def get_query_parameter(self,original_name: str) -> str:
|
180
180
|
"""
|
@@ -49,7 +49,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
49
49
|
|
50
50
|
async def get(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> Optional[EventCollectionResponse]:
|
51
51
|
"""
|
52
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
52
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
53
53
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
54
54
|
Returns: Optional[EventCollectionResponse]
|
55
55
|
"""
|
@@ -69,7 +69,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
69
69
|
|
70
70
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[InstancesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
71
71
|
"""
|
72
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
72
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
73
73
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
74
74
|
Returns: RequestInformation
|
75
75
|
"""
|
@@ -109,7 +109,7 @@ class InstancesRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
@dataclass
|
110
110
|
class InstancesRequestBuilderGetQueryParameters():
|
111
111
|
"""
|
112
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
112
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
113
113
|
"""
|
114
114
|
def get_query_parameter(self,original_name: str) -> str:
|
115
115
|
"""
|
msgraph/generated/groups/item/calendar_view/item/instances/item/event_item_request_builder.py
CHANGED
@@ -42,7 +42,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
42
42
|
|
43
43
|
async def get(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> Optional[Event]:
|
44
44
|
"""
|
45
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
45
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
46
46
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
47
47
|
Returns: Optional[Event]
|
48
48
|
"""
|
@@ -62,7 +62,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
62
62
|
|
63
63
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[EventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
64
64
|
"""
|
65
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
65
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
66
66
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
67
67
|
Returns: RequestInformation
|
68
68
|
"""
|
@@ -174,7 +174,7 @@ class EventItemRequestBuilder(BaseRequestBuilder):
|
|
174
174
|
@dataclass
|
175
175
|
class EventItemRequestBuilderGetQueryParameters():
|
176
176
|
"""
|
177
|
-
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
177
|
+
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
178
178
|
"""
|
179
179
|
def get_query_parameter(self,original_name: str) -> str:
|
180
180
|
"""
|
msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py
CHANGED
@@ -32,11 +32,11 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
32
32
|
|
33
33
|
async def post(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
34
34
|
"""
|
35
|
-
|
35
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
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: None
|
39
|
-
Find more info here: https://learn.microsoft.com/graph/api/post-
|
39
|
+
Find more info here: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
|
40
40
|
"""
|
41
41
|
if body is None:
|
42
42
|
raise TypeError("body cannot be null.")
|
@@ -54,7 +54,7 @@ class ReplyRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
def to_post_request_information(self,body: ReplyPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
58
58
|
param body: The request body
|
59
59
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
60
60
|
Returns: RequestInformation
|