microsoft_graph 0.17.0 → 0.18.0

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 (267) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/auto-merge-dependabot.yml +32 -0
  3. data/CHANGELOG.md +6 -0
  4. data/lib/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
  5. data/lib/communications/calls/item/participants/invite/invite_request_builder.rb +2 -2
  6. data/lib/drives/item/bundles/bundles_request_builder.rb +49 -0
  7. data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_post_request_body.rb +3 -3
  8. data/lib/drives/item/items/item/workbook/functions/beta_dist/beta_dist_request_builder.rb +2 -2
  9. data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_post_request_body.rb +3 -3
  10. data/lib/drives/item/items/item/workbook/functions/beta_inv/beta_inv_request_builder.rb +2 -2
  11. data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_post_request_body.rb +3 -3
  12. data/lib/drives/item/items/item/workbook/functions/binom_dist/binom_dist_request_builder.rb +2 -2
  13. data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_post_request_body.rb +3 -3
  14. data/lib/drives/item/items/item/workbook/functions/binom_dist_range/binom_dist_range_request_builder.rb +2 -2
  15. data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_post_request_body.rb +3 -3
  16. data/lib/drives/item/items/item/workbook/functions/binom_inv/binom_inv_request_builder.rb +2 -2
  17. data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_post_request_body.rb +3 -3
  18. data/lib/drives/item/items/item/workbook/functions/ceiling_math/ceiling_math_request_builder.rb +2 -2
  19. data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_post_request_body.rb +3 -3
  20. data/lib/drives/item/items/item/workbook/functions/ceiling_precise/ceiling_precise_request_builder.rb +2 -2
  21. data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_post_request_body.rb +3 -3
  22. data/lib/drives/item/items/item/workbook/functions/chi_sq_dist/chi_sq_dist_request_builder.rb +2 -2
  23. data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_post_request_body.rb +3 -3
  24. data/lib/drives/item/items/item/workbook/functions/chi_sq_dist_r_t/chi_sq_dist_r_t_request_builder.rb +2 -2
  25. data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_post_request_body.rb +3 -3
  26. data/lib/drives/item/items/item/workbook/functions/chi_sq_inv/chi_sq_inv_request_builder.rb +2 -2
  27. data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_post_request_body.rb +3 -3
  28. data/lib/drives/item/items/item/workbook/functions/chi_sq_inv_r_t/chi_sq_inv_r_t_request_builder.rb +2 -2
  29. data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_post_request_body.rb +3 -3
  30. data/lib/drives/item/items/item/workbook/functions/confidence_norm/confidence_norm_request_builder.rb +2 -2
  31. data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_post_request_body.rb +3 -3
  32. data/lib/drives/item/items/item/workbook/functions/confidence_t/confidence_t_request_builder.rb +2 -2
  33. data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_post_request_body.rb +3 -3
  34. data/lib/drives/item/items/item/workbook/functions/ecma_ceiling/ecma_ceiling_request_builder.rb +2 -2
  35. data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_post_request_body.rb +3 -3
  36. data/lib/drives/item/items/item/workbook/functions/erf_c_precise/erf_c_precise_request_builder.rb +2 -2
  37. data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_post_request_body.rb +3 -3
  38. data/lib/drives/item/items/item/workbook/functions/erf_precise/erf_precise_request_builder.rb +2 -2
  39. data/lib/drives/item/items/item/workbook/functions/error_type/error_type_post_request_body.rb +3 -3
  40. data/lib/drives/item/items/item/workbook/functions/error_type/error_type_request_builder.rb +2 -2
  41. data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_post_request_body.rb +3 -3
  42. data/lib/drives/item/items/item/workbook/functions/expon_dist/expon_dist_request_builder.rb +2 -2
  43. data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_post_request_body.rb +3 -3
  44. data/lib/drives/item/items/item/workbook/functions/f_dist/f_dist_request_builder.rb +2 -2
  45. data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_post_request_body.rb +3 -3
  46. data/lib/drives/item/items/item/workbook/functions/f_dist_r_t/f_dist_r_t_request_builder.rb +2 -2
  47. data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_post_request_body.rb +3 -3
  48. data/lib/drives/item/items/item/workbook/functions/f_inv/f_inv_request_builder.rb +2 -2
  49. data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_post_request_body.rb +3 -3
  50. data/lib/drives/item/items/item/workbook/functions/f_inv_r_t/f_inv_r_t_request_builder.rb +2 -2
  51. data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_post_request_body.rb +3 -3
  52. data/lib/drives/item/items/item/workbook/functions/floor_math/floor_math_request_builder.rb +2 -2
  53. data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_post_request_body.rb +3 -3
  54. data/lib/drives/item/items/item/workbook/functions/floor_precise/floor_precise_request_builder.rb +2 -2
  55. data/lib/drives/item/items/item/workbook/functions/functions_request_builder.rb +61 -61
  56. data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_post_request_body.rb +3 -3
  57. data/lib/drives/item/items/item/workbook/functions/gamma_dist/gamma_dist_request_builder.rb +2 -2
  58. data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_post_request_body.rb +3 -3
  59. data/lib/drives/item/items/item/workbook/functions/gamma_inv/gamma_inv_request_builder.rb +2 -2
  60. data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_post_request_body.rb +3 -3
  61. data/lib/drives/item/items/item/workbook/functions/gamma_ln_precise/gamma_ln_precise_request_builder.rb +2 -2
  62. data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_post_request_body.rb +3 -3
  63. data/lib/drives/item/items/item/workbook/functions/hyp_geom_dist/hyp_geom_dist_request_builder.rb +2 -2
  64. data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_post_request_body.rb +3 -3
  65. data/lib/drives/item/items/item/workbook/functions/iso_ceiling/iso_ceiling_request_builder.rb +2 -2
  66. data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_post_request_body.rb +3 -3
  67. data/lib/drives/item/items/item/workbook/functions/log_norm_dist/log_norm_dist_request_builder.rb +2 -2
  68. data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_post_request_body.rb +3 -3
  69. data/lib/drives/item/items/item/workbook/functions/log_norm_inv/log_norm_inv_request_builder.rb +2 -2
  70. data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_post_request_body.rb +3 -3
  71. data/lib/drives/item/items/item/workbook/functions/neg_binom_dist/neg_binom_dist_request_builder.rb +2 -2
  72. data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_post_request_body.rb +3 -3
  73. data/lib/drives/item/items/item/workbook/functions/network_days_intl/network_days_intl_request_builder.rb +2 -2
  74. data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_post_request_body.rb +3 -3
  75. data/lib/drives/item/items/item/workbook/functions/norm_dist/norm_dist_request_builder.rb +2 -2
  76. data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_post_request_body.rb +3 -3
  77. data/lib/drives/item/items/item/workbook/functions/norm_inv/norm_inv_request_builder.rb +2 -2
  78. data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_post_request_body.rb +3 -3
  79. data/lib/drives/item/items/item/workbook/functions/norm_s_dist/norm_s_dist_request_builder.rb +2 -2
  80. data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_post_request_body.rb +3 -3
  81. data/lib/drives/item/items/item/workbook/functions/norm_s_inv/norm_s_inv_request_builder.rb +2 -2
  82. data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_post_request_body.rb +3 -3
  83. data/lib/drives/item/items/item/workbook/functions/percent_rank_exc/percent_rank_exc_request_builder.rb +2 -2
  84. data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_post_request_body.rb +3 -3
  85. data/lib/drives/item/items/item/workbook/functions/percent_rank_inc/percent_rank_inc_request_builder.rb +2 -2
  86. data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_post_request_body.rb +3 -3
  87. data/lib/drives/item/items/item/workbook/functions/percentile_exc/percentile_exc_request_builder.rb +2 -2
  88. data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_post_request_body.rb +3 -3
  89. data/lib/drives/item/items/item/workbook/functions/percentile_inc/percentile_inc_request_builder.rb +2 -2
  90. data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_post_request_body.rb +3 -3
  91. data/lib/drives/item/items/item/workbook/functions/poisson_dist/poisson_dist_request_builder.rb +2 -2
  92. data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_post_request_body.rb +3 -3
  93. data/lib/drives/item/items/item/workbook/functions/quartile_exc/quartile_exc_request_builder.rb +2 -2
  94. data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_post_request_body.rb +3 -3
  95. data/lib/drives/item/items/item/workbook/functions/quartile_inc/quartile_inc_request_builder.rb +2 -2
  96. data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_post_request_body.rb +3 -3
  97. data/lib/drives/item/items/item/workbook/functions/rank_avg/rank_avg_request_builder.rb +2 -2
  98. data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_post_request_body.rb +3 -3
  99. data/lib/drives/item/items/item/workbook/functions/rank_eq/rank_eq_request_builder.rb +2 -2
  100. data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_post_request_body.rb +3 -3
  101. data/lib/drives/item/items/item/workbook/functions/skew_p/skew_p_request_builder.rb +2 -2
  102. data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_post_request_body.rb +3 -3
  103. data/lib/drives/item/items/item/workbook/functions/st_dev_p/st_dev_p_request_builder.rb +2 -2
  104. data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_post_request_body.rb +3 -3
  105. data/lib/drives/item/items/item/workbook/functions/st_dev_s/st_dev_s_request_builder.rb +2 -2
  106. data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_post_request_body.rb +3 -3
  107. data/lib/drives/item/items/item/workbook/functions/t_dist/t_dist_request_builder.rb +2 -2
  108. data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_post_request_body.rb → t_dist2_t_post_request_body.rb} +4 -4
  109. data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/{t_dist_2_t_request_builder.rb → t_dist2_t_request_builder.rb} +2 -2
  110. data/lib/drives/item/items/item/workbook/functions/t_dist_2_t/t_dist_2_t.rb +1 -1
  111. data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_post_request_body.rb +3 -3
  112. data/lib/drives/item/items/item/workbook/functions/t_dist_r_t/t_dist_r_t_request_builder.rb +2 -2
  113. data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_post_request_body.rb +3 -3
  114. data/lib/drives/item/items/item/workbook/functions/t_inv/t_inv_request_builder.rb +2 -2
  115. data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_post_request_body.rb → t_inv2_t_post_request_body.rb} +4 -4
  116. data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/{t_inv_2_t_request_builder.rb → t_inv2_t_request_builder.rb} +2 -2
  117. data/lib/drives/item/items/item/workbook/functions/t_inv_2_t/t_inv_2_t.rb +1 -1
  118. data/lib/drives/item/items/item/workbook/functions/var_p/var_p_post_request_body.rb +3 -3
  119. data/lib/drives/item/items/item/workbook/functions/var_p/var_p_request_builder.rb +2 -2
  120. data/lib/drives/item/items/item/workbook/functions/var_s/var_s_post_request_body.rb +3 -3
  121. data/lib/drives/item/items/item/workbook/functions/var_s/var_s_request_builder.rb +2 -2
  122. data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_post_request_body.rb +3 -3
  123. data/lib/drives/item/items/item/workbook/functions/weibull_dist/weibull_dist_request_builder.rb +2 -2
  124. data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_post_request_body.rb +3 -3
  125. data/lib/drives/item/items/item/workbook/functions/work_day_intl/work_day_intl_request_builder.rb +2 -2
  126. data/lib/drives/item/items/item/workbook/functions/z_test/z_test_post_request_body.rb +3 -3
  127. data/lib/drives/item/items/item/workbook/functions/z_test/z_test_request_builder.rb +2 -2
  128. data/lib/employee_experience/employee_experience.rb +0 -0
  129. data/lib/employee_experience/employee_experience_request_builder.rb +179 -0
  130. data/lib/employee_experience/learning_providers/count/count.rb +0 -0
  131. data/lib/employee_experience/learning_providers/count/count_request_builder.rb +118 -0
  132. data/lib/employee_experience/learning_providers/item/item.rb +0 -0
  133. data/lib/employee_experience/learning_providers/item/learning_contents/count/count.rb +0 -0
  134. data/lib/employee_experience/learning_providers/item/learning_contents/count/count_request_builder.rb +124 -0
  135. data/lib/employee_experience/learning_providers/item/learning_contents/item/item.rb +0 -0
  136. data/lib/employee_experience/learning_providers/item/learning_contents/item/learning_content_item_request_builder.rb +215 -0
  137. data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents.rb +0 -0
  138. data/lib/employee_experience/learning_providers/item/learning_contents/learning_contents_request_builder.rb +207 -0
  139. data/lib/employee_experience/learning_providers/item/learning_provider_item_request_builder.rb +227 -0
  140. data/lib/employee_experience/learning_providers/learning_providers.rb +0 -0
  141. data/lib/employee_experience/learning_providers/learning_providers_request_builder.rb +201 -0
  142. data/lib/graph_base_service_client.rb +6 -0
  143. data/lib/groups/item/group_item_request_builder.rb +2 -2
  144. data/lib/groups/item/sites/item/permissions/permissions_request_builder.rb +2 -2
  145. data/lib/groups/item/team/channels/item/members/members_request_builder.rb +2 -2
  146. data/lib/groups/item/team/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
  147. data/lib/groups/item/team/primary_channel/members/members_request_builder.rb +2 -2
  148. data/lib/groups/item/team/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
  149. data/lib/kiota-lock.json +2 -2
  150. data/lib/me/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
  151. data/lib/me/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
  152. data/lib/me/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
  153. data/lib/me/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
  154. data/lib/me/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
  155. data/lib/me/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
  156. data/lib/me/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
  157. data/lib/me/me_request_builder.rb +3 -3
  158. data/lib/me/messages/item/attachments/attachments_request_builder.rb +2 -2
  159. data/lib/models/access_review_instance.rb +1 -1
  160. data/lib/models/access_review_schedule_definition.rb +1 -1
  161. data/lib/models/agreement_file_data.rb +2 -2
  162. data/lib/models/alternative_security_id.rb +2 -2
  163. data/lib/models/application.rb +2 -2
  164. data/lib/models/attachment_session.rb +2 -2
  165. data/lib/models/audit_event.rb +1 -3
  166. data/lib/models/authentication_method_configuration.rb +1 -1
  167. data/lib/models/certificate_authority.rb +2 -2
  168. data/lib/models/conditional_access_all_external_tenants.rb +45 -0
  169. data/lib/models/conditional_access_enumerated_external_tenants.rb +65 -0
  170. data/lib/models/conditional_access_external_tenants.rb +112 -0
  171. data/lib/models/conditional_access_external_tenants_membership_kind.rb +9 -0
  172. data/lib/models/conditional_access_guest_or_external_user_types.rb +14 -0
  173. data/lib/models/conditional_access_guests_or_external_users.rb +122 -0
  174. data/lib/models/conditional_access_users.rb +40 -0
  175. data/lib/models/data_policy_operation.rb +1 -1
  176. data/lib/models/device.rb +1 -1
  177. data/lib/models/device_and_app_management_data.rb +2 -2
  178. data/lib/models/device_category.rb +2 -0
  179. data/lib/models/directory_object_partner_reference.rb +1 -1
  180. data/lib/models/directory_role.rb +1 -1
  181. data/lib/models/drive.rb +1 -1
  182. data/lib/models/drive_item.rb +2 -2
  183. data/lib/models/drive_item_version.rb +2 -2
  184. data/lib/models/education_assignment_defaults.rb +1 -1
  185. data/lib/models/education_assignment_settings.rb +1 -1
  186. data/lib/models/education_class.rb +1 -1
  187. data/lib/models/employee_experience.rb +102 -0
  188. data/lib/models/enterprise_code_signing_certificate.rb +2 -2
  189. data/lib/models/entity.rb +4 -0
  190. data/lib/models/file_attachment.rb +2 -2
  191. data/lib/models/group.rb +1 -1
  192. data/lib/models/imported_windows_autopilot_device_identity.rb +2 -2
  193. data/lib/models/ios_custom_configuration.rb +2 -2
  194. data/lib/models/ios_mobile_app_configuration.rb +2 -2
  195. data/lib/models/key_credential.rb +4 -4
  196. data/lib/models/learning_content.rb +405 -0
  197. data/lib/models/learning_content_collection_response.rb +64 -0
  198. data/lib/models/learning_provider.rb +184 -0
  199. data/lib/models/learning_provider_collection_response.rb +64 -0
  200. data/lib/models/mac_o_s_custom_configuration.rb +3 -5
  201. data/lib/models/mac_o_s_general_device_configuration.rb +3 -1
  202. data/lib/models/message.rb +2 -2
  203. data/lib/models/mime_content.rb +2 -2
  204. data/lib/models/mobile_app_content_file.rb +2 -2
  205. data/lib/models/mobile_threat_defense_connector.rb +36 -36
  206. data/lib/models/models.rb +11 -0
  207. data/lib/models/offer_shift_request.rb +1 -1
  208. data/lib/models/oma_setting_string_xml.rb +2 -2
  209. data/lib/models/onenote_page.rb +2 -2
  210. data/lib/models/onenote_resource.rb +2 -2
  211. data/lib/models/online_meeting.rb +3 -3
  212. data/lib/models/organizational_branding_properties.rb +6 -6
  213. data/lib/models/password_authentication_method.rb +1 -1
  214. data/lib/models/password_credential.rb +2 -2
  215. data/lib/models/phone_authentication_method.rb +1 -1
  216. data/lib/models/post.rb +1 -1
  217. data/lib/models/print_service.rb +1 -1
  218. data/lib/models/report.rb +2 -2
  219. data/lib/models/risk_detection.rb +1 -1
  220. data/lib/models/role_definition.rb +0 -2
  221. data/lib/models/schedule_change_request.rb +1 -1
  222. data/lib/models/scheduling_group.rb +1 -1
  223. data/lib/models/schema_extension.rb +1 -1
  224. data/lib/models/security/ediscovery_noncustodial_data_source.rb +1 -1
  225. data/lib/models/self_signed_certificate.rb +4 -4
  226. data/lib/models/service_announcement_attachment.rb +2 -2
  227. data/lib/models/service_principal_risk_detection.rb +1 -1
  228. data/lib/models/service_update_message.rb +2 -2
  229. data/lib/models/shift.rb +1 -1
  230. data/lib/models/site.rb +1 -1
  231. data/lib/models/software_oath_authentication_method.rb +1 -1
  232. data/lib/models/subscribed_sku.rb +1 -1
  233. data/lib/models/task_file_attachment.rb +2 -2
  234. data/lib/models/teamwork_hosted_content.rb +2 -2
  235. data/lib/models/temporary_access_pass_authentication_method.rb +1 -1
  236. data/lib/models/thumbnail.rb +2 -2
  237. data/lib/models/time_off.rb +1 -1
  238. data/lib/models/time_off_reason.rb +1 -1
  239. data/lib/models/user_activity.rb +1 -1
  240. data/lib/models/windows10_endpoint_protection_configuration.rb +2 -2
  241. data/lib/models/windows10_general_configuration.rb +4 -4
  242. data/lib/models/windows_hello_for_business_authentication_method.rb +1 -1
  243. data/lib/models/windows_information_protection_app_locker_file.rb +2 -2
  244. data/lib/models/windows_information_protection_data_recovery_certificate.rb +2 -2
  245. data/lib/models/workbook_range_view.rb +1 -1
  246. data/lib/security/alerts_v2/alerts_v2_request_builder.rb +4 -4
  247. data/lib/security/security_request_builder.rb +1 -1
  248. data/lib/sites/item/permissions/permissions_request_builder.rb +2 -2
  249. data/lib/teams/item/channels/item/members/members_request_builder.rb +2 -2
  250. data/lib/teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
  251. data/lib/teams/item/primary_channel/members/members_request_builder.rb +2 -2
  252. data/lib/teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
  253. data/lib/teams/item/team_item_request_builder.rb +3 -3
  254. data/lib/teams/teams_request_builder.rb +1 -107
  255. data/lib/teamwork/deleted_teams/item/channels/item/members/members_request_builder.rb +2 -2
  256. data/lib/teamwork/deleted_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
  257. data/lib/users/item/chats/item/messages/item/replies/replies_request_builder.rb +2 -2
  258. data/lib/users/item/joined_teams/item/channels/item/members/members_request_builder.rb +2 -2
  259. data/lib/users/item/joined_teams/item/channels/item/messages/item/replies/replies_request_builder.rb +2 -2
  260. data/lib/users/item/joined_teams/item/primary_channel/members/members_request_builder.rb +2 -2
  261. data/lib/users/item/joined_teams/item/primary_channel/messages/item/replies/replies_request_builder.rb +2 -2
  262. data/lib/users/item/mail_folders/item/child_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
  263. data/lib/users/item/mail_folders/item/messages/item/attachments/attachments_request_builder.rb +2 -2
  264. data/lib/users/item/messages/item/attachments/attachments_request_builder.rb +2 -2
  265. data/lib/users/users_request_builder.rb +3 -3
  266. data/lib/version_information.rb +2 -1
  267. metadata +32 -6
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module GammaLn_Precise
21
21
  ##
