@pnp/cli-microsoft365 6.9.0-beta.289ab69 → 6.9.0-beta.3b4f31c

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 (1457) hide show
  1. package/Dockerfile +2 -1
  2. package/dist/chili/chili.js +1 -1
  3. package/dist/cli/Cli.js +19 -3
  4. package/dist/m365/cli/commands/config/config-set.js +1 -0
  5. package/dist/m365/commands/login.js +20 -0
  6. package/dist/m365/file/commands/convert/convert-pdf.js +147 -143
  7. package/dist/m365/file/commands/file-add.js +87 -93
  8. package/dist/m365/file/commands/file-list.js +49 -55
  9. package/dist/m365/flow/commands/flow-list.js +35 -2
  10. package/dist/m365/onedrive/commands/onedrive-list.js +21 -32
  11. package/dist/m365/planner/commands/bucket/bucket-add.js +15 -13
  12. package/dist/m365/planner/commands/bucket/bucket-get.js +27 -28
  13. package/dist/m365/planner/commands/bucket/bucket-list.js +15 -13
  14. package/dist/m365/planner/commands/bucket/bucket-remove.js +33 -34
  15. package/dist/m365/planner/commands/bucket/bucket-set.js +33 -34
  16. package/dist/m365/planner/commands/plan/plan-add.js +49 -52
  17. package/dist/m365/planner/commands/plan/plan-set.js +19 -20
  18. package/dist/m365/planner/commands/task/task-add.js +75 -78
  19. package/dist/m365/planner/commands/task/task-checklistitem-add.js +11 -10
  20. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -8
  21. package/dist/m365/planner/commands/task/task-get.js +53 -56
  22. package/dist/m365/planner/commands/task/task-list.js +23 -24
  23. package/dist/m365/planner/commands/task/task-reference-add.js +11 -10
  24. package/dist/m365/planner/commands/task/task-reference-remove.js +13 -14
  25. package/dist/m365/planner/commands/task/task-remove.js +44 -48
  26. package/dist/m365/planner/commands/task/task-set.js +83 -87
  27. package/dist/m365/pp/commands/card/card-get.js +6 -1
  28. package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +0 -5
  29. package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +0 -5
  30. package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +0 -5
  31. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +0 -5
  32. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +0 -5
  33. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +0 -5
  34. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +0 -5
  35. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +0 -5
  36. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +0 -5
  37. package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +0 -5
  38. package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +0 -5
  39. package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +0 -5
  40. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +19 -22
  41. package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +0 -5
  42. package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
  43. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +1 -0
  44. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
  45. package/dist/m365/spo/commands/commandset/commandset-set.js +11 -2
  46. package/dist/m365/spo/commands/contenttype/contenttype-set.js +49 -2
  47. package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +127 -0
  48. package/dist/m365/spo/commands/navigation/navigation-node-add.js +31 -1
  49. package/dist/m365/spo/commands/navigation/navigation-node-set.js +31 -2
  50. package/dist/m365/spo/commands/tenant/Solution.js +3 -0
  51. package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +215 -0
  52. package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +114 -0
  53. package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +50 -0
  54. package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +1 -1
  55. package/dist/m365/spo/commands/term/term-group-add.js +14 -10
  56. package/dist/m365/spo/commands.js +5 -0
  57. package/dist/m365/teams/commands/team/team-add.js +53 -50
  58. package/dist/settingsNames.js +1 -0
  59. package/dist/utils/md.js +24 -19
  60. package/dist/utils/spo.js +60 -0
  61. package/docs/docs/cmd/_global.mdx +16 -0
  62. package/docs/docs/cmd/aad/app/app-add.mdx +297 -0
  63. package/docs/docs/cmd/aad/app/app-get.mdx +280 -0
  64. package/docs/docs/cmd/aad/app/app-list.mdx +184 -0
  65. package/docs/docs/cmd/aad/app/app-remove.mdx +59 -0
  66. package/docs/docs/cmd/aad/app/app-role-add.mdx +68 -0
  67. package/docs/docs/cmd/aad/app/app-role-list.mdx +115 -0
  68. package/docs/docs/cmd/aad/app/app-role-remove.mdx +78 -0
  69. package/docs/docs/cmd/aad/app/app-set.mdx +97 -0
  70. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +127 -0
  71. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +113 -0
  72. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +73 -0
  73. package/docs/docs/cmd/aad/group/group-get.mdx +164 -0
  74. package/docs/docs/cmd/aad/group/group-list.mdx +132 -0
  75. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +154 -0
  76. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +143 -0
  77. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +138 -0
  78. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +45 -0
  79. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +42 -0
  80. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +100 -0
  81. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +86 -0
  82. package/docs/docs/cmd/aad/license/license-list.mdx +99 -0
  83. package/docs/docs/cmd/aad/o365group/o365group-add.mdx +233 -0
  84. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +96 -0
  85. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +117 -0
  86. package/docs/docs/cmd/aad/o365group/o365group-get.mdx +159 -0
  87. package/docs/docs/cmd/aad/o365group/o365group-list.mdx +184 -0
  88. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +38 -0
  89. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +145 -0
  90. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +53 -0
  91. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +50 -0
  92. package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +54 -0
  93. package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +36 -0
  94. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +91 -0
  95. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +112 -0
  96. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +89 -0
  97. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +89 -0
  98. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +89 -0
  99. package/docs/docs/cmd/aad/o365group/o365group-set.mdx +80 -0
  100. package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +41 -0
  101. package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +59 -0
  102. package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +99 -0
  103. package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +63 -0
  104. package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +69 -0
  105. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +58 -0
  106. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +98 -0
  107. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +56 -0
  108. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +50 -0
  109. package/docs/docs/cmd/aad/policy/policy-list.mdx +115 -0
  110. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +42 -0
  111. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +57 -0
  112. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +84 -0
  113. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +64 -0
  114. package/docs/docs/cmd/aad/sp/sp-add.mdx +193 -0
  115. package/docs/docs/cmd/aad/sp/sp-get.mdx +221 -0
  116. package/docs/docs/cmd/aad/user/user-add.mdx +192 -0
  117. package/docs/docs/cmd/aad/user/user-get.mdx +152 -0
  118. package/docs/docs/cmd/aad/user/user-guest-add.mdx +143 -0
  119. package/docs/docs/cmd/aad/user/user-hibp.mdx +132 -0
  120. package/docs/docs/cmd/aad/user/user-license-add.mdx +125 -0
  121. package/docs/docs/cmd/aad/user/user-license-list.mdx +115 -0
  122. package/docs/docs/cmd/aad/user/user-license-remove.mdx +47 -0
  123. package/docs/docs/cmd/aad/user/user-list.mdx +119 -0
  124. package/docs/docs/cmd/aad/user/user-password-validate.mdx +103 -0
  125. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx +52 -0
  126. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +94 -0
  127. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx +55 -0
  128. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +119 -0
  129. package/docs/docs/cmd/aad/user/user-remove.mdx +64 -0
  130. package/docs/docs/cmd/aad/user/user-set.mdx +136 -0
  131. package/docs/docs/cmd/aad/user/user-signin-list.mdx +216 -0
  132. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +132 -0
  133. package/docs/docs/cmd/app/app-get.mdx +225 -0
  134. package/docs/docs/cmd/app/app-open.mdx +85 -0
  135. package/docs/docs/cmd/app/permission/permission-add.mdx +57 -0
  136. package/docs/docs/cmd/app/permission/permission-list.mdx +93 -0
  137. package/docs/docs/cmd/booking/business/business-get.mdx +176 -0
  138. package/docs/docs/cmd/booking/business/business-list.mdx +76 -0
  139. package/docs/docs/cmd/cli/cli-consent.mdx +72 -0
  140. package/docs/docs/cmd/cli/cli-doctor.mdx +104 -0
  141. package/docs/docs/cmd/cli/cli-issue.mdx +74 -0
  142. package/docs/docs/cmd/cli/cli-reconsent.mdx +62 -0
  143. package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +41 -0
  144. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +42 -0
  145. package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +35 -0
  146. package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +62 -0
  147. package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +35 -0
  148. package/docs/docs/cmd/cli/config/config-get.mdx +80 -0
  149. package/docs/docs/cmd/cli/config/config-reset.mdx +49 -0
  150. package/docs/docs/cmd/cli/config/config-set.mdx +52 -0
  151. package/docs/docs/cmd/context/context-init.mdx +27 -0
  152. package/docs/docs/cmd/context/context-remove.mdx +38 -0
  153. package/docs/docs/cmd/context/option/option-list.mdx +75 -0
  154. package/docs/docs/cmd/context/option/option-remove.mdx +41 -0
  155. package/docs/docs/cmd/context/option/option-set.mdx +35 -0
  156. package/docs/docs/cmd/docs.mdx +63 -0
  157. package/docs/docs/cmd/file/convert/convert-pdf.mdx +57 -0
  158. package/docs/docs/cmd/file/file-add.mdx +64 -0
  159. package/docs/docs/cmd/file/file-list.mdx +50 -0
  160. package/docs/docs/cmd/flow/environment/environment-get.mdx +176 -0
  161. package/docs/docs/cmd/flow/environment/environment-list.mdx +156 -0
  162. package/docs/docs/cmd/flow/flow-disable.mdx +58 -0
  163. package/docs/docs/cmd/flow/flow-enable.mdx +58 -0
  164. package/docs/docs/cmd/flow/flow-export.mdx +99 -0
  165. package/docs/docs/cmd/flow/flow-get.mdx +456 -0
  166. package/docs/docs/cmd/flow/flow-list.mdx +191 -0
  167. package/docs/docs/cmd/flow/flow-remove.mdx +67 -0
  168. package/docs/docs/cmd/flow/owner/owner-ensure.mdx +65 -0
  169. package/docs/docs/cmd/flow/owner/owner-list.mdx +104 -0
  170. package/docs/docs/cmd/flow/owner/owner-remove.mdx +71 -0
  171. package/docs/docs/cmd/flow/run/run-cancel.mdx +52 -0
  172. package/docs/docs/cmd/flow/run/run-get.mdx +235 -0
  173. package/docs/docs/cmd/flow/run/run-list.mdx +170 -0
  174. package/docs/docs/cmd/flow/run/run-resubmit.mdx +61 -0
  175. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +122 -0
  176. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +139 -0
  177. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +104 -0
  178. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +127 -0
  179. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +46 -0
  180. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +71 -0
  181. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +149 -0
  182. package/docs/docs/cmd/login.mdx +243 -0
  183. package/docs/docs/cmd/logout.mdx +37 -0
  184. package/docs/docs/cmd/onedrive/onedrive-list.mdx +258 -0
  185. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +92 -0
  186. package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +92 -0
  187. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +105 -0
  188. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +95 -0
  189. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +105 -0
  190. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +95 -0
  191. package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +90 -0
  192. package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +162 -0
  193. package/docs/docs/cmd/onenote/page/page-list.mdx +154 -0
  194. package/docs/docs/cmd/outlook/mail/mail-send.mdx +139 -0
  195. package/docs/docs/cmd/outlook/message/message-get.mdx +205 -0
  196. package/docs/docs/cmd/outlook/message/message-list.mdx +175 -0
  197. package/docs/docs/cmd/outlook/message/message-move.mdx +61 -0
  198. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +93 -0
  199. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +93 -0
  200. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +107 -0
  201. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +96 -0
  202. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +97 -0
  203. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +110 -0
  204. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +94 -0
  205. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +102 -0
  206. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +94 -0
  207. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +93 -0
  208. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +89 -0
  209. package/docs/docs/cmd/outlook/room/room-list.mdx +125 -0
  210. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +91 -0
  211. package/docs/docs/cmd/pa/app/app-consent-set.mdx +51 -0
  212. package/docs/docs/cmd/pa/app/app-export.mdx +56 -0
  213. package/docs/docs/cmd/pa/app/app-get.mdx +265 -0
  214. package/docs/docs/cmd/pa/app/app-list.mdx +261 -0
  215. package/docs/docs/cmd/pa/app/app-remove.mdx +49 -0
  216. package/docs/docs/cmd/pa/connector/connector-export.mdx +60 -0
  217. package/docs/docs/cmd/pa/connector/connector-list.mdx +158 -0
  218. package/docs/docs/cmd/pa/environment/environment-get.mdx +185 -0
  219. package/docs/docs/cmd/pa/environment/environment-list.mdx +169 -0
  220. package/docs/docs/cmd/pa/pcf/pcf-init.mdx +56 -0
  221. package/docs/docs/cmd/pa/solution/solution-init.mdx +46 -0
  222. package/docs/docs/cmd/pa/solution/solution-reference-add.mdx +42 -0
  223. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +105 -0
  224. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +117 -0
  225. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +100 -0
  226. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +68 -0
  227. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +65 -0
  228. package/docs/docs/cmd/planner/plan/plan-add.mdx +247 -0
  229. package/docs/docs/cmd/planner/plan/plan-get.mdx +172 -0
  230. package/docs/docs/cmd/planner/plan/plan-list.mdx +128 -0
  231. package/docs/docs/cmd/planner/plan/plan-remove.mdx +60 -0
  232. package/docs/docs/cmd/planner/plan/plan-set.mdx +261 -0
  233. package/docs/docs/cmd/planner/roster/roster-add.mdx +96 -0
  234. package/docs/docs/cmd/planner/roster/roster-get.mdx +89 -0
  235. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +104 -0
  236. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +104 -0
  237. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +93 -0
  238. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +61 -0
  239. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +126 -0
  240. package/docs/docs/cmd/planner/roster/roster-remove.mdx +59 -0
  241. package/docs/docs/cmd/planner/task/task-add.mdx +367 -0
  242. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +105 -0
  243. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +93 -0
  244. package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +44 -0
  245. package/docs/docs/cmd/planner/task/task-get.mdx +196 -0
  246. package/docs/docs/cmd/planner/task/task-list.mdx +183 -0
  247. package/docs/docs/cmd/planner/task/task-reference-add.mdx +105 -0
  248. package/docs/docs/cmd/planner/task/task-reference-list.mdx +84 -0
  249. package/docs/docs/cmd/planner/task/task-reference-remove.mdx +47 -0
  250. package/docs/docs/cmd/planner/task/task-remove.mdx +86 -0
  251. package/docs/docs/cmd/planner/task/task-set.mdx +361 -0
  252. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +98 -0
  253. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +128 -0
  254. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +156 -0
  255. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +152 -0
  256. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +57 -0
  257. package/docs/docs/cmd/pp/card/card-clone.mdx +103 -0
  258. package/docs/docs/cmd/pp/card/card-get.mdx +185 -0
  259. package/docs/docs/cmd/pp/card/card-list.mdx +167 -0
  260. package/docs/docs/cmd/pp/card/card-remove.mdx +86 -0
  261. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +192 -0
  262. package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +132 -0
  263. package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +56 -0
  264. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +164 -0
  265. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +162 -0
  266. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +53 -0
  267. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +134 -0
  268. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +65 -0
  269. package/docs/docs/cmd/pp/environment/environment-get.mdx +392 -0
  270. package/docs/docs/cmd/pp/environment/environment-list.mdx +384 -0
  271. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +89 -0
  272. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +87 -0
  273. package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +99 -0
  274. package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +72 -0
  275. package/docs/docs/cmd/pp/solution/solution-get.mdx +114 -0
  276. package/docs/docs/cmd/pp/solution/solution-list.mdx +98 -0
  277. package/docs/docs/cmd/pp/solution/solution-publish.mdx +56 -0
  278. package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +53 -0
  279. package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +116 -0
  280. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +103 -0
  281. package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +62 -0
  282. package/docs/docs/cmd/pp/solution/solution-remove.mdx +86 -0
  283. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +140 -0
  284. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +235 -0
  285. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +145 -0
  286. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +161 -0
  287. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +144 -0
  288. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +117 -0
  289. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +49 -0
  290. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +119 -0
  291. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +116 -0
  292. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +108 -0
  293. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +47 -0
  294. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +47 -0
  295. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +155 -0
  296. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +110 -0
  297. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +94 -0
  298. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +43 -0
  299. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +70 -0
  300. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +138 -0
  301. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +131 -0
  302. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +117 -0
  303. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +212 -0
  304. package/docs/docs/cmd/request.mdx +172 -0
  305. package/docs/docs/cmd/search/externalconnection/externalconnection-add.mdx +51 -0
  306. package/docs/docs/cmd/search/externalconnection/externalconnection-get.mdx +102 -0
  307. package/docs/docs/cmd/search/externalconnection/externalconnection-list.mdx +88 -0
  308. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +48 -0
  309. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +35 -0
  310. package/docs/docs/cmd/setup.mdx +90 -0
  311. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +90 -0
  312. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +91 -0
  313. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +129 -0
  314. package/docs/docs/cmd/spfx/package/package-generate.mdx +68 -0
  315. package/docs/docs/cmd/spfx/project/project-doctor.mdx +176 -0
  316. package/docs/docs/cmd/spfx/project/project-externalize.mdx +187 -0
  317. package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +101 -0
  318. package/docs/docs/cmd/spfx/project/project-rename.mdx +51 -0
  319. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +202 -0
  320. package/docs/docs/cmd/spfx/spfx-doctor.mdx +128 -0
  321. package/docs/docs/cmd/spo/app/app-add.mdx +63 -0
  322. package/docs/docs/cmd/spo/app/app-deploy.mdx +76 -0
  323. package/docs/docs/cmd/spo/app/app-get.mdx +65 -0
  324. package/docs/docs/cmd/spo/app/app-install.mdx +48 -0
  325. package/docs/docs/cmd/spo/app/app-instance-list.mdx +28 -0
  326. package/docs/docs/cmd/spo/app/app-list.mdx +49 -0
  327. package/docs/docs/cmd/spo/app/app-remove.mdx +67 -0
  328. package/docs/docs/cmd/spo/app/app-retract.mdx +67 -0
  329. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +60 -0
  330. package/docs/docs/cmd/spo/app/app-uninstall.mdx +57 -0
  331. package/docs/docs/cmd/spo/app/app-upgrade.mdx +48 -0
  332. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +66 -0
  333. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +159 -0
  334. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +123 -0
  335. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +81 -0
  336. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +72 -0
  337. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +41 -0
  338. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +34 -0
  339. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +48 -0
  340. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +45 -0
  341. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -0
  342. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +48 -0
  343. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +48 -0
  344. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +48 -0
  345. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +76 -0
  346. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +175 -0
  347. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +163 -0
  348. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +123 -0
  349. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +59 -0
  350. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +87 -0
  351. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +77 -0
  352. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +73 -0
  353. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +56 -0
  354. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +71 -0
  355. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +37 -0
  356. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +55 -0
  357. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +66 -0
  358. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +23 -0
  359. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +146 -0
  360. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +47 -0
  361. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +175 -0
  362. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +51 -0
  363. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +90 -0
  364. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +131 -0
  365. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +119 -0
  366. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +64 -0
  367. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +81 -0
  368. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +68 -0
  369. package/docs/docs/cmd/spo/feature/feature-disable.mdx +47 -0
  370. package/docs/docs/cmd/spo/feature/feature-enable.mdx +47 -0
  371. package/docs/docs/cmd/spo/feature/feature-list.mdx +37 -0
  372. package/docs/docs/cmd/spo/field/field-add.mdx +75 -0
  373. package/docs/docs/cmd/spo/field/field-get.mdx +55 -0
  374. package/docs/docs/cmd/spo/field/field-list.mdx +55 -0
  375. package/docs/docs/cmd/spo/field/field-remove.mdx +67 -0
  376. package/docs/docs/cmd/spo/field/field-set.mdx +74 -0
  377. package/docs/docs/cmd/spo/file/file-add.mdx +160 -0
  378. package/docs/docs/cmd/spo/file/file-checkin.mdx +58 -0
  379. package/docs/docs/cmd/spo/file/file-checkout.mdx +40 -0
  380. package/docs/docs/cmd/spo/file/file-copy.mdx +79 -0
  381. package/docs/docs/cmd/spo/file/file-get.mdx +314 -0
  382. package/docs/docs/cmd/spo/file/file-list.mdx +138 -0
  383. package/docs/docs/cmd/spo/file/file-move.mdx +67 -0
  384. package/docs/docs/cmd/spo/file/file-remove.mdx +64 -0
  385. package/docs/docs/cmd/spo/file/file-rename.mdx +47 -0
  386. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +62 -0
  387. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +47 -0
  388. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +61 -0
  389. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +58 -0
  390. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +58 -0
  391. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +43 -0
  392. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +40 -0
  393. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +102 -0
  394. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +50 -0
  395. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +120 -0
  396. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +119 -0
  397. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +56 -0
  398. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +118 -0
  399. package/docs/docs/cmd/spo/file/file-version-clear.mdx +59 -0
  400. package/docs/docs/cmd/spo/file/file-version-get.mdx +89 -0
  401. package/docs/docs/cmd/spo/file/file-version-list.mdx +89 -0
  402. package/docs/docs/cmd/spo/file/file-version-remove.mdx +62 -0
  403. package/docs/docs/cmd/spo/file/file-version-restore.mdx +62 -0
  404. package/docs/docs/cmd/spo/folder/folder-add.mdx +40 -0
  405. package/docs/docs/cmd/spo/folder/folder-copy.mdx +57 -0
  406. package/docs/docs/cmd/spo/folder/folder-get.mdx +55 -0
  407. package/docs/docs/cmd/spo/folder/folder-list.mdx +121 -0
  408. package/docs/docs/cmd/spo/folder/folder-move.mdx +57 -0
  409. package/docs/docs/cmd/spo/folder/folder-remove.mdx +47 -0
  410. package/docs/docs/cmd/spo/folder/folder-rename.mdx +40 -0
  411. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +51 -0
  412. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +47 -0
  413. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +63 -0
  414. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +61 -0
  415. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +49 -0
  416. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +46 -0
  417. package/docs/docs/cmd/spo/group/group-add.mdx +55 -0
  418. package/docs/docs/cmd/spo/group/group-get.mdx +49 -0
  419. package/docs/docs/cmd/spo/group/group-list.mdx +37 -0
  420. package/docs/docs/cmd/spo/group/group-member-add.mdx +164 -0
  421. package/docs/docs/cmd/spo/group/group-member-list.mdx +40 -0
  422. package/docs/docs/cmd/spo/group/group-member-remove.mdx +77 -0
  423. package/docs/docs/cmd/spo/group/group-remove.mdx +43 -0
  424. package/docs/docs/cmd/spo/group/group-set.mdx +73 -0
  425. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +35 -0
  426. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +40 -0
  427. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +86 -0
  428. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +75 -0
  429. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +127 -0
  430. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +69 -0
  431. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +137 -0
  432. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +65 -0
  433. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +190 -0
  434. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +210 -0
  435. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +133 -0
  436. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +62 -0
  437. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +56 -0
  438. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +136 -0
  439. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +55 -0
  440. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +67 -0
  441. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +78 -0
  442. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +74 -0
  443. package/docs/docs/cmd/spo/list/list-add.mdx +438 -0
  444. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +194 -0
  445. package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +56 -0
  446. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +164 -0
  447. package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +59 -0
  448. package/docs/docs/cmd/spo/list/list-get.mdx +295 -0
  449. package/docs/docs/cmd/spo/list/list-list.mdx +226 -0
  450. package/docs/docs/cmd/spo/list/list-remove.mdx +47 -0
  451. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +72 -0
  452. package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +165 -0
  453. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +56 -0
  454. package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +86 -0
  455. package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +65 -0
  456. package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +75 -0
  457. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +62 -0
  458. package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +64 -0
  459. package/docs/docs/cmd/spo/list/list-set.mdx +252 -0
  460. package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +169 -0
  461. package/docs/docs/cmd/spo/list/list-view-add.mdx +272 -0
  462. package/docs/docs/cmd/spo/list/list-view-field-add.mdx +74 -0
  463. package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +65 -0
  464. package/docs/docs/cmd/spo/list/list-view-field-set.mdx +74 -0
  465. package/docs/docs/cmd/spo/list/list-view-get.mdx +247 -0
  466. package/docs/docs/cmd/spo/list/list-view-list.mdx +198 -0
  467. package/docs/docs/cmd/spo/list/list-view-remove.mdx +74 -0
  468. package/docs/docs/cmd/spo/list/list-view-set.mdx +86 -0
  469. package/docs/docs/cmd/spo/list/list-webhook-add.mdx +121 -0
  470. package/docs/docs/cmd/spo/list/list-webhook-get.mdx +118 -0
  471. package/docs/docs/cmd/spo/list/list-webhook-list.mdx +110 -0
  472. package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +62 -0
  473. package/docs/docs/cmd/spo/list/list-webhook-set.mdx +69 -0
  474. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +191 -0
  475. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +111 -0
  476. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +71 -0
  477. package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +71 -0
  478. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +331 -0
  479. package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +88 -0
  480. package/docs/docs/cmd/spo/listitem/listitem-list.mdx +193 -0
  481. package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +115 -0
  482. package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +56 -0
  483. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +56 -0
  484. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +56 -0
  485. package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +62 -0
  486. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +75 -0
  487. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +59 -0
  488. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +89 -0
  489. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +75 -0
  490. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +78 -0
  491. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +59 -0
  492. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +189 -0
  493. package/docs/docs/cmd/spo/mail/mail-send.mdx +69 -0
  494. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +144 -0
  495. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +105 -0
  496. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +106 -0
  497. package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +47 -0
  498. package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +72 -0
  499. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +52 -0
  500. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +107 -0
  501. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +83 -0
  502. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +69 -0
  503. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +49 -0
  504. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +42 -0
  505. package/docs/docs/cmd/spo/page/page-add.mdx +110 -0
  506. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +92 -0
  507. package/docs/docs/cmd/spo/page/page-column-get.mdx +129 -0
  508. package/docs/docs/cmd/spo/page/page-column-list.mdx +96 -0
  509. package/docs/docs/cmd/spo/page/page-control-get.mdx +133 -0
  510. package/docs/docs/cmd/spo/page/page-control-list.mdx +129 -0
  511. package/docs/docs/cmd/spo/page/page-control-set.mdx +60 -0
  512. package/docs/docs/cmd/spo/page/page-copy.mdx +165 -0
  513. package/docs/docs/cmd/spo/page/page-get.mdx +189 -0
  514. package/docs/docs/cmd/spo/page/page-header-set.mdx +90 -0
  515. package/docs/docs/cmd/spo/page/page-list.mdx +212 -0
  516. package/docs/docs/cmd/spo/page/page-remove.mdx +50 -0
  517. package/docs/docs/cmd/spo/page/page-section-add.mdx +45 -0
  518. package/docs/docs/cmd/spo/page/page-section-get.mdx +92 -0
  519. package/docs/docs/cmd/spo/page/page-section-list.mdx +93 -0
  520. package/docs/docs/cmd/spo/page/page-set.mdx +107 -0
  521. package/docs/docs/cmd/spo/page/page-template-list.mdx +126 -0
  522. package/docs/docs/cmd/spo/page/page-text-add.mdx +63 -0
  523. package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +94 -0
  524. package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +106 -0
  525. package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +65 -0
  526. package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +69 -0
  527. package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +92 -0
  528. package/docs/docs/cmd/spo/report/report-activitypages.mdx +89 -0
  529. package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +97 -0
  530. package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +110 -0
  531. package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +113 -0
  532. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +95 -0
  533. package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +90 -0
  534. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +95 -0
  535. package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +90 -0
  536. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +51 -0
  537. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +139 -0
  538. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +132 -0
  539. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +44 -0
  540. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +118 -0
  541. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +97 -0
  542. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +48 -0
  543. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +117 -0
  544. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +48 -0
  545. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +94 -0
  546. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +116 -0
  547. package/docs/docs/cmd/spo/site/site-add.mdx +183 -0
  548. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +40 -0
  549. package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +69 -0
  550. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +42 -0
  551. package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +41 -0
  552. package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +31 -0
  553. package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +44 -0
  554. package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +52 -0
  555. package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +52 -0
  556. package/docs/docs/cmd/spo/site/site-chrome-set.mdx +64 -0
  557. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +39 -0
  558. package/docs/docs/cmd/spo/site/site-ensure.mdx +128 -0
  559. package/docs/docs/cmd/spo/site/site-get.mdx +32 -0
  560. package/docs/docs/cmd/spo/site/site-groupify.mdx +78 -0
  561. package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +41 -0
  562. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +41 -0
  563. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +32 -0
  564. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +37 -0
  565. package/docs/docs/cmd/spo/site/site-list.mdx +82 -0
  566. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +52 -0
  567. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +44 -0
  568. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +47 -0
  569. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +52 -0
  570. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +31 -0
  571. package/docs/docs/cmd/spo/site/site-remove.mdx +72 -0
  572. package/docs/docs/cmd/spo/site/site-rename.mdx +65 -0
  573. package/docs/docs/cmd/spo/site/site-set.mdx +182 -0
  574. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +67 -0
  575. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +44 -0
  576. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +45 -0
  577. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +27 -0
  578. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +45 -0
  579. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +50 -0
  580. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +38 -0
  581. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +52 -0
  582. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +41 -0
  583. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +39 -0
  584. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +80 -0
  585. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +32 -0
  586. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +32 -0
  587. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +41 -0
  588. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +42 -0
  589. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +36 -0
  590. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +27 -0
  591. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +45 -0
  592. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +48 -0
  593. package/docs/docs/cmd/spo/spo-get.mdx +72 -0
  594. package/docs/docs/cmd/spo/spo-search.mdx +167 -0
  595. package/docs/docs/cmd/spo/spo-set.mdx +36 -0
  596. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +36 -0
  597. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +36 -0
  598. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +54 -0
  599. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +56 -0
  600. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +66 -0
  601. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +31 -0
  602. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +69 -0
  603. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +156 -0
  604. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +115 -0
  605. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +53 -0
  606. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +183 -0
  607. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +155 -0
  608. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +114 -0
  609. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +53 -0
  610. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +64 -0
  611. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +31 -0
  612. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +50 -0
  613. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +47 -0
  614. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +31 -0
  615. package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +307 -0
  616. package/docs/docs/cmd/spo/term/term-add.mdx +204 -0
  617. package/docs/docs/cmd/spo/term/term-get.mdx +176 -0
  618. package/docs/docs/cmd/spo/term/term-group-add.mdx +113 -0
  619. package/docs/docs/cmd/spo/term/term-group-get.mdx +121 -0
  620. package/docs/docs/cmd/spo/term/term-group-list.mdx +111 -0
  621. package/docs/docs/cmd/spo/term/term-list.mdx +278 -0
  622. package/docs/docs/cmd/spo/term/term-set-add.mdx +169 -0
  623. package/docs/docs/cmd/spo/term/term-set-get.mdx +145 -0
  624. package/docs/docs/cmd/spo/term/term-set-list.mdx +135 -0
  625. package/docs/docs/cmd/spo/theme/theme-apply.mdx +55 -0
  626. package/docs/docs/cmd/spo/theme/theme-get.mdx +40 -0
  627. package/docs/docs/cmd/spo/theme/theme-list.mdx +35 -0
  628. package/docs/docs/cmd/spo/theme/theme-remove.mdx +49 -0
  629. package/docs/docs/cmd/spo/theme/theme-set.mdx +91 -0
  630. package/docs/docs/cmd/spo/user/user-ensure.mdx +122 -0
  631. package/docs/docs/cmd/spo/user/user-get.mdx +131 -0
  632. package/docs/docs/cmd/spo/user/user-list.mdx +103 -0
  633. package/docs/docs/cmd/spo/user/user-remove.mdx +55 -0
  634. package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +649 -0
  635. package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +48 -0
  636. package/docs/docs/cmd/spo/web/web-add.mdx +138 -0
  637. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +83 -0
  638. package/docs/docs/cmd/spo/web/web-get.mdx +561 -0
  639. package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +83 -0
  640. package/docs/docs/cmd/spo/web/web-list.mdx +135 -0
  641. package/docs/docs/cmd/spo/web/web-reindex.mdx +36 -0
  642. package/docs/docs/cmd/spo/web/web-remove.mdx +35 -0
  643. package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +115 -0
  644. package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +65 -0
  645. package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +62 -0
  646. package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +48 -0
  647. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +41 -0
  648. package/docs/docs/cmd/spo/web/web-set.mdx +121 -0
  649. package/docs/docs/cmd/status.mdx +86 -0
  650. package/docs/docs/cmd/teams/app/app-install.mdx +57 -0
  651. package/docs/docs/cmd/teams/app/app-list.mdx +91 -0
  652. package/docs/docs/cmd/teams/app/app-publish.mdx +92 -0
  653. package/docs/docs/cmd/teams/app/app-remove.mdx +45 -0
  654. package/docs/docs/cmd/teams/app/app-uninstall.mdx +43 -0
  655. package/docs/docs/cmd/teams/app/app-update.mdx +48 -0
  656. package/docs/docs/cmd/teams/cache/cache-remove.mdx +58 -0
  657. package/docs/docs/cmd/teams/channel/channel-add.mdx +132 -0
  658. package/docs/docs/cmd/teams/channel/channel-get.mdx +122 -0
  659. package/docs/docs/cmd/teams/channel/channel-list.mdx +112 -0
  660. package/docs/docs/cmd/teams/channel/channel-member-add.mdx +62 -0
  661. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +119 -0
  662. package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +59 -0
  663. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +121 -0
  664. package/docs/docs/cmd/teams/channel/channel-remove.mdx +70 -0
  665. package/docs/docs/cmd/teams/channel/channel-set.mdx +53 -0
  666. package/docs/docs/cmd/teams/chat/chat-get.mdx +131 -0
  667. package/docs/docs/cmd/teams/chat/chat-list.mdx +116 -0
  668. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +93 -0
  669. package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +56 -0
  670. package/docs/docs/cmd/teams/chat/chat-message-list.mdx +121 -0
  671. package/docs/docs/cmd/teams/chat/chat-message-send.mdx +63 -0
  672. package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +82 -0
  673. package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +62 -0
  674. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +76 -0
  675. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +44 -0
  676. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +82 -0
  677. package/docs/docs/cmd/teams/meeting/meeting-get.mdx +175 -0
  678. package/docs/docs/cmd/teams/meeting/meeting-list.mdx +162 -0
  679. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +116 -0
  680. package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +88 -0
  681. package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +53 -0
  682. package/docs/docs/cmd/teams/message/message-get.mdx +163 -0
  683. package/docs/docs/cmd/teams/message/message-list.mdx +152 -0
  684. package/docs/docs/cmd/teams/message/message-reply-list.mdx +146 -0
  685. package/docs/docs/cmd/teams/message/message-send.mdx +132 -0
  686. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +87 -0
  687. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +53 -0
  688. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +95 -0
  689. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +96 -0
  690. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +114 -0
  691. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +115 -0
  692. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +119 -0
  693. package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +99 -0
  694. package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +93 -0
  695. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +127 -0
  696. package/docs/docs/cmd/teams/tab/tab-add.mdx +120 -0
  697. package/docs/docs/cmd/teams/tab/tab-get.mdx +115 -0
  698. package/docs/docs/cmd/teams/tab/tab-list.mdx +115 -0
  699. package/docs/docs/cmd/teams/tab/tab-remove.mdx +51 -0
  700. package/docs/docs/cmd/teams/team/team-add.mdx +291 -0
  701. package/docs/docs/cmd/teams/team/team-app-list.mdx +108 -0
  702. package/docs/docs/cmd/teams/team/team-archive.mdx +59 -0
  703. package/docs/docs/cmd/teams/team/team-clone.mdx +59 -0
  704. package/docs/docs/cmd/teams/team/team-get.mdx +155 -0
  705. package/docs/docs/cmd/teams/team/team-list.mdx +149 -0
  706. package/docs/docs/cmd/teams/team/team-remove.mdx +60 -0
  707. package/docs/docs/cmd/teams/team/team-set.mdx +53 -0
  708. package/docs/docs/cmd/teams/team/team-unarchive.mdx +49 -0
  709. package/docs/docs/cmd/teams/user/user-app-add.mdx +39 -0
  710. package/docs/docs/cmd/teams/user/user-app-list.mdx +109 -0
  711. package/docs/docs/cmd/teams/user/user-app-remove.mdx +43 -0
  712. package/docs/docs/cmd/teams/user/user-list.mdx +95 -0
  713. package/docs/docs/cmd/tenant/id/id-get.mdx +74 -0
  714. package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +95 -0
  715. package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +122 -0
  716. package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +72 -0
  717. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +70 -0
  718. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +76 -0
  719. package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +101 -0
  720. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +172 -0
  721. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +173 -0
  722. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +174 -0
  723. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +126 -0
  724. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +124 -0
  725. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +127 -0
  726. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +121 -0
  727. package/docs/docs/cmd/todo/list/list-add.mdx +85 -0
  728. package/docs/docs/cmd/todo/list/list-get.mdx +93 -0
  729. package/docs/docs/cmd/todo/list/list-list.mdx +82 -0
  730. package/docs/docs/cmd/todo/list/list-remove.mdx +44 -0
  731. package/docs/docs/cmd/todo/list/list-set.mdx +44 -0
  732. package/docs/docs/cmd/todo/task/task-add.mdx +178 -0
  733. package/docs/docs/cmd/todo/task/task-get.mdx +110 -0
  734. package/docs/docs/cmd/todo/task/task-list.mdx +115 -0
  735. package/docs/docs/cmd/todo/task/task-remove.mdx +48 -0
  736. package/docs/docs/cmd/todo/task/task-set.mdx +187 -0
  737. package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +85 -0
  738. package/docs/docs/cmd/version.mdx +59 -0
  739. package/docs/docs/cmd/viva/connections/connections-app-create.mdx +81 -0
  740. package/docs/docs/cmd/yammer/group/group-list.mdx +174 -0
  741. package/docs/docs/cmd/yammer/group/group-user-add.mdx +60 -0
  742. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +58 -0
  743. package/docs/docs/cmd/yammer/message/message-add.mdx +175 -0
  744. package/docs/docs/cmd/yammer/message/message-get.mdx +148 -0
  745. package/docs/docs/cmd/yammer/message/message-like-set.mdx +58 -0
  746. package/docs/docs/cmd/yammer/message/message-list.mdx +201 -0
  747. package/docs/docs/cmd/yammer/message/message-remove.mdx +55 -0
  748. package/docs/docs/cmd/yammer/network/network-list.mdx +218 -0
  749. package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +91 -0
  750. package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +91 -0
  751. package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +109 -0
  752. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +93 -0
  753. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +94 -0
  754. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +111 -0
  755. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +91 -0
  756. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +110 -0
  757. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +90 -0
  758. package/docs/docs/cmd/yammer/user/user-get.mdx +223 -0
  759. package/docs/docs/cmd/yammer/user/user-list.mdx +228 -0
  760. package/docs/docs/cmd/yammer/yammer-search.mdx +173 -0
  761. package/package.json +1 -1
  762. package/docs/docs/_clisettings.md +0 -21
  763. package/docs/docs/cmd/_global.md +0 -14
  764. package/docs/docs/cmd/aad/app/app-add.md +0 -180
  765. package/docs/docs/cmd/aad/app/app-get.md +0 -59
  766. package/docs/docs/cmd/aad/app/app-list.md +0 -152
  767. package/docs/docs/cmd/aad/app/app-remove.md +0 -55
  768. package/docs/docs/cmd/aad/app/app-role-add.md +0 -60
  769. package/docs/docs/cmd/aad/app/app-role-list.md +0 -48
  770. package/docs/docs/cmd/aad/app/app-role-remove.md +0 -70
  771. package/docs/docs/cmd/aad/app/app-set.md +0 -89
  772. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +0 -62
  773. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +0 -50
  774. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +0 -65
  775. package/docs/docs/cmd/aad/group/group-get.md +0 -127
  776. package/docs/docs/cmd/aad/group/group-list.md +0 -30
  777. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +0 -36
  778. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +0 -24
  779. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +0 -21
  780. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +0 -37
  781. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +0 -34
  782. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +0 -33
  783. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +0 -21
  784. package/docs/docs/cmd/aad/license/license-list.md +0 -87
  785. package/docs/docs/cmd/aad/o365group/o365group-add.md +0 -107
  786. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.md +0 -24
  787. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.md +0 -36
  788. package/docs/docs/cmd/aad/o365group/o365group-get.md +0 -33
  789. package/docs/docs/cmd/aad/o365group/o365group-list.md +0 -81
  790. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +0 -30
  791. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.md +0 -45
  792. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.md +0 -45
  793. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +0 -42
  794. package/docs/docs/cmd/aad/o365group/o365group-remove.md +0 -46
  795. package/docs/docs/cmd/aad/o365group/o365group-renew.md +0 -28
  796. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +0 -39
  797. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.md +0 -48
  798. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +0 -39
  799. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +0 -39
  800. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.md +0 -39
  801. package/docs/docs/cmd/aad/o365group/o365group-set.md +0 -72
  802. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +0 -33
  803. package/docs/docs/cmd/aad/o365group/o365group-user-add.md +0 -51
  804. package/docs/docs/cmd/aad/o365group/o365group-user-list.md +0 -39
  805. package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +0 -55
  806. package/docs/docs/cmd/aad/o365group/o365group-user-set.md +0 -61
  807. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +0 -50
  808. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +0 -35
  809. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +0 -48
  810. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +0 -42
  811. package/docs/docs/cmd/aad/policy/policy-list.md +0 -34
  812. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +0 -34
  813. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +0 -49
  814. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +0 -25
  815. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +0 -56
  816. package/docs/docs/cmd/aad/sp/sp-add.md +0 -53
  817. package/docs/docs/cmd/aad/sp/sp-get.md +0 -51
  818. package/docs/docs/cmd/aad/user/user-add.md +0 -172
  819. package/docs/docs/cmd/aad/user/user-get.md +0 -73
  820. package/docs/docs/cmd/aad/user/user-guest-add.md +0 -107
  821. package/docs/docs/cmd/aad/user/user-hibp.md +0 -46
  822. package/docs/docs/cmd/aad/user/user-license-add.md +0 -108
  823. package/docs/docs/cmd/aad/user/user-license-list.md +0 -98
  824. package/docs/docs/cmd/aad/user/user-license-remove.md +0 -43
  825. package/docs/docs/cmd/aad/user/user-list.md +0 -63
  826. package/docs/docs/cmd/aad/user/user-password-validate.md +0 -29
  827. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.md +0 -42
  828. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.md +0 -82
  829. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.md +0 -45
  830. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.md +0 -99
  831. package/docs/docs/cmd/aad/user/user-remove.md +0 -51
  832. package/docs/docs/cmd/aad/user/user-set.md +0 -133
  833. package/docs/docs/cmd/aad/user/user-signin-list.md +0 -81
  834. package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +0 -125
  835. package/docs/docs/cmd/app/app-get.md +0 -211
  836. package/docs/docs/cmd/app/app-open.md +0 -71
  837. package/docs/docs/cmd/app/permission/permission-add.md +0 -53
  838. package/docs/docs/cmd/app/permission/permission-list.md +0 -79
  839. package/docs/docs/cmd/booking/business/business-get.md +0 -162
  840. package/docs/docs/cmd/booking/business/business-list.md +0 -64
  841. package/docs/docs/cmd/cli/cli-consent.md +0 -58
  842. package/docs/docs/cmd/cli/cli-doctor.md +0 -92
  843. package/docs/docs/cmd/cli/cli-issue.md +0 -60
  844. package/docs/docs/cmd/cli/cli-reconsent.md +0 -51
  845. package/docs/docs/cmd/cli/completion/completion-clink-update.md +0 -36
  846. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.md +0 -38
  847. package/docs/docs/cmd/cli/completion/completion-pwsh-update.md +0 -33
  848. package/docs/docs/cmd/cli/completion/completion-sh-setup.md +0 -51
  849. package/docs/docs/cmd/cli/completion/completion-sh-update.md +0 -33
  850. package/docs/docs/cmd/cli/config/config-get.md +0 -62
  851. package/docs/docs/cmd/cli/config/config-reset.md +0 -40
  852. package/docs/docs/cmd/cli/config/config-set.md +0 -43
  853. package/docs/docs/cmd/context/context-init.md +0 -25
  854. package/docs/docs/cmd/context/context-remove.md +0 -34
  855. package/docs/docs/cmd/context/option/option-list.md +0 -63
  856. package/docs/docs/cmd/context/option/option-remove.md +0 -37
  857. package/docs/docs/cmd/context/option/option-set.md +0 -31
  858. package/docs/docs/cmd/docs.md +0 -51
  859. package/docs/docs/cmd/file/convert/convert-pdf.md +0 -53
  860. package/docs/docs/cmd/file/file-add.md +0 -60
  861. package/docs/docs/cmd/file/file-list.md +0 -46
  862. package/docs/docs/cmd/flow/environment/environment-get.md +0 -159
  863. package/docs/docs/cmd/flow/environment/environment-list.md +0 -141
  864. package/docs/docs/cmd/flow/flow-disable.md +0 -51
  865. package/docs/docs/cmd/flow/flow-enable.md +0 -51
  866. package/docs/docs/cmd/flow/flow-export.md +0 -92
  867. package/docs/docs/cmd/flow/flow-get.md +0 -439
  868. package/docs/docs/cmd/flow/flow-list.md +0 -166
  869. package/docs/docs/cmd/flow/flow-remove.md +0 -63
  870. package/docs/docs/cmd/flow/owner/owner-ensure.md +0 -61
  871. package/docs/docs/cmd/flow/owner/owner-list.md +0 -90
  872. package/docs/docs/cmd/flow/owner/owner-remove.md +0 -67
  873. package/docs/docs/cmd/flow/run/run-cancel.md +0 -45
  874. package/docs/docs/cmd/flow/run/run-get.md +0 -214
  875. package/docs/docs/cmd/flow/run/run-list.md +0 -153
  876. package/docs/docs/cmd/flow/run/run-resubmit.md +0 -54
  877. package/docs/docs/cmd/graph/changelog/changelog-list.md +0 -105
  878. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +0 -122
  879. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.md +0 -90
  880. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.md +0 -114
  881. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.md +0 -42
  882. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +0 -64
  883. package/docs/docs/cmd/graph/subscription/subscription-add.md +0 -137
  884. package/docs/docs/cmd/login.md +0 -190
  885. package/docs/docs/cmd/logout.md +0 -35
  886. package/docs/docs/cmd/onedrive/onedrive-list.md +0 -246
  887. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.md +0 -78
  888. package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +0 -78
  889. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.md +0 -91
  890. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.md +0 -81
  891. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.md +0 -91
  892. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.md +0 -81
  893. package/docs/docs/cmd/onedrive/report/report-usagestorage.md +0 -76
  894. package/docs/docs/cmd/onenote/notebook/notebook-list.md +0 -149
  895. package/docs/docs/cmd/onenote/page/page-list.md +0 -140
  896. package/docs/docs/cmd/outlook/mail/mail-send.md +0 -129
  897. package/docs/docs/cmd/outlook/message/message-get.md +0 -191
  898. package/docs/docs/cmd/outlook/message/message-list.md +0 -162
  899. package/docs/docs/cmd/outlook/message/message-move.md +0 -57
  900. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +0 -79
  901. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +0 -79
  902. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +0 -93
  903. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +0 -82
  904. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +0 -83
  905. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +0 -96
  906. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +0 -80
  907. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +0 -88
  908. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +0 -80
  909. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +0 -79
  910. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +0 -75
  911. package/docs/docs/cmd/outlook/room/room-list.md +0 -111
  912. package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +0 -79
  913. package/docs/docs/cmd/pa/app/app-consent-set.md +0 -47
  914. package/docs/docs/cmd/pa/app/app-export.md +0 -52
  915. package/docs/docs/cmd/pa/app/app-get.md +0 -248
  916. package/docs/docs/cmd/pa/app/app-list.md +0 -244
  917. package/docs/docs/cmd/pa/app/app-remove.md +0 -45
  918. package/docs/docs/cmd/pa/connector/connector-export.md +0 -53
  919. package/docs/docs/cmd/pa/connector/connector-list.md +0 -141
  920. package/docs/docs/cmd/pa/environment/environment-get.md +0 -168
  921. package/docs/docs/cmd/pa/environment/environment-list.md +0 -154
  922. package/docs/docs/cmd/pa/pcf/pcf-init.md +0 -52
  923. package/docs/docs/cmd/pa/solution/solution-init.md +0 -42
  924. package/docs/docs/cmd/pa/solution/solution-reference-add.md +0 -38
  925. package/docs/docs/cmd/planner/bucket/bucket-add.md +0 -91
  926. package/docs/docs/cmd/planner/bucket/bucket-get.md +0 -103
  927. package/docs/docs/cmd/planner/bucket/bucket-list.md +0 -86
  928. package/docs/docs/cmd/planner/bucket/bucket-remove.md +0 -64
  929. package/docs/docs/cmd/planner/bucket/bucket-set.md +0 -61
  930. package/docs/docs/cmd/planner/plan/plan-add.md +0 -226
  931. package/docs/docs/cmd/planner/plan/plan-get.md +0 -155
  932. package/docs/docs/cmd/planner/plan/plan-list.md +0 -111
  933. package/docs/docs/cmd/planner/plan/plan-remove.md +0 -56
  934. package/docs/docs/cmd/planner/plan/plan-set.md +0 -236
  935. package/docs/docs/cmd/planner/roster/roster-add.md +0 -76
  936. package/docs/docs/cmd/planner/roster/roster-get.md +0 -73
  937. package/docs/docs/cmd/planner/roster/roster-member-add.md +0 -87
  938. package/docs/docs/cmd/planner/roster/roster-member-get.md +0 -87
  939. package/docs/docs/cmd/planner/roster/roster-member-list.md +0 -76
  940. package/docs/docs/cmd/planner/roster/roster-member-remove.md +0 -51
  941. package/docs/docs/cmd/planner/roster/roster-plan-list.md +0 -109
  942. package/docs/docs/cmd/planner/roster/roster-remove.md +0 -49
  943. package/docs/docs/cmd/planner/task/task-add.md +0 -346
  944. package/docs/docs/cmd/planner/task/task-checklistitem-add.md +0 -91
  945. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +0 -79
  946. package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +0 -40
  947. package/docs/docs/cmd/planner/task/task-get.md +0 -182
  948. package/docs/docs/cmd/planner/task/task-list.md +0 -166
  949. package/docs/docs/cmd/planner/task/task-reference-add.md +0 -91
  950. package/docs/docs/cmd/planner/task/task-reference-list.md +0 -70
  951. package/docs/docs/cmd/planner/task/task-reference-remove.md +0 -43
  952. package/docs/docs/cmd/planner/task/task-remove.md +0 -82
  953. package/docs/docs/cmd/planner/task/task-set.md +0 -341
  954. package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +0 -83
  955. package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +0 -111
  956. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.md +0 -142
  957. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.md +0 -138
  958. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.md +0 -53
  959. package/docs/docs/cmd/pp/card/card-clone.md +0 -89
  960. package/docs/docs/cmd/pp/card/card-get.md +0 -171
  961. package/docs/docs/cmd/pp/card/card-list.md +0 -153
  962. package/docs/docs/cmd/pp/card/card-remove.md +0 -82
  963. package/docs/docs/cmd/pp/chatbot/chatbot-get.md +0 -178
  964. package/docs/docs/cmd/pp/chatbot/chatbot-list.md +0 -118
  965. package/docs/docs/cmd/pp/chatbot/chatbot-remove.md +0 -52
  966. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.md +0 -150
  967. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.md +0 -148
  968. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +0 -49
  969. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.md +0 -120
  970. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.md +0 -61
  971. package/docs/docs/cmd/pp/environment/environment-get.md +0 -373
  972. package/docs/docs/cmd/pp/environment/environment-list.md +0 -368
  973. package/docs/docs/cmd/pp/gateway/gateway-get.md +0 -75
  974. package/docs/docs/cmd/pp/gateway/gateway-list.md +0 -75
  975. package/docs/docs/cmd/pp/managementapp/managementapp-add.md +0 -85
  976. package/docs/docs/cmd/pp/managementapp/managementapp-list.md +0 -60
  977. package/docs/docs/cmd/pp/solution/solution-get.md +0 -100
  978. package/docs/docs/cmd/pp/solution/solution-list.md +0 -84
  979. package/docs/docs/cmd/pp/solution/solution-publish.md +0 -52
  980. package/docs/docs/cmd/pp/solution/solution-publisher-add.md +0 -49
  981. package/docs/docs/cmd/pp/solution/solution-publisher-get.md +0 -102
  982. package/docs/docs/cmd/pp/solution/solution-publisher-list.md +0 -89
  983. package/docs/docs/cmd/pp/solution/solution-publisher-remove.md +0 -58
  984. package/docs/docs/cmd/pp/solution/solution-remove.md +0 -82
  985. package/docs/docs/cmd/pp/tenant/tenant-settings-list.md +0 -125
  986. package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +0 -218
  987. package/docs/docs/cmd/purview/auditlog/auditlog-list.md +0 -123
  988. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.md +0 -148
  989. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.md +0 -131
  990. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.md +0 -107
  991. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.md +0 -45
  992. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +0 -106
  993. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.md +0 -103
  994. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.md +0 -97
  995. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.md +0 -43
  996. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.md +0 -43
  997. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.md +0 -143
  998. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.md +0 -97
  999. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.md +0 -83
  1000. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.md +0 -39
  1001. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.md +0 -66
  1002. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.md +0 -118
  1003. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.md +0 -111
  1004. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.md +0 -97
  1005. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +0 -191
  1006. package/docs/docs/cmd/request.md +0 -156
  1007. package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +0 -47
  1008. package/docs/docs/cmd/search/externalconnection/externalconnection-get.md +0 -88
  1009. package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +0 -76
  1010. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +0 -44
  1011. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.md +0 -31
  1012. package/docs/docs/cmd/setup.md +0 -86
  1013. package/docs/docs/cmd/skype/report/report-activitycounts.md +0 -77
  1014. package/docs/docs/cmd/skype/report/report-activityusercounts.md +0 -77
  1015. package/docs/docs/cmd/skype/report/report-activityuserdetail.md +0 -115
  1016. package/docs/docs/cmd/spfx/package/package-generate.md +0 -62
  1017. package/docs/docs/cmd/spfx/project/project-doctor.md +0 -156
  1018. package/docs/docs/cmd/spfx/project/project-externalize.md +0 -171
  1019. package/docs/docs/cmd/spfx/project/project-permissions-grant.md +0 -86
  1020. package/docs/docs/cmd/spfx/project/project-rename.md +0 -44
  1021. package/docs/docs/cmd/spfx/project/project-upgrade.md +0 -187
  1022. package/docs/docs/cmd/spfx/spfx-doctor.md +0 -108
  1023. package/docs/docs/cmd/spo/app/app-add.md +0 -59
  1024. package/docs/docs/cmd/spo/app/app-deploy.md +0 -72
  1025. package/docs/docs/cmd/spo/app/app-get.md +0 -61
  1026. package/docs/docs/cmd/spo/app/app-install.md +0 -44
  1027. package/docs/docs/cmd/spo/app/app-instance-list.md +0 -24
  1028. package/docs/docs/cmd/spo/app/app-list.md +0 -45
  1029. package/docs/docs/cmd/spo/app/app-remove.md +0 -63
  1030. package/docs/docs/cmd/spo/app/app-retract.md +0 -63
  1031. package/docs/docs/cmd/spo/app/app-teamspackage-download.md +0 -56
  1032. package/docs/docs/cmd/spo/app/app-uninstall.md +0 -53
  1033. package/docs/docs/cmd/spo/app/app-upgrade.md +0 -44
  1034. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.md +0 -59
  1035. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.md +0 -145
  1036. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.md +0 -109
  1037. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.md +0 -77
  1038. package/docs/docs/cmd/spo/apppage/apppage-add.md +0 -37
  1039. package/docs/docs/cmd/spo/apppage/apppage-set.md +0 -30
  1040. package/docs/docs/cmd/spo/cdn/cdn-get.md +0 -41
  1041. package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +0 -38
  1042. package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +0 -41
  1043. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.md +0 -41
  1044. package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +0 -41
  1045. package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +0 -41
  1046. package/docs/docs/cmd/spo/cdn/cdn-set.md +0 -69
  1047. package/docs/docs/cmd/spo/commandset/commandset-add.md +0 -159
  1048. package/docs/docs/cmd/spo/commandset/commandset-get.md +0 -149
  1049. package/docs/docs/cmd/spo/commandset/commandset-list.md +0 -109
  1050. package/docs/docs/cmd/spo/commandset/commandset-remove.md +0 -55
  1051. package/docs/docs/cmd/spo/commandset/commandset-set.md +0 -71
  1052. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +0 -73
  1053. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +0 -69
  1054. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +0 -52
  1055. package/docs/docs/cmd/spo/contenttype/contenttype-get.md +0 -67
  1056. package/docs/docs/cmd/spo/contenttype/contenttype-list.md +0 -33
  1057. package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +0 -51
  1058. package/docs/docs/cmd/spo/contenttype/contenttype-set.md +0 -59
  1059. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.md +0 -21
  1060. package/docs/docs/cmd/spo/customaction/customaction-add.md +0 -139
  1061. package/docs/docs/cmd/spo/customaction/customaction-clear.md +0 -43
  1062. package/docs/docs/cmd/spo/customaction/customaction-get.md +0 -161
  1063. package/docs/docs/cmd/spo/customaction/customaction-list.md +0 -47
  1064. package/docs/docs/cmd/spo/customaction/customaction-remove.md +0 -86
  1065. package/docs/docs/cmd/spo/customaction/customaction-set.md +0 -124
  1066. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md +0 -110
  1067. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.md +0 -64
  1068. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +0 -74
  1069. package/docs/docs/cmd/spo/externaluser/externaluser-list.md +0 -61
  1070. package/docs/docs/cmd/spo/feature/feature-disable.md +0 -43
  1071. package/docs/docs/cmd/spo/feature/feature-enable.md +0 -43
  1072. package/docs/docs/cmd/spo/feature/feature-list.md +0 -33
  1073. package/docs/docs/cmd/spo/field/field-add.md +0 -71
  1074. package/docs/docs/cmd/spo/field/field-get.md +0 -51
  1075. package/docs/docs/cmd/spo/field/field-list.md +0 -51
  1076. package/docs/docs/cmd/spo/field/field-remove.md +0 -63
  1077. package/docs/docs/cmd/spo/field/field-set.md +0 -67
  1078. package/docs/docs/cmd/spo/file/file-add.md +0 -156
  1079. package/docs/docs/cmd/spo/file/file-checkin.md +0 -54
  1080. package/docs/docs/cmd/spo/file/file-checkout.md +0 -36
  1081. package/docs/docs/cmd/spo/file/file-copy.md +0 -72
  1082. package/docs/docs/cmd/spo/file/file-get.md +0 -295
  1083. package/docs/docs/cmd/spo/file/file-list.md +0 -124
  1084. package/docs/docs/cmd/spo/file/file-move.md +0 -63
  1085. package/docs/docs/cmd/spo/file/file-remove.md +0 -60
  1086. package/docs/docs/cmd/spo/file/file-rename.md +0 -43
  1087. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +0 -58
  1088. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +0 -43
  1089. package/docs/docs/cmd/spo/file/file-roleassignment-add.md +0 -57
  1090. package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +0 -54
  1091. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +0 -54
  1092. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +0 -39
  1093. package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +0 -36
  1094. package/docs/docs/cmd/spo/file/file-sharinglink-add.md +0 -89
  1095. package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +0 -46
  1096. package/docs/docs/cmd/spo/file/file-sharinglink-get.md +0 -107
  1097. package/docs/docs/cmd/spo/file/file-sharinglink-list.md +0 -106
  1098. package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +0 -52
  1099. package/docs/docs/cmd/spo/file/file-sharinglink-set.md +0 -104
  1100. package/docs/docs/cmd/spo/file/file-version-clear.md +0 -55
  1101. package/docs/docs/cmd/spo/file/file-version-get.md +0 -76
  1102. package/docs/docs/cmd/spo/file/file-version-list.md +0 -76
  1103. package/docs/docs/cmd/spo/file/file-version-remove.md +0 -58
  1104. package/docs/docs/cmd/spo/file/file-version-restore.md +0 -58
  1105. package/docs/docs/cmd/spo/folder/folder-add.md +0 -36
  1106. package/docs/docs/cmd/spo/folder/folder-copy.md +0 -53
  1107. package/docs/docs/cmd/spo/folder/folder-get.md +0 -51
  1108. package/docs/docs/cmd/spo/folder/folder-list.md +0 -107
  1109. package/docs/docs/cmd/spo/folder/folder-move.md +0 -53
  1110. package/docs/docs/cmd/spo/folder/folder-remove.md +0 -43
  1111. package/docs/docs/cmd/spo/folder/folder-rename.md +0 -36
  1112. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +0 -47
  1113. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +0 -43
  1114. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.md +0 -59
  1115. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.md +0 -57
  1116. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +0 -45
  1117. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +0 -42
  1118. package/docs/docs/cmd/spo/group/group-add.md +0 -51
  1119. package/docs/docs/cmd/spo/group/group-get.md +0 -45
  1120. package/docs/docs/cmd/spo/group/group-list.md +0 -33
  1121. package/docs/docs/cmd/spo/group/group-member-add.md +0 -150
  1122. package/docs/docs/cmd/spo/group/group-member-list.md +0 -36
  1123. package/docs/docs/cmd/spo/group/group-member-remove.md +0 -73
  1124. package/docs/docs/cmd/spo/group/group-remove.md +0 -39
  1125. package/docs/docs/cmd/spo/group/group-set.md +0 -69
  1126. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +0 -30
  1127. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +0 -33
  1128. package/docs/docs/cmd/spo/homesite/homesite-get.md +0 -75
  1129. package/docs/docs/cmd/spo/homesite/homesite-remove.md +0 -59
  1130. package/docs/docs/cmd/spo/homesite/homesite-set.md +0 -104
  1131. package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +0 -62
  1132. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -124
  1133. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +0 -58
  1134. package/docs/docs/cmd/spo/hubsite/hubsite-get.md +0 -173
  1135. package/docs/docs/cmd/spo/hubsite/hubsite-list.md +0 -190
  1136. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +0 -117
  1137. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +0 -55
  1138. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +0 -49
  1139. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +0 -120
  1140. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +0 -48
  1141. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.md +0 -52
  1142. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.md +0 -61
  1143. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +0 -57
  1144. package/docs/docs/cmd/spo/list/list-add.md +0 -425
  1145. package/docs/docs/cmd/spo/list/list-contenttype-add.md +0 -180
  1146. package/docs/docs/cmd/spo/list/list-contenttype-default-set.md +0 -52
  1147. package/docs/docs/cmd/spo/list/list-contenttype-list.md +0 -150
  1148. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +0 -55
  1149. package/docs/docs/cmd/spo/list/list-get.md +0 -282
  1150. package/docs/docs/cmd/spo/list/list-list.md +0 -213
  1151. package/docs/docs/cmd/spo/list/list-remove.md +0 -43
  1152. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.md +0 -68
  1153. package/docs/docs/cmd/spo/list/list-retentionlabel-get.md +0 -151
  1154. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.md +0 -52
  1155. package/docs/docs/cmd/spo/list/list-roleassignment-add.md +0 -82
  1156. package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +0 -61
  1157. package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +0 -71
  1158. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +0 -58
  1159. package/docs/docs/cmd/spo/list/list-set.md +0 -248
  1160. package/docs/docs/cmd/spo/list/list-sitescript-get.md +0 -155
  1161. package/docs/docs/cmd/spo/list/list-view-add.md +0 -258
  1162. package/docs/docs/cmd/spo/list/list-view-field-add.md +0 -70
  1163. package/docs/docs/cmd/spo/list/list-view-field-remove.md +0 -61
  1164. package/docs/docs/cmd/spo/list/list-view-field-set.md +0 -70
  1165. package/docs/docs/cmd/spo/list/list-view-get.md +0 -233
  1166. package/docs/docs/cmd/spo/list/list-view-list.md +0 -184
  1167. package/docs/docs/cmd/spo/list/list-view-remove.md +0 -70
  1168. package/docs/docs/cmd/spo/list/list-view-set.md +0 -72
  1169. package/docs/docs/cmd/spo/list/list-webhook-add.md +0 -107
  1170. package/docs/docs/cmd/spo/list/list-webhook-get.md +0 -104
  1171. package/docs/docs/cmd/spo/list/list-webhook-list.md +0 -96
  1172. package/docs/docs/cmd/spo/list/list-webhook-remove.md +0 -58
  1173. package/docs/docs/cmd/spo/list/list-webhook-set.md +0 -65
  1174. package/docs/docs/cmd/spo/listitem/listitem-add.md +0 -174
  1175. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.md +0 -97
  1176. package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +0 -64
  1177. package/docs/docs/cmd/spo/listitem/listitem-batch-set.md +0 -67
  1178. package/docs/docs/cmd/spo/listitem/listitem-get.md +0 -310
  1179. package/docs/docs/cmd/spo/listitem/listitem-isrecord.md +0 -74
  1180. package/docs/docs/cmd/spo/listitem/listitem-list.md +0 -179
  1181. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +0 -101
  1182. package/docs/docs/cmd/spo/listitem/listitem-record-lock.md +0 -52
  1183. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +0 -52
  1184. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.md +0 -52
  1185. package/docs/docs/cmd/spo/listitem/listitem-remove.md +0 -58
  1186. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +0 -71
  1187. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.md +0 -55
  1188. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.md +0 -85
  1189. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +0 -71
  1190. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +0 -74
  1191. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +0 -55
  1192. package/docs/docs/cmd/spo/listitem/listitem-set.md +0 -172
  1193. package/docs/docs/cmd/spo/mail/mail-send.md +0 -65
  1194. package/docs/docs/cmd/spo/navigation/navigation-node-add.md +0 -127
  1195. package/docs/docs/cmd/spo/navigation/navigation-node-get.md +0 -91
  1196. package/docs/docs/cmd/spo/navigation/navigation-node-list.md +0 -92
  1197. package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +0 -43
  1198. package/docs/docs/cmd/spo/navigation/navigation-node-set.md +0 -59
  1199. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.md +0 -45
  1200. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +0 -87
  1201. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +0 -66
  1202. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +0 -54
  1203. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +0 -42
  1204. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.md +0 -35
  1205. package/docs/docs/cmd/spo/page/page-add.md +0 -106
  1206. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +0 -85
  1207. package/docs/docs/cmd/spo/page/page-column-get.md +0 -115
  1208. package/docs/docs/cmd/spo/page/page-column-list.md +0 -82
  1209. package/docs/docs/cmd/spo/page/page-control-get.md +0 -119
  1210. package/docs/docs/cmd/spo/page/page-control-list.md +0 -115
  1211. package/docs/docs/cmd/spo/page/page-control-set.md +0 -53
  1212. package/docs/docs/cmd/spo/page/page-copy.md +0 -151
  1213. package/docs/docs/cmd/spo/page/page-get.md +0 -175
  1214. package/docs/docs/cmd/spo/page/page-header-set.md +0 -86
  1215. package/docs/docs/cmd/spo/page/page-list.md +0 -198
  1216. package/docs/docs/cmd/spo/page/page-remove.md +0 -46
  1217. package/docs/docs/cmd/spo/page/page-section-add.md +0 -41
  1218. package/docs/docs/cmd/spo/page/page-section-get.md +0 -78
  1219. package/docs/docs/cmd/spo/page/page-section-list.md +0 -79
  1220. package/docs/docs/cmd/spo/page/page-set.md +0 -103
  1221. package/docs/docs/cmd/spo/page/page-template-list.md +0 -112
  1222. package/docs/docs/cmd/spo/page/page-text-add.md +0 -59
  1223. package/docs/docs/cmd/spo/propertybag/propertybag-get.md +0 -80
  1224. package/docs/docs/cmd/spo/propertybag/propertybag-list.md +0 -92
  1225. package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +0 -61
  1226. package/docs/docs/cmd/spo/propertybag/propertybag-set.md +0 -65
  1227. package/docs/docs/cmd/spo/report/report-activityfilecounts.md +0 -78
  1228. package/docs/docs/cmd/spo/report/report-activitypages.md +0 -75
  1229. package/docs/docs/cmd/spo/report/report-activityusercounts.md +0 -83
  1230. package/docs/docs/cmd/spo/report/report-activityuserdetail.md +0 -96
  1231. package/docs/docs/cmd/spo/report/report-siteusagedetail.md +0 -99
  1232. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +0 -81
  1233. package/docs/docs/cmd/spo/report/report-siteusagepages.md +0 -76
  1234. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +0 -81
  1235. package/docs/docs/cmd/spo/report/report-siteusagestorage.md +0 -76
  1236. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +0 -47
  1237. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +0 -125
  1238. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +0 -118
  1239. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.md +0 -40
  1240. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +0 -101
  1241. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +0 -82
  1242. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +0 -41
  1243. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +0 -100
  1244. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +0 -41
  1245. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +0 -79
  1246. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +0 -99
  1247. package/docs/docs/cmd/spo/site/site-add.md +0 -179
  1248. package/docs/docs/cmd/spo/site/site-appcatalog-add.md +0 -33
  1249. package/docs/docs/cmd/spo/site/site-appcatalog-list.md +0 -55
  1250. package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +0 -35
  1251. package/docs/docs/cmd/spo/site/site-apppermission-add.md +0 -37
  1252. package/docs/docs/cmd/spo/site/site-apppermission-get.md +0 -27
  1253. package/docs/docs/cmd/spo/site/site-apppermission-list.md +0 -40
  1254. package/docs/docs/cmd/spo/site/site-apppermission-remove.md +0 -48
  1255. package/docs/docs/cmd/spo/site/site-apppermission-set.md +0 -48
  1256. package/docs/docs/cmd/spo/site/site-chrome-set.md +0 -58
  1257. package/docs/docs/cmd/spo/site/site-commsite-enable.md +0 -32
  1258. package/docs/docs/cmd/spo/site/site-ensure.md +0 -124
  1259. package/docs/docs/cmd/spo/site/site-get.md +0 -28
  1260. package/docs/docs/cmd/spo/site/site-groupify.md +0 -71
  1261. package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -37
  1262. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -37
  1263. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -28
  1264. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +0 -33
  1265. package/docs/docs/cmd/spo/site/site-list.md +0 -75
  1266. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.md +0 -45
  1267. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.md +0 -40
  1268. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.md +0 -43
  1269. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.md +0 -45
  1270. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.md +0 -27
  1271. package/docs/docs/cmd/spo/site/site-remove.md +0 -65
  1272. package/docs/docs/cmd/spo/site/site-rename.md +0 -58
  1273. package/docs/docs/cmd/spo/site/site-set.md +0 -175
  1274. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.md +0 -63
  1275. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +0 -40
  1276. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +0 -41
  1277. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +0 -25
  1278. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +0 -41
  1279. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.md +0 -46
  1280. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +0 -34
  1281. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.md +0 -48
  1282. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +0 -37
  1283. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +0 -35
  1284. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.md +0 -76
  1285. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +0 -28
  1286. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +0 -28
  1287. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +0 -37
  1288. package/docs/docs/cmd/spo/sitescript/sitescript-add.md +0 -38
  1289. package/docs/docs/cmd/spo/sitescript/sitescript-get.md +0 -32
  1290. package/docs/docs/cmd/spo/sitescript/sitescript-list.md +0 -25
  1291. package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +0 -41
  1292. package/docs/docs/cmd/spo/sitescript/sitescript-set.md +0 -44
  1293. package/docs/docs/cmd/spo/spo-get.md +0 -60
  1294. package/docs/docs/cmd/spo/spo-search.md +0 -153
  1295. package/docs/docs/cmd/spo/spo-set.md +0 -32
  1296. package/docs/docs/cmd/spo/storageentity/storageentity-get.md +0 -32
  1297. package/docs/docs/cmd/spo/storageentity/storageentity-list.md +0 -32
  1298. package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +0 -47
  1299. package/docs/docs/cmd/spo/storageentity/storageentity-set.md +0 -49
  1300. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.md +0 -59
  1301. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +0 -26
  1302. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.md +0 -59
  1303. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +0 -142
  1304. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.md +0 -103
  1305. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.md +0 -49
  1306. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.md +0 -49
  1307. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.md +0 -57
  1308. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.md +0 -26
  1309. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +0 -43
  1310. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +0 -40
  1311. package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +0 -26
  1312. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +0 -300
  1313. package/docs/docs/cmd/spo/term/term-add.md +0 -184
  1314. package/docs/docs/cmd/spo/term/term-get.md +0 -159
  1315. package/docs/docs/cmd/spo/term/term-group-add.md +0 -47
  1316. package/docs/docs/cmd/spo/term/term-group-get.md +0 -104
  1317. package/docs/docs/cmd/spo/term/term-group-list.md +0 -94
  1318. package/docs/docs/cmd/spo/term/term-list.md +0 -254
  1319. package/docs/docs/cmd/spo/term/term-set-add.md +0 -149
  1320. package/docs/docs/cmd/spo/term/term-set-get.md +0 -128
  1321. package/docs/docs/cmd/spo/term/term-set-list.md +0 -118
  1322. package/docs/docs/cmd/spo/theme/theme-apply.md +0 -48
  1323. package/docs/docs/cmd/spo/theme/theme-get.md +0 -33
  1324. package/docs/docs/cmd/spo/theme/theme-list.md +0 -30
  1325. package/docs/docs/cmd/spo/theme/theme-remove.md +0 -42
  1326. package/docs/docs/cmd/spo/theme/theme-set.md +0 -84
  1327. package/docs/docs/cmd/spo/user/user-ensure.md +0 -108
  1328. package/docs/docs/cmd/spo/user/user-get.md +0 -117
  1329. package/docs/docs/cmd/spo/user/user-list.md +0 -89
  1330. package/docs/docs/cmd/spo/user/user-remove.md +0 -51
  1331. package/docs/docs/cmd/spo/userprofile/userprofile-get.md +0 -635
  1332. package/docs/docs/cmd/spo/userprofile/userprofile-set.md +0 -44
  1333. package/docs/docs/cmd/spo/web/web-add.md +0 -124
  1334. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +0 -69
  1335. package/docs/docs/cmd/spo/web/web-get.md +0 -540
  1336. package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +0 -69
  1337. package/docs/docs/cmd/spo/web/web-list.md +0 -121
  1338. package/docs/docs/cmd/spo/web/web-reindex.md +0 -32
  1339. package/docs/docs/cmd/spo/web/web-remove.md +0 -31
  1340. package/docs/docs/cmd/spo/web/web-retentionlabel-list.md +0 -101
  1341. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +0 -61
  1342. package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +0 -58
  1343. package/docs/docs/cmd/spo/web/web-roleinheritance-break.md +0 -44
  1344. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +0 -37
  1345. package/docs/docs/cmd/spo/web/web-set.md +0 -117
  1346. package/docs/docs/cmd/status.md +0 -71
  1347. package/docs/docs/cmd/teams/app/app-install.md +0 -53
  1348. package/docs/docs/cmd/teams/app/app-list.md +0 -77
  1349. package/docs/docs/cmd/teams/app/app-publish.md +0 -75
  1350. package/docs/docs/cmd/teams/app/app-remove.md +0 -41
  1351. package/docs/docs/cmd/teams/app/app-uninstall.md +0 -39
  1352. package/docs/docs/cmd/teams/app/app-update.md +0 -44
  1353. package/docs/docs/cmd/teams/cache/cache-remove.md +0 -50
  1354. package/docs/docs/cmd/teams/channel/channel-add.md +0 -118
  1355. package/docs/docs/cmd/teams/channel/channel-get.md +0 -108
  1356. package/docs/docs/cmd/teams/channel/channel-list.md +0 -98
  1357. package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -58
  1358. package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -105
  1359. package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -55
  1360. package/docs/docs/cmd/teams/channel/channel-member-set.md +0 -107
  1361. package/docs/docs/cmd/teams/channel/channel-remove.md +0 -66
  1362. package/docs/docs/cmd/teams/channel/channel-set.md +0 -49
  1363. package/docs/docs/cmd/teams/chat/chat-get.md +0 -117
  1364. package/docs/docs/cmd/teams/chat/chat-list.md +0 -102
  1365. package/docs/docs/cmd/teams/chat/chat-member-list.md +0 -79
  1366. package/docs/docs/cmd/teams/chat/chat-member-remove.md +0 -52
  1367. package/docs/docs/cmd/teams/chat/chat-message-list.md +0 -107
  1368. package/docs/docs/cmd/teams/chat/chat-message-send.md +0 -59
  1369. package/docs/docs/cmd/teams/funsettings/funsettings-list.md +0 -68
  1370. package/docs/docs/cmd/teams/funsettings/funsettings-set.md +0 -58
  1371. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +0 -62
  1372. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +0 -40
  1373. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.md +0 -69
  1374. package/docs/docs/cmd/teams/meeting/meeting-get.md +0 -159
  1375. package/docs/docs/cmd/teams/meeting/meeting-list.md +0 -149
  1376. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +0 -96
  1377. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +0 -74
  1378. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +0 -49
  1379. package/docs/docs/cmd/teams/message/message-get.md +0 -149
  1380. package/docs/docs/cmd/teams/message/message-list.md +0 -138
  1381. package/docs/docs/cmd/teams/message/message-reply-list.md +0 -132
  1382. package/docs/docs/cmd/teams/message/message-send.md +0 -119
  1383. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +0 -73
  1384. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +0 -49
  1385. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +0 -81
  1386. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +0 -82
  1387. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +0 -100
  1388. package/docs/docs/cmd/teams/report/report-directroutingcalls.md +0 -101
  1389. package/docs/docs/cmd/teams/report/report-pstncalls.md +0 -105
  1390. package/docs/docs/cmd/teams/report/report-useractivitycounts.md +0 -85
  1391. package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +0 -79
  1392. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +0 -113
  1393. package/docs/docs/cmd/teams/tab/tab-add.md +0 -106
  1394. package/docs/docs/cmd/teams/tab/tab-get.md +0 -101
  1395. package/docs/docs/cmd/teams/tab/tab-list.md +0 -101
  1396. package/docs/docs/cmd/teams/tab/tab-remove.md +0 -47
  1397. package/docs/docs/cmd/teams/team/team-add.md +0 -271
  1398. package/docs/docs/cmd/teams/team/team-app-list.md +0 -94
  1399. package/docs/docs/cmd/teams/team/team-archive.md +0 -55
  1400. package/docs/docs/cmd/teams/team/team-clone.md +0 -55
  1401. package/docs/docs/cmd/teams/team/team-get.md +0 -141
  1402. package/docs/docs/cmd/teams/team/team-list.md +0 -135
  1403. package/docs/docs/cmd/teams/team/team-remove.md +0 -56
  1404. package/docs/docs/cmd/teams/team/team-set.md +0 -49
  1405. package/docs/docs/cmd/teams/team/team-unarchive.md +0 -45
  1406. package/docs/docs/cmd/teams/user/user-app-add.md +0 -35
  1407. package/docs/docs/cmd/teams/user/user-app-list.md +0 -95
  1408. package/docs/docs/cmd/teams/user/user-app-remove.md +0 -39
  1409. package/docs/docs/cmd/teams/user/user-list.md +0 -81
  1410. package/docs/docs/cmd/tenant/id/id-get.md +0 -60
  1411. package/docs/docs/cmd/tenant/report/report-activeusercounts.md +0 -81
  1412. package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +0 -108
  1413. package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +0 -60
  1414. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +0 -58
  1415. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +0 -64
  1416. package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +0 -87
  1417. package/docs/docs/cmd/tenant/security/security-alerts-list.md +0 -158
  1418. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +0 -152
  1419. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +0 -153
  1420. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +0 -112
  1421. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +0 -111
  1422. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +0 -114
  1423. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +0 -108
  1424. package/docs/docs/cmd/todo/list/list-add.md +0 -73
  1425. package/docs/docs/cmd/todo/list/list-get.md +0 -79
  1426. package/docs/docs/cmd/todo/list/list-list.md +0 -70
  1427. package/docs/docs/cmd/todo/list/list-remove.md +0 -40
  1428. package/docs/docs/cmd/todo/list/list-set.md +0 -40
  1429. package/docs/docs/cmd/todo/task/task-add.md +0 -164
  1430. package/docs/docs/cmd/todo/task/task-get.md +0 -96
  1431. package/docs/docs/cmd/todo/task/task-list.md +0 -101
  1432. package/docs/docs/cmd/todo/task/task-remove.md +0 -44
  1433. package/docs/docs/cmd/todo/task/task-set.md +0 -173
  1434. package/docs/docs/cmd/util/accesstoken/accesstoken-get.md +0 -71
  1435. package/docs/docs/cmd/version.md +0 -47
  1436. package/docs/docs/cmd/viva/connections/connections-app-create.md +0 -77
  1437. package/docs/docs/cmd/yammer/group/group-list.md +0 -157
  1438. package/docs/docs/cmd/yammer/group/group-user-add.md +0 -53
  1439. package/docs/docs/cmd/yammer/group/group-user-remove.md +0 -51
  1440. package/docs/docs/cmd/yammer/message/message-add.md +0 -158
  1441. package/docs/docs/cmd/yammer/message/message-get.md +0 -131
  1442. package/docs/docs/cmd/yammer/message/message-like-set.md +0 -51
  1443. package/docs/docs/cmd/yammer/message/message-list.md +0 -184
  1444. package/docs/docs/cmd/yammer/message/message-remove.md +0 -48
  1445. package/docs/docs/cmd/yammer/network/network-list.md +0 -201
  1446. package/docs/docs/cmd/yammer/report/report-activitycounts.md +0 -77
  1447. package/docs/docs/cmd/yammer/report/report-activityusercounts.md +0 -77
  1448. package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +0 -95
  1449. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +0 -79
  1450. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +0 -80
  1451. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +0 -97
  1452. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +0 -77
  1453. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +0 -96
  1454. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +0 -76
  1455. package/docs/docs/cmd/yammer/user/user-get.md +0 -206
  1456. package/docs/docs/cmd/yammer/user/user-list.md +0 -211
  1457. package/docs/docs/cmd/yammer/yammer-search.md +0 -156
