@pnp/cli-microsoft365 6.8.0 → 6.9.0-beta.bb31388

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 (1396) hide show
  1. package/dist/chili/chili.js +1 -1
  2. package/dist/cli/Cli.js +3 -3
  3. package/dist/utils/md.js +26 -19
  4. package/docs/docs/cmd/_global.mdx +16 -0
  5. package/docs/docs/cmd/aad/app/app-add.mdx +184 -0
  6. package/docs/docs/cmd/aad/app/app-get.mdx +63 -0
  7. package/docs/docs/cmd/aad/app/app-list.mdx +163 -0
  8. package/docs/docs/cmd/aad/app/app-remove.mdx +59 -0
  9. package/docs/docs/cmd/aad/app/app-role-add.mdx +64 -0
  10. package/docs/docs/cmd/aad/app/app-role-list.mdx +52 -0
  11. package/docs/docs/cmd/aad/app/app-role-remove.mdx +74 -0
  12. package/docs/docs/cmd/aad/app/app-set.mdx +93 -0
  13. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +66 -0
  14. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +54 -0
  15. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +69 -0
  16. package/docs/docs/cmd/aad/group/group-get.mdx +140 -0
  17. package/docs/docs/cmd/aad/group/group-list.mdx +34 -0
  18. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +40 -0
  19. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +28 -0
  20. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +23 -0
  21. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +41 -0
  22. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +38 -0
  23. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +37 -0
  24. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +23 -0
  25. package/docs/docs/cmd/aad/license/license-list.mdx +99 -0
  26. package/docs/docs/cmd/aad/o365group/o365group-add.mdx +111 -0
  27. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +28 -0
  28. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +40 -0
  29. package/docs/docs/cmd/aad/o365group/o365group-get.mdx +37 -0
  30. package/docs/docs/cmd/aad/o365group/o365group-list.mdx +85 -0
  31. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +34 -0
  32. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +49 -0
  33. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +49 -0
  34. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +46 -0
  35. package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +50 -0
  36. package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +32 -0
  37. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +43 -0
  38. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +52 -0
  39. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +43 -0
  40. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +43 -0
  41. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +43 -0
  42. package/docs/docs/cmd/aad/o365group/o365group-set.mdx +76 -0
  43. package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +37 -0
  44. package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +55 -0
  45. package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +43 -0
  46. package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +59 -0
  47. package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +65 -0
  48. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +54 -0
  49. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +39 -0
  50. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +52 -0
  51. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +46 -0
  52. package/docs/docs/cmd/aad/policy/policy-list.mdx +38 -0
  53. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +38 -0
  54. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +53 -0
  55. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +27 -0
  56. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +60 -0
  57. package/docs/docs/cmd/aad/sp/sp-add.mdx +57 -0
  58. package/docs/docs/cmd/aad/sp/sp-get.mdx +55 -0
  59. package/docs/docs/cmd/aad/user/user-add.mdx +192 -0
  60. package/docs/docs/cmd/aad/user/user-get.mdx +77 -0
  61. package/docs/docs/cmd/aad/user/user-guest-add.mdx +120 -0
  62. package/docs/docs/cmd/aad/user/user-hibp.mdx +50 -0
  63. package/docs/docs/cmd/aad/user/user-license-add.mdx +125 -0
  64. package/docs/docs/cmd/aad/user/user-license-list.mdx +115 -0
  65. package/docs/docs/cmd/aad/user/user-license-remove.mdx +47 -0
  66. package/docs/docs/cmd/aad/user/user-list.mdx +67 -0
  67. package/docs/docs/cmd/aad/user/user-password-validate.mdx +36 -0
  68. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx +52 -0
  69. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +94 -0
  70. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx +55 -0
  71. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +119 -0
  72. package/docs/docs/cmd/aad/user/user-remove.mdx +64 -0
  73. package/docs/docs/cmd/aad/user/user-set.mdx +136 -0
  74. package/docs/docs/cmd/aad/user/user-signin-list.mdx +85 -0
  75. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +132 -0
  76. package/docs/docs/cmd/app/app-get.mdx +225 -0
  77. package/docs/docs/cmd/app/app-open.mdx +85 -0
  78. package/docs/docs/cmd/app/permission/permission-add.mdx +57 -0
  79. package/docs/docs/cmd/app/permission/permission-list.mdx +93 -0
  80. package/docs/docs/cmd/booking/business/business-get.mdx +176 -0
  81. package/docs/docs/cmd/booking/business/business-list.mdx +76 -0
  82. package/docs/docs/cmd/cli/cli-consent.mdx +72 -0
  83. package/docs/docs/cmd/cli/cli-doctor.mdx +104 -0
  84. package/docs/docs/cmd/cli/cli-issue.mdx +74 -0
  85. package/docs/docs/cmd/cli/cli-reconsent.mdx +62 -0
  86. package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +41 -0
  87. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +42 -0
  88. package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +35 -0
  89. package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +62 -0
  90. package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +35 -0
  91. package/docs/docs/cmd/cli/config/config-get.mdx +80 -0
  92. package/docs/docs/cmd/cli/config/config-reset.mdx +49 -0
  93. package/docs/docs/cmd/cli/config/config-set.mdx +52 -0
  94. package/docs/docs/cmd/context/context-init.mdx +27 -0
  95. package/docs/docs/cmd/context/context-remove.mdx +38 -0
  96. package/docs/docs/cmd/context/option/option-list.mdx +75 -0
  97. package/docs/docs/cmd/context/option/option-remove.mdx +41 -0
  98. package/docs/docs/cmd/context/option/option-set.mdx +35 -0
  99. package/docs/docs/cmd/docs.mdx +63 -0
  100. package/docs/docs/cmd/file/convert/convert-pdf.mdx +57 -0
  101. package/docs/docs/cmd/file/file-add.mdx +64 -0
  102. package/docs/docs/cmd/file/file-list.mdx +50 -0
  103. package/docs/docs/cmd/flow/environment/environment-get.mdx +176 -0
  104. package/docs/docs/cmd/flow/environment/environment-list.mdx +156 -0
  105. package/docs/docs/cmd/flow/flow-disable.mdx +58 -0
  106. package/docs/docs/cmd/flow/flow-enable.mdx +58 -0
  107. package/docs/docs/cmd/flow/flow-export.mdx +99 -0
  108. package/docs/docs/cmd/flow/flow-get.mdx +456 -0
  109. package/docs/docs/cmd/flow/flow-list.mdx +183 -0
  110. package/docs/docs/cmd/flow/flow-remove.mdx +67 -0
  111. package/docs/docs/cmd/flow/owner/owner-ensure.mdx +65 -0
  112. package/docs/docs/cmd/flow/owner/owner-list.mdx +104 -0
  113. package/docs/docs/cmd/flow/owner/owner-remove.mdx +71 -0
  114. package/docs/docs/cmd/flow/run/run-cancel.mdx +52 -0
  115. package/docs/docs/cmd/flow/run/run-get.mdx +235 -0
  116. package/docs/docs/cmd/flow/run/run-list.mdx +170 -0
  117. package/docs/docs/cmd/flow/run/run-resubmit.mdx +61 -0
  118. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +122 -0
  119. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +139 -0
  120. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +104 -0
  121. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +127 -0
  122. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +46 -0
  123. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +71 -0
  124. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +149 -0
  125. package/docs/docs/cmd/login.mdx +204 -0
  126. package/docs/docs/cmd/logout.mdx +37 -0
  127. package/docs/docs/cmd/onedrive/onedrive-list.mdx +258 -0
  128. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +92 -0
  129. package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +92 -0
  130. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +105 -0
  131. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +95 -0
  132. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +105 -0
  133. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +95 -0
  134. package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +90 -0
  135. package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +162 -0
  136. package/docs/docs/cmd/onenote/page/page-list.mdx +154 -0
  137. package/docs/docs/cmd/outlook/mail/mail-send.mdx +139 -0
  138. package/docs/docs/cmd/outlook/message/message-get.mdx +205 -0
  139. package/docs/docs/cmd/outlook/message/message-list.mdx +175 -0
  140. package/docs/docs/cmd/outlook/message/message-move.mdx +61 -0
  141. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +93 -0
  142. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +93 -0
  143. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +107 -0
  144. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +96 -0
  145. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +97 -0
  146. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +110 -0
  147. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +94 -0
  148. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +102 -0
  149. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +94 -0
  150. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +93 -0
  151. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +89 -0
  152. package/docs/docs/cmd/outlook/room/room-list.mdx +125 -0
  153. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +91 -0
  154. package/docs/docs/cmd/pa/app/app-consent-set.mdx +51 -0
  155. package/docs/docs/cmd/pa/app/app-export.mdx +56 -0
  156. package/docs/docs/cmd/pa/app/app-get.mdx +265 -0
  157. package/docs/docs/cmd/pa/app/app-list.mdx +261 -0
  158. package/docs/docs/cmd/pa/app/app-remove.mdx +49 -0
  159. package/docs/docs/cmd/pa/connector/connector-export.mdx +60 -0
  160. package/docs/docs/cmd/pa/connector/connector-list.mdx +158 -0
  161. package/docs/docs/cmd/pa/environment/environment-get.mdx +185 -0
  162. package/docs/docs/cmd/pa/environment/environment-list.mdx +169 -0
  163. package/docs/docs/cmd/pa/pcf/pcf-init.mdx +56 -0
  164. package/docs/docs/cmd/pa/solution/solution-init.mdx +46 -0
  165. package/docs/docs/cmd/pa/solution/solution-reference-add.mdx +42 -0
  166. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +105 -0
  167. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +117 -0
  168. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +100 -0
  169. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +68 -0
  170. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +65 -0
  171. package/docs/docs/cmd/planner/plan/plan-add.mdx +247 -0
  172. package/docs/docs/cmd/planner/plan/plan-get.mdx +172 -0
  173. package/docs/docs/cmd/planner/plan/plan-list.mdx +128 -0
  174. package/docs/docs/cmd/planner/plan/plan-remove.mdx +60 -0
  175. package/docs/docs/cmd/planner/plan/plan-set.mdx +261 -0
  176. package/docs/docs/cmd/planner/roster/roster-add.mdx +96 -0
  177. package/docs/docs/cmd/planner/roster/roster-get.mdx +89 -0
  178. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +104 -0
  179. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +104 -0
  180. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +93 -0
  181. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +61 -0
  182. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +126 -0
  183. package/docs/docs/cmd/planner/roster/roster-remove.mdx +59 -0
  184. package/docs/docs/cmd/planner/task/task-add.mdx +367 -0
  185. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +105 -0
  186. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +93 -0
  187. package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +44 -0
  188. package/docs/docs/cmd/planner/task/task-get.mdx +196 -0
  189. package/docs/docs/cmd/planner/task/task-list.mdx +183 -0
  190. package/docs/docs/cmd/planner/task/task-reference-add.mdx +105 -0
  191. package/docs/docs/cmd/planner/task/task-reference-list.mdx +84 -0
  192. package/docs/docs/cmd/planner/task/task-reference-remove.mdx +47 -0
  193. package/docs/docs/cmd/planner/task/task-remove.mdx +86 -0
  194. package/docs/docs/cmd/planner/task/task-set.mdx +361 -0
  195. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +98 -0
  196. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +128 -0
  197. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +156 -0
  198. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +152 -0
  199. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +57 -0
  200. package/docs/docs/cmd/pp/card/card-clone.mdx +103 -0
  201. package/docs/docs/cmd/pp/card/card-get.mdx +185 -0
  202. package/docs/docs/cmd/pp/card/card-list.mdx +167 -0
  203. package/docs/docs/cmd/pp/card/card-remove.mdx +86 -0
  204. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +192 -0
  205. package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +132 -0
  206. package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +56 -0
  207. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +164 -0
  208. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +162 -0
  209. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +53 -0
  210. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +134 -0
  211. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +65 -0
  212. package/docs/docs/cmd/pp/environment/environment-get.mdx +392 -0
  213. package/docs/docs/cmd/pp/environment/environment-list.mdx +384 -0
  214. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +89 -0
  215. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +87 -0
  216. package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +99 -0
  217. package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +72 -0
  218. package/docs/docs/cmd/pp/solution/solution-get.mdx +114 -0
  219. package/docs/docs/cmd/pp/solution/solution-list.mdx +98 -0
  220. package/docs/docs/cmd/pp/solution/solution-publish.mdx +56 -0
  221. package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +53 -0
  222. package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +116 -0
  223. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +103 -0
  224. package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +62 -0
  225. package/docs/docs/cmd/pp/solution/solution-remove.mdx +86 -0
  226. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +140 -0
  227. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +235 -0
  228. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +145 -0
  229. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +167 -0
  230. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +150 -0
  231. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +124 -0
  232. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +55 -0
  233. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +125 -0
  234. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +122 -0
  235. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +114 -0
  236. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +53 -0
  237. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +53 -0
  238. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +161 -0
  239. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +116 -0
  240. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +100 -0
  241. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +49 -0
  242. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +76 -0
  243. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +138 -0
  244. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +131 -0
  245. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +117 -0
  246. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +212 -0
  247. package/docs/docs/cmd/request.mdx +172 -0
  248. package/docs/docs/cmd/search/externalconnection/externalconnection-add.mdx +51 -0
  249. package/docs/docs/cmd/search/externalconnection/externalconnection-get.mdx +102 -0
  250. package/docs/docs/cmd/search/externalconnection/externalconnection-list.mdx +88 -0
  251. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +48 -0
  252. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +35 -0
  253. package/docs/docs/cmd/setup.mdx +90 -0
  254. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +90 -0
  255. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +91 -0
  256. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +129 -0
  257. package/docs/docs/cmd/spfx/package/package-generate.mdx +68 -0
  258. package/docs/docs/cmd/spfx/project/project-doctor.mdx +176 -0
  259. package/docs/docs/cmd/spfx/project/project-externalize.mdx +187 -0
  260. package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +101 -0
  261. package/docs/docs/cmd/spfx/project/project-rename.mdx +51 -0
  262. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +202 -0
  263. package/docs/docs/cmd/spfx/spfx-doctor.mdx +128 -0
  264. package/docs/docs/cmd/spo/app/app-add.mdx +63 -0
  265. package/docs/docs/cmd/spo/app/app-deploy.mdx +76 -0
  266. package/docs/docs/cmd/spo/app/app-get.mdx +65 -0
  267. package/docs/docs/cmd/spo/app/app-install.mdx +48 -0
  268. package/docs/docs/cmd/spo/app/app-instance-list.mdx +28 -0
  269. package/docs/docs/cmd/spo/app/app-list.mdx +49 -0
  270. package/docs/docs/cmd/spo/app/app-remove.mdx +67 -0
  271. package/docs/docs/cmd/spo/app/app-retract.mdx +67 -0
  272. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +60 -0
  273. package/docs/docs/cmd/spo/app/app-uninstall.mdx +57 -0
  274. package/docs/docs/cmd/spo/app/app-upgrade.mdx +48 -0
  275. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +66 -0
  276. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +159 -0
  277. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +123 -0
  278. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +81 -0
  279. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +41 -0
  280. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +34 -0
  281. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +48 -0
  282. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +45 -0
  283. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -0
  284. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +48 -0
  285. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +48 -0
  286. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +48 -0
  287. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +76 -0
  288. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +175 -0
  289. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +163 -0
  290. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +123 -0
  291. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +59 -0
  292. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +78 -0
  293. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +77 -0
  294. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +73 -0
  295. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +56 -0
  296. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +71 -0
  297. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +37 -0
  298. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +55 -0
  299. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +66 -0
  300. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +23 -0
  301. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +146 -0
  302. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +47 -0
  303. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +175 -0
  304. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +51 -0
  305. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +90 -0
  306. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +131 -0
  307. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +119 -0
  308. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +64 -0
  309. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +81 -0
  310. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +68 -0
  311. package/docs/docs/cmd/spo/feature/feature-disable.mdx +47 -0
  312. package/docs/docs/cmd/spo/feature/feature-enable.mdx +47 -0
  313. package/docs/docs/cmd/spo/feature/feature-list.mdx +37 -0
  314. package/docs/docs/cmd/spo/field/field-add.mdx +75 -0
  315. package/docs/docs/cmd/spo/field/field-get.mdx +55 -0
  316. package/docs/docs/cmd/spo/field/field-list.mdx +55 -0
  317. package/docs/docs/cmd/spo/field/field-remove.mdx +67 -0
  318. package/docs/docs/cmd/spo/field/field-set.mdx +74 -0
  319. package/docs/docs/cmd/spo/file/file-add.mdx +160 -0
  320. package/docs/docs/cmd/spo/file/file-checkin.mdx +58 -0
  321. package/docs/docs/cmd/spo/file/file-checkout.mdx +40 -0
  322. package/docs/docs/cmd/spo/file/file-copy.mdx +79 -0
  323. package/docs/docs/cmd/spo/file/file-get.mdx +314 -0
  324. package/docs/docs/cmd/spo/file/file-list.mdx +138 -0
  325. package/docs/docs/cmd/spo/file/file-move.mdx +67 -0
  326. package/docs/docs/cmd/spo/file/file-remove.mdx +64 -0
  327. package/docs/docs/cmd/spo/file/file-rename.mdx +47 -0
  328. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +62 -0
  329. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +47 -0
  330. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +61 -0
  331. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +58 -0
  332. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +58 -0
  333. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +43 -0
  334. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +40 -0
  335. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +102 -0
  336. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +50 -0
  337. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +120 -0
  338. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +119 -0
  339. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +56 -0
  340. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +118 -0
  341. package/docs/docs/cmd/spo/file/file-version-clear.mdx +59 -0
  342. package/docs/docs/cmd/spo/file/file-version-get.mdx +89 -0
  343. package/docs/docs/cmd/spo/file/file-version-list.mdx +89 -0
  344. package/docs/docs/cmd/spo/file/file-version-remove.mdx +62 -0
  345. package/docs/docs/cmd/spo/file/file-version-restore.mdx +62 -0
  346. package/docs/docs/cmd/spo/folder/folder-add.mdx +40 -0
  347. package/docs/docs/cmd/spo/folder/folder-copy.mdx +57 -0
  348. package/docs/docs/cmd/spo/folder/folder-get.mdx +55 -0
  349. package/docs/docs/cmd/spo/folder/folder-list.mdx +121 -0
  350. package/docs/docs/cmd/spo/folder/folder-move.mdx +57 -0
  351. package/docs/docs/cmd/spo/folder/folder-remove.mdx +47 -0
  352. package/docs/docs/cmd/spo/folder/folder-rename.mdx +40 -0
  353. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +51 -0
  354. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +47 -0
  355. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +63 -0
  356. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +61 -0
  357. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +49 -0
  358. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +46 -0
  359. package/docs/docs/cmd/spo/group/group-add.mdx +55 -0
  360. package/docs/docs/cmd/spo/group/group-get.mdx +49 -0
  361. package/docs/docs/cmd/spo/group/group-list.mdx +37 -0
  362. package/docs/docs/cmd/spo/group/group-member-add.mdx +164 -0
  363. package/docs/docs/cmd/spo/group/group-member-list.mdx +40 -0
  364. package/docs/docs/cmd/spo/group/group-member-remove.mdx +77 -0
  365. package/docs/docs/cmd/spo/group/group-remove.mdx +43 -0
  366. package/docs/docs/cmd/spo/group/group-set.mdx +73 -0
  367. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +35 -0
  368. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +40 -0
  369. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +86 -0
  370. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +75 -0
  371. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +127 -0
  372. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +69 -0
  373. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +137 -0
  374. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +65 -0
  375. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +190 -0
  376. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +210 -0
  377. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +133 -0
  378. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +62 -0
  379. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +56 -0
  380. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +136 -0
  381. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +55 -0
  382. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +67 -0
  383. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +78 -0
  384. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +74 -0
  385. package/docs/docs/cmd/spo/list/list-add.mdx +438 -0
  386. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +194 -0
  387. package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +56 -0
  388. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +164 -0
  389. package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +59 -0
  390. package/docs/docs/cmd/spo/list/list-get.mdx +295 -0
  391. package/docs/docs/cmd/spo/list/list-list.mdx +226 -0
  392. package/docs/docs/cmd/spo/list/list-remove.mdx +47 -0
  393. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +72 -0
  394. package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +165 -0
  395. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +56 -0
  396. package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +86 -0
  397. package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +65 -0
  398. package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +75 -0
  399. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +62 -0
  400. package/docs/docs/cmd/spo/list/list-set.mdx +252 -0
  401. package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +169 -0
  402. package/docs/docs/cmd/spo/list/list-view-add.mdx +272 -0
  403. package/docs/docs/cmd/spo/list/list-view-field-add.mdx +74 -0
  404. package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +65 -0
  405. package/docs/docs/cmd/spo/list/list-view-field-set.mdx +74 -0
  406. package/docs/docs/cmd/spo/list/list-view-get.mdx +247 -0
  407. package/docs/docs/cmd/spo/list/list-view-list.mdx +198 -0
  408. package/docs/docs/cmd/spo/list/list-view-remove.mdx +74 -0
  409. package/docs/docs/cmd/spo/list/list-view-set.mdx +86 -0
  410. package/docs/docs/cmd/spo/list/list-webhook-add.mdx +121 -0
  411. package/docs/docs/cmd/spo/list/list-webhook-get.mdx +118 -0
  412. package/docs/docs/cmd/spo/list/list-webhook-list.mdx +110 -0
  413. package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +62 -0
  414. package/docs/docs/cmd/spo/list/list-webhook-set.mdx +69 -0
  415. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +191 -0
  416. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +111 -0
  417. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +71 -0
  418. package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +71 -0
  419. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +331 -0
  420. package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +88 -0
  421. package/docs/docs/cmd/spo/listitem/listitem-list.mdx +193 -0
  422. package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +115 -0
  423. package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +56 -0
  424. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +56 -0
  425. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +56 -0
  426. package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +62 -0
  427. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +75 -0
  428. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +59 -0
  429. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +89 -0
  430. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +75 -0
  431. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +78 -0
  432. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +59 -0
  433. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +189 -0
  434. package/docs/docs/cmd/spo/mail/mail-send.mdx +69 -0
  435. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +141 -0
  436. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +105 -0
  437. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +106 -0
  438. package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +47 -0
  439. package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +63 -0
  440. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +52 -0
  441. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +107 -0
  442. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +83 -0
  443. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +69 -0
  444. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +49 -0
  445. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +42 -0
  446. package/docs/docs/cmd/spo/page/page-add.mdx +110 -0
  447. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +92 -0
  448. package/docs/docs/cmd/spo/page/page-column-get.mdx +129 -0
  449. package/docs/docs/cmd/spo/page/page-column-list.mdx +96 -0
  450. package/docs/docs/cmd/spo/page/page-control-get.mdx +133 -0
  451. package/docs/docs/cmd/spo/page/page-control-list.mdx +129 -0
  452. package/docs/docs/cmd/spo/page/page-control-set.mdx +60 -0
  453. package/docs/docs/cmd/spo/page/page-copy.mdx +165 -0
  454. package/docs/docs/cmd/spo/page/page-get.mdx +189 -0
  455. package/docs/docs/cmd/spo/page/page-header-set.mdx +90 -0
  456. package/docs/docs/cmd/spo/page/page-list.mdx +212 -0
  457. package/docs/docs/cmd/spo/page/page-remove.mdx +50 -0
  458. package/docs/docs/cmd/spo/page/page-section-add.mdx +45 -0
  459. package/docs/docs/cmd/spo/page/page-section-get.mdx +92 -0
  460. package/docs/docs/cmd/spo/page/page-section-list.mdx +93 -0
  461. package/docs/docs/cmd/spo/page/page-set.mdx +107 -0
  462. package/docs/docs/cmd/spo/page/page-template-list.mdx +126 -0
  463. package/docs/docs/cmd/spo/page/page-text-add.mdx +63 -0
  464. package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +94 -0
  465. package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +106 -0
  466. package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +65 -0
  467. package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +69 -0
  468. package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +92 -0
  469. package/docs/docs/cmd/spo/report/report-activitypages.mdx +89 -0
  470. package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +97 -0
  471. package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +110 -0
  472. package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +113 -0
  473. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +95 -0
  474. package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +90 -0
  475. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +95 -0
  476. package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +90 -0
  477. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +51 -0
  478. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +139 -0
  479. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +132 -0
  480. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +44 -0
  481. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +118 -0
  482. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +97 -0
  483. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +48 -0
  484. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +117 -0
  485. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +48 -0
  486. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +94 -0
  487. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +116 -0
  488. package/docs/docs/cmd/spo/site/site-add.mdx +183 -0
  489. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +40 -0
  490. package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +69 -0
  491. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +42 -0
  492. package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +41 -0
  493. package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +31 -0
  494. package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +44 -0
  495. package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +52 -0
  496. package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +52 -0
  497. package/docs/docs/cmd/spo/site/site-chrome-set.mdx +64 -0
  498. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +39 -0
  499. package/docs/docs/cmd/spo/site/site-ensure.mdx +128 -0
  500. package/docs/docs/cmd/spo/site/site-get.mdx +32 -0
  501. package/docs/docs/cmd/spo/site/site-groupify.mdx +78 -0
  502. package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +41 -0
  503. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +41 -0
  504. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +32 -0
  505. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +37 -0
  506. package/docs/docs/cmd/spo/site/site-list.mdx +82 -0
  507. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +52 -0
  508. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +44 -0
  509. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +47 -0
  510. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +52 -0
  511. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +31 -0
  512. package/docs/docs/cmd/spo/site/site-remove.mdx +72 -0
  513. package/docs/docs/cmd/spo/site/site-rename.mdx +65 -0
  514. package/docs/docs/cmd/spo/site/site-set.mdx +182 -0
  515. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +67 -0
  516. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +44 -0
  517. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +45 -0
  518. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +27 -0
  519. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +45 -0
  520. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +50 -0
  521. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +38 -0
  522. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +52 -0
  523. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +41 -0
  524. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +39 -0
  525. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +80 -0
  526. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +32 -0
  527. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +32 -0
  528. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +41 -0
  529. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +42 -0
  530. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +36 -0
  531. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +27 -0
  532. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +45 -0
  533. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +48 -0
  534. package/docs/docs/cmd/spo/spo-get.mdx +72 -0
  535. package/docs/docs/cmd/spo/spo-search.mdx +167 -0
  536. package/docs/docs/cmd/spo/spo-set.mdx +36 -0
  537. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +36 -0
  538. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +36 -0
  539. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +54 -0
  540. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +56 -0
  541. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +66 -0
  542. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +31 -0
  543. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +69 -0
  544. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +156 -0
  545. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +115 -0
  546. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +53 -0
  547. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +53 -0
  548. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +64 -0
  549. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +31 -0
  550. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +50 -0
  551. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +47 -0
  552. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +31 -0
  553. package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +307 -0
  554. package/docs/docs/cmd/spo/term/term-add.mdx +204 -0
  555. package/docs/docs/cmd/spo/term/term-get.mdx +176 -0
  556. package/docs/docs/cmd/spo/term/term-group-add.mdx +54 -0
  557. package/docs/docs/cmd/spo/term/term-group-get.mdx +121 -0
  558. package/docs/docs/cmd/spo/term/term-group-list.mdx +111 -0
  559. package/docs/docs/cmd/spo/term/term-list.mdx +278 -0
  560. package/docs/docs/cmd/spo/term/term-set-add.mdx +169 -0
  561. package/docs/docs/cmd/spo/term/term-set-get.mdx +145 -0
  562. package/docs/docs/cmd/spo/term/term-set-list.mdx +135 -0
  563. package/docs/docs/cmd/spo/theme/theme-apply.mdx +55 -0
  564. package/docs/docs/cmd/spo/theme/theme-get.mdx +40 -0
  565. package/docs/docs/cmd/spo/theme/theme-list.mdx +35 -0
  566. package/docs/docs/cmd/spo/theme/theme-remove.mdx +49 -0
  567. package/docs/docs/cmd/spo/theme/theme-set.mdx +91 -0
  568. package/docs/docs/cmd/spo/user/user-ensure.mdx +122 -0
  569. package/docs/docs/cmd/spo/user/user-get.mdx +131 -0
  570. package/docs/docs/cmd/spo/user/user-list.mdx +103 -0
  571. package/docs/docs/cmd/spo/user/user-remove.mdx +55 -0
  572. package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +649 -0
  573. package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +48 -0
  574. package/docs/docs/cmd/spo/web/web-add.mdx +138 -0
  575. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +83 -0
  576. package/docs/docs/cmd/spo/web/web-get.mdx +561 -0
  577. package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +83 -0
  578. package/docs/docs/cmd/spo/web/web-list.mdx +135 -0
  579. package/docs/docs/cmd/spo/web/web-reindex.mdx +36 -0
  580. package/docs/docs/cmd/spo/web/web-remove.mdx +35 -0
  581. package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +115 -0
  582. package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +65 -0
  583. package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +62 -0
  584. package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +48 -0
  585. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +41 -0
  586. package/docs/docs/cmd/spo/web/web-set.mdx +121 -0
  587. package/docs/docs/cmd/status.mdx +83 -0
  588. package/docs/docs/cmd/teams/app/app-install.mdx +57 -0
  589. package/docs/docs/cmd/teams/app/app-list.mdx +91 -0
  590. package/docs/docs/cmd/teams/app/app-publish.mdx +92 -0
  591. package/docs/docs/cmd/teams/app/app-remove.mdx +45 -0
  592. package/docs/docs/cmd/teams/app/app-uninstall.mdx +43 -0
  593. package/docs/docs/cmd/teams/app/app-update.mdx +48 -0
  594. package/docs/docs/cmd/teams/cache/cache-remove.mdx +58 -0
  595. package/docs/docs/cmd/teams/channel/channel-add.mdx +132 -0
  596. package/docs/docs/cmd/teams/channel/channel-get.mdx +122 -0
  597. package/docs/docs/cmd/teams/channel/channel-list.mdx +112 -0
  598. package/docs/docs/cmd/teams/channel/channel-member-add.mdx +62 -0
  599. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +119 -0
  600. package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +59 -0
  601. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +121 -0
  602. package/docs/docs/cmd/teams/channel/channel-remove.mdx +70 -0
  603. package/docs/docs/cmd/teams/channel/channel-set.mdx +53 -0
  604. package/docs/docs/cmd/teams/chat/chat-get.mdx +131 -0
  605. package/docs/docs/cmd/teams/chat/chat-list.mdx +116 -0
  606. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +93 -0
  607. package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +56 -0
  608. package/docs/docs/cmd/teams/chat/chat-message-list.mdx +121 -0
  609. package/docs/docs/cmd/teams/chat/chat-message-send.mdx +63 -0
  610. package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +82 -0
  611. package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +62 -0
  612. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +76 -0
  613. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +44 -0
  614. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +82 -0
  615. package/docs/docs/cmd/teams/meeting/meeting-get.mdx +175 -0
  616. package/docs/docs/cmd/teams/meeting/meeting-list.mdx +162 -0
  617. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +116 -0
  618. package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +88 -0
  619. package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +53 -0
  620. package/docs/docs/cmd/teams/message/message-get.mdx +163 -0
  621. package/docs/docs/cmd/teams/message/message-list.mdx +152 -0
  622. package/docs/docs/cmd/teams/message/message-reply-list.mdx +146 -0
  623. package/docs/docs/cmd/teams/message/message-send.mdx +132 -0
  624. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +87 -0
  625. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +53 -0
  626. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +95 -0
  627. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +96 -0
  628. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +114 -0
  629. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +115 -0
  630. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +119 -0
  631. package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +99 -0
  632. package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +93 -0
  633. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +127 -0
  634. package/docs/docs/cmd/teams/tab/tab-add.mdx +120 -0
  635. package/docs/docs/cmd/teams/tab/tab-get.mdx +115 -0
  636. package/docs/docs/cmd/teams/tab/tab-list.mdx +115 -0
  637. package/docs/docs/cmd/teams/tab/tab-remove.mdx +51 -0
  638. package/docs/docs/cmd/teams/team/team-add.mdx +291 -0
  639. package/docs/docs/cmd/teams/team/team-app-list.mdx +108 -0
  640. package/docs/docs/cmd/teams/team/team-archive.mdx +59 -0
  641. package/docs/docs/cmd/teams/team/team-clone.mdx +59 -0
  642. package/docs/docs/cmd/teams/team/team-get.mdx +155 -0
  643. package/docs/docs/cmd/teams/team/team-list.mdx +149 -0
  644. package/docs/docs/cmd/teams/team/team-remove.mdx +60 -0
  645. package/docs/docs/cmd/teams/team/team-set.mdx +53 -0
  646. package/docs/docs/cmd/teams/team/team-unarchive.mdx +49 -0
  647. package/docs/docs/cmd/teams/user/user-app-add.mdx +39 -0
  648. package/docs/docs/cmd/teams/user/user-app-list.mdx +109 -0
  649. package/docs/docs/cmd/teams/user/user-app-remove.mdx +43 -0
  650. package/docs/docs/cmd/teams/user/user-list.mdx +95 -0
  651. package/docs/docs/cmd/tenant/id/id-get.mdx +74 -0
  652. package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +95 -0
  653. package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +122 -0
  654. package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +72 -0
  655. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +70 -0
  656. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +76 -0
  657. package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +101 -0
  658. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +172 -0
  659. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +173 -0
  660. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +174 -0
  661. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +126 -0
  662. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +124 -0
  663. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +127 -0
  664. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +121 -0
  665. package/docs/docs/cmd/todo/list/list-add.mdx +85 -0
  666. package/docs/docs/cmd/todo/list/list-get.mdx +93 -0
  667. package/docs/docs/cmd/todo/list/list-list.mdx +82 -0
  668. package/docs/docs/cmd/todo/list/list-remove.mdx +44 -0
  669. package/docs/docs/cmd/todo/list/list-set.mdx +44 -0
  670. package/docs/docs/cmd/todo/task/task-add.mdx +178 -0
  671. package/docs/docs/cmd/todo/task/task-get.mdx +110 -0
  672. package/docs/docs/cmd/todo/task/task-list.mdx +115 -0
  673. package/docs/docs/cmd/todo/task/task-remove.mdx +48 -0
  674. package/docs/docs/cmd/todo/task/task-set.mdx +187 -0
  675. package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +85 -0
  676. package/docs/docs/cmd/version.mdx +59 -0
  677. package/docs/docs/cmd/viva/connections/connections-app-create.mdx +81 -0
  678. package/docs/docs/cmd/yammer/group/group-list.mdx +174 -0
  679. package/docs/docs/cmd/yammer/group/group-user-add.mdx +60 -0
  680. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +58 -0
  681. package/docs/docs/cmd/yammer/message/message-add.mdx +175 -0
  682. package/docs/docs/cmd/yammer/message/message-get.mdx +148 -0
  683. package/docs/docs/cmd/yammer/message/message-like-set.mdx +58 -0
  684. package/docs/docs/cmd/yammer/message/message-list.mdx +201 -0
  685. package/docs/docs/cmd/yammer/message/message-remove.mdx +55 -0
  686. package/docs/docs/cmd/yammer/network/network-list.mdx +218 -0
  687. package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +91 -0
  688. package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +91 -0
  689. package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +109 -0
  690. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +93 -0
  691. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +94 -0
  692. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +111 -0
  693. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +91 -0
  694. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +110 -0
  695. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +90 -0
  696. package/docs/docs/cmd/yammer/user/user-get.mdx +223 -0
  697. package/docs/docs/cmd/yammer/user/user-list.mdx +228 -0
  698. package/docs/docs/cmd/yammer/yammer-search.mdx +173 -0
  699. package/npm-shrinkwrap.json +3 -2
  700. package/package.json +2 -2
  701. package/docs/docs/_clisettings.md +0 -21
  702. package/docs/docs/cmd/_global.md +0 -14
  703. package/docs/docs/cmd/aad/app/app-add.md +0 -180
  704. package/docs/docs/cmd/aad/app/app-get.md +0 -59
  705. package/docs/docs/cmd/aad/app/app-list.md +0 -152
  706. package/docs/docs/cmd/aad/app/app-remove.md +0 -55
  707. package/docs/docs/cmd/aad/app/app-role-add.md +0 -60
  708. package/docs/docs/cmd/aad/app/app-role-list.md +0 -48
  709. package/docs/docs/cmd/aad/app/app-role-remove.md +0 -70
  710. package/docs/docs/cmd/aad/app/app-set.md +0 -89
  711. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +0 -62
  712. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +0 -50
  713. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +0 -65
  714. package/docs/docs/cmd/aad/group/group-get.md +0 -127
  715. package/docs/docs/cmd/aad/group/group-list.md +0 -30
  716. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +0 -36
  717. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +0 -24
  718. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +0 -21
  719. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +0 -37
  720. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +0 -34
  721. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +0 -33
  722. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +0 -21
  723. package/docs/docs/cmd/aad/license/license-list.md +0 -87
  724. package/docs/docs/cmd/aad/o365group/o365group-add.md +0 -107
  725. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.md +0 -24
  726. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.md +0 -36
  727. package/docs/docs/cmd/aad/o365group/o365group-get.md +0 -33
  728. package/docs/docs/cmd/aad/o365group/o365group-list.md +0 -81
  729. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +0 -30
  730. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.md +0 -45
  731. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.md +0 -45
  732. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +0 -42
  733. package/docs/docs/cmd/aad/o365group/o365group-remove.md +0 -46
  734. package/docs/docs/cmd/aad/o365group/o365group-renew.md +0 -28
  735. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +0 -39
  736. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.md +0 -48
  737. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +0 -39
  738. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +0 -39
  739. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.md +0 -39
  740. package/docs/docs/cmd/aad/o365group/o365group-set.md +0 -72
  741. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +0 -33
  742. package/docs/docs/cmd/aad/o365group/o365group-user-add.md +0 -51
  743. package/docs/docs/cmd/aad/o365group/o365group-user-list.md +0 -39
  744. package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +0 -55
  745. package/docs/docs/cmd/aad/o365group/o365group-user-set.md +0 -61
  746. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +0 -50
  747. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +0 -35
  748. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +0 -48
  749. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +0 -42
  750. package/docs/docs/cmd/aad/policy/policy-list.md +0 -34
  751. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +0 -34
  752. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +0 -49
  753. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +0 -25
  754. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +0 -56
  755. package/docs/docs/cmd/aad/sp/sp-add.md +0 -53
  756. package/docs/docs/cmd/aad/sp/sp-get.md +0 -51
  757. package/docs/docs/cmd/aad/user/user-add.md +0 -172
  758. package/docs/docs/cmd/aad/user/user-get.md +0 -73
  759. package/docs/docs/cmd/aad/user/user-guest-add.md +0 -107
  760. package/docs/docs/cmd/aad/user/user-hibp.md +0 -46
  761. package/docs/docs/cmd/aad/user/user-license-add.md +0 -108
  762. package/docs/docs/cmd/aad/user/user-license-list.md +0 -98
  763. package/docs/docs/cmd/aad/user/user-license-remove.md +0 -43
  764. package/docs/docs/cmd/aad/user/user-list.md +0 -63
  765. package/docs/docs/cmd/aad/user/user-password-validate.md +0 -29
  766. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.md +0 -42
  767. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.md +0 -82
  768. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.md +0 -45
  769. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.md +0 -99
  770. package/docs/docs/cmd/aad/user/user-remove.md +0 -51
  771. package/docs/docs/cmd/aad/user/user-set.md +0 -133
  772. package/docs/docs/cmd/aad/user/user-signin-list.md +0 -81
  773. package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +0 -125
  774. package/docs/docs/cmd/app/app-get.md +0 -211
  775. package/docs/docs/cmd/app/app-open.md +0 -71
  776. package/docs/docs/cmd/app/permission/permission-add.md +0 -53
  777. package/docs/docs/cmd/app/permission/permission-list.md +0 -79
  778. package/docs/docs/cmd/booking/business/business-get.md +0 -162
  779. package/docs/docs/cmd/booking/business/business-list.md +0 -64
  780. package/docs/docs/cmd/cli/cli-consent.md +0 -58
  781. package/docs/docs/cmd/cli/cli-doctor.md +0 -92
  782. package/docs/docs/cmd/cli/cli-issue.md +0 -60
  783. package/docs/docs/cmd/cli/cli-reconsent.md +0 -51
  784. package/docs/docs/cmd/cli/completion/completion-clink-update.md +0 -36
  785. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.md +0 -38
  786. package/docs/docs/cmd/cli/completion/completion-pwsh-update.md +0 -33
  787. package/docs/docs/cmd/cli/completion/completion-sh-setup.md +0 -51
  788. package/docs/docs/cmd/cli/completion/completion-sh-update.md +0 -33
  789. package/docs/docs/cmd/cli/config/config-get.md +0 -62
  790. package/docs/docs/cmd/cli/config/config-reset.md +0 -40
  791. package/docs/docs/cmd/cli/config/config-set.md +0 -43
  792. package/docs/docs/cmd/context/context-init.md +0 -25
  793. package/docs/docs/cmd/context/context-remove.md +0 -34
  794. package/docs/docs/cmd/context/option/option-list.md +0 -63
  795. package/docs/docs/cmd/context/option/option-remove.md +0 -37
  796. package/docs/docs/cmd/context/option/option-set.md +0 -31
  797. package/docs/docs/cmd/docs.md +0 -51
  798. package/docs/docs/cmd/file/convert/convert-pdf.md +0 -53
  799. package/docs/docs/cmd/file/file-add.md +0 -60
  800. package/docs/docs/cmd/file/file-list.md +0 -46
  801. package/docs/docs/cmd/flow/environment/environment-get.md +0 -159
  802. package/docs/docs/cmd/flow/environment/environment-list.md +0 -141
  803. package/docs/docs/cmd/flow/flow-disable.md +0 -51
  804. package/docs/docs/cmd/flow/flow-enable.md +0 -51
  805. package/docs/docs/cmd/flow/flow-export.md +0 -92
  806. package/docs/docs/cmd/flow/flow-get.md +0 -439
  807. package/docs/docs/cmd/flow/flow-list.md +0 -166
  808. package/docs/docs/cmd/flow/flow-remove.md +0 -63
  809. package/docs/docs/cmd/flow/owner/owner-ensure.md +0 -61
  810. package/docs/docs/cmd/flow/owner/owner-list.md +0 -90
  811. package/docs/docs/cmd/flow/owner/owner-remove.md +0 -67
  812. package/docs/docs/cmd/flow/run/run-cancel.md +0 -45
  813. package/docs/docs/cmd/flow/run/run-get.md +0 -214
  814. package/docs/docs/cmd/flow/run/run-list.md +0 -153
  815. package/docs/docs/cmd/flow/run/run-resubmit.md +0 -54
  816. package/docs/docs/cmd/graph/changelog/changelog-list.md +0 -105
  817. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +0 -122
  818. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.md +0 -90
  819. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.md +0 -114
  820. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.md +0 -42
  821. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +0 -64
  822. package/docs/docs/cmd/graph/subscription/subscription-add.md +0 -137
  823. package/docs/docs/cmd/login.md +0 -190
  824. package/docs/docs/cmd/logout.md +0 -35
  825. package/docs/docs/cmd/onedrive/onedrive-list.md +0 -246
  826. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.md +0 -78
  827. package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +0 -78
  828. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.md +0 -91
  829. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.md +0 -81
  830. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.md +0 -91
  831. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.md +0 -81
  832. package/docs/docs/cmd/onedrive/report/report-usagestorage.md +0 -76
  833. package/docs/docs/cmd/onenote/notebook/notebook-list.md +0 -149
  834. package/docs/docs/cmd/onenote/page/page-list.md +0 -140
  835. package/docs/docs/cmd/outlook/mail/mail-send.md +0 -129
  836. package/docs/docs/cmd/outlook/message/message-get.md +0 -191
  837. package/docs/docs/cmd/outlook/message/message-list.md +0 -162
  838. package/docs/docs/cmd/outlook/message/message-move.md +0 -57
  839. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +0 -79
  840. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +0 -79
  841. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +0 -93
  842. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +0 -82
  843. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +0 -83
  844. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +0 -96
  845. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +0 -80
  846. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +0 -88
  847. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +0 -80
  848. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +0 -79
  849. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +0 -75
  850. package/docs/docs/cmd/outlook/room/room-list.md +0 -111
  851. package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +0 -79
  852. package/docs/docs/cmd/pa/app/app-consent-set.md +0 -47
  853. package/docs/docs/cmd/pa/app/app-export.md +0 -52
  854. package/docs/docs/cmd/pa/app/app-get.md +0 -248
  855. package/docs/docs/cmd/pa/app/app-list.md +0 -244
  856. package/docs/docs/cmd/pa/app/app-remove.md +0 -45
  857. package/docs/docs/cmd/pa/connector/connector-export.md +0 -53
  858. package/docs/docs/cmd/pa/connector/connector-list.md +0 -141
  859. package/docs/docs/cmd/pa/environment/environment-get.md +0 -168
  860. package/docs/docs/cmd/pa/environment/environment-list.md +0 -154
  861. package/docs/docs/cmd/pa/pcf/pcf-init.md +0 -52
  862. package/docs/docs/cmd/pa/solution/solution-init.md +0 -42
  863. package/docs/docs/cmd/pa/solution/solution-reference-add.md +0 -38
  864. package/docs/docs/cmd/planner/bucket/bucket-add.md +0 -91
  865. package/docs/docs/cmd/planner/bucket/bucket-get.md +0 -103
  866. package/docs/docs/cmd/planner/bucket/bucket-list.md +0 -86
  867. package/docs/docs/cmd/planner/bucket/bucket-remove.md +0 -64
  868. package/docs/docs/cmd/planner/bucket/bucket-set.md +0 -61
  869. package/docs/docs/cmd/planner/plan/plan-add.md +0 -226
  870. package/docs/docs/cmd/planner/plan/plan-get.md +0 -155
  871. package/docs/docs/cmd/planner/plan/plan-list.md +0 -111
  872. package/docs/docs/cmd/planner/plan/plan-remove.md +0 -56
  873. package/docs/docs/cmd/planner/plan/plan-set.md +0 -236
  874. package/docs/docs/cmd/planner/roster/roster-add.md +0 -76
  875. package/docs/docs/cmd/planner/roster/roster-get.md +0 -73
  876. package/docs/docs/cmd/planner/roster/roster-member-add.md +0 -87
  877. package/docs/docs/cmd/planner/roster/roster-member-get.md +0 -87
  878. package/docs/docs/cmd/planner/roster/roster-member-list.md +0 -76
  879. package/docs/docs/cmd/planner/roster/roster-member-remove.md +0 -51
  880. package/docs/docs/cmd/planner/roster/roster-plan-list.md +0 -109
  881. package/docs/docs/cmd/planner/roster/roster-remove.md +0 -49
  882. package/docs/docs/cmd/planner/task/task-add.md +0 -346
  883. package/docs/docs/cmd/planner/task/task-checklistitem-add.md +0 -91
  884. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +0 -79
  885. package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +0 -40
  886. package/docs/docs/cmd/planner/task/task-get.md +0 -182
  887. package/docs/docs/cmd/planner/task/task-list.md +0 -166
  888. package/docs/docs/cmd/planner/task/task-reference-add.md +0 -91
  889. package/docs/docs/cmd/planner/task/task-reference-list.md +0 -70
  890. package/docs/docs/cmd/planner/task/task-reference-remove.md +0 -43
  891. package/docs/docs/cmd/planner/task/task-remove.md +0 -82
  892. package/docs/docs/cmd/planner/task/task-set.md +0 -341
  893. package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +0 -83
  894. package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +0 -111
  895. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.md +0 -142
  896. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.md +0 -138
  897. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.md +0 -53
  898. package/docs/docs/cmd/pp/card/card-clone.md +0 -89
  899. package/docs/docs/cmd/pp/card/card-get.md +0 -171
  900. package/docs/docs/cmd/pp/card/card-list.md +0 -153
  901. package/docs/docs/cmd/pp/card/card-remove.md +0 -82
  902. package/docs/docs/cmd/pp/chatbot/chatbot-get.md +0 -178
  903. package/docs/docs/cmd/pp/chatbot/chatbot-list.md +0 -118
  904. package/docs/docs/cmd/pp/chatbot/chatbot-remove.md +0 -52
  905. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.md +0 -150
  906. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.md +0 -148
  907. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +0 -49
  908. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.md +0 -120
  909. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.md +0 -61
  910. package/docs/docs/cmd/pp/environment/environment-get.md +0 -373
  911. package/docs/docs/cmd/pp/environment/environment-list.md +0 -368
  912. package/docs/docs/cmd/pp/gateway/gateway-get.md +0 -75
  913. package/docs/docs/cmd/pp/gateway/gateway-list.md +0 -75
  914. package/docs/docs/cmd/pp/managementapp/managementapp-add.md +0 -85
  915. package/docs/docs/cmd/pp/managementapp/managementapp-list.md +0 -60
  916. package/docs/docs/cmd/pp/solution/solution-get.md +0 -100
  917. package/docs/docs/cmd/pp/solution/solution-list.md +0 -84
  918. package/docs/docs/cmd/pp/solution/solution-publish.md +0 -52
  919. package/docs/docs/cmd/pp/solution/solution-publisher-add.md +0 -49
  920. package/docs/docs/cmd/pp/solution/solution-publisher-get.md +0 -102
  921. package/docs/docs/cmd/pp/solution/solution-publisher-list.md +0 -89
  922. package/docs/docs/cmd/pp/solution/solution-publisher-remove.md +0 -58
  923. package/docs/docs/cmd/pp/solution/solution-remove.md +0 -82
  924. package/docs/docs/cmd/pp/tenant/tenant-settings-list.md +0 -125
  925. package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +0 -218
  926. package/docs/docs/cmd/purview/auditlog/auditlog-list.md +0 -123
  927. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.md +0 -148
  928. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.md +0 -131
  929. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.md +0 -107
  930. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.md +0 -45
  931. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +0 -106
  932. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.md +0 -103
  933. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.md +0 -97
  934. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.md +0 -43
  935. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.md +0 -43
  936. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.md +0 -143
  937. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.md +0 -97
  938. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.md +0 -83
  939. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.md +0 -39
  940. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.md +0 -66
  941. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.md +0 -118
  942. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.md +0 -111
  943. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.md +0 -97
  944. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +0 -191
  945. package/docs/docs/cmd/request.md +0 -156
  946. package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +0 -47
  947. package/docs/docs/cmd/search/externalconnection/externalconnection-get.md +0 -88
  948. package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +0 -76
  949. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +0 -44
  950. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.md +0 -31
  951. package/docs/docs/cmd/setup.md +0 -86
  952. package/docs/docs/cmd/skype/report/report-activitycounts.md +0 -77
  953. package/docs/docs/cmd/skype/report/report-activityusercounts.md +0 -77
  954. package/docs/docs/cmd/skype/report/report-activityuserdetail.md +0 -115
  955. package/docs/docs/cmd/spfx/package/package-generate.md +0 -62
  956. package/docs/docs/cmd/spfx/project/project-doctor.md +0 -156
  957. package/docs/docs/cmd/spfx/project/project-externalize.md +0 -171
  958. package/docs/docs/cmd/spfx/project/project-permissions-grant.md +0 -86
  959. package/docs/docs/cmd/spfx/project/project-rename.md +0 -44
  960. package/docs/docs/cmd/spfx/project/project-upgrade.md +0 -187
  961. package/docs/docs/cmd/spfx/spfx-doctor.md +0 -108
  962. package/docs/docs/cmd/spo/app/app-add.md +0 -59
  963. package/docs/docs/cmd/spo/app/app-deploy.md +0 -72
  964. package/docs/docs/cmd/spo/app/app-get.md +0 -61
  965. package/docs/docs/cmd/spo/app/app-install.md +0 -44
  966. package/docs/docs/cmd/spo/app/app-instance-list.md +0 -24
  967. package/docs/docs/cmd/spo/app/app-list.md +0 -45
  968. package/docs/docs/cmd/spo/app/app-remove.md +0 -63
  969. package/docs/docs/cmd/spo/app/app-retract.md +0 -63
  970. package/docs/docs/cmd/spo/app/app-teamspackage-download.md +0 -56
  971. package/docs/docs/cmd/spo/app/app-uninstall.md +0 -53
  972. package/docs/docs/cmd/spo/app/app-upgrade.md +0 -44
  973. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.md +0 -59
  974. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.md +0 -145
  975. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.md +0 -109
  976. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.md +0 -77
  977. package/docs/docs/cmd/spo/apppage/apppage-add.md +0 -37
  978. package/docs/docs/cmd/spo/apppage/apppage-set.md +0 -30
  979. package/docs/docs/cmd/spo/cdn/cdn-get.md +0 -41
  980. package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +0 -38
  981. package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +0 -41
  982. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.md +0 -41
  983. package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +0 -41
  984. package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +0 -41
  985. package/docs/docs/cmd/spo/cdn/cdn-set.md +0 -69
  986. package/docs/docs/cmd/spo/commandset/commandset-add.md +0 -159
  987. package/docs/docs/cmd/spo/commandset/commandset-get.md +0 -149
  988. package/docs/docs/cmd/spo/commandset/commandset-list.md +0 -109
  989. package/docs/docs/cmd/spo/commandset/commandset-remove.md +0 -55
  990. package/docs/docs/cmd/spo/commandset/commandset-set.md +0 -71
  991. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +0 -73
  992. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +0 -69
  993. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +0 -52
  994. package/docs/docs/cmd/spo/contenttype/contenttype-get.md +0 -67
  995. package/docs/docs/cmd/spo/contenttype/contenttype-list.md +0 -33
  996. package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +0 -51
  997. package/docs/docs/cmd/spo/contenttype/contenttype-set.md +0 -59
  998. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.md +0 -21
  999. package/docs/docs/cmd/spo/customaction/customaction-add.md +0 -139
  1000. package/docs/docs/cmd/spo/customaction/customaction-clear.md +0 -43
  1001. package/docs/docs/cmd/spo/customaction/customaction-get.md +0 -161
  1002. package/docs/docs/cmd/spo/customaction/customaction-list.md +0 -47
  1003. package/docs/docs/cmd/spo/customaction/customaction-remove.md +0 -86
  1004. package/docs/docs/cmd/spo/customaction/customaction-set.md +0 -124
  1005. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md +0 -110
  1006. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.md +0 -64
  1007. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +0 -74
  1008. package/docs/docs/cmd/spo/externaluser/externaluser-list.md +0 -61
  1009. package/docs/docs/cmd/spo/feature/feature-disable.md +0 -43
  1010. package/docs/docs/cmd/spo/feature/feature-enable.md +0 -43
  1011. package/docs/docs/cmd/spo/feature/feature-list.md +0 -33
  1012. package/docs/docs/cmd/spo/field/field-add.md +0 -71
  1013. package/docs/docs/cmd/spo/field/field-get.md +0 -51
  1014. package/docs/docs/cmd/spo/field/field-list.md +0 -51
  1015. package/docs/docs/cmd/spo/field/field-remove.md +0 -63
  1016. package/docs/docs/cmd/spo/field/field-set.md +0 -67
  1017. package/docs/docs/cmd/spo/file/file-add.md +0 -156
  1018. package/docs/docs/cmd/spo/file/file-checkin.md +0 -54
  1019. package/docs/docs/cmd/spo/file/file-checkout.md +0 -36
  1020. package/docs/docs/cmd/spo/file/file-copy.md +0 -72
  1021. package/docs/docs/cmd/spo/file/file-get.md +0 -295
  1022. package/docs/docs/cmd/spo/file/file-list.md +0 -124
  1023. package/docs/docs/cmd/spo/file/file-move.md +0 -63
  1024. package/docs/docs/cmd/spo/file/file-remove.md +0 -60
  1025. package/docs/docs/cmd/spo/file/file-rename.md +0 -43
  1026. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +0 -58
  1027. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +0 -43
  1028. package/docs/docs/cmd/spo/file/file-roleassignment-add.md +0 -57
  1029. package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +0 -54
  1030. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +0 -54
  1031. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +0 -39
  1032. package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +0 -36
  1033. package/docs/docs/cmd/spo/file/file-sharinglink-add.md +0 -89
  1034. package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +0 -46
  1035. package/docs/docs/cmd/spo/file/file-sharinglink-get.md +0 -107
  1036. package/docs/docs/cmd/spo/file/file-sharinglink-list.md +0 -106
  1037. package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +0 -52
  1038. package/docs/docs/cmd/spo/file/file-sharinglink-set.md +0 -104
  1039. package/docs/docs/cmd/spo/file/file-version-clear.md +0 -55
  1040. package/docs/docs/cmd/spo/file/file-version-get.md +0 -76
  1041. package/docs/docs/cmd/spo/file/file-version-list.md +0 -76
  1042. package/docs/docs/cmd/spo/file/file-version-remove.md +0 -58
  1043. package/docs/docs/cmd/spo/file/file-version-restore.md +0 -58
  1044. package/docs/docs/cmd/spo/folder/folder-add.md +0 -36
  1045. package/docs/docs/cmd/spo/folder/folder-copy.md +0 -53
  1046. package/docs/docs/cmd/spo/folder/folder-get.md +0 -51
  1047. package/docs/docs/cmd/spo/folder/folder-list.md +0 -107
  1048. package/docs/docs/cmd/spo/folder/folder-move.md +0 -53
  1049. package/docs/docs/cmd/spo/folder/folder-remove.md +0 -43
  1050. package/docs/docs/cmd/spo/folder/folder-rename.md +0 -36
  1051. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +0 -47
  1052. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +0 -43
  1053. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.md +0 -59
  1054. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.md +0 -57
  1055. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +0 -45
  1056. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +0 -42
  1057. package/docs/docs/cmd/spo/group/group-add.md +0 -51
  1058. package/docs/docs/cmd/spo/group/group-get.md +0 -45
  1059. package/docs/docs/cmd/spo/group/group-list.md +0 -33
  1060. package/docs/docs/cmd/spo/group/group-member-add.md +0 -150
  1061. package/docs/docs/cmd/spo/group/group-member-list.md +0 -36
  1062. package/docs/docs/cmd/spo/group/group-member-remove.md +0 -73
  1063. package/docs/docs/cmd/spo/group/group-remove.md +0 -39
  1064. package/docs/docs/cmd/spo/group/group-set.md +0 -69
  1065. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +0 -30
  1066. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +0 -33
  1067. package/docs/docs/cmd/spo/homesite/homesite-get.md +0 -75
  1068. package/docs/docs/cmd/spo/homesite/homesite-remove.md +0 -59
  1069. package/docs/docs/cmd/spo/homesite/homesite-set.md +0 -104
  1070. package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +0 -62
  1071. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -124
  1072. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +0 -58
  1073. package/docs/docs/cmd/spo/hubsite/hubsite-get.md +0 -173
  1074. package/docs/docs/cmd/spo/hubsite/hubsite-list.md +0 -190
  1075. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +0 -117
  1076. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +0 -55
  1077. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +0 -49
  1078. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +0 -120
  1079. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +0 -48
  1080. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.md +0 -52
  1081. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.md +0 -61
  1082. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +0 -57
  1083. package/docs/docs/cmd/spo/list/list-add.md +0 -425
  1084. package/docs/docs/cmd/spo/list/list-contenttype-add.md +0 -180
  1085. package/docs/docs/cmd/spo/list/list-contenttype-default-set.md +0 -52
  1086. package/docs/docs/cmd/spo/list/list-contenttype-list.md +0 -150
  1087. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +0 -55
  1088. package/docs/docs/cmd/spo/list/list-get.md +0 -282
  1089. package/docs/docs/cmd/spo/list/list-list.md +0 -213
  1090. package/docs/docs/cmd/spo/list/list-remove.md +0 -43
  1091. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.md +0 -68
  1092. package/docs/docs/cmd/spo/list/list-retentionlabel-get.md +0 -151
  1093. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.md +0 -52
  1094. package/docs/docs/cmd/spo/list/list-roleassignment-add.md +0 -82
  1095. package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +0 -61
  1096. package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +0 -71
  1097. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +0 -58
  1098. package/docs/docs/cmd/spo/list/list-set.md +0 -248
  1099. package/docs/docs/cmd/spo/list/list-sitescript-get.md +0 -155
  1100. package/docs/docs/cmd/spo/list/list-view-add.md +0 -258
  1101. package/docs/docs/cmd/spo/list/list-view-field-add.md +0 -70
  1102. package/docs/docs/cmd/spo/list/list-view-field-remove.md +0 -61
  1103. package/docs/docs/cmd/spo/list/list-view-field-set.md +0 -70
  1104. package/docs/docs/cmd/spo/list/list-view-get.md +0 -233
  1105. package/docs/docs/cmd/spo/list/list-view-list.md +0 -184
  1106. package/docs/docs/cmd/spo/list/list-view-remove.md +0 -70
  1107. package/docs/docs/cmd/spo/list/list-view-set.md +0 -72
  1108. package/docs/docs/cmd/spo/list/list-webhook-add.md +0 -107
  1109. package/docs/docs/cmd/spo/list/list-webhook-get.md +0 -104
  1110. package/docs/docs/cmd/spo/list/list-webhook-list.md +0 -96
  1111. package/docs/docs/cmd/spo/list/list-webhook-remove.md +0 -58
  1112. package/docs/docs/cmd/spo/list/list-webhook-set.md +0 -65
  1113. package/docs/docs/cmd/spo/listitem/listitem-add.md +0 -174
  1114. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.md +0 -97
  1115. package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +0 -64
  1116. package/docs/docs/cmd/spo/listitem/listitem-batch-set.md +0 -67
  1117. package/docs/docs/cmd/spo/listitem/listitem-get.md +0 -310
  1118. package/docs/docs/cmd/spo/listitem/listitem-isrecord.md +0 -74
  1119. package/docs/docs/cmd/spo/listitem/listitem-list.md +0 -179
  1120. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +0 -101
  1121. package/docs/docs/cmd/spo/listitem/listitem-record-lock.md +0 -52
  1122. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +0 -52
  1123. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.md +0 -52
  1124. package/docs/docs/cmd/spo/listitem/listitem-remove.md +0 -58
  1125. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +0 -71
  1126. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.md +0 -55
  1127. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.md +0 -85
  1128. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +0 -71
  1129. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +0 -74
  1130. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +0 -55
  1131. package/docs/docs/cmd/spo/listitem/listitem-set.md +0 -172
  1132. package/docs/docs/cmd/spo/mail/mail-send.md +0 -65
  1133. package/docs/docs/cmd/spo/navigation/navigation-node-add.md +0 -127
  1134. package/docs/docs/cmd/spo/navigation/navigation-node-get.md +0 -91
  1135. package/docs/docs/cmd/spo/navigation/navigation-node-list.md +0 -92
  1136. package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +0 -43
  1137. package/docs/docs/cmd/spo/navigation/navigation-node-set.md +0 -59
  1138. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.md +0 -45
  1139. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +0 -87
  1140. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +0 -66
  1141. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +0 -54
  1142. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +0 -42
  1143. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.md +0 -35
  1144. package/docs/docs/cmd/spo/page/page-add.md +0 -106
  1145. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +0 -85
  1146. package/docs/docs/cmd/spo/page/page-column-get.md +0 -115
  1147. package/docs/docs/cmd/spo/page/page-column-list.md +0 -82
  1148. package/docs/docs/cmd/spo/page/page-control-get.md +0 -119
  1149. package/docs/docs/cmd/spo/page/page-control-list.md +0 -115
  1150. package/docs/docs/cmd/spo/page/page-control-set.md +0 -53
  1151. package/docs/docs/cmd/spo/page/page-copy.md +0 -151
  1152. package/docs/docs/cmd/spo/page/page-get.md +0 -175
  1153. package/docs/docs/cmd/spo/page/page-header-set.md +0 -86
  1154. package/docs/docs/cmd/spo/page/page-list.md +0 -198
  1155. package/docs/docs/cmd/spo/page/page-remove.md +0 -46
  1156. package/docs/docs/cmd/spo/page/page-section-add.md +0 -41
  1157. package/docs/docs/cmd/spo/page/page-section-get.md +0 -78
  1158. package/docs/docs/cmd/spo/page/page-section-list.md +0 -79
  1159. package/docs/docs/cmd/spo/page/page-set.md +0 -103
  1160. package/docs/docs/cmd/spo/page/page-template-list.md +0 -112
  1161. package/docs/docs/cmd/spo/page/page-text-add.md +0 -59
  1162. package/docs/docs/cmd/spo/propertybag/propertybag-get.md +0 -80
  1163. package/docs/docs/cmd/spo/propertybag/propertybag-list.md +0 -92
  1164. package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +0 -61
  1165. package/docs/docs/cmd/spo/propertybag/propertybag-set.md +0 -65
  1166. package/docs/docs/cmd/spo/report/report-activityfilecounts.md +0 -78
  1167. package/docs/docs/cmd/spo/report/report-activitypages.md +0 -75
  1168. package/docs/docs/cmd/spo/report/report-activityusercounts.md +0 -83
  1169. package/docs/docs/cmd/spo/report/report-activityuserdetail.md +0 -96
  1170. package/docs/docs/cmd/spo/report/report-siteusagedetail.md +0 -99
  1171. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +0 -81
  1172. package/docs/docs/cmd/spo/report/report-siteusagepages.md +0 -76
  1173. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +0 -81
  1174. package/docs/docs/cmd/spo/report/report-siteusagestorage.md +0 -76
  1175. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +0 -47
  1176. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +0 -125
  1177. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +0 -118
  1178. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.md +0 -40
  1179. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +0 -101
  1180. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +0 -82
  1181. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +0 -41
  1182. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +0 -100
  1183. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +0 -41
  1184. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +0 -79
  1185. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +0 -99
  1186. package/docs/docs/cmd/spo/site/site-add.md +0 -179
  1187. package/docs/docs/cmd/spo/site/site-appcatalog-add.md +0 -33
  1188. package/docs/docs/cmd/spo/site/site-appcatalog-list.md +0 -55
  1189. package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +0 -35
  1190. package/docs/docs/cmd/spo/site/site-apppermission-add.md +0 -37
  1191. package/docs/docs/cmd/spo/site/site-apppermission-get.md +0 -27
  1192. package/docs/docs/cmd/spo/site/site-apppermission-list.md +0 -40
  1193. package/docs/docs/cmd/spo/site/site-apppermission-remove.md +0 -48
  1194. package/docs/docs/cmd/spo/site/site-apppermission-set.md +0 -48
  1195. package/docs/docs/cmd/spo/site/site-chrome-set.md +0 -58
  1196. package/docs/docs/cmd/spo/site/site-commsite-enable.md +0 -32
  1197. package/docs/docs/cmd/spo/site/site-ensure.md +0 -124
  1198. package/docs/docs/cmd/spo/site/site-get.md +0 -28
  1199. package/docs/docs/cmd/spo/site/site-groupify.md +0 -71
  1200. package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -37
  1201. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -37
  1202. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -28
  1203. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +0 -33
  1204. package/docs/docs/cmd/spo/site/site-list.md +0 -75
  1205. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.md +0 -45
  1206. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.md +0 -40
  1207. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.md +0 -43
  1208. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.md +0 -45
  1209. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.md +0 -27
  1210. package/docs/docs/cmd/spo/site/site-remove.md +0 -65
  1211. package/docs/docs/cmd/spo/site/site-rename.md +0 -58
  1212. package/docs/docs/cmd/spo/site/site-set.md +0 -175
  1213. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.md +0 -63
  1214. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +0 -40
  1215. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +0 -41
  1216. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +0 -25
  1217. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +0 -41
  1218. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.md +0 -46
  1219. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +0 -34
  1220. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.md +0 -48
  1221. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +0 -37
  1222. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +0 -35
  1223. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.md +0 -76
  1224. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +0 -28
  1225. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +0 -28
  1226. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +0 -37
  1227. package/docs/docs/cmd/spo/sitescript/sitescript-add.md +0 -38
  1228. package/docs/docs/cmd/spo/sitescript/sitescript-get.md +0 -32
  1229. package/docs/docs/cmd/spo/sitescript/sitescript-list.md +0 -25
  1230. package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +0 -41
  1231. package/docs/docs/cmd/spo/sitescript/sitescript-set.md +0 -44
  1232. package/docs/docs/cmd/spo/spo-get.md +0 -60
  1233. package/docs/docs/cmd/spo/spo-search.md +0 -153
  1234. package/docs/docs/cmd/spo/spo-set.md +0 -32
  1235. package/docs/docs/cmd/spo/storageentity/storageentity-get.md +0 -32
  1236. package/docs/docs/cmd/spo/storageentity/storageentity-list.md +0 -32
  1237. package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +0 -47
  1238. package/docs/docs/cmd/spo/storageentity/storageentity-set.md +0 -49
  1239. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.md +0 -59
  1240. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +0 -26
  1241. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.md +0 -59
  1242. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +0 -142
  1243. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.md +0 -103
  1244. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.md +0 -49
  1245. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.md +0 -49
  1246. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.md +0 -57
  1247. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.md +0 -26
  1248. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +0 -43
  1249. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +0 -40
  1250. package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +0 -26
  1251. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +0 -300
  1252. package/docs/docs/cmd/spo/term/term-add.md +0 -184
  1253. package/docs/docs/cmd/spo/term/term-get.md +0 -159
  1254. package/docs/docs/cmd/spo/term/term-group-add.md +0 -47
  1255. package/docs/docs/cmd/spo/term/term-group-get.md +0 -104
  1256. package/docs/docs/cmd/spo/term/term-group-list.md +0 -94
  1257. package/docs/docs/cmd/spo/term/term-list.md +0 -254
  1258. package/docs/docs/cmd/spo/term/term-set-add.md +0 -149
  1259. package/docs/docs/cmd/spo/term/term-set-get.md +0 -128
  1260. package/docs/docs/cmd/spo/term/term-set-list.md +0 -118
  1261. package/docs/docs/cmd/spo/theme/theme-apply.md +0 -48
  1262. package/docs/docs/cmd/spo/theme/theme-get.md +0 -33
  1263. package/docs/docs/cmd/spo/theme/theme-list.md +0 -30
  1264. package/docs/docs/cmd/spo/theme/theme-remove.md +0 -42
  1265. package/docs/docs/cmd/spo/theme/theme-set.md +0 -84
  1266. package/docs/docs/cmd/spo/user/user-ensure.md +0 -108
  1267. package/docs/docs/cmd/spo/user/user-get.md +0 -117
  1268. package/docs/docs/cmd/spo/user/user-list.md +0 -89
  1269. package/docs/docs/cmd/spo/user/user-remove.md +0 -51
  1270. package/docs/docs/cmd/spo/userprofile/userprofile-get.md +0 -635
  1271. package/docs/docs/cmd/spo/userprofile/userprofile-set.md +0 -44
  1272. package/docs/docs/cmd/spo/web/web-add.md +0 -124
  1273. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +0 -69
  1274. package/docs/docs/cmd/spo/web/web-get.md +0 -540
  1275. package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +0 -69
  1276. package/docs/docs/cmd/spo/web/web-list.md +0 -121
  1277. package/docs/docs/cmd/spo/web/web-reindex.md +0 -32
  1278. package/docs/docs/cmd/spo/web/web-remove.md +0 -31
  1279. package/docs/docs/cmd/spo/web/web-retentionlabel-list.md +0 -101
  1280. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +0 -61
  1281. package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +0 -58
  1282. package/docs/docs/cmd/spo/web/web-roleinheritance-break.md +0 -44
  1283. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +0 -37
  1284. package/docs/docs/cmd/spo/web/web-set.md +0 -117
  1285. package/docs/docs/cmd/status.md +0 -71
  1286. package/docs/docs/cmd/teams/app/app-install.md +0 -53
  1287. package/docs/docs/cmd/teams/app/app-list.md +0 -77
  1288. package/docs/docs/cmd/teams/app/app-publish.md +0 -75
  1289. package/docs/docs/cmd/teams/app/app-remove.md +0 -41
  1290. package/docs/docs/cmd/teams/app/app-uninstall.md +0 -39
  1291. package/docs/docs/cmd/teams/app/app-update.md +0 -44
  1292. package/docs/docs/cmd/teams/cache/cache-remove.md +0 -50
  1293. package/docs/docs/cmd/teams/channel/channel-add.md +0 -118
  1294. package/docs/docs/cmd/teams/channel/channel-get.md +0 -108
  1295. package/docs/docs/cmd/teams/channel/channel-list.md +0 -98
  1296. package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -58
  1297. package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -105
  1298. package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -55
  1299. package/docs/docs/cmd/teams/channel/channel-member-set.md +0 -107
  1300. package/docs/docs/cmd/teams/channel/channel-remove.md +0 -66
  1301. package/docs/docs/cmd/teams/channel/channel-set.md +0 -49
  1302. package/docs/docs/cmd/teams/chat/chat-get.md +0 -117
  1303. package/docs/docs/cmd/teams/chat/chat-list.md +0 -102
  1304. package/docs/docs/cmd/teams/chat/chat-member-list.md +0 -79
  1305. package/docs/docs/cmd/teams/chat/chat-member-remove.md +0 -52
  1306. package/docs/docs/cmd/teams/chat/chat-message-list.md +0 -107
  1307. package/docs/docs/cmd/teams/chat/chat-message-send.md +0 -59
  1308. package/docs/docs/cmd/teams/funsettings/funsettings-list.md +0 -68
  1309. package/docs/docs/cmd/teams/funsettings/funsettings-set.md +0 -58
  1310. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +0 -62
  1311. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +0 -40
  1312. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.md +0 -69
  1313. package/docs/docs/cmd/teams/meeting/meeting-get.md +0 -159
  1314. package/docs/docs/cmd/teams/meeting/meeting-list.md +0 -149
  1315. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +0 -96
  1316. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +0 -74
  1317. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +0 -49
  1318. package/docs/docs/cmd/teams/message/message-get.md +0 -149
  1319. package/docs/docs/cmd/teams/message/message-list.md +0 -138
  1320. package/docs/docs/cmd/teams/message/message-reply-list.md +0 -132
  1321. package/docs/docs/cmd/teams/message/message-send.md +0 -119
  1322. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +0 -73
  1323. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +0 -49
  1324. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +0 -81
  1325. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +0 -82
  1326. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +0 -100
  1327. package/docs/docs/cmd/teams/report/report-directroutingcalls.md +0 -101
  1328. package/docs/docs/cmd/teams/report/report-pstncalls.md +0 -105
  1329. package/docs/docs/cmd/teams/report/report-useractivitycounts.md +0 -85
  1330. package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +0 -79
  1331. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +0 -113
  1332. package/docs/docs/cmd/teams/tab/tab-add.md +0 -106
  1333. package/docs/docs/cmd/teams/tab/tab-get.md +0 -101
  1334. package/docs/docs/cmd/teams/tab/tab-list.md +0 -101
  1335. package/docs/docs/cmd/teams/tab/tab-remove.md +0 -47
  1336. package/docs/docs/cmd/teams/team/team-add.md +0 -271
  1337. package/docs/docs/cmd/teams/team/team-app-list.md +0 -94
  1338. package/docs/docs/cmd/teams/team/team-archive.md +0 -55
  1339. package/docs/docs/cmd/teams/team/team-clone.md +0 -55
  1340. package/docs/docs/cmd/teams/team/team-get.md +0 -141
  1341. package/docs/docs/cmd/teams/team/team-list.md +0 -135
  1342. package/docs/docs/cmd/teams/team/team-remove.md +0 -56
  1343. package/docs/docs/cmd/teams/team/team-set.md +0 -49
  1344. package/docs/docs/cmd/teams/team/team-unarchive.md +0 -45
  1345. package/docs/docs/cmd/teams/user/user-app-add.md +0 -35
  1346. package/docs/docs/cmd/teams/user/user-app-list.md +0 -95
  1347. package/docs/docs/cmd/teams/user/user-app-remove.md +0 -39
  1348. package/docs/docs/cmd/teams/user/user-list.md +0 -81
  1349. package/docs/docs/cmd/tenant/id/id-get.md +0 -60
  1350. package/docs/docs/cmd/tenant/report/report-activeusercounts.md +0 -81
  1351. package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +0 -108
  1352. package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +0 -60
  1353. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +0 -58
  1354. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +0 -64
  1355. package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +0 -87
  1356. package/docs/docs/cmd/tenant/security/security-alerts-list.md +0 -158
  1357. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +0 -152
  1358. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +0 -153
  1359. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +0 -112
  1360. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +0 -111
  1361. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +0 -114
  1362. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +0 -108
  1363. package/docs/docs/cmd/todo/list/list-add.md +0 -73
  1364. package/docs/docs/cmd/todo/list/list-get.md +0 -79
  1365. package/docs/docs/cmd/todo/list/list-list.md +0 -70
  1366. package/docs/docs/cmd/todo/list/list-remove.md +0 -40
  1367. package/docs/docs/cmd/todo/list/list-set.md +0 -40
  1368. package/docs/docs/cmd/todo/task/task-add.md +0 -164
  1369. package/docs/docs/cmd/todo/task/task-get.md +0 -96
  1370. package/docs/docs/cmd/todo/task/task-list.md +0 -101
  1371. package/docs/docs/cmd/todo/task/task-remove.md +0 -44
  1372. package/docs/docs/cmd/todo/task/task-set.md +0 -173
  1373. package/docs/docs/cmd/util/accesstoken/accesstoken-get.md +0 -71
  1374. package/docs/docs/cmd/version.md +0 -47
  1375. package/docs/docs/cmd/viva/connections/connections-app-create.md +0 -77
  1376. package/docs/docs/cmd/yammer/group/group-list.md +0 -157
  1377. package/docs/docs/cmd/yammer/group/group-user-add.md +0 -53
  1378. package/docs/docs/cmd/yammer/group/group-user-remove.md +0 -51
  1379. package/docs/docs/cmd/yammer/message/message-add.md +0 -158
  1380. package/docs/docs/cmd/yammer/message/message-get.md +0 -131
  1381. package/docs/docs/cmd/yammer/message/message-like-set.md +0 -51
  1382. package/docs/docs/cmd/yammer/message/message-list.md +0 -184
  1383. package/docs/docs/cmd/yammer/message/message-remove.md +0 -48
  1384. package/docs/docs/cmd/yammer/network/network-list.md +0 -201
  1385. package/docs/docs/cmd/yammer/report/report-activitycounts.md +0 -77
  1386. package/docs/docs/cmd/yammer/report/report-activityusercounts.md +0 -77
  1387. package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +0 -95
  1388. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +0 -79
  1389. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +0 -80
  1390. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +0 -97
  1391. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +0 -77
  1392. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +0 -96
  1393. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +0 -76
  1394. package/docs/docs/cmd/yammer/user/user-get.md +0 -206
  1395. package/docs/docs/cmd/yammer/user/user-list.md +0 -211
  1396. package/docs/docs/cmd/yammer/yammer-search.md +0 -156