22
22
  # Provides operations to call the gammaLn_Precise method.
23
- class GammaLn_PreciseRequestBuilder
23
+ class GammaLnPreciseRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class GammaLn_PreciseRequestBuilderPostRequestConfiguration
87
+ class GammaLnPreciseRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module HypGeom_Dist
20
- class HypGeom_DistPostRequestBody
20
+ class HypGeomDistPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -53,7 +53,7 @@ module MicrosoftGraph
53
53
  @additional_data = value
54
54
  end
55
55
  ##
56
- ## Instantiates a new hypGeom_DistPostRequestBody and sets the default values.
56
+ ## Instantiates a new HypGeomDistPostRequestBody and sets the default values.
57
57
  ## @return a void
58
58
  ##
59
59
  def initialize()
@@ -66,7 +66,7 @@ module MicrosoftGraph
66
66
  ##
67
67
  def self.create_from_discriminator_value(parse_node)
68
68
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
69
- return HypGeom_DistPostRequestBody.new
69
+ return HypGeomDistPostRequestBody.new
70
70
  end
71
71
  ##
72
72
  ## Gets the cumulative property value. The cumulative property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module HypGeom_Dist
21
21
  ##
22
22
  # Provides operations to call the hypGeom_Dist method.
23
- class HypGeom_DistRequestBuilder
23
+ class HypGeomDistRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class HypGeom_DistRequestBuilderPostRequestConfiguration
87
+ class HypGeomDistRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Iso_Ceiling
20
- class Iso_CeilingPostRequestBody
20
+ class IsoCeilingPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -44,7 +44,7 @@ module MicrosoftGraph
44
44
  @additional_data = value
