msgraph-sdk 1.18.0__py3-none-any.whl → 1.20.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/app_role_assignments/app_role_assignments_request_builder.py +248 -0
  3. msgraph/generated/app_role_assignments/count/count_request_builder.py +104 -0
  4. msgraph/generated/app_role_assignments/delta/delta_get_response.py +58 -0
  5. msgraph/generated/app_role_assignments/delta/delta_request_builder.py +138 -0
  6. msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_request_body.py +50 -0
  7. msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_post_response.py +58 -0
  8. msgraph/generated/app_role_assignments/get_available_extension_properties/get_available_extension_properties_request_builder.py +90 -0
  9. msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_post_request_body.py +54 -0
  10. msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_post_response.py +58 -0
  11. msgraph/generated/app_role_assignments/get_by_ids/get_by_ids_request_builder.py +90 -0
  12. msgraph/generated/app_role_assignments/item/app_role_assignment_item_request_builder.py +238 -0
  13. msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_post_request_body.py +50 -0
  14. msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_post_response.py +55 -0
  15. msgraph/generated/app_role_assignments/item/check_member_groups/check_member_groups_request_builder.py +90 -0
  16. msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_post_request_body.py +50 -0
  17. msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_post_response.py +55 -0
  18. msgraph/generated/app_role_assignments/item/check_member_objects/check_member_objects_request_builder.py +89 -0
  19. msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_request_body.py +50 -0
  20. msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_post_response.py +55 -0
  21. msgraph/generated/app_role_assignments/item/get_member_groups/get_member_groups_request_builder.py +90 -0
  22. msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_request_body.py +50 -0
  23. msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_post_response.py +55 -0
  24. msgraph/generated/app_role_assignments/item/get_member_objects/get_member_objects_request_builder.py +90 -0
  25. msgraph/generated/app_role_assignments/item/restore/restore_request_builder.py +82 -0
  26. msgraph/generated/app_role_assignments/validate_properties/validate_properties_post_request_body.py +63 -0
  27. msgraph/generated/app_role_assignments/validate_properties/validate_properties_request_builder.py +87 -0
  28. msgraph/generated/applications/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  29. msgraph/generated/applications/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  30. msgraph/generated/base_graph_service_client.py +10 -0
  31. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  32. msgraph/generated/contacts/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  33. msgraph/generated/contacts/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  34. msgraph/generated/contracts/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  35. msgraph/generated/contracts/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  36. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  37. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  38. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  39. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  40. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  41. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  42. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  43. msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
  44. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  45. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +4 -4
  46. msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
  47. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  48. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +3 -3
  49. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
  50. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
  51. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  52. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  53. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  54. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +3 -3
  55. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  56. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +7 -7
  57. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  58. msgraph/generated/devices/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  59. msgraph/generated/devices/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  60. msgraph/generated/directory/deleted_items/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  61. msgraph/generated/directory/deleted_items/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  62. msgraph/generated/directory_objects/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  63. msgraph/generated/directory_objects/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  64. msgraph/generated/directory_role_templates/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  65. msgraph/generated/directory_role_templates/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  66. msgraph/generated/directory_roles/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  67. msgraph/generated/directory_roles/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  68. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  69. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  70. msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
  71. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  72. msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
  73. msgraph/generated/group_setting_templates/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  74. msgraph/generated/group_setting_templates/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  75. msgraph/generated/groups/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  76. msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
  77. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +5 -5
  78. msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
  79. msgraph/generated/groups/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  80. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
  81. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  82. msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
  83. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
  84. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  85. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  86. msgraph/generated/kiota-dom-export.txt +295 -0
  87. msgraph/generated/kiota-lock.json +1 -1
  88. msgraph/generated/models/certification.py +1 -1
  89. msgraph/generated/models/chat_restrictions.py +1 -1
  90. msgraph/generated/models/cloud_pc_provisioning_policy.py +7 -0
  91. msgraph/generated/models/cloud_pc_provisioning_policy_autopatch.py +54 -0
  92. msgraph/generated/models/device_configuration_device_status.py +3 -0
  93. msgraph/generated/models/device_configuration_state.py +1 -1
  94. msgraph/generated/models/device_enrollment_platform_restrictions_configuration.py +1 -1
  95. msgraph/generated/models/device_enrollment_type.py +5 -5
  96. msgraph/generated/models/device_management.py +0 -3
  97. msgraph/generated/models/managed_device_owner_type.py +5 -3
  98. msgraph/generated/models/online_meeting_base.py +1 -1
  99. msgraph/generated/models/schedule.py +1 -1
  100. msgraph/generated/models/shift.py +1 -1
  101. msgraph/generated/models/user.py +1 -1
  102. msgraph/generated/models/user_teamwork.py +1 -1
  103. msgraph/generated/models/workforce_integration.py +2 -2
  104. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  105. msgraph/generated/organization/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  106. msgraph/generated/organization/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  107. msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
  108. msgraph/generated/organization/organization_request_builder.py +4 -4
  109. msgraph/generated/permission_grants/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  110. msgraph/generated/permission_grants/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  111. msgraph/generated/security/cases/ediscovery_cases/item/tags/item/child_tags/child_tags_request_builder.py +4 -3
  112. msgraph/generated/service_principals/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  113. msgraph/generated/service_principals/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  114. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  115. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
  116. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  117. msgraph/generated/teamwork/workforce_integrations/workforce_integrations_request_builder.py +2 -2
  118. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  119. msgraph/generated/users/item/check_member_groups/check_member_groups_request_builder.py +2 -2
  120. msgraph/generated/users/item/get_member_objects/get_member_objects_request_builder.py +2 -2
  121. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  122. msgraph/generated/users/item/user_item_request_builder.py +7 -7
  123. msgraph/generated/users/users_request_builder.py +4 -4
  124. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +7 -7
  125. {msgraph_sdk-1.18.0.dist-info → msgraph_sdk-1.20.0.dist-info}/METADATA +7 -9
  126. {msgraph_sdk-1.18.0.dist-info → msgraph_sdk-1.20.0.dist-info}/RECORD +128 -101
  127. {msgraph_sdk-1.18.0.dist-info → msgraph_sdk-1.20.0.dist-info}/LICENSE +0 -0
  128. {msgraph_sdk-1.18.0.dist-info → msgraph_sdk-1.20.0.dist-info}/WHEEL +0 -0
