msgraph-sdk 1.38.0__py3-none-any.whl → 1.39.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 (46) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  3. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  4. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  5. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  6. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +3 -3
  10. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  13. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  14. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +4 -4
  15. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  18. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  19. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +3 -3
  20. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  21. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +4 -4
  22. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  23. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  24. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  25. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
  26. msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
  27. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +5 -5
  28. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  29. msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
  30. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
  31. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  32. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  33. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  34. msgraph/generated/kiota-lock.json +1 -1
  35. msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
  36. msgraph/generated/organization/item/organization_item_request_builder.py +4 -4
  37. msgraph/generated/organization/organization_request_builder.py +4 -4
  38. msgraph/generated/sites/sites_request_builder.py +4 -4
  39. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  40. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  41. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  42. msgraph/generated/users/users_request_builder.py +3 -3
  43. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/METADATA +1 -1
  44. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/RECORD +46 -46
  45. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/WHEEL +0 -0
  46. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/licenses/LICENSE +0 -0
@@ -49,10 +49,10 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfigurationCollectionResponse]:
51
51
  """
52
- List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
52
+ List properties and relationships of the deviceEnrollmentConfiguration objects.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[DeviceEnrollmentConfigurationCollectionResponse]
55
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0
55
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0
56
56
  """
57
57
  request_info = self.to_get_request_information(
58
58
  request_configuration
@@ -70,11 +70,11 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
70
70
 
71
71
  async def post(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
72
72
  """
73
- Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
73
+ Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
74
74
  param body: The request body
75
75
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
76
76
  Returns: Optional[DeviceEnrollmentConfiguration]
77
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0
77
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
78
78
  """
79
79
  if body is None:
80
80
  raise TypeError("body cannot be null.")
@@ -94,7 +94,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
94
94
 
95
95
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
96
96
  """
97
- List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
97
+ List properties and relationships of the deviceEnrollmentConfiguration objects.
98
98
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
99
99
  Returns: RequestInformation
100
100
  """
@@ -105,7 +105,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
105
105
 
106
106
  def to_post_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
107
107
  """
108
- Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
108
+ Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
109
109
  param body: The request body
110
110
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
111
111
  Returns: RequestInformation
@@ -140,7 +140,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
140
140
  @dataclass
141
141
  class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters():
142
142
  """
143
- List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
143
+ List properties and relationships of the deviceEnrollmentConfiguration objects.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -75,11 +75,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
75
75
 
76
76
  async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
77
77
  """
78
- Update the properties of a deviceEnrollmentLimitConfiguration object.
78
+ Update the properties of a 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-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
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.")
@@ -121,7 +121,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
121
121
 
122
122
  def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
123
123
  """
124
- Update the properties of a deviceEnrollmentLimitConfiguration object.
124
+ Update the properties of a 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
@@ -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-policyset-devicemanagement-get?view=graph-rest-1.0
99
+ Find more info here: https://learn.microsoft.com/graph/api/intune-companyterms-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-raimportcerts-devicemanagement-update?view=graph-rest-1.0
133
+ Find more info here: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-update?view=graph-rest-1.0
134
134
  """
135
135
  if body is None:
136
136
  raise TypeError("body cannot be null.")
@@ -52,10 +52,10 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinition]:
54
54
  """
55
- Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
55
+ Read properties and relationships of the roleDefinition object.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[RoleDefinition]
58
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -108,7 +108,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
108
108
 
109
109
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
110
110
  """
111
- Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
111
+ Read properties and relationships of the roleDefinition object.
112
112
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
113
113
  Returns: RequestInformation
114
114
  """
@@ -161,7 +161,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
161
161
  @dataclass
162
162
  class RoleDefinitionItemRequestBuilderGetQueryParameters():
163
163
  """
164
- Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
164
+ Read properties and relationships of the roleDefinition object.
165
165
  """
166
166
  def get_query_parameter(self,original_name: str) -> str:
167
167
  """
@@ -49,10 +49,10 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
49
49
 
50
50
  async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionsRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinitionCollectionResponse]:
51
51
  """
52
- List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
52
+ List properties and relationships of the roleDefinition objects.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[RoleDefinitionCollectionResponse]
55
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0
55
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0
56
56
  """
57
57
  request_info = self.to_get_request_information(
58
58
  request_configuration
@@ -70,11 +70,11 @@ class 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 deviceAndAppManagementRoleDefinition object.
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-deviceandappmanagementroledefinition-create?view=graph-rest-1.0
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.")
@@ -94,7 +94,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
94
94
 
95
95
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
96
96
  """
97
- List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
97
+ List properties and relationships of the roleDefinition objects.
98
98
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
99
99
  Returns: RequestInformation
100
100
  """
@@ -105,7 +105,7 @@ class 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 deviceAndAppManagementRoleDefinition object.
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
@@ -140,7 +140,7 @@ class RoleDefinitionsRequestBuilder(BaseRequestBuilder):
140
140
  @dataclass
141
141
  class RoleDefinitionsRequestBuilderGetQueryParameters():
142
142
  """
143
- List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
143
+ List properties and relationships of the roleDefinition objects.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -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
- Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
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-lockorunlockrecord?view=graph-rest-1.0
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
- Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
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
@@ -74,11 +74,11 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def put(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ExternalItem]:
76
76
  """
77
- Update the properties of an externalItem object.
77
+ Create a new externalItem object.
78
78
  param body: The request body
79
79
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
80
80
  Returns: Optional[ExternalItem]
81
- Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -120,7 +120,7 @@ class ExternalItemItemRequestBuilder(BaseRequestBuilder):
120
120
 
121
121
  def to_put_request_information(self,body: ExternalItem, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
122
122
  """
123
- Update the properties of an externalItem object.
123
+ Create a new externalItem object.
124
124
  param body: The request body
125
125
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
126
126
  Returns: RequestInformation
@@ -52,10 +52,10 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> Optional[Conversation]:
54
54
  """
55
- Retrieve the properties and relationships of conversation object.
55
+ The group's conversations.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[Conversation]
58
- Find more info here: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -84,7 +84,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
84
84
 
85
85
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
86
86
  """
87
- Retrieve the properties and relationships of conversation object.
87
+ The group's conversations.
88
88
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
89
89
  Returns: RequestInformation
90
90
  """
@@ -122,7 +122,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
122
122
  @dataclass
123
123
  class ConversationItemRequestBuilderGetQueryParameters():
124
124
  """
125
- Retrieve the properties and relationships of conversation object.
125
+ The group's conversations.
126
126
  """
127
127
  def get_query_parameter(self,original_name: str) -> str:
128
128
  """
@@ -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
@@ -37,7 +37,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
37
37
  Delete conversationThread.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: None
40
- Find more info here: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0
40
+ Find more info here: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0
41
41
  """
42
42
  request_info = self.to_delete_request_information(
43
43
  request_configuration
@@ -53,10 +53,10 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> Optional[ConversationThread]:
55
55
  """
56
- Get a thread object.
56
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[ConversationThread]
59
- Find more info here: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -109,7 +109,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationThreadItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Get a thread object.
112
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -171,7 +171,7 @@ class ConversationThreadItemRequestBuilder(BaseRequestBuilder):
171
171
  @dataclass
172
172
  class ConversationThreadItemRequestBuilderGetQueryParameters():
173
173
  """
174
- Get a thread object.
174
+ Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
175
175
  """
176
176
  def get_query_parameter(self,original_name: str) -> str:
177
177
  """
@@ -48,10 +48,10 @@ class PostsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[PostsRequestBuilderGetQueryParameters]] = None) -> Optional[PostCollectionResponse]:
50
50
  """
51
- Get the 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 a namedLocation object.
35
+ Delete an ipNamedLocation 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/namedlocation-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/ipnamedlocation-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 a countryNamedLocation object.
54
+ Retrieve the properties and relationships of a namedLocation 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/countrynamedlocation-get?view=graph-rest-1.0
57
+ Find more info here: https://learn.microsoft.com/graph/api/namedlocation-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 a namedLocation object.
99
+ Delete an ipNamedLocation 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 a countryNamedLocation object.
110
+ Retrieve the properties and relationships of a namedLocation 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 a countryNamedLocation object.
154
+ Retrieve the properties and relationships of a namedLocation object.
155
155
  """
156
156
  def get_query_parameter(self,original_name: str) -> str:
157
157
  """
@@ -58,10 +58,10 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
58
58
 
59
59
  async def get(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> Optional[AccessPackage]:
60
60
  """
61
- Retrieve the properties and relationships of an accessPackage object.
61
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[AccessPackage]
64
- Find more info here: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0
64
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0
65
65
  """
66
66
  request_info = self.to_get_request_information(
67
67
  request_configuration
@@ -114,7 +114,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
114
114
 
115
115
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[AccessPackageItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
116
116
  """
117
- Retrieve the properties and relationships of an accessPackage object.
117
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
118
118
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
119
119
  Returns: RequestInformation
120
120
  """
@@ -221,7 +221,7 @@ class AccessPackageItemRequestBuilder(BaseRequestBuilder):
221
221
  @dataclass
222
222
  class AccessPackageItemRequestBuilderGetQueryParameters():
223
223
  """
224
- Retrieve the properties and relationships of an accessPackage object.
224
+ Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
225
225
  """
226
226
  def get_query_parameter(self,original_name: str) -> str:
227
227
  """
@@ -72,11 +72,11 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def patch(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CustomCalloutExtension]:
74
74
  """
75
- Update the properties of an accessPackageAssignmentWorkflowExtension object.
75
+ Update the properties of an accessPackageAssignmentRequestWorkflowExtension 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[CustomCalloutExtension]
79
- Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -118,7 +118,7 @@ class CustomCalloutExtensionItemRequestBuilder(BaseRequestBuilder):
118
118
 
119
119
  def to_patch_request_information(self,body: CustomCalloutExtension, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120
120
  """
121
- Update the properties of an accessPackageAssignmentWorkflowExtension object.
121
+ Update the properties of an accessPackageAssignmentRequestWorkflowExtension 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
@@ -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 the properties and relationships of an agreement object.
57
+ Retrieve all files related to an agreement. This includes the default file and all localized files.
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-get?view=graph-rest-1.0
60
+ Find more info here: https://learn.microsoft.com/graph/api/agreement-list-files?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 the properties and relationships of an agreement object.
113
+ Retrieve all files related to an agreement. This includes the default file and all localized files.
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 the properties and relationships of an agreement object.
184
+ Retrieve all files related to an agreement. This includes the default file and all localized files.
185
185
  """
186
186
  def get_query_parameter(self,original_name: str) -> str:
187
187
  """
@@ -1,5 +1,5 @@
1
1
  {
2
- "descriptionHash": "F66F35AF42DFD96FE735D23A13B33683547FA331442A856BCC89322EB087DAA1BB96F0AF787D4DA6C09602408DE805BDAC8EAD927DB56D532AC2A62171CF5CDF",
2
+ "descriptionHash": "DADCD58F65456F0BA5C64AA0653111EAE50D92C903B690C86DE02E888AF99B530F73723B3C4912E04236B68D5092E0CB4685D852F5E7D39FC818E22D81982E2E",
3
3
  "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
4
4
  "lockFileVersion": "1.0.0",
5
5
  "kiotaVersion": "1.29.0",
@@ -12,27 +12,27 @@ class WorkbookWorksheetProtectionOptions(AdditionalDataHolder, BackedModel, Pars
12
12
 
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
15
- # Represents the worksheet protection option of allowing using auto filter feature.
15
+ # Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
16
16
  allow_auto_filter: Optional[bool] = None
17
- # Represents the worksheet protection option of allowing deleting columns.
17
+ # Indicates whether the worksheet protection option to allow deleting columns is enabled.
18
18
  allow_delete_columns: Optional[bool] = None
19
- # Represents the worksheet protection option of allowing deleting rows.
19
+ # Indicates whether the worksheet protection option to allow deleting rows is enabled.
20
20
  allow_delete_rows: Optional[bool] = None
21
- # Represents the worksheet protection option of allowing formatting cells.
21
+ # Indicates whether the worksheet protection option to allow formatting cells is enabled.
22
22
  allow_format_cells: Optional[bool] = None
23
- # Represents the worksheet protection option of allowing formatting columns.
23
+ # Indicates whether the worksheet protection option to allow formatting columns is enabled.
24
24
  allow_format_columns: Optional[bool] = None
25
- # Represents the worksheet protection option of allowing formatting rows.
25
+ # Indicates whether the worksheet protection option to allow formatting rows is enabled.
26
26
  allow_format_rows: Optional[bool] = None
27
- # Represents the worksheet protection option of allowing inserting columns.
27
+ # Indicates whether the worksheet protection option to allow inserting columns is enabled.
28
28
  allow_insert_columns: Optional[bool] = None
29
- # Represents the worksheet protection option of allowing inserting hyperlinks.
29
+ # Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
30
30
  allow_insert_hyperlinks: Optional[bool] = None
31
- # Represents the worksheet protection option of allowing inserting rows.
31
+ # Indicates whether the worksheet protection option to allow inserting rows is enabled.
32
32
  allow_insert_rows: Optional[bool] = None
33
- # Represents the worksheet protection option of allowing using pivot table feature.
33
+ # Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
34
34
  allow_pivot_tables: Optional[bool] = None
35
- # Represents the worksheet protection option of allowing using sort feature.
35
+ # Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
36
36
  allow_sort: Optional[bool] = None
37
37
  # The OdataType property
38
38
  odata_type: Optional[str] = None