45
45
  end
46
46
  ##
47
- ## Instantiates a new iso_CeilingPostRequestBody and sets the default values.
47
+ ## Instantiates a new IsoCeilingPostRequestBody and sets the default values.
48
48
  ## @return a void
49
49
  ##
50
50
  def initialize()
@@ -57,7 +57,7 @@ module MicrosoftGraph
57
57
  ##
58
58
  def self.create_from_discriminator_value(parse_node)
59
59
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
60
- return Iso_CeilingPostRequestBody.new
60
+ return IsoCeilingPostRequestBody.new
61
61
  end
62
62
  ##
63
63
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Iso_Ceiling
21
21
  ##
22
22
  # Provides operations to call the iso_Ceiling method.
23
- class Iso_CeilingRequestBuilder
23
+ class IsoCeilingRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Iso_CeilingRequestBuilderPostRequestConfiguration
87
+ class IsoCeilingRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module LogNorm_Dist
20
- class LogNorm_DistPostRequestBody
20
+ class LogNormDistPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -50,7 +50,7 @@ module MicrosoftGraph
50
50
  @additional_data = value
51
51
  end
52
52
  ##
53
- ## Instantiates a new logNorm_DistPostRequestBody and sets the default values.
53
+ ## Instantiates a new LogNormDistPostRequestBody and sets the default values.
54
54
  ## @return a void
