msgraph-sdk 1.15.0__py3-none-any.whl → 1.16.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 (103) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/chats/item/members/members_request_builder.py +10 -0
  3. msgraph/generated/chats/item/members/remove/remove_post_request_body.py +58 -0
  4. msgraph/generated/chats/item/members/remove/remove_post_response.py +60 -0
  5. msgraph/generated/chats/item/members/remove/remove_request_builder.py +89 -0
  6. msgraph/generated/chats/item/messages/messages_request_builder.py +3 -3
  7. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  8. msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
  10. msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +7 -7
  13. msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +4 -4
  14. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  15. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
  16. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  17. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  18. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +3 -3
  19. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
  20. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  21. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  22. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +3 -3
  23. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
  24. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +10 -10
  25. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  26. msgraph/generated/drives/item/items/item/workbook/names/item/range/range_request_builder.py +3 -3
  27. msgraph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/range_request_builder.py +3 -3
  28. msgraph/generated/group_lifecycle_policies/group_lifecycle_policies_request_builder.py +2 -2
  29. msgraph/generated/group_lifecycle_policies/item/add_group/add_group_request_builder.py +2 -2
  30. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +5 -5
  31. msgraph/generated/groups/item/group_lifecycle_policies/item/add_group/add_group_request_builder.py +2 -2
  32. msgraph/generated/groups/item/team/channels/item/members/members_request_builder.py +10 -0
  33. msgraph/generated/groups/item/team/channels/item/members/remove/remove_post_request_body.py +58 -0
  34. msgraph/generated/groups/item/team/channels/item/members/remove/remove_post_response.py +60 -0
  35. msgraph/generated/groups/item/team/channels/item/members/remove/remove_request_builder.py +89 -0
  36. msgraph/generated/groups/item/team/members/members_request_builder.py +10 -0
  37. msgraph/generated/groups/item/team/members/remove/remove_post_request_body.py +58 -0
  38. msgraph/generated/groups/item/team/members/remove/remove_post_response.py +60 -0
  39. msgraph/generated/groups/item/team/members/remove/remove_request_builder.py +89 -0
  40. msgraph/generated/groups/item/team/primary_channel/members/members_request_builder.py +10 -0
  41. msgraph/generated/groups/item/team/primary_channel/members/remove/remove_post_request_body.py +58 -0
  42. msgraph/generated/groups/item/team/primary_channel/members/remove/remove_post_response.py +60 -0
  43. msgraph/generated/groups/item/team/primary_channel/members/remove/remove_request_builder.py +89 -0
  44. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +1 -1
  45. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +7 -7
  46. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  47. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +10 -10
  48. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  49. msgraph/generated/kiota-dom-export.txt +324 -0
  50. msgraph/generated/kiota-lock.json +1 -1
  51. msgraph/generated/models/action_result_part.py +1 -1
  52. msgraph/generated/models/conversation_member.py +1 -1
  53. msgraph/generated/models/quota.py +1 -1
  54. msgraph/generated/models/team.py +5 -5
  55. msgraph/generated/models/workbook_range_view.py +1 -1
  56. msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
  57. msgraph/generated/organization/item/organization_item_request_builder.py +7 -7
  58. msgraph/generated/organization/organization_request_builder.py +4 -4
  59. msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
  60. msgraph/generated/sites/sites_request_builder.py +4 -4
  61. msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +6 -6
  62. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +10 -0
  63. msgraph/generated/teams/item/channels/item/members/remove/remove_post_request_body.py +58 -0
  64. msgraph/generated/teams/item/channels/item/members/remove/remove_post_response.py +60 -0
  65. msgraph/generated/teams/item/channels/item/members/remove/remove_request_builder.py +89 -0
  66. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  67. msgraph/generated/teams/item/channels/item/messages/messages_request_builder.py +3 -3
  68. msgraph/generated/teams/item/members/members_request_builder.py +10 -0
  69. msgraph/generated/teams/item/members/remove/remove_post_request_body.py +58 -0
  70. msgraph/generated/teams/item/members/remove/remove_post_response.py +60 -0
  71. msgraph/generated/teams/item/members/remove/remove_request_builder.py +89 -0
  72. msgraph/generated/teams/item/primary_channel/members/members_request_builder.py +10 -0
  73. msgraph/generated/teams/item/primary_channel/members/remove/remove_post_request_body.py +58 -0
  74. msgraph/generated/teams/item/primary_channel/members/remove/remove_post_response.py +60 -0
  75. msgraph/generated/teams/item/primary_channel/members/remove/remove_request_builder.py +89 -0
  76. msgraph/generated/teamwork/deleted_teams/item/channels/item/members/members_request_builder.py +10 -0
  77. msgraph/generated/teamwork/deleted_teams/item/channels/item/members/remove/remove_post_request_body.py +58 -0
  78. msgraph/generated/teamwork/deleted_teams/item/channels/item/members/remove/remove_post_response.py +60 -0
  79. msgraph/generated/teamwork/deleted_teams/item/channels/item/members/remove/remove_request_builder.py +89 -0
  80. msgraph/generated/users/item/chats/item/members/members_request_builder.py +10 -0
  81. msgraph/generated/users/item/chats/item/members/remove/remove_post_request_body.py +58 -0
  82. msgraph/generated/users/item/chats/item/members/remove/remove_post_response.py +60 -0
  83. msgraph/generated/users/item/chats/item/members/remove/remove_request_builder.py +89 -0
  84. msgraph/generated/users/item/joined_teams/item/channels/item/members/members_request_builder.py +10 -0
  85. msgraph/generated/users/item/joined_teams/item/channels/item/members/remove/remove_post_request_body.py +58 -0
  86. msgraph/generated/users/item/joined_teams/item/channels/item/members/remove/remove_post_response.py +60 -0
  87. msgraph/generated/users/item/joined_teams/item/channels/item/members/remove/remove_request_builder.py +89 -0
  88. msgraph/generated/users/item/joined_teams/item/members/members_request_builder.py +10 -0
  89. msgraph/generated/users/item/joined_teams/item/members/remove/remove_post_request_body.py +58 -0
  90. msgraph/generated/users/item/joined_teams/item/members/remove/remove_post_response.py +60 -0
  91. msgraph/generated/users/item/joined_teams/item/members/remove/remove_request_builder.py +89 -0
  92. msgraph/generated/users/item/joined_teams/item/primary_channel/members/members_request_builder.py +10 -0
  93. msgraph/generated/users/item/joined_teams/item/primary_channel/members/remove/remove_post_request_body.py +58 -0
  94. msgraph/generated/users/item/joined_teams/item/primary_channel/members/remove/remove_post_response.py +60 -0
  95. msgraph/generated/users/item/joined_teams/item/primary_channel/members/remove/remove_request_builder.py +89 -0
  96. msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
  97. msgraph/generated/users/item/user_item_request_builder.py +4 -4
  98. msgraph/generated/users/users_request_builder.py +4 -4
  99. msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py +4 -4
  100. {msgraph_sdk-1.15.0.dist-info → msgraph_sdk-1.16.0.dist-info}/METADATA +1 -1
  101. {msgraph_sdk-1.15.0.dist-info → msgraph_sdk-1.16.0.dist-info}/RECORD +103 -67
  102. {msgraph_sdk-1.15.0.dist-info → msgraph_sdk-1.16.0.dist-info}/LICENSE +0 -0
  103. {msgraph_sdk-1.15.0.dist-info → msgraph_sdk-1.16.0.dist-info}/WHEEL +0 -0