@@ -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
- 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.
35
+ 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.
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/opentypeextension-post-opentypeextension?view=graph-rest-1.0
39
+ Find more info here: https://learn.microsoft.com/graph/api/post-reply?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
- 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.
57
+ 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.
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
@@ -33,7 +33,7 @@ class GetMemberObjectsRequestBuilder(BaseRequestBuilder):
33
33
 
34
34
  async def post(self,body: GetMemberObjectsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GetMemberObjectsPostResponse]:
35
35
  """
36
- Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
36
+ Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
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[GetMemberObjectsPostResponse]
@@ -57,7 +57,7 @@ class GetMemberObjectsRequestBuilder(BaseRequestBuilder):
57
57
 
58
58
  def to_post_request_information(self,body: GetMemberObjectsPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
59
  """
60
- Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
60
+ Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:- user- group- service principal- organizational contact- device- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.
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
@@ -53,10 +53,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
55
55
  """
56
- Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
56
+ Get a thread object.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[ConversationThread]
59
- Find more info here: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -109,7 +109,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
112
+ Get a thread object.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -171,7 +171,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
171
171
  @dataclass
172
172
  class ConversationThreadItemRequestBuilderGetQueryParameters():
173
173
  """
174
- Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
174
+ Get a thread object.
175
175
  """
176
176
  def get_query_parameter(self,original_name: str) -> str:
177
177
  """
@@ -48,10 +48,10 @@ class PostsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[PostsRequestBuilderGetQueryParameters]] = None) -> Optional[PostCollectionResponse]:
50
50
  """
51
- Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
51
+ Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[PostCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -69,7 +69,7 @@ class PostsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PostsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
71
71
  """
72
- Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
72
+ Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
73
73
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
74
74
  Returns: RequestInformation
75
75
  """
@@ -100,7 +100,7 @@ class PostsRequestBuilder(BaseRequestBuilder):
100
100
  @dataclass
101
101
  class PostsRequestBuilderGetQueryParameters():
102
102
  """