55
55
  ##
56
56
  def initialize()
@@ -63,7 +63,7 @@ module MicrosoftGraph
63
63
  ##
64
64
  def self.create_from_discriminator_value(parse_node)
65
65
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
66
- return LogNorm_DistPostRequestBody.new
66
+ return LogNormDistPostRequestBody.new
67
67
  end
68
68
  ##
69
69
  ## Gets the cumulative property value. The cumulative property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module LogNorm_Dist
21
21
  ##
22
22
  # Provides operations to call the logNorm_Dist method.
23
- class LogNorm_DistRequestBuilder
23
+ class LogNormDistRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class LogNorm_DistRequestBuilderPostRequestConfiguration
87
+ class LogNormDistRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module LogNorm_Inv
20
- class LogNorm_InvPostRequestBody
20
+ class LogNormInvPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -47,7 +47,7 @@ module MicrosoftGraph
47
47
  @additional_data = value
48
48
  end
49
49
  ##
50
- ## Instantiates a new logNorm_InvPostRequestBody and sets the default values.
50
+ ## Instantiates a new LogNormInvPostRequestBody and sets the default values.
51
51
  ## @return a void
52
52
  ##
53
53
  def initialize()
@@ -60,7 +60,7 @@ module MicrosoftGraph
60
60
  ##