@@ -64,10 +64,10 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
64
64
 
65
65
  async def get(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> Optional[MobileAppCollectionResponse]:
66
66
  """
67
- List properties and relationships of the webApp objects.
67
+ List properties and relationships of the androidLobApp objects.
68
68
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
69
69
  Returns: Optional[MobileAppCollectionResponse]
70
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-webapp-list?view=graph-rest-1.0
70
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-list?view=graph-rest-1.0
71
71
  """
72
72
  request_info = self.to_get_request_information(
73
73
  request_configuration
@@ -85,11 +85,11 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
85
85
 
86
86
  async def post(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MobileApp]:
87
87
  """
88
- Create a new macOSOfficeSuiteApp object.
88
+ Create a new microsoftStoreForBusinessApp object.
89
89
  param body: The request body
90
90
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
91
91
  Returns: Optional[MobileApp]
92
- Find more info here: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0
92
+ Find more info here: https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-create?view=graph-rest-1.0
93
93
  """
94
94
  if body is None:
95
95
  raise TypeError("body cannot be null.")
@@ -109,7 +109,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MobileAppsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- List properties and relationships of the webApp objects.
112
+ List properties and relationships of the androidLobApp objects.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -120,7 +120,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
120
120
 
121
121
  def to_post_request_information(self,body: MobileApp, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
122
122
  """
123
- Create a new macOSOfficeSuiteApp object.
123
+ Create a new microsoftStoreForBusinessApp 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
@@ -299,7 +299,7 @@ class MobileAppsRequestBuilder(BaseRequestBuilder):
299
299
  @dataclass
300
300
  class MobileAppsRequestBuilderGetQueryParameters():
301
301
  """
302
- List properties and relationships of the webApp objects.
302
+ List properties and relationships of the androidLobApp objects.
303
303
  """
304
304
  def get_query_parameter(self,original_name: str) -> str:
305
305
  """
@@ -69,11 +69,11 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
71
71
  """
72
- Create a new androidCompliancePolicy object.
72
+ Create a new windows10CompliancePolicy object.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[DeviceCompliancePolicy]
76
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-create?view=graph-rest-1.0
76
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-create?view=graph-rest-1.0
77
77
  """
78
78
  if body is None:
79
79
  raise TypeError("body cannot be null.")
@@ -104,7 +104,7 @@ class DeviceCompliancePoliciesRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Create a new androidCompliancePolicy object.
107
+ Create a new windows10CompliancePolicy object.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -40,10 +40,10 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
40
40
 
41
41
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
42
42
  """
43
- Deletes a windows10MobileCompliancePolicy.
43
+ Deletes a iosCompliancePolicy.
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-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0
46
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-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 DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
59
59
 
60
60
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
61
61
  """
62
- Read properties and relationships of the windowsPhone81CompliancePolicy object.
62
+ Read properties and relationships of the deviceCompliancePolicy object.
63
63
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
64
64
  Returns: Optional[DeviceCompliancePolicy]
65
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-get?view=graph-rest-1.0
65
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0
66
66
  """
67
67
  request_info = self.to_get_request_information(
68
68
  request_configuration
@@ -80,11 +80,11 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
80
80
 
81
81
  async def patch(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceCompliancePolicy]:
82
82
  """
83
- Update the properties of a windows10CompliancePolicy object.
83
+ Update the properties of a windows81CompliancePolicy object.
84
84
  param body: The request body
85
85
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
86
86
  Returns: Optional[DeviceCompliancePolicy]
87
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0
87
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0
88
88
  """
89
89
  if body is None:
90
90
  raise TypeError("body cannot be null.")
@@ -104,7 +104,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Deletes a windows10MobileCompliancePolicy.
107
+ Deletes a iosCompliancePolicy.
108
108
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
109
109
  Returns: RequestInformation
110
110
  """
@@ -115,7 +115,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
115
115
 
116
116
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceCompliancePolicyItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
117
117
  """
118
- Read properties and relationships of the windowsPhone81CompliancePolicy object.
118
+ Read properties and relationships of the deviceCompliancePolicy object.
119
119
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120
120
  Returns: RequestInformation
121
121
  """
@@ -126,7 +126,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
126
126
 
127
127
  def to_patch_request_information(self,body: DeviceCompliancePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
128
128
  """
129
- Update the properties of a windows10CompliancePolicy object.
129
+ Update the properties of a windows81CompliancePolicy object.
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: RequestInformation
@@ -240,7 +240,7 @@ class DeviceCompliancePolicyItemRequestBuilder(BaseRequestBuilder):
240
240
  @dataclass
241
241
  class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters():
242
242
  """
243
- Read properties and relationships of the windowsPhone81CompliancePolicy object.
243
+ Read properties and relationships of the deviceCompliancePolicy object.
244
244
  """
245
245
  def get_query_parameter(self,original_name: str) -> str:
246
246
  """
@@ -48,10 +48,10 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
48
48
 
49
49
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfigurationCollectionResponse]:
50
50
  """
51
- List properties and relationships of the androidGeneralDeviceConfiguration objects.
51
+ List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
52
52
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
53
53
  Returns: Optional[DeviceConfigurationCollectionResponse]
54
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-list?view=graph-rest-1.0
54
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0
55
55
  """
56
56
  request_info = self.to_get_request_information(
57
57
  request_configuration
@@ -69,11 +69,11 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
71
71
  """
72
- Create a new windows81GeneralConfiguration object.
72
+ Create a new macOSDeviceFeaturesConfiguration object.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[DeviceConfiguration]
76
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-create?view=graph-rest-1.0
76
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosdevicefeaturesconfiguration-create?view=graph-rest-1.0
77
77
  """
78
78
  if body is None:
79
79
  raise TypeError("body cannot be null.")
@@ -93,7 +93,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
93
93
 
94
94
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
95
95
  """
96
- List properties and relationships of the androidGeneralDeviceConfiguration objects.
96
+ List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: RequestInformation
99
99
  """
@@ -104,7 +104,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Create a new windows81GeneralConfiguration object.
107
+ Create a new macOSDeviceFeaturesConfiguration object.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -139,7 +139,7 @@ class DeviceConfigurationsRequestBuilder(BaseRequestBuilder):
139
139
  @dataclass
140
140
  class DeviceConfigurationsRequestBuilderGetQueryParameters():
141
141
  """
142
- List properties and relationships of the androidGeneralDeviceConfiguration objects.
142
+ List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
143
143
  """
144
144
  def get_query_parameter(self,original_name: str) -> str:
145
145
  """
@@ -39,10 +39,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
39
39
 
40
40
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
41
41
  """
42
- Deletes a iosDeviceFeaturesConfiguration.
42
+ Deletes a iosUpdateConfiguration.
43
43
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
44
44
  Returns: None
45
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete?view=graph-rest-1.0
45
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0
46
46
  """
47
47
  request_info = self.to_delete_request_information(
48
48
  request_configuration
@@ -58,10 +58,10 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
58
58
 
59
59
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceConfiguration]:
60
60
  """
61
- Read properties and relationships of the androidCustomConfiguration object.
61
+ Read properties and relationships of the editionUpgradeConfiguration object.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[DeviceConfiguration]
64
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-get?view=graph-rest-1.0
64
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-get?view=graph-rest-1.0
65
65
  """
66
66
  request_info = self.to_get_request_information(
67
67
  request_configuration
@@ -91,11 +91,11 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
91
91
 
92
92
  async def patch(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceConfiguration]:
93
93
  """
94
- Update the properties of a windows10SecureAssessmentConfiguration object.
94
+ Update the properties of a editionUpgradeConfiguration object.
95
95
  param body: The request body
96
96
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
97
97
  Returns: Optional[DeviceConfiguration]
98
- Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0
98
+ Find more info here: https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0
99
99
  """
100
100
  if body is None:
101
101
  raise TypeError("body cannot be null.")
@@ -115,7 +115,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
115
115
 
116
116
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
117
117
  """
118
- Deletes a iosDeviceFeaturesConfiguration.
118
+ Deletes a iosUpdateConfiguration.
119
119
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120
120
  Returns: RequestInformation
121
121
  """
@@ -126,7 +126,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
126
126
 
127
127
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
128
128
  """
129
- Read properties and relationships of the androidCustomConfiguration object.
129
+ Read properties and relationships of the editionUpgradeConfiguration object.
130
130
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
131
131
  Returns: RequestInformation
132
132
  """
@@ -137,7 +137,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
137
137
 
138
138
  def to_patch_request_information(self,body: DeviceConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
139
139
  """
140
- Update the properties of a windows10SecureAssessmentConfiguration object.
140
+ Update the properties of a editionUpgradeConfiguration object.
141
141
  param body: The request body
142
142
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
143
143
  Returns: RequestInformation
@@ -233,7 +233,7 @@ class DeviceConfigurationItemRequestBuilder(BaseRequestBuilder):
233
233
  @dataclass
234
234
  class DeviceConfigurationItemRequestBuilderGetQueryParameters():
235
235
  """
236
- Read properties and relationships of the androidCustomConfiguration object.
236
+ Read properties and relationships of the editionUpgradeConfiguration object.
237
237
  """
238
238
  def get_query_parameter(self,original_name: str) -> str:
239
239
  """
@@ -69,11 +69,11 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
71
71
  """
72
- Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
72
+ Create a new deviceEnrollmentLimitConfiguration object.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[DeviceEnrollmentConfiguration]
76
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0
76
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0
77
77
  """
78
78
  if body is None:
79
79
  raise TypeError("body cannot be null.")
@@ -104,7 +104,7 @@ class DeviceEnrollmentConfigurationsRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
107
+ Create a new deviceEnrollmentLimitConfiguration object.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -34,10 +34,10 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
34
34
 
35
35
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
36
36
  """
37
- Deletes a deviceEnrollmentLimitConfiguration.
37
+ Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration.
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/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0
40
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?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 DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
55
55
  """
56
- Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
56
+ Read properties and relationships of the deviceEnrollmentConfiguration object.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[DeviceEnrollmentConfiguration]
59
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -74,11 +74,11 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def patch(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[DeviceEnrollmentConfiguration]:
76
76
  """
77
- Update the properties of a deviceEnrollmentLimitConfiguration object.
77
+ Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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[DeviceEnrollmentConfiguration]
81
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -98,7 +98,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
98
98
 
99
99
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
100
100
  """
101
- Deletes a deviceEnrollmentLimitConfiguration.
101
+ Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration.
102
102
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
103
103
  Returns: RequestInformation
104
104
  """
@@ -109,7 +109,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
112
+ Read properties and relationships of the deviceEnrollmentConfiguration object.
113
113
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
114
114
  Returns: RequestInformation
115
115
  """
@@ -120,7 +120,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
120
120
 
121
121
  def to_patch_request_information(self,body: DeviceEnrollmentConfiguration, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
122
122
  """
123
- Update the properties of a deviceEnrollmentLimitConfiguration object.
123
+ Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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
@@ -180,7 +180,7 @@ class DeviceEnrollmentConfigurationItemRequestBuilder(BaseRequestBuilder):
180
180
  @dataclass
181
181
  class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters():
182
182
  """
183
- Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
183
+ Read properties and relationships of the deviceEnrollmentConfiguration object.
184
184
  """
185
185
  def get_query_parameter(self,original_name: str) -> str:
186
186
  """
@@ -32,10 +32,10 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
34
34
  """
35
- Deletes a deviceAndAppManagementRoleDefinition.
35
+ Deletes a roleDefinition.
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/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
51
51
 
52
52
  async def get(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> Optional[RoleDefinition]:
53
53
  """
54
- Read properties and relationships of the roleDefinition object.
54
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
55
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
56
  Returns: Optional[RoleDefinition]
57
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0
57
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def patch(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[RoleDefinition]:
74
74
  """
75
- Update the properties of a roleDefinition object.
75
+ Update the properties of a deviceAndAppManagementRoleDefinition 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[RoleDefinition]
79
- Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
96
96
 
97
97
  def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
- Deletes a deviceAndAppManagementRoleDefinition.
99
+ Deletes a roleDefinition.
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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RoleDefinitionItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
109
109
  """
110
- Read properties and relationships of the roleDefinition object.
110
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition 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 RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
118
118
 
119
119
  def to_patch_request_information(self,body: RoleDefinition, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
120
120
  """
121
- Update the properties of a roleDefinition object.
121
+ Update the properties of a deviceAndAppManagementRoleDefinition 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
@@ -160,7 +160,7 @@ class RoleDefinitionItemRequestBuilder(BaseRequestBuilder):
160
160
  @dataclass
161
161
  class RoleDefinitionItemRequestBuilderGetQueryParameters():
162
162
  """
163
- Read properties and relationships of the roleDefinition object.
163
+ Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
164
164
  """
165
165
  def get_query_parameter(self,original_name: str) -> str:
166
166
  """
@@ -70,11 +70,11 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
70
70
 
71
71
  async def patch(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ItemRetentionLabel]:
72
72
  """
73
- 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.
73
+ 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.
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[ItemRetentionLabel]
77
- Find more info here: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0
77
+ Find more info here: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0
78
78
  """
79
79
  if body is None:
80
80
  raise TypeError("body cannot be null.")
@@ -116,7 +116,7 @@ class RetentionLabelRequestBuilder(BaseRequestBuilder):
116
116
 
117
117
  def to_patch_request_information(self,body: ItemRetentionLabel, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
118
118
  """
119
- 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.
119
+ 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.
120
120
  param body: The request body
121
121
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
122
122
  Returns: RequestInformation
@@ -125,10 +125,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
125
125
 
126
126
  async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
127
127
  """
128
- Retrieve the properties and relationships of range object.
128
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
129
129
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
130
130
  Returns: Optional[WorkbookRange]
131
- Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
131
+ Find more info here: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
132
132
  """
133
133
  request_info = self.to_get_request_information(
134
134
  request_configuration
@@ -224,7 +224,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
224
224
 
225
225
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
226
226
  """
227
- Retrieve the properties and relationships of range object.
227
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
228
228
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
229
229
  Returns: RequestInformation
230
230
  """
@@ -125,10 +125,10 @@ class RangeRequestBuilder(BaseRequestBuilder):
125
125
 
126
126
  async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[WorkbookRange]:
127
127
  """
128
- Retrieve the properties and relationships of range object.
128
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
129
129
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
130
130
  Returns: Optional[WorkbookRange]
131
- Find more info here: https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0
131
+ Find more info here: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0
132
132
  """
133
133
  request_info = self.to_get_request_information(
134
134
  request_configuration
@@ -224,7 +224,7 @@ class RangeRequestBuilder(BaseRequestBuilder):
224
224
 
225
225
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
226
226
  """
227
- Retrieve the properties and relationships of range object.
227
+ Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
228
228
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
229
229
  Returns: RequestInformation
230
230
  """
@@ -69,7 +69,7 @@ class GroupLifecyclePoliciesRequestBuilder(BaseRequestBuilder):
69
69
 
70
70
  async def post(self,body: GroupLifecyclePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[GroupLifecyclePolicy]:
71
71
  """
72
- Creates a new groupLifecyclePolicy.
72
+ Creates a new groupLifecyclePolicy. Only one policy exists in the tenant.
73
73
  param body: The request body
74
74
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
75
75
  Returns: Optional[GroupLifecyclePolicy]
@@ -104,7 +104,7 @@ class GroupLifecyclePoliciesRequestBuilder(BaseRequestBuilder):
104
104
 
105
105
  def to_post_request_information(self,body: GroupLifecyclePolicy, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
106
106
  """
107
- Creates a new groupLifecyclePolicy.
107
+ Creates a new groupLifecyclePolicy. Only one policy exists in the tenant.
108
108
  param body: The request body
109
109
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
110
110
  Returns: RequestInformation
@@ -32,7 +32,7 @@ class AddGroupRequestBuilder(BaseRequestBuilder):
32
32
 
33
33
  async def post(self,body: AddGroupPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[AddGroupPostResponse]:
34
34
  """
35
- Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.
35
+ Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected.
36
36
  param body: The request body
37
37
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
38
38
  Returns: Optional[AddGroupPostResponse]
@@ -56,7 +56,7 @@ class AddGroupRequestBuilder(BaseRequestBuilder):
56
56
 
57
57
  def to_post_request_information(self,body: AddGroupPostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
58
58
  """
59
- Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.
59
+ Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected.
60
60
  param body: The request body
61
61
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
62
62
  Returns: RequestInformation
@@ -35,7 +35,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
35
35
  Delete conversation.
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/conversation-delete?view=graph-rest-1.0
38
+ Find more info here: https://learn.microsoft.com/graph/api/group-delete-conversation?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 ConversationItemRequestBuilder(BaseRequestBuilder):
51
51
 
52
52
  async def get(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> Optional[Conversation]:
53
53
  """
54
- The group's conversations.
54
+ Retrieve the properties and relationships of conversation object.
55
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
56
  Returns: Optional[Conversation]
57
- Find more info here: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0
57
+ Find more info here: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0
58
58
  """
59
59
  request_info = self.to_get_request_information(
60
60
  request_configuration
@@ -83,7 +83,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
83
83
 
84
84
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ConversationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
85
85
  """
86
- The group's conversations.
86
+ Retrieve the properties and relationships of conversation object.
87
87
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
88
88
  Returns: RequestInformation
89
89
  """
@@ -121,7 +121,7 @@ class ConversationItemRequestBuilder(BaseRequestBuilder):
121
121
  @dataclass
122
122
  class ConversationItemRequestBuilderGetQueryParameters():
123
123
  """
124
- The group's conversations.
124
+ Retrieve the properties and relationships of conversation object.
125
125
  """
126
126
  def get_query_parameter(self,original_name: str) -> str:
127
127
  """