@@ -1,57 +0,0 @@
1
- # spo knowledgehub set
2
-
3
- Sets the Knowledge Hub Site for your tenant
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 spo knowledgehub set [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-u, --siteUrl <siteUrl>`
14
- : URL of the site to set as Knowledge Hub.
15
-
16
- --8<-- "docs/cmd/_global.md"
17
-
18
- ## Remarks
19
-
20
- If the specified url doesn't refer to an existing site collection, you will get a `404 - "404 FILE NOT FOUND"` error.
21
-
22
- !!! important
23
- To use this command you have to have permissions to access the tenant admin site.
24
-
25
- ## Examples
26
-
27
- Sets the Knowledge Hub Site for your tenant.
28
-
29
- ```sh
30
- m365 spo knowledgehub set --siteUrl https://contoso.sharepoint.com/sites/knowledgesite
31
- ```
32
-
33
- ## Response
34
-
35
- === "JSON"
36
-
37
- ```json
38
- "The knowledge hub site with url \"https://contoso.sharepoint.com\" is added to list."
39
- ```
40
-
41
- === "Text"
42
-
43
- ```text
44
- The knowledge hub site with url "https://contoso.sharepoint.com" is added to list.
45
- ```
46
-
47
- === "CSV"
48
-
49
- ```csv
50
- The knowledge hub site with url "https://contoso.sharepoint.com" is added to list.
51
- ```
52
-
53
- === "Markdown"
54
-
55
- ```md
56
- The knowledge hub site with url "https://contoso.sharepoint.com" is added to list.
57
- ```
@@ -1,425 +0,0 @@
1
- # spo list add
2
-
3
- Creates list in the specified site
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 spo list add [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-t, --title <title>`
14
- : Title of the list to add.
15
-
16
- `--baseTemplate [baseTemplate]`
17
- : The list definition type on which the list is based. Allowed values `Announcements`, `Contacts`, `CustomGrid`, `DataSources`,`DiscussionBoard`, `DocumentLibrary`, `Events`, `GanttTasks`, `GenericList`, `IssuesTracking`, `Links`, `NoCodeWorkflows`,`PictureLibrary`, `Survey`, `Tasks`, `WebPageLibrary`, `WorkflowHistory`, `WorkflowProcess`, `XmlForm`. Default value is `GenericList`.
18
-
19
- `-u, --webUrl <webUrl>`
20
- : URL of the site where the list should be added.
21
-
22
- `--description [description]`
23
- : The description for the list.
24
-
25
- `--templateFeatureId [templateFeatureId]`
26
- : The globally unique identifier (GUID) of a template feature that is associated with the list.
27
-
28
- `--allowDeletion [allowDeletion]`
29
- : Boolean value specifying whether the list can be deleted. Valid values are `true`, `false`.
30
-
31
- `--allowEveryoneViewItems [allowEveryoneViewItems]`
32
- : Boolean value specifying whether everyone can view documents in the documentlibrary or attachments to items in the list. Valid values are `true`, `false`.
33
-
34
- `--allowMultiResponses [allowMultiResponses]`
35
- : Boolean value specifying whether users are allowed to give multiple responses to the survey. Valid values are `true`, `false`.
36
-
37
- `--contentTypesEnabled [contentTypesEnabled]`
38
- : Boolean value specifying whether content types are enabled for the list. Valid values are `true`, `false`.
39
-
40
- `--crawlNonDefaultViews [crawlNonDefaultViews]`
41
- : Boolean value specifying whether to crawl non default views. Valid values are `true`, `false`.
42
-
43
- `--defaultContentApprovalWorkflowId [defaultContentApprovalWorkflowId]`
44
- : Value that specifies the default workflow identifier for content approval onthe list (GUID).
45
-
46
- `--defaultDisplayFormUrl [defaultDisplayFormUrl]`
47
- : Value that specifies the location of the default display form for the list.
48
-
49
- `--defaultEditFormUrl [defaultEditFormUrl]`
50
- : Value that specifies the URL of the edit form to use for list items in the list
51
- .
52
- `--direction [direction]`
53
- : Value that specifies the reading order of the list. Valid values are `NONE`, `LTR`, `RTL`.
54
-
55
- `--disableCommenting [disableCommenting]`
56
- : Property for enabling or disabling commenting on the list. Valid values are `true`, `false`.
57
-
58
- `--disableGridEditing [disableGridEditing]`
59
- : Property for assigning or retrieving grid editing on the list. Valid values are `true`, `false`.
60
-
61
- `--draftVersionVisibility [draftVersionVisibility]`
62
- : Value that specifies the minimum permission required to view minor versions and drafts within the list. Allowed values `Reader`, `Author`, `Approver`. Default `Reader`.
63
-
64
- `--emailAlias [emailAlias]`
65
- : If e-mail notification is enabled, gets or sets the e-mail address to use tonotify to the owner of an item when an assignment has changed or the item has been updated.
66
-
67
- `--enableAssignToEmail [enableAssignToEmail]`
68
- : Boolean value specifying whether e-mail notification is enabled for the list. Valid values are `true`, `false`.
69
-
70
- `--enableAttachments [enableAttachments]`
71
- : Boolean value that specifies whether attachments can be added to items in the list. Valid values are `true`, `false`.
72
-
73
- `--enableDeployWithDependentList [enableDeployWithDependentList]`
74
- : Boolean value that specifies whether the list can be deployed with a dependent list. Valid values are `true`, `false`.
75
-
76
- `--enableFolderCreation [enableFolderCreation]`
77
- : Boolean value that specifies whether folders can be created for the list. Valid values are `true`, `false`.
78
-
79
- `--enableMinorVersions [enableMinorVersions]`
80
- : Boolean value that specifies whether minor versions are enabled when versioning is enabled for the document library. Valid values are `true`, `false`.
81
-
82
- `--enableModeration [enableModeration]`
83
- : Boolean value that specifies whether Content Approval is enabled for the list. Valid values are `true`, `false`.
84
-
85
- `--enablePeopleSelector [enablePeopleSelector]`
86
- : Enable user selector on event list. Valid values are `true`, `false`.
87
-
88
- `--enableResourceSelector [enableResourceSelector]`
89
- : Enables resource selector on an event list. Valid values are `true`, `false`.
90
-
91
- `--enableSchemaCaching [enableSchemaCaching]`
92
- : Boolean value specifying whether schema caching is enabled for the list. Valid values are `true`, `false`.
93
-
94
- `--enableSyndication [enableSyndication]`
95
- : Boolean value that specifies whether RSS syndication is enabled for the list. Valid values are `true`, `false`.
96
-
97
- `--enableThrottling [enableThrottling]`
98
- : Indicates whether throttling for this list is enabled or not. Valid values are `true`, `false`.
99
-
100
- `--enableVersioning [enableVersioning]`
101
- : Boolean value that specifies whether versioning is enabled for the document library. Valid values are `true`, `false`.
102
-
103
- `--enforceDataValidation [enforceDataValidation]`
104
- : Value that indicates whether certain field properties are enforced when an item is added or updated. Valid values are `true`, `false`.
105
-
106
- `--excludeFromOfflineClient [excludeFromOfflineClient]`
107
- : Value that indicates whether the list should be downloaded to the client during offline synchronization. Valid values are `true`, `false`.
108
-
109
- `--fetchPropertyBagForListView [fetchPropertyBagForListView]`
110
- : Specifies whether property bag information, as part of the list schema JSON,is retrieved when the list is being rendered on the client. Valid values are `true`, `false`.
111
-
112
- `--followable [followable]`
113
- : Can a list be followed in an activity feed?. Valid values are `true`, `false`.
114
-
115
- `--forceCheckout [forceCheckout]`
116
- : Boolean value that specifies whether forced checkout is enabled for the document library. Valid values are `true`, `false`.
117
-
118
- `--forceDefaultContentType [forceDefaultContentType]`
119
- : Specifies whether we want to return the default Document root content type. Valid values are `true`, `false`.
120
-
121
- `--hidden [hidden]`
122
- : Boolean value that specifies whether the list is hidden. Valid values are `true`, `false`.
123
-
124
- `--includedInMyFilesScope [includedInMyFilesScope]`
125
- : Specifies whether this list is accessible to an app principal that has been granted an OAuth scope that contains the string “myfiles” by a case-insensitive comparison when the current user is a site collection administrator of the personal site that contains the list.
126
-
127
- `--irmEnabled [irmEnabled]`
128
- : Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) is enabled for the list.
129
-
130
- `--irmExpire [irmExpire]`
131
- : Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) expiration is enabled for the list.
132
-
133
- `--irmReject [irmReject]`
134
- : Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) rejection is enabled for the list.
135
-
136
- `--isApplicationList [isApplicationList]`
137
- : Indicates whether this list should be treated as a top level navigation object or not.
138
-
139
- `--listExperienceOptions [listExperienceOptions]`
140
- : Gets or sets the list experience for the list. Allowed values `Auto`, `NewExperience`, `ClassicExperience`. Default `Auto`.
141
-
142
- `--majorVersionLimit [majorVersionLimit]`
143
- : Gets or sets the maximum number of major versions allowed for an item in a document library that uses version control with major versions only.
144
-
145
- `--majorWithMinorVersionsLimit [majorWithMinorVersionsLimit]`
146
- : Gets or sets the maximum number of major versions that are allowed for an item in a document library that uses version control with both major and minor versions.
147
-
148
- `--multipleDataList [multipleDataList]`
149
- : Gets or sets a Boolean value that specifies whether the list in a Meeting Workspace sitecontains data for multiple meeting instances within the site
150
-
151
- `--navigateForFormsPages [navigateForFormsPages]`
152
- : Indicates whether to navigate for forms pages or use a modal dialog.
153
-
154
- `--needUpdateSiteClientTag [needUpdateSiteClientTag]`
155
- : A boolean value that determines whether to editing documents in this list should increment the ClientTag for the site. The tag is used to allow clients to cache JS/CSS/resources that are retrieved from the Content DB, including custom CSR templates.
156
-
157
- `--noCrawl [noCrawl]`
158
- : Gets or sets a Boolean value specifying whether crawling is enabled for the list.
159
-
160
- `--onQuickLaunch [onQuickLaunch]`
161
- : Gets or sets a Boolean value that specifies whether the list appears on the Quick Launcharea of the home page.
162
-
163
- `--ordered [ordered]`
164
- : Gets or sets a Boolean value that specifies whether the option to allow users to reorderitems in the list is available on the Edit View page for the list.
165
-
166
- `--parserDisabled [parserDisabled]`
167
- : Gets or sets a Boolean value that specifies whether the parser should be disabled.
168
-
169
- `--readOnlyUI [readOnlyUI]`
170
- : A boolean value that indicates whether the UI for this list should be presented in a read-only fashion. This will not affect security nor will it actually prevent changes to the list from occurring - it only affects the way the UI is displayed.
171
-
172
- `--readSecurity [readSecurity]`
173
- : Gets or sets the Read security setting for the list. Valid values are 1 (All users have Read access to all items)|2 (Users have Read access only to items that they create).
174
-
175
- `--requestAccessEnabled [requestAccessEnabled]`
176
- : Gets or sets a Boolean value that specifies whether the option to allow users to requestaccess to the list is available.
177
-
178
- `--restrictUserUpdates [restrictUserUpdates]`
179
- : A boolean value that indicates whether the this list is a restricted one or not The value can't be changed if there are existing items in the list.
180
-
181
- `--sendToLocationName [sendToLocationName]`
182
- : Gets or sets a file name to use when copying an item in the list to another document library.
183
-
184
- `--sendToLocationUrl [sendToLocationUrl]`
185
- : Gets or sets a URL to use when copying an item in the list to another document library.
186
-
187
- `--showUser [showUser]`
188
- : Gets or sets a Boolean value that specifies whether names of users are shown in the results of the survey.
189
-
190
- `--useFormsForDisplay [useFormsForDisplay]`
191
- : Indicates whether forms should be considered for display context or not.
192
-
193
- `--validationFormula [validationFormula]`
194
- : Gets or sets a formula that is evaluated each time that a list item is added or updated.
195
-
196
- `--validationMessage [validationMessage]`
197
- : Gets or sets the message that is displayed when validation fails for a list item.
198
-
199
- `--writeSecurity [writeSecurity]`
200
- : Gets or sets the Write security setting for the list. Valid values are 1 (All users can modify all items)|2 (Users can modify only items that they create)|4 (Users cannot modify any list item).
201
-
202
- `--schemaXml [schemaXml]`
203
- : (deprecated) The schema in Collaborative Application Markup Language (CAML) schemas that defines the list.
204
-
205
- --8<-- "docs/cmd/_global.md"
206
-
207
- ## Examples
208
-
209
- Add a list with specific title and baseTemplate in a specific site.
210
-
211
- ```sh
212
- m365 spo list add --title Announcements --baseTemplate Announcements --webUrl https://contoso.sharepoint.com/sites/project-x
213
- ```
214
-
215
- Add a list with specific title and baseTemplate in a specific site with content types and versioning enabled and major version limit set.
216
-
217
- ```sh
218
- m365 spo list add --webUrl https://contoso.sharepoint.com/sites/project-x --title Announcements --baseTemplate Announcements --contentTypesEnabled true --enableVersioning true --majorVersionLimit 50
219
- ```
220
-
221
- ## Response
222
-
223
- === "JSON"
224
-
225
- ```json
226
- {
227
- "AllowContentTypes": true,
228
- "BaseTemplate": 100,
229
- "BaseType": 0,
230
- "ContentTypesEnabled": false,
231
- "CrawlNonDefaultViews": false,
232
- "Created": "2022-11-16T19:51:42Z",
233
- "CurrentChangeToken": {
234
- "StringValue": "1;3;ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d;638042251016970000;564165920"
235
- },
236
- "DefaultContentApprovalWorkflowId": "00000000-0000-0000-0000-000000000000",
237
- "DefaultItemOpenUseListSetting": false,
238
- "Description": "",
239
- "Direction": "none",
240
- "DisableCommenting": false,
241
- "DisableGridEditing": false,
242
- "DocumentTemplateUrl": null,
243
- "DraftVersionVisibility": 0,
244
- "EnableAttachments": true,
245
- "EnableFolderCreation": false,
246
- "EnableMinorVersions": false,
247
- "EnableModeration": false,
248
- "EnableRequestSignOff": true,
249
- "EnableVersioning": true,
250
- "EntityTypeName": "TestList",
251
- "ExemptFromBlockDownloadOfNonViewableFiles": false,
252
- "FileSavePostProcessingEnabled": false,
253
- "ForceCheckout": false,
254
- "HasExternalDataSource": false,
255
- "Hidden": false,
256
- "Id": "ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d",
257
- "ImagePath": {
258
- "DecodedUrl": "/_layouts/15/images/itgen.png?rev=47"
259
- },
260
- "ImageUrl": "/_layouts/15/images/itgen.png?rev=47",
261
- "DefaultSensitivityLabelForLibrary": "",
262
- "IrmEnabled": false,
263
- "IrmExpire": false,
264
- "IrmReject": false,
265
- "IsApplicationList": false,
266
- "IsCatalog": false,
267
- "IsPrivate": false,
268
- "ItemCount": 0,
269
- "LastItemDeletedDate": "2022-11-16T19:51:42Z",
270
- "LastItemModifiedDate": "2022-11-16T19:51:42Z",
271
- "LastItemUserModifiedDate": "2022-11-16T19:51:42Z",
272
- "ListExperienceOptions": 0,
273
- "ListItemEntityTypeFullName": "SP.Data.TestListItem",
274
- "MajorVersionLimit": 50,
275
- "MajorWithMinorVersionsLimit": 0,
276
- "MultipleDataList": false,
277
- "NoCrawl": false,
278
- "ParentWebPath": {
279
- "DecodedUrl": "/"
280
- },
281
- "ParentWebUrl": "/",
282
- "ParserDisabled": false,
283
- "ServerTemplateCanCreateFolders": true,
284
- "TemplateFeatureId": "00bfea71-de22-43b2-a848-c05709900100",
285
- "Title": "Test"
286
- }
287
- ```
288
-
289
- === "Text"
290
-
291
- ```text
292
- AllowContentTypes : true
293
- BaseTemplate : 100
294
- BaseType : 0
295
- ContentTypesEnabled : false
296
- CrawlNonDefaultViews : false
297
- Created : 2022-11-16T19:52:16Z
298
- CurrentChangeToken : {"StringValue":"1;3;4d66e81a-ac73-4894-9e33-7999edaa36bc;638042251364530000;564166119"}
299
- DefaultContentApprovalWorkflowId : 00000000-0000-0000-0000-000000000000
300
- DefaultItemOpenUseListSetting : false
301
- DefaultSensitivityLabelForLibrary :
302
- Description :
303
- Direction : none
304
- DisableCommenting : false
305
- DisableGridEditing : false
306
- DocumentTemplateUrl : null
307
- DraftVersionVisibility : 0
308
- EnableAttachments : true
309
- EnableFolderCreation : false
310
- EnableMinorVersions : false
311
- EnableModeration : false
312
- EnableRequestSignOff : true
313
- EnableVersioning : true
314
- EntityTypeName : TestList
315
- ExemptFromBlockDownloadOfNonViewableFiles: false
316
- FileSavePostProcessingEnabled : false
317
- ForceCheckout : false
318
- HasExternalDataSource : false
319
- Hidden : false
320
- Id : 4d66e81a-ac73-4894-9e33-7999edaa36bc
321
- ImagePath : {"DecodedUrl":"/_layouts/15/images/itgen.png?rev=47"}
322
- ImageUrl : /_layouts/15/images/itgen.png?rev=47
323
- IrmEnabled : false
324
- IrmExpire : false
325
- IrmReject : false
326
- IsApplicationList : false
327
- IsCatalog : false
328
- IsPrivate : false
329
- ItemCount : 0
330
- LastItemDeletedDate : 2022-11-16T19:52:16Z
331
- LastItemModifiedDate : 2022-11-16T19:52:16Z
332
- LastItemUserModifiedDate : 2022-11-16T19:52:16Z
333
- ListExperienceOptions : 0
334
- ListItemEntityTypeFullName : SP.Data.TestListItem
335
- MajorVersionLimit : 50
336
- MajorWithMinorVersionsLimit : 0
337
- MultipleDataList : false
338
- NoCrawl : false
339
- ParentWebPath : {"DecodedUrl":"/"}
340
- ParentWebUrl : /
341
- ParserDisabled : false
342
- ServerTemplateCanCreateFolders : true
343
- TemplateFeatureId : 00bfea71-de22-43b2-a848-c05709900100
344
- Title : Test
345
- ```
346
-
347
- === "CSV"
348
-
349
- ```csv
350
- AllowContentTypes,BaseTemplate,BaseType,ContentTypesEnabled,CrawlNonDefaultViews,Created,CurrentChangeToken,DefaultContentApprovalWorkflowId,DefaultItemOpenUseListSetting,Description,Direction,DisableCommenting,DisableGridEditing,DocumentTemplateUrl,DraftVersionVisibility,EnableAttachments,EnableFolderCreation,EnableMinorVersions,EnableModeration,EnableRequestSignOff,EnableVersioning,EntityTypeName,ExemptFromBlockDownloadOfNonViewableFiles,FileSavePostProcessingEnabled,ForceCheckout,HasExternalDataSource,Hidden,Id,ImagePath,ImageUrl,DefaultSensitivityLabelForLibrary,IrmEnabled,IrmExpire,IrmReject,IsApplicationList,IsCatalog,IsPrivate,ItemCount,LastItemDeletedDate,LastItemModifiedDate,LastItemUserModifiedDate,ListExperienceOptions,ListItemEntityTypeFullName,MajorVersionLimit,MajorWithMinorVersionsLimit,MultipleDataList,NoCrawl,ParentWebPath,ParentWebUrl,ParserDisabled,ServerTemplateCanCreateFolders,TemplateFeatureId,Title
351
- 1,100,0,,,2022-11-16T19:52:41Z,"{""StringValue"":""1;3;3b6bd39e-1e62-4ddf-ac8e-020bf5353891;638042251616230000;564166296""}",00000000-0000-0000-0000-000000000000,,,none,,,,0,1,,,,1,1,TestList,,,,,,3b6bd39e-1e62-4ddf-ac8e-020bf5353891,"{""DecodedUrl"":""/_layouts/15/images/itgen.png?rev=47""}",/_layouts/15/images/itgen.png?rev=47,,,,,,,,0,2022-11-16T19:52:41Z,2022-11-16T19:52:42Z,2022-11-16T19:52:41Z,0,SP.Data.TestListItem,50,0,,,"{""DecodedUrl"":""/""}",/,,1,00bfea71-de22-43b2-a848-c05709900100,Test
352
- ```
353
-
354
- === "Markdown"
355
-
356
- ```md
357
- # spo list add --contentTypesEnabled "true" --enableVersioning "true" --webUrl "https://contoso.sharepoint.com" --title "Test" --baseTemplate "GenericList" --majorVersionLimit "50"
358
-
359
- Date: 2/20/2023
360
-
361
- ## Test (ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d)
362
-
363
- Property | Value
364
- ---------|-------
365
- AllowContentTypes | true
366
- BaseTemplate | 100
367
- BaseType | 0
368
- ContentTypesEnabled | false
369
- CrawlNonDefaultViews | false
370
- Created | 2022-11-16T19:51:42Z
371
- CurrentChangeToken | {"StringValue":"1;3;ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d;638042251016970000;564165920"}
372
- DefaultContentApprovalWorkflowId | 00000000-0000-0000-0000-000000000000
373
- DefaultItemOpenUseListSetting | false
374
- Description |
375
- Direction | none
376
- DisableCommenting | false
377
- DisableGridEditing | false
378
- DocumentTemplateUrl | null
379
- DraftVersionVisibility | 0
380
- EnableAttachments | true
381
- EnableFolderCreation | false
382
- EnableMinorVersions | false
383
- EnableModeration | false
384
- EnableRequestSignOff | true
385
- EnableVersioning | true
386
- EntityTypeName | AnnouncementsList
387
- ExemptFromBlockDownloadOfNonViewableFiles | false
388
- FileSavePostProcessingEnabled | false
389
- ForceCheckout | false
390
- HasExternalDataSource | false
391
- Hidden | false
392
- Id | ea3dc19f-bc1f-4b77-afb8-14e08f4c0f6d
393
- ImagePath | {"DecodedUrl":"/\/_layouts/15/images/itgen.png?rev=47"}
394
- ImageUrl | /\/_layouts/15/images/itgen.png?rev=47
395
- DefaultSensitivityLabelForLibrary |
396
- IrmEnabled | false
397
- IrmExpire | false
398
- IrmReject | false
399
- IsApplicationList | false
400
- IsCatalog | false
401
- IsPrivate | false
402
- ItemCount | 0
403
- LastItemDeletedDate | 2022-11-16T19:51:42Z
404
- LastItemModifiedDate | 2022-11-16T19:51:42Z
405
- LastItemUserModifiedDate | 2022-11-16T19:51:42Z
406
- ListExperienceOptions | 0
407
- ListItemEntityTypeFullName | SP.Data.TestListItem
408
- MajorVersionLimit | 50
409
- MajorWithMinorVersionsLimit | 0
410
- MultipleDataList | false
411
- NoCrawl | false
412
- ParentWebPath | {"DecodedUrl":"/"}
413
- ParentWebUrl | /
414
- ParserDisabled | false
415
- ServerTemplateCanCreateFolders | true
416
- TemplateFeatureId | 00bfea71-de22-43b2-a848-c05709900100
417
- Title | Test
418
- ```
419
-
420
- ## More information
421
-
422
- - SPList Class Members information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx)
423
- - ListTemplateType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx)
424
- - DraftVersionVisibilityType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx)
425
- - ListExperience enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx)
@@ -1,180 +0,0 @@
1
- # spo list contenttype add
2
-
3
- Adds content type to list
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 spo list contenttype add [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-u, --webUrl <webUrl>`
14
- : URL of the site where the list is located.
15
-
16
- `-l, --listId [listId]`
17
- : ID of the list. Specify either `listTitle`, `listId`, or `listUrl`.
18
-
19
- `-t, --listTitle [listTitle]`
20
- : Title of the list. Specify either `listTitle`, `listId`, or `listUrl`.
21
-
22
- `--listUrl [listUrl]`
23
- : Server- or site-relative URL of the list. Specify either `listTitle`, `listId`, or `listUrl`.
24
-
25
- `-i, --id <id>`
26
- : ID of the content type to add to the list.
27
-
28
- --8<-- "docs/cmd/_global.md"
29
-
30
- ## Examples
31
-
32
- Adds a specific existing content type to a list retrieved by id in a specific site.
33
-
34
- ```sh
35
- m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf --id 0x0120
36
- ```
37
-
38
- Adds a specific existing content type to a list retrieved by title in a specific site.
39
-
40
- ```sh
41
- m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --id 0x0120
42
- ```
43
-
44
- Adds a specific existing content type to a list retrieved by server relative URL in a specific site.
45
-
46
- ```sh
47
- m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl 'sites/project-x/Documents' --id 0x0120
48
- ```
49
-
50
- ## Response
51
-
52
- === "JSON"
53
-
54
- ```json
55
- {
56
- "ClientFormCustomFormatter": "",
57
- "Description": "Create a new list item.",
58
- "DisplayFormClientSideComponentId": "",
59
- "DisplayFormClientSideComponentProperties": "",
60
- "DisplayFormTarget": 0,
61
- "DisplayFormTemplateName": "ListForm",
62
- "DisplayFormUrl": "",
63
- "DocumentTemplate": "",
64
- "DocumentTemplateUrl": "",
65
- "EditFormClientSideComponentId": "",
66
- "EditFormClientSideComponentProperties": "",
67
- "EditFormTarget": 0,
68
- "EditFormTemplateName": "ListForm",
69
- "EditFormUrl": "",
70
- "Group": "List Content Types",
71
- "Hidden": false,
72
- "Id": {
73
- "StringValue": "0x01000B1208C5D23DF44B9F1AEE7373DE9D5E"
74
- },
75
- "JSLink": "",
76
- "MobileDisplayFormUrl": "",
77
- "MobileEditFormUrl": "",
78
- "MobileNewFormUrl": "",
79
- "Name": "Item",
80
- "NewFormClientSideComponentId": null,
81
- "NewFormClientSideComponentProperties": "",
82
- "NewFormTarget": 0,
83
- "NewFormTemplateName": "ListForm",
84
- "NewFormUrl": "",
85
- "ReadOnly": false,
86
- "SchemaXml": "<ContentType ID=\"0x01000B1208C5D23DF44B9F1AEE7373DE9D5E\" Name=\"Item\" Group=\"List Content Types\" Description=\"Create a new list item.\" Version=\"0\" FeatureId=\"{695b6570-a48b-4a8e-8ea5-26ea7fc1d162}\" FeatureIds=\"{695b6570-a48b-4a8e-8ea5-26ea7fc1d162};{c94c1702-30a7-454c-be15-5a895223428d}\"><Folder TargetName=\"Item\"/><Fields><Field ID=\"{c042a256-787d-4a6f-8a8a-cf6ab767f12d}\" Type=\"Computed\" DisplayName=\"Content Type\" Name=\"ContentType\" DisplaceOnUpgrade=\"TRUE\" RenderXMLUsingPattern=\"TRUE\" Sortable=\"FALSE\" SourceID=\"http://schemas.microsoft.com/sharepoint/v3\" StaticName=\"ContentType\" Group=\"_Hidden\" PITarget=\"MicrosoftWindowsSharePointServices\" PIAttribute=\"ContentTypeID\" FromBaseType=\"TRUE\"><FieldRefs><FieldRef Name=\"ContentTypeId\"/></FieldRefs><DisplayPattern><MapToContentType><Column Name=\"ContentTypeId\"/></MapToContentType></DisplayPattern></Field><Field ID=\"{fa564e0f-0c70-4ab9-b863-0177e6ddd247}\" Type=\"Text\" Name=\"Title\" DisplayName=\"Title\" Required=\"TRUE\" SourceID=\"http://schemas.microsoft.com/sharepoint/v3\" StaticName=\"Title\" FromBaseType=\"TRUE\" ColName=\"nvarchar1\" ShowInNewForm=\"TRUE\" ShowInEditForm=\"TRUE\"/></Fields><XmlDocuments><XmlDocument NamespaceURI=\"http://schemas.microsoft.com/sharepoint/v3/contenttype/forms\"><FormTemplates xmlns=\"http://schemas.microsoft.com/sharepoint/v3/contenttype/forms\"><Display>ListForm</Display><Edit>ListForm</Edit><New>ListForm</New></FormTemplates></XmlDocument></XmlDocuments></ContentType>",
87
- "Scope": "/Lists/Test",
88
- "Sealed": false,
89
- "StringId": "0x01000B1208C5D23DF44B9F1AEE7373DE9D5E"
90
- }
91
- ```
92
-
93
- === "Text"
94
-
95
- ```text
96
- ClientFormCustomFormatter :
97
- Description : Create a new list item.
98
- DisplayFormClientSideComponentId :
99
- DisplayFormClientSideComponentProperties:
100
- DisplayFormTarget : 0
101
- DisplayFormTemplateName : ListForm
102
- DisplayFormUrl :
103
- DocumentTemplate :
104
- DocumentTemplateUrl :
105
- EditFormClientSideComponentId :
106
- EditFormClientSideComponentProperties :
107
- EditFormTarget : 0
108
- EditFormTemplateName : ListForm
109
- EditFormUrl :
110
- Group : List Content Types
111
- Hidden : false
112
- Id : {"StringValue":"0x01006510BD288ADEDD4AB8AC500FA0B356E4"}
113
- JSLink :
114
- MobileDisplayFormUrl :
115
- MobileEditFormUrl :
116
- MobileNewFormUrl :
117
- Name : Item
118
- NewFormClientSideComponentId : null
119
- NewFormClientSideComponentProperties :
120
- NewFormTarget : 0
121
- NewFormTemplateName : ListForm
122
- NewFormUrl :
123
- ReadOnly : false
124
- SchemaXml : <ContentType ID="0x01006510BD288ADEDD4AB8AC500FA0B356E4" Name="Item" Group="List Content Types" Description="Create a new list item." Version="0" FeatureId="{695b6570-a48b-4a8e-8ea5-26ea7fc1d162}" FeatureIds="{695b6570-a48b-4a8e-8ea5-26ea7fc1d162};{c94c1702-30a7-454c-be15-5a895223428d}"><Folder TargetName="Item"/><Fields><Field ID="{c042a256-787d-4a6f-8a8a-cf6ab767f12d}" Type="Computed" DisplayName="Content Type" Name="ContentType" DisplaceOnUpgrade="TRUE" RenderXMLUsingPattern="TRUE" Sortable="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="ContentType" Group="_Hidden" PITarget="MicrosoftWindowsSharePointServices" PIAttribute="ContentTypeID" FromBaseType="TRUE"><FieldRefs><FieldRef Name="ContentTypeId"/></FieldRefs><DisplayPattern><MapToContentType><Column Name="ContentTypeId"/></MapToContentType></DisplayPattern></Field><Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" DisplayName="Title" Required="TRUE" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="Title" FromBaseType="TRUE" ColName="nvarchar1" ShowInNewForm="TRUE" ShowInEditForm="TRUE"/></Fields><XmlDocuments><XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms"><FormTemplates xmlns="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms"><Display>ListForm</Display><Edit>ListForm</Edit><New>ListForm</New></FormTemplates></XmlDocument></XmlDocuments></ContentType>
125
- Scope : /Lists/Test
126
- Sealed : false
127
- StringId : 0x01006510BD288ADEDD4AB8AC500FA0B356E4
128
- ```
129
-
130
- === "CSV"
131
-
132
- ```csv
133
- ClientFormCustomFormatter,Description,DisplayFormClientSideComponentId,DisplayFormClientSideComponentProperties,DisplayFormTarget,DisplayFormTemplateName,DisplayFormUrl,DocumentTemplate,DocumentTemplateUrl,EditFormClientSideComponentId,EditFormClientSideComponentProperties,EditFormTarget,EditFormTemplateName,EditFormUrl,Group,Hidden,Id,JSLink,MobileDisplayFormUrl,MobileEditFormUrl,MobileNewFormUrl,Name,NewFormClientSideComponentId,NewFormClientSideComponentProperties,NewFormTarget,NewFormTemplateName,NewFormUrl,ReadOnly,SchemaXml,Scope,Sealed,StringId
134
- ,Create a new list item.,,,0,ListForm,,,,,,0,ListForm,,List Content Types,,"{""StringValue"":""0x01006D9EF01B2D22B3428279F8CF918B5EE0""}",,,,,Item,,,0,ListForm,,,"<ContentType ID=""0x01006D9EF01B2D22B3428279F8CF918B5EE0"" Name=""Item"" Group=""List Content Types"" Description=""Create a new list item."" Version=""0"" FeatureId=""{695b6570-a48b-4a8e-8ea5-26ea7fc1d162}"" FeatureIds=""{695b6570-a48b-4a8e-8ea5-26ea7fc1d162};{c94c1702-30a7-454c-be15-5a895223428d}""><Folder TargetName=""Item""/><Fields><Field ID=""{c042a256-787d-4a6f-8a8a-cf6ab767f12d}"" Type=""Computed"" DisplayName=""Content Type"" Name=""ContentType"" DisplaceOnUpgrade=""TRUE"" RenderXMLUsingPattern=""TRUE"" Sortable=""FALSE"" SourceID=""http://schemas.microsoft.com/sharepoint/v3"" StaticName=""ContentType"" Group=""_Hidden"" PITarget=""MicrosoftWindowsSharePointServices"" PIAttribute=""ContentTypeID"" FromBaseType=""TRUE""><FieldRefs><FieldRef Name=""ContentTypeId""/></FieldRefs><DisplayPattern><MapToContentType><Column Name=""ContentTypeId""/></MapToContentType></DisplayPattern></Field><Field ID=""{fa564e0f-0c70-4ab9-b863-0177e6ddd247}"" Type=""Text"" Name=""Title"" DisplayName=""Title"" Required=""TRUE"" SourceID=""http://schemas.microsoft.com/sharepoint/v3"" StaticName=""Title"" FromBaseType=""TRUE"" ColName=""nvarchar1"" ShowInNewForm=""TRUE"" ShowInEditForm=""TRUE""/></Fields><XmlDocuments><XmlDocument NamespaceURI=""http://schemas.microsoft.com/sharepoint/v3/contenttype/forms""><FormTemplates xmlns=""http://schemas.microsoft.com/sharepoint/v3/contenttype/forms""><Display>ListForm</Display><Edit>ListForm</Edit><New>ListForm</New></FormTemplates></XmlDocument></XmlDocuments></ContentType>",/Lists/Test,,0x01006D9EF01B2D22B3428279F8CF918B5EE0
135
- ```
136
-
137
- === "Markdown"
138
-
139
- ```md
140
- # spo list contenttype add --webUrl "https://contoso.sharepoint.com/sites/project-x" --listTitle "Documents" --id "0x0103"
141
-
142
- Date: 2/20/2023
143
-
144
- ## Item ([object Object])
145
-
146
- Property | Value
147
- ---------|-------
148
- ClientFormCustomFormatter |
149
- Description | Create a new list item.
150
- DisplayFormClientSideComponentId |
151
- DisplayFormClientSideComponentProperties |
152
- DisplayFormTarget | 0
153
- DisplayFormTemplateName | ListForm
154
- DisplayFormUrl |
155
- DocumentTemplate |
156
- DocumentTemplateUrl |
157
- EditFormClientSideComponentId |
158
- EditFormClientSideComponentProperties |
159
- EditFormTarget | 0
160
- EditFormTemplateName | ListForm
161
- EditFormUrl |
162
- Group | List Content Types
163
- Hidden | false
164
- Id | {"StringValue":"0x01000B1208C5D23DF44B9F1AEE7373DE9D5E"}
165
- JSLink |
166
- MobileDisplayFormUrl |
167
- MobileEditFormUrl |
168
- MobileNewFormUrl |
169
- Name | Issue
170
- NewFormClientSideComponentId | null
171
- NewFormClientSideComponentProperties |
172
- NewFormTarget | 0
173
- NewFormTemplateName | ListForm
174
- NewFormUrl |
175
- ReadOnly | false
176
- SchemaXml | <ContentType ID="0x01000B1208C5D23DF44B9F1AEE7373DE9D5E" Name="Item" Group="List Content Types" Description="Create a new list item." Version="0" FeatureId="{695b6570-a48b-4a8e-8ea5-26ea7fc1d162}" FeatureIds="{695b6570-a48b-4a8e-8ea5-26ea7fc1d162};{c94c1702-30a7-454c-be15-5a895223428d}"><Folder TargetName="Item"/><Fields><Field ID="{c042a256-787d-4a6f-8a8a-cf6ab767f12d}" Type="Computed" DisplayName="Content Type" Name="ContentType" DisplaceOnUpgrade="TRUE" RenderXMLUsingPattern="TRUE" Sortable="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="ContentType" Group="_Hidden" PITarget="MicrosoftWindowsSharePointServices" PIAttribute="ContentTypeID" FromBaseType="TRUE"><FieldRefs><FieldRef Name="ContentTypeId"/></FieldRefs><DisplayPattern><MapToContentType><Column Name="ContentTypeId"/></MapToContentType></DisplayPattern></Field><Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" DisplayName="Title" Required="TRUE" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="Title" FromBaseType="TRUE" ColName="nvarchar1" ShowInNewForm="TRUE" ShowInEditForm="TRUE"/></Fields><XmlDocuments><XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms"><FormTemplates xmlns="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms"><Display>ListForm</Display><Edit>ListForm</Edit><New>ListForm</New></FormTemplates></XmlDocument></XmlDocuments></ContentType>
177
- Scope | /Lists/Test
178
- Sealed | false
179
- StringId | 0x01000B1208C5D23DF44B9F1AEE7373DE9D5E
180
- ```