61
61
  def self.create_from_discriminator_value(parse_node)
62
62
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
63
- return LogNorm_InvPostRequestBody.new
63
+ return LogNormInvPostRequestBody.new
64
64
  end
65
65
  ##
66
66
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module LogNorm_Inv
21
21
  ##
22
22
  # Provides operations to call the logNorm_Inv method.
23
- class LogNorm_InvRequestBuilder
23
+ class LogNormInvRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class LogNorm_InvRequestBuilderPostRequestConfiguration
87
+ class LogNormInvRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module NegBinom_Dist
20
- class NegBinom_DistPostRequestBody
20
+ class NegBinomDistPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -50,7 +50,7 @@ module MicrosoftGraph
50
50
  @additional_data = value
51
51
  end
52
52
  ##
53
- ## Instantiates a new negBinom_DistPostRequestBody and sets the default values.
53
+ ## Instantiates a new NegBinomDistPostRequestBody and sets the default values.
54
54
  ## @return a void
55
55
  ##
56
56
  def initialize()
@@ -63,7 +63,7 @@ module MicrosoftGraph
63
63
  ##
64
64
  def self.create_from_discriminator_value(parse_node)
65
65
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
66
- return NegBinom_DistPostRequestBody.new
66
+ return NegBinomDistPostRequestBody.new
67
67
  end