@@ -0,0 +1,228 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # yammer user list
6
+
7
+ Returns users from the current network
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 yammer user list [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-g, --groupId [groupId]`
19
+ : Returns users within a given group
20
+
21
+ `-l, --letter [letter]`
22
+ : Returns users with usernames beginning with the given character
23
+
24
+ `--reverse`
25
+ : Returns users in reverse sorting order
26
+
27
+ `--limit [limit]`
28
+ : Limits the users returned
29
+
30
+ `--sortBy [sortBy]`
31
+ : Returns users sorted by a number of messages or followers, instead of the default behavior of sorting alphabetically. Allowed values are `messages,followers`
32
+ ```
33
+
34
+ <Global />
35
+
36
+ ## Remarks
37
+
38
+ :::caution
39
+
40
+ In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
41
+
42
+ :::
43
+
44
+ ## Examples
45
+
46
+ Returns all Yammer network users
47
+
48
+ ```sh
49
+ m365 yammer user list
50
+ ```
51
+
52
+ Returns all Yammer network users with usernames beginning with "a"
53
+
54
+ ```sh
55
+ m365 yammer user list --letter a
56
+ ```
57
+
58
+ Returns all Yammer network users sorted alphabetically in descending order
59
+
60
+ ```sh
61
+ m365 yammer user list --reverse
62
+ ```
63
+
64
+ Returns the first 10 Yammer network users within the group 5785177
65
+
66
+ ```sh
67
+ m365 user list --groupId 5785177 --limit 10
68
+ ```
69
+
70
+ ## Response
71
+
72
+ <Tabs>
73
+ <TabItem value="JSON">
74
+
75
+ ```json
76
+ [
77
+ {
78
+ "type": "user",
79
+ "id": 172006440961,
80
+ "network_id": 5897756673,
81
+ "state": "active",
82
+ "job_title": "",
83
+ "location": null,
84
+ "interests": null,
85
+ "summary": null,
86
+ "expertise": null,
87
+ "full_name": "John Doe",
88
+ "activated_at": "2021/10/08 11:45:32 +0000",
89
+ "auto_activated": false,
90
+ "show_ask_for_photo": true,
91
+ "first_name": "",
92
+ "last_name": "",
93
+ "network_name": "Contoso",
94
+ "network_domains": [
95
+ "contoso.onmicrosoft.com"
96
+ ],
97
+ "url": "https://www.yammer.com/api/v1/users/172006440961",
98
+ "web_url": "https://www.yammer.com/contoso.onmicrosoft.com/users/172006440961",
99
+ "name": "johndoe",
100
+ "mugshot_url": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/no_photo.png?P1=1668205841&P2=104&P3=1&P4=rnM2FPGOQRZja018qxAFshyyDKKH5SoUXkdpCeizRsdD7Ggb9sLSsdEaq-icgk8g-QTHFd0Te4e1gWAZTGEQekSQop6G6zDcipIVbZMJStEzfKKUpSPckcXnRhfiI55yq5AOLhVcH2PP_ZBFF-0KXMaP8Hy4dGDIRzmnUGhFuik0yjNBoGaYL86ltEaDMQdpS6rS3lmIMzLPGEMfr30vethAxRT7SKBbNYxZ9iPxO6TY26cYCfv0VyyMQkGGviPU4__EVjOoklhD_AqFGFGHtRTcsafpKOxCE70Z-nUpIPbYCel3las7w105u4SvPPC00Q5LUMDynUvzPiR4-vbWPg&size=48x48",
101
+ "mugshot_redirect_url": "https://www.yammer.com/mugshot/images/redirect/48x48/no_photo.png",
102
+ "mugshot_url_template": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/no_photo.png?P1=1668205841&P2=104&P3=1&P4=rnM2FPGOQRZja018qxAFshyyDKKH5SoUXkdpCeizRsdD7Ggb9sLSsdEaq-icgk8g-QTHFd0Te4e1gWAZTGEQekSQop6G6zDcipIVbZMJStEzfKKUpSPckcXnRhfiI55yq5AOLhVcH2PP_ZBFF-0KXMaP8Hy4dGDIRzmnUGhFuik0yjNBoGaYL86ltEaDMQdpS6rS3lmIMzLPGEMfr30vethAxRT7SKBbNYxZ9iPxO6TY26cYCfv0VyyMQkGGviPU4__EVjOoklhD_AqFGFGHtRTcsafpKOxCE70Z-nUpIPbYCel3las7w105u4SvPPC00Q5LUMDynUvzPiR4-vbWPg&size={width}x{height}",
103
+ "mugshot_redirect_url_template": "https://www.yammer.com/mugshot/images/redirect/{width}x{height}/no_photo.png",
104
+ "birth_date": "",
105
+ "birth_date_complete": "",
106
+ "timezone": "Pacific Time (US & Canada)",
107
+ "external_urls": [],
108
+ "admin": "true",
109
+ "verified_admin": "true",
110
+ "m365_yammer_admin": "false",
111
+ "supervisor_admin": "false",
112
+ "o365_tenant_admin": "true",
113
+ "can_broadcast": "true",
114
+ "department": null,
115
+ "email": "johndoe@contoso.onmicrosoft.com",
116
+ "guest": false,
117
+ "aad_guest": false,
118
+ "can_view_delegations": false,
119
+ "can_create_new_network": false,
120
+ "can_browse_external_networks": false,
121
+ "reaction_accent_color": "none",
122
+ "significant_other": "",
123
+ "kids_names": "",
124
+ "previous_companies": [],
125
+ "schools": [],
126
+ "contact": {
127
+ "im": {
128
+ "provider": "",
129
+ "username": ""
130
+ },
131
+ "phone_numbers": [],
132
+ "email_addresses": [
133
+ {
134
+ "type": "primary",
135
+ "address": "johndoe@contoso.onmicrosoft.com"
136
+ }
137
+ ],
138
+ "has_fake_email": false
139
+ },
140
+ "stats": {
141
+ "updates": 0,
142
+ "following": 0,
143
+ "followers": 0
144
+ },
145
+ "settings": {
146
+ "xdr_proxy": ""
147
+ },
148
+ "show_invite_lightbox": false
149
+ }
150
+ ]
151
+ ```
152
+
153
+ </TabItem>
154
+ <TabItem value="Text">
155
+
156
+ ```text
157
+ id full_name email
158
+ ------------ ---------------- -------------------------------
159
+ 36425097217 John Doe johndoe@contoso.onmicrosoft.com
160
+ ```
161
+
162
+ </TabItem>
163
+ <TabItem value="CSV">
164
+
165
+ ```csv
166
+ id,full_name,email
167
+ 36425097217,John Doe,johndoe@contoso.onmicrosoft.com
168
+ ```
169
+
170
+ </TabItem>
171
+ <TabItem value="Markdown">
172
+
173
+ ```md
174
+ # yammer user list --limit "1"
175
+
176
+ Date: 2023-05-16
177
+
178
+ ## john (172006440961)
179
+
180
+ Property | Value
181
+ ---------|-------
182
+ type | user
183
+ id | 172006440961
184
+ network\_id | 98327945216
185
+ state | active
186
+ job\_title | Retail Manager
187
+ location | 18/2111
188
+ summary |
189
+ full\_name | john doe
190
+ activated\_at | 2022/12/12 12:49:34 +0000
191
+ auto\_activated | false
192
+ show\_ask\_for\_photo | false
193
+ first\_name | john
194
+ last\_name | doe
195
+ network\_name | Contoso
196
+ url | https://www.yammer.com/api/v1/users/172006440961
197
+ web\_url | https://www.yammer.com/contoso.onmicrosoft.com/users/172006440961
198
+ name | john
199
+ mugshot\_url | https://mugshot0.assets-yammer.com/mugshot/images/jm2p4dHNWgVr1Q1C5jbGvcmWqVM5W9Zj?P1=1684269325&P2=104&P3=1&P4=I\_DbxkwAcCq1cmFgxWINlSF3VQH9EqvZBvoYtO\_XqC4T0mboYO6i381CGmffkQvNAbhjlAn1u9uFg-9mnK0alNJI3DzstJNRSEvFEi-iu0TPnWM7obmcD6tLr5xPNnkhn0jVIcVCF\_l0MyMUGAL2tcSHRy\_j0IvfrP3i4jkColZbiYmng\_4QseJC5y1G9fFn7mpPt2LN7-Qew\_ybxWJXEh6ABLAoCm9\_PmV7TuUt4M\_s-pKDZkQA6\_CDgRLdcHzV2MgZVX0MhkYLnsonoqFiQfns9qmeMPrKAUawQKuupxEI9QHG\_4\_T\_Ncp5OfYXGQXmZt3L5OhAlk2SpoYhdBYtQ&size=48x48
200
+ mugshot\_redirect\_url | https://www.yammer.com/mugshot/images/redirect/48x48/jm2p4dHNWgVr1Q1C5jbGvcmWqVM5W9Zj
201
+ mugshot\_url\_template | https://mugshot0.assets-yammer.com/mugshot/images/jm2p4dHNWgVr1Q1C5jbGvcmWqVM5W9Zj?P1=1684269325&P2=104&P3=1&P4=I\_DbxkwAcCq1cmFgxWINlSF3VQH9EqvZBvoYtO\_XqC4T0mboYO6i381CGmffkQvNAbhjlAn1u9uFg-9mnK0alNJI3DzstJNRSEvFEi-iu0TPnWM7obmcD6tLr5xPNnkhn0jVIcVCF\_l0MyMUGAL2tcSHRy\_j0IvfrP3i4jkColZbiYmng\_4QseJC5y1G9fFn7mpPt2LN7-Qew\_ybxWJXEh6ABLAoCm9\_PmV7TuUt4M\_s-pKDZkQA6\_CDgRLdcHzV2MgZVX0MhkYLnsonoqFiQfns9qmeMPrKAUawQKuupxEI9QHG\_4\_T\_Ncp5OfYXGQXmZt3L5OhAlk2SpoYhdBYtQ&size={width}x{height}
202
+ mugshot\_redirect\_url\_template | https://www.yammer.com/mugshot/images/redirect/{width}x{height}/jm2p4dHNWgVr1Q1C5jbGvcmWqVM5W9Zj
203
+ birth\_date |
204
+ birth\_date\_complete |
205
+ timezone | Pacific Time (US & Canada)
206
+ admin | false
207
+ verified\_admin | false
208
+ m365\_yammer\_admin | false
209
+ supervisor\_admin | false
210
+ o365\_tenant\_admin | false
211
+ answers\_admin | false
212
+ corporate\_communicator | false
213
+ can\_broadcast | false
214
+ email | johndoe@contoso.onmicrosoft.com
215
+ guest | false
216
+ aad\_guest | false
217
+ can\_view\_delegations | false
218
+ can\_create\_new\_network | true
219
+ can\_browse\_external\_networks | true
220
+ reaction\_accent\_color | none
221
+ significant\_other |
222
+ kids\_names |
223
+ show\_invite\_lightbox | false
224
+ ```
225
+
226
+ </TabItem>
227
+ </Tabs>
228
+
@@ -0,0 +1,173 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # yammer search
6
+
7
+ Returns a list of messages, users, topics and groups that match the specified query.
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 yammer search [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `--queryText <queryText>`
19
+ : The query for the search
20
+
21
+ `--show [show]`
22
+ : Specifies the type of data to return when using --output text. Allowed values `summary`, `messages`, `users`, `topics`, `groups`.
23
+
24
+ `--limit [limit]`
25
+ : Limits the results returned for each item category.
26
+ ```
27
+
28
+ <Global />
29
+
30
+ ## Remarks
31
+
32
+ :::caution
33
+
34
+ In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
35
+
36
+ :::
37
+
38
+ Using the `--show` option in JSON output is not supported. To filter JSON results, use either a JMESPath query or filter the data yourself after retrieving them.
39
+
40
+ ## Examples
41
+
42
+ Returns search result for the query `community`
43
+
44
+ ```sh
45
+ m365 yammer search --queryText "community"
46
+ ```
47
+
48
+ Returns groups that match `community`
49
+
50
+ ```sh
51
+ m365 yammer search --queryText "community" --show "groups"
52
+ ```
53
+
54
+ Returns topics that match `community`
55
+
56
+ ```sh
57
+ m365 yammer search --queryText "community" --show "topics"
58
+ ```
59
+
60
+ Returns the first 50 users who match the search query `nuborocks.onmicrosoft.com`
61
+
62
+ ```sh
63
+ m365 yammer search --queryText "nuborocks.onmicrosoft.com" --show "users" --limit 50
64
+ ```
65
+
66
+ Returns all search results for the query `community`. Stops at 1000 results.
67
+
68
+ ```sh
69
+ m365 yammer search --queryText "community" --output json
70
+ ```
71
+
72
+ Returns the search results for the query `community` and limits the results to the first 50 entries for each result category.
73
+
74
+ ```sh
75
+ m365 yammer search --queryText "community" --output json --limit 50
76
+ ```
77
+
78
+ ## Response
79
+
80
+ <Tabs>
81
+ <TabItem value="JSON">
82
+
83
+ ```json
84
+ {
85
+ "summary": {
86
+ "messages": 1,
87
+ "topics": 0,
88
+ "users": 0,
89
+ "groups": 0
90
+ },
91
+ "messages": [
92
+ {
93
+ "id": 2000337648877569,
94
+ "sender_id": 36425097217,
95
+ "delegate_id": null,
96
+ "replied_to_id": null,
97
+ "created_at": "2022/11/11 21:00:14 +0000",
98
+ "network_id": 5897756673,
99
+ "message_type": "update",
100
+ "sender_type": "user",
101
+ "url": "https://www.yammer.com/api/v1/messages/2000337648877569",
102
+ "web_url": "https://www.yammer.com/contoso.onmicrosoft.com/messages/2000337648877569",
103
+ "group_id": 31158067201,
104
+ "body": {
105
+ "parsed": "Hello everyone!",
106
+ "plain": "Hello everyone!",
107
+ "rich": "Hello everyone!"
108
+ },
109
+ "thread_id": 2000337648877569,
110
+ "client_type": "O365 Api Auth",
111
+ "client_url": "https://api.yammer.com",
112
+ "system_message": false,
113
+ "direct_message": false,
114
+ "chat_client_sequence": null,
115
+ "language": "no",
116
+ "notified_user_ids": [],
117
+ "privacy": "public",
118
+ "attachments": [],
119
+ "liked_by": {
120
+ "count": 1,
121
+ "names": [
122
+ {
123
+ "full_name": "johndoe",
124
+ "permalink": "JohnDoe",
125
+ "user_id": 36425097217,
126
+ "network_id": 5897756673
127
+ }
128
+ ]
129
+ },
130
+ "supplemental_reply": false,
131
+ "content_excerpt": "Hello everyone!",
132
+ "group_created_id": 31158067201
133
+ }
134
+ ],
135
+ "users": [],
136
+ "topics": [],
137
+ "groups": []
138
+ }
139
+ ```
140
+
141
+ </TabItem>
142
+ <TabItem value="Text">
143
+
144
+ ```text
145
+ description: It was great to meet so many of you at last week's sales conference! I came away...
146
+ id : 2044787632865280
147
+ type : message
148
+ web_url : https://www.yammer.com/m365x47213793.onmicrosoft.com/messages/2044787632865280
149
+ ```
150
+
151
+ </TabItem>
152
+ <TabItem value="CSV">
153
+
154
+ ```csv
155
+ id,description,type,web_url
156
+ 2000337648877569,Hello everyone!,message,https://www.yammer.com/contoso.onmicrosoft.com/messages/2000337648877569
157
+ ```
158
+
159
+ </TabItem>
160
+ <TabItem value="Markdown">
161
+
162
+ ```md
163
+ # yammer search --queryText "contoso.onmicrosoft.com" --show "users" --limit "1"
164
+
165
+ Date: 2023-05-16
166
+
167
+ Property | Value
168
+ ---------|-------
169
+ ```
170
+
171
+ </TabItem>
172
+ </Tabs>
173
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.9.0-beta.289ab69",
3
+ "version": "6.9.0-beta.3b4f31c",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -1,21 +0,0 @@
1
- ## Available settings
2
-
3
- Following is the list of configuration settings available in CLI for Microsoft 365.
4
-
5
- Setting name|Definition|Default value
6
- ------------|----------|-------------
7
- `autoOpenLinksInBrowser`|Automatically open the browser for all commands which return a url and expect the user to copy paste this to the browser. For example when logging in, using `m365 login` in device code mode.|`false`
8
- `copyDeviceCodeToClipboard`|Automatically copy the device code to the clipboard when running `m365 login` command in device code mode|`false`
9
- `csvEscape`|Single character used for escaping; only apply to characters matching the quote and the escape options|`"`
10
- `csvHeader`|Display the column names on the first line|`true`
11
- `csvQuote`|The quote characters surrounding a field. An empty quote value will preserve the original field, whether it contains quotation marks or not.|` `
12
- `csvQuoted`|Quote all the non-empty fields even if not required|`false`
13
- `csvQuotedEmpty`|Quote empty strings and overrides quoted_string on empty strings when defined|`false`
14
- `disableTelemetry`|Disables sending of telemetry data|`false`
15
- `errorOutput`|Defines if errors should be written to `stdout` or `stderr`|`stderr`
16
- `helpMode`|Defines what part of command's help to display. Allowed values are `options`, `examples`, `remarks`, `response`, `full`|`full`
17
- `output`|Defines the default output when issuing a command|`json`
18
- `printErrorsAsPlainText`|When output mode is set to `json`, print error messages as plain-text rather than JSON|`true`
19
- `prompt`|Prompts for missing values in required options|`false`
20
- `showHelpOnFailure`|Automatically display help when executing a command failed|`true`
21
- `showSpinner`|Display spinner when executing commands|`true`
@@ -1,14 +0,0 @@
1
- `-h, --help [help]`
2
- : Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are `options`, `examples`, `remarks`, `response`, `full`. Default is `full`.
3
-
4
- `--query [query]`
5
- : JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
6
-
7
- `-o, --output [output]`
8
- : Output type. `json,text,csv,md`. Default `json`
9
-
10
- `--verbose`
11
- : Runs command with verbose logging
12
-
13
- `--debug`
14
- : Runs command with debug logging
@@ -1,180 +0,0 @@
1
- # aad app add
2
-
3
- Creates new Azure AD app registration
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 aad app add [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `-n, --name [name]`
14
- : Name of the app. Specify either `name` or `manifest` but not both.
15
-
16
- `--multitenant`
17
- : Specify, to make the app available to other tenants.
18
-
19
- `-r, --redirectUris [redirectUris]`
20
- : Comma-separated list of redirect URIs. Requires `platform` to be specified.
21
-
22
- `-p, --platform [platform]`
23
- : Platform for which the `redirectUris` should be configured. Allowed values `spa`, `web`, `publicClient`.
24
-
25
- `--implicitFlow`
26
- : Specify, to indicate that the authorization endpoint should return ID and access tokens.
27
-
28
- `-s, --withSecret`
29
- : When specified, will create a secret named `Default` and set it to expire 1 year in the future.
30
-
31
- `--apisDelegated [apisDelegated]`
32
- : Comma-separated list of delegated permissions to register with the app.
33
-
34
- `--apisApplication [apisApplication]`
35
- : Comma-separated list of application permissions to register with the app.
36
-
37
- `-u, --uri [uri]`
38
- : Application ID URI.
39
-
40
- `--scopeName [scopeName]`
41
- : Name of the scope to add. Requires `uri` to be specified.
42
-
43
- `--scopeConsentBy [scopeConsentBy]`
44
- : Specifies if the scope can be consented only by admins or by admins and users. Allowed values `admins`, `adminsAndUsers`. Default `admins`.
45
-
46
- `--scopeAdminConsentDisplayName [scopeAdminConsentDisplayName]`
47
- : Scope admin consent display name.
48
-
49
- `--scopeAdminConsentDescription [scopeAdminConsentDescription]`
50
- : Scope admin consent description.
51
-
52
- `--certificateFile [certificateFile]`
53
- : Path to the file with certificate public key. Specify either `certificateFile` or `certificateBase64Encoded`.
54
-
55
- `--certificateBase64Encoded [certificateBase64Encoded]`
56
- : Base64-encoded string with certificate public key. Specify either `certificateFile` or `certificateBase64Encoded`.
57
-
58
- `--certificateDisplayName [certificateDisplayName]`
59
- : Display name for the certificate. If not given, the displayName will be set to the certificate subject. When specified, also specify either `certificateFile` or `certificateBase64Encoded`.
60
-
61
- `--grantAdminConsent`
62
- : When specified, grants application & delegated permissions through admin consent.
63
-
64
- `--manifest [manifest]`
65
- : Azure AD app manifest as retrieved from the Azure Portal to create the app registration from. Specify either `name` or `manifest` but not both.
66
-
67
- `--save`
68
- : Use to store the information about the created app in a local file.
69
-
70
- --8<-- "docs/cmd/_global.md"
71
-
72
- ## Remarks
73
-
74
- You can use this command to create a new Azure AD app registration either by specifying the different configuration settings through the corresponding options or by using the manifest.
75
-
76
- If you don't use the manifest, you must specify the name of the Azure AD app registration using the `name` option. If you use the manifest, you can skip the `name` option assuming the manifest contains the `displayName` property.
77
-
78
- You can also use the manifest to provision some of the configuration settings of your Azure AD app. All properties specified in the manifest are optional and will set if specified.
79
-
80
- If you specify the manifest along with some options, values specified in the options will override settings from the manifest. One exception is the name specified in the `name` option which will be overridden by the `displayName` property from the manifest if specified.
81
-
82
- The following properties specified in the manifest retrieved from Azure AD are not supported by this command:
83
-
84
- - accessTokenAcceptedVersion
85
- - disabledByMicrosoftStatus
86
- - errorUrl
87
- - oauth2RequirePostResponse
88
- - oauth2AllowUrlPathMatching
89
- - orgRestrictions
90
- - samlMetadataUrl
91
-
92
- When specifying the value for the `uri`, you can use the `_appId_` token, to include the ID of the newly generated Azure AD app registration in the Application ID URI, eg. URI `api://caf406b91cd4.ngrok.io/_appId_` will become `api://caf406b91cd4.ngrok.io/ab3bd119-faf7-4db5-ba99-eb7e748f778a` where the last portion is the app ID of the created Azure AD app registration.
93
-
94
- When using the `withSecret` option, this command will automatically generate a secret named `Default` and set it to expire 1 year in the future.
95
-
96
- After creating the Azure AD app registration, this command returns the app ID and object ID of the created app registration. If you used the `withSecret` option, it will also return the generated secret.
97
-
98
- If you want to store the information about the created Azure AD app registration, use the `--save` option. This is useful when you build solutions connected to Microsoft 365 and want to easily manage app registrations used with your solution. When you use the `--save` option, after you create the app registration, the command will write its ID and name to the `.m365rc.json` file in the current directory. If the file already exists, it will add the information about the to it, allowing you to track multiple apps. If the file doesn't exist, the command will create it.
99
-
100
- When specifying `--grantAdminConsent` option, a service principal will be created for the app registration.
101
-
102
- ## Examples
103
-
104
- Create new Azure AD app registration with the specified name
105
-
106
- ```sh
107
- m365 aad app add --name 'My AAD app'
108
- ```
109
-
110
- Create new Azure AD app registration from the manifest retrieved from the Azure Portal stored in a local file named _manifest.json_
111
-
112
- ```sh
113
- m365 aad app add --manifest @manifest.json
114
- ```
115
-
116
- Create new multitenant Azure AD app registration
117
-
118
- ```sh
119
- m365 aad app add --name 'My AAD app' --multitenant
120
- ```
121
-
122
- Create new Azure AD app registration for a web app with the specified redirect URIs
123
-
124
- ```sh
125
- m365 aad app add --name 'My AAD app' --redirectUris 'https://myapp.azurewebsites.net,http://localhost:4000' --platform web
126
- ```
127
-
128
- Create new Azure AD app registration for a desktop app
129
-
130
- ```sh
131
- m365 aad app add --name 'My AAD app' --redirectUris 'https://login.microsoftonline.com/common/oauth2/nativeclient' --platform publicClient
132
- ```
133
-
134
- Create new Azure AD app registration with an auto-generated secret (secret returned in the command output)
135
-
136
- ```sh
137
- m365 aad app add --name 'My AAD app' --withSecret
138
- ```
139
-
140
- Create new Azure AD app registration for a daemon app with specified Microsoft Graph application permissions
141
-
142
- ```sh
143
- m365 aad app add --name 'My AAD app' --withSecret --apisApplication 'https://graph.microsoft.com/Group.ReadWrite.All,https://graph.microsoft.com/Directory.Read.All'
144
- ```
145
-
146
- Create new Azure AD app registration for a single-page app with specified Microsoft Graph delegated permissions
147
-
148
- ```sh
149
- m365 aad app add --name 'My AAD app' --platform spa --redirectUris 'https://myspa.azurewebsites.net,http://localhost:8080' --apisDelegated 'https://graph.microsoft.com/Calendars.Read,https://graph.microsoft.com/Directory.Read.All' --implicitFlow
150
- ```
151
-
152
- Create new Azure AD app registration with Application ID URI set to a fixed value
153
-
154
- ```sh
155
- m365 aad app add --name 'My AAD app' --uri https://contoso.onmicrosoft.com/myapp
156
- ```
157
-
158
- Create new Azure AD app registration with Application ID URI set to a value that contains the ID of the app registration, designated with the `_appId_` token and a custom API scope that can be consented by both admins and users
159
-
160
- ```sh
161
- m365 aad app add --name 'My AAD app' --uri api://caf406b91cd4.ngrok.io/_appId_ --scopeName access_as_user --scopeAdminConsentDescription 'Access as a user' --scopeAdminConsentDisplayName 'Access as a user' --scopeConsentBy adminsAndUsers
162
- ```
163
-
164
- Create new Azure AD app registration for a daemon app with specified Microsoft Graph application permissions, including admin consent
165
-
166
- ```sh
167
- m365 aad app add --name 'My AAD app' --apisApplication 'https://graph.microsoft.com/Group.ReadWrite.All' --grantAdminConsent
168
- ```
169
-
170
- Create new Azure AD app registration with the specified name. Store information about the created app registration in the _.m365rc.json_ file in the current directory.
171
-
172
- ```sh
173
- m365 aad app add --name 'My AAD app' --save
174
- ```
175
-
176
- Create new Azure AD app registration with a certificate
177
-
178
- ```sh
179
- m365 aad app add --name 'My AAD app' --certificateDisplayName "Some certificate name" --certificateFile "c:\temp\some-certificate.cer"
180
- ```
@@ -1,59 +0,0 @@
1
- # aad app get
2
-
3
- Gets an Azure AD app registration
4
-
5
- ## Usage
6
-
7
- ```sh
8
- m365 aad app get [options]
9
- ```
10
-
11
- ## Options
12
-
13
- `--appId [appId]`
14
- : Application (client) ID of the Azure AD application registration to get. Specify either `appId`, `objectId` or `name`
15
-
16
- `--objectId [objectId]`
17
- : Object ID of the Azure AD application registration to get. Specify either `appId`, `objectId` or `name`
18
-
19
- `--name [name]`
20
- : Name of the Azure AD application registration to get. Specify either `appId`, `objectId` or `name`
21
-
22
- `--save`
23
- : Use to store the information about the created app in a local file
24
-
25
- --8<-- "docs/cmd/_global.md"
26
-
27
- ## Remarks
28
-
29
- For best performance use the `objectId` option to reference the Azure AD application registration to get. If you use `appId` or `name`, this command will first need to find the corresponding object ID for that application.
30
-
31
- If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
32
-
33
- If you want to store the information about the Azure AD app registration, use the `--save` option. This is useful when you build solutions connected to Microsoft 365 and want to easily manage app registrations used with your solution. When you use the `--save` option, after you get the app registration, the command will write its ID and name to the `.m365rc.json` file in the current directory. If the file already exists, it will add the information about the App registration to it if it's not already present, allowing you to track multiple apps. If the file doesn't exist, the command will create it.
34
-
35
- ## Examples
36
-
37
- Get the Azure AD application registration by its app (client) ID
38
-
39
- ```sh
40
- m365 aad app get --appId d75be2e1-0204-4f95-857d-51a37cf40be8
41
- ```
42
-
43
- Get the Azure AD application registration by its object ID
44
-
45
- ```sh
46
- m365 aad app get --objectId d75be2e1-0204-4f95-857d-51a37cf40be8
47
- ```
48
-
49
- Get the Azure AD application registration by its name
50
-
51
- ```sh
52
- m365 aad app get --name "My app"
53
- ```
54
-
55
- Get the Azure AD application registration by its name. Store information about the retrieved app registration in the _.m365rc.json_ file in the current directory.
56
-
57
- ```sh
58
- m365 aad app get --name "My app" --save
59
- ```