103
- Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
103
+ Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
104
104
  """
105
105
  def get_query_parameter(self,original_name: str) -> str:
106
106
  """
@@ -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
- 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.
35
+ 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.
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/opentypeextension-post-opentypeextension?view=graph-rest-1.0
39
+ Find more info here: https://learn.microsoft.com/graph/api/post-reply?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
- 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.
57
+ 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.
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
@@ -32,10 +32,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Delete an ipNamedLocation object.
35
+ Delete a namedLocation object.
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/ipnamedlocation-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0
39
39
  """
40
40
  request_info = self.to_delete_request_information(
41
41
  request_configuration
@@ -51,10 +51,10 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
51
51
 
52
52
  async def get(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> Optional[NamedLocation]:
53
53
  """
54
- Retrieve the properties and relationships of an ipNamedLocation object.
54
+ Retrieve the properties and relationships of a countryNamedLocation object.
55
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
56
  Returns: Optional[NamedLocation]
57
- Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0
57
+ Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0
58
58
  """
59
59
  request_info = self.to_get_request_information(
60
60
  request_configuration
@@ -72,11 +72,11 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def patch(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[NamedLocation]:
74
74
  """
75
- Update the properties of an ipNamedLocation object.
75
+ Update the properties of a countryNamedLocation object.
76
76
  param body: The request body
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: Optional[NamedLocation]
79
- Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -96,7 +96,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- Delete an ipNamedLocation object.
99
+ Delete a namedLocation object.
100
100
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101
101
  Returns: RequestInformation
102
102
  """
@@ -107,7 +107,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[NamedLocationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
109
109
  """
110
- Retrieve the properties and relationships of an ipNamedLocation object.
110
+ Retrieve the properties and relationships of a countryNamedLocation object.
111
111
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112
112
  Returns: RequestInformation
113
113
  """
@@ -118,7 +118,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
118
118
 
119
119
  def to_patch_request_information(self,body: NamedLocation, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120
120
  """
121
- Update the properties of an ipNamedLocation object.
121
+ Update the properties of a countryNamedLocation object.
122
122
  param body: The request body
123
123
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
124
124
  Returns: RequestInformation
@@ -151,7 +151,7 @@ class NamedLocationItemRequestBuilder(BaseRequestBuilder):
151
151
  @dataclass
152
152
  class NamedLocationItemRequestBuilderGetQueryParameters():
153
153
  """
154
- Retrieve the properties and relationships of an ipNamedLocation object.
154
+ Retrieve the properties and relationships of a countryNamedLocation object.
155
155
  """
156
156
  def get_query_parameter(self,original_name: str) -> str:
157
157
  """
@@ -32,10 +32,10 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
35
+ Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
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/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0
39
39
  """
40
40
  request_info = self.to_delete_request_information(
41
41
  request_configuration
@@ -96,7 +96,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
99
+ Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
100
100
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
101
101
  Returns: RequestInformation
102
102
  """
@@ -54,10 +54,10 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
54
54
 
55
55
  async def get(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> Optional[Agreement]:
56
56
  """
57
- Retrieve all files related to an agreement. This includes the default file and all localized files.
57
+ Retrieve the properties and relationships of an agreement object.
58
58
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
59
59
  Returns: Optional[Agreement]
60
- Find more info here: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0
60
+ Find more info here: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0
61
61
  """
62
62
  request_info = self.to_get_request_information(
63
63
  request_configuration
@@ -110,7 +110,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
110
110
 
111
111
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AgreementItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
112
112
  """
113
- Retrieve all files related to an agreement. This includes the default file and all localized files.
113
+ Retrieve the properties and relationships of an agreement object.
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
116
116
  """
@@ -181,7 +181,7 @@ class AgreementItemRequestBuilder(BaseRequestBuilder):
181
181
  @dataclass
182
182
  class AgreementItemRequestBuilderGetQueryParameters():
183
183
  """
184
- Retrieve all files related to an agreement. This includes the default file and all localized files.
184
+ Retrieve the properties and relationships of an agreement object.
185
185
  """
186
186
  def get_query_parameter(self,original_name: str) -> str:
187
187
  """