68
68
  ##
69
69
  ## Gets the cumulative property value. The cumulative property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module NegBinom_Dist
21
21
  ##
22
22
  # Provides operations to call the negBinom_Dist method.
23
- class NegBinom_DistRequestBuilder
23
+ class NegBinomDistRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class NegBinom_DistRequestBuilderPostRequestConfiguration
87
+ class NegBinomDistRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module NetworkDays_Intl
20
- class NetworkDays_IntlPostRequestBody
20
+ class NetworkDaysIntlPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -50,7 +50,7 @@ module MicrosoftGraph
50
50
  @additional_data = value
51
51
  end
52
52
  ##
53
- ## Instantiates a new networkDays_IntlPostRequestBody and sets the default values.
53
+ ## Instantiates a new NetworkDaysIntlPostRequestBody and sets the default values.
54
54
  ## @return a void
55
55
  ##
56
56
  def initialize()
@@ -63,7 +63,7 @@ module MicrosoftGraph
63
63
  ##
64
64
  def self.create_from_discriminator_value(parse_node)
65
65
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
66
- return NetworkDays_IntlPostRequestBody.new
66
+ return NetworkDaysIntlPostRequestBody.new
67
67
  end
68
68
  ##
69
69
  ## Gets the endDate property value. The endDate property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module NetworkDays_Intl
21
21
  ##
22
22
  # Provides operations to call the networkDays_Intl method.
23
- class NetworkDays_IntlRequestBuilder
23
+ class NetworkDaysIntlRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class NetworkDays_IntlRequestBuilderPostRequestConfiguration
87
+ class NetworkDaysIntlRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Norm_Dist
20
- class Norm_DistPostRequestBody
20
+ class NormDistPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -50,7 +50,7 @@ module MicrosoftGraph
50
50
  @additional_data = value
51
51
  end
52
52
  ##
53
- ## Instantiates a new norm_DistPostRequestBody and sets the default values.
53
+ ## Instantiates a new NormDistPostRequestBody and sets the default values.
54
54
  ## @return a void
55
55
  ##
56
56
  def initialize()
@@ -63,7 +63,7 @@ module MicrosoftGraph
63
63
  ##
64
64
  def self.create_from_discriminator_value(parse_node)
65
65
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
66
- return Norm_DistPostRequestBody.new
66
+ return NormDistPostRequestBody.new
67
67
  end
68
68
  ##
69
69
  ## Gets the cumulative property value. The cumulative property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Norm_Dist
21
21
  ##
22
22
  # Provides operations to call the norm_Dist method.
23
- class Norm_DistRequestBuilder
23
+ class NormDistRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Norm_DistRequestBuilderPostRequestConfiguration
87
+ class NormDistRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Norm_Inv
20
- class Norm_InvPostRequestBody
20
+ class NormInvPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -47,7 +47,7 @@ module MicrosoftGraph
47
47
  @additional_data = value
48
48
  end
49
49
  ##
50
- ## Instantiates a new norm_InvPostRequestBody and sets the default values.
50
+ ## Instantiates a new NormInvPostRequestBody and sets the default values.
51
51
  ## @return a void
52
52
  ##
53
53
  def initialize()
@@ -60,7 +60,7 @@ module MicrosoftGraph
60
60
  ##
61
61
  def self.create_from_discriminator_value(parse_node)
62
62
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
63
- return Norm_InvPostRequestBody.new
63
+ return NormInvPostRequestBody.new
64
64
  end
65
65
  ##
66
66
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Norm_Inv
21
21
  ##
22
22
  # Provides operations to call the norm_Inv method.
23
- class Norm_InvRequestBuilder
23
+ class NormInvRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Norm_InvRequestBuilderPostRequestConfiguration
87
+ class NormInvRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Norm_S_Dist
20
- class Norm_S_DistPostRequestBody
20
+ class NormSDistPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -44,7 +44,7 @@ module MicrosoftGraph
44
44
  @additional_data = value
45
45
  end
46
46
  ##
47
- ## Instantiates a new norm_S_DistPostRequestBody and sets the default values.
47
+ ## Instantiates a new NormSDistPostRequestBody and sets the default values.
48
48
  ## @return a void
49
49
  ##
50
50
  def initialize()
@@ -57,7 +57,7 @@ module MicrosoftGraph
57
57
  ##
58
58
  def self.create_from_discriminator_value(parse_node)
59
59
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
60
- return Norm_S_DistPostRequestBody.new
60
+ return NormSDistPostRequestBody.new
61
61
  end
62
62
  ##
63
63
  ## Gets the cumulative property value. The cumulative property
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Norm_S_Dist
21
21
  ##
22
22
  # Provides operations to call the norm_S_Dist method.
23
- class Norm_S_DistRequestBuilder
23
+ class NormSDistRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Norm_S_DistRequestBuilderPostRequestConfiguration
87
+ class NormSDistRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Norm_S_Inv
20
- class Norm_S_InvPostRequestBody
20
+ class NormSInvPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -41,7 +41,7 @@ module MicrosoftGraph
41
41
  @additional_data = value
42
42
  end
43
43
  ##
44
- ## Instantiates a new norm_S_InvPostRequestBody and sets the default values.
44
+ ## Instantiates a new NormSInvPostRequestBody and sets the default values.
45
45
  ## @return a void
46
46
  ##
47
47
  def initialize()
@@ -54,7 +54,7 @@ module MicrosoftGraph
54
54
  ##
55
55
  def self.create_from_discriminator_value(parse_node)
56
56
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
57
- return Norm_S_InvPostRequestBody.new
57
+ return NormSInvPostRequestBody.new
58
58
  end
59
59
  ##
60
60
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Norm_S_Inv
21
21
  ##
22
22
  # Provides operations to call the norm_S_Inv method.
23
- class Norm_S_InvRequestBuilder
23
+ class NormSInvRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Norm_S_InvRequestBuilderPostRequestConfiguration
87
+ class NormSInvRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module PercentRank_Exc
20
- class PercentRank_ExcPostRequestBody
20
+ class PercentRankExcPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -62,7 +62,7 @@ module MicrosoftGraph
62
62
  @array = value
63
63
  end
64
64
  ##
65
- ## Instantiates a new percentRank_ExcPostRequestBody and sets the default values.
65
+ ## Instantiates a new PercentRankExcPostRequestBody and sets the default values.
66
66
  ## @return a void
67
67
  ##
68
68
  def initialize()
@@ -75,7 +75,7 @@ module MicrosoftGraph
75
75
  ##
76
76
  def self.create_from_discriminator_value(parse_node)
77
77
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
78
- return PercentRank_ExcPostRequestBody.new
78
+ return PercentRankExcPostRequestBody.new
79
79
  end
80
80
  ##
81
81
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module PercentRank_Exc
21
21
  ##
22
22
  # Provides operations to call the percentRank_Exc method.
23
- class PercentRank_ExcRequestBuilder
23
+ class PercentRankExcRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class PercentRank_ExcRequestBuilderPostRequestConfiguration
87
+ class PercentRankExcRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module PercentRank_Inc
20
- class PercentRank_IncPostRequestBody
20
+ class PercentRankIncPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -62,7 +62,7 @@ module MicrosoftGraph
62
62
  @array = value
63
63
  end
64
64
  ##
65
- ## Instantiates a new percentRank_IncPostRequestBody and sets the default values.
65
+ ## Instantiates a new PercentRankIncPostRequestBody and sets the default values.
66
66
  ## @return a void
67
67
  ##
68
68
  def initialize()
@@ -75,7 +75,7 @@ module MicrosoftGraph
75
75
  ##
76
76
  def self.create_from_discriminator_value(parse_node)
77
77
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
78
- return PercentRank_IncPostRequestBody.new
78
+ return PercentRankIncPostRequestBody.new
79
79
  end
80
80
  ##
81
81
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module PercentRank_Inc
21
21
  ##
22
22
  # Provides operations to call the percentRank_Inc method.
23
- class PercentRank_IncRequestBuilder
23
+ class PercentRankIncRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class PercentRank_IncRequestBuilderPostRequestConfiguration
87
+ class PercentRankIncRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers
@@ -17,7 +17,7 @@ module MicrosoftGraph
17
17
  module Workbook
18
18
  module Functions
19
19
  module Percentile_Exc
20
- class Percentile_ExcPostRequestBody
20
+ class PercentileExcPostRequestBody
21
21
  include MicrosoftKiotaAbstractions::AdditionalDataHolder, MicrosoftKiotaAbstractions::Parsable
22
22
  ##
23
23
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -59,7 +59,7 @@ module MicrosoftGraph
59
59
  @array = value
60
60
  end
61
61
  ##
62
- ## Instantiates a new percentile_ExcPostRequestBody and sets the default values.
62
+ ## Instantiates a new PercentileExcPostRequestBody and sets the default values.
63
63
  ## @return a void
64
64
  ##
65
65
  def initialize()
@@ -72,7 +72,7 @@ module MicrosoftGraph
72
72
  ##
73
73
  def self.create_from_discriminator_value(parse_node)
74
74
  raise StandardError, 'parse_node cannot be null' if parse_node.nil?
75
- return Percentile_ExcPostRequestBody.new
75
+ return PercentileExcPostRequestBody.new
76
76
  end
77
77
  ##
78
78
  ## The deserialization information for the current model
@@ -20,7 +20,7 @@ module MicrosoftGraph
20
20
  module Percentile_Exc
21
21
  ##
22
22
  # Provides operations to call the percentile_Exc method.
23
- class Percentile_ExcRequestBuilder
23
+ class PercentileExcRequestBuilder
24
24
 
25
25
  ##
26
26
  # Path parameters for the request
@@ -84,7 +84,7 @@ module MicrosoftGraph
84
84
 
85
85
  ##
86
86
  # Configuration for the request such as headers, query parameters, and middleware options.
87
- class Percentile_ExcRequestBuilderPostRequestConfiguration
87
+ class PercentileExcRequestBuilderPostRequestConfiguration
88
88
 
89
89
  ##
90
90
  # Request headers