@pnp/cli-microsoft365 6.8.0 → 6.9.0-beta.148279d

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 (1595) hide show
  1. package/.devcontainer/Dockerfile +12 -19
  2. package/.devcontainer/devcontainer.json +24 -17
  3. package/Dockerfile +5 -2
  4. package/dist/Auth.js +2 -8
  5. package/dist/AuthServer.js +2 -4
  6. package/dist/chili/chili.js +1 -1
  7. package/dist/cli/Cli.js +19 -3
  8. package/dist/m365/aad/commands/app/app-add.js +258 -249
  9. package/dist/m365/aad/commands/app/app-get.js +65 -62
  10. package/dist/m365/aad/commands/app/app-remove.js +22 -23
  11. package/dist/m365/aad/commands/app/app-role-add.js +35 -34
  12. package/dist/m365/aad/commands/app/app-role-list.js +22 -23
  13. package/dist/m365/aad/commands/app/app-role-remove.js +76 -73
  14. package/dist/m365/aad/commands/app/app-set.js +103 -103
  15. package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +16 -14
  16. package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +43 -52
  17. package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +20 -16
  18. package/dist/m365/aad/commands/o365group/o365group-add.js +40 -37
  19. package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +7 -6
  20. package/dist/m365/aad/commands/o365group/o365group-list.js +6 -11
  21. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +7 -8
  22. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +23 -24
  23. package/dist/m365/aad/commands/o365group/o365group-set.js +15 -20
  24. package/dist/m365/aad/commands/o365group/o365group-teamify.js +15 -16
  25. package/dist/m365/aad/commands/o365group/o365group-user-list.js +17 -10
  26. package/dist/m365/aad/commands/o365group/o365group-user-set.js +17 -10
  27. package/dist/m365/aad/commands/policy/policy-list.js +12 -13
  28. package/dist/m365/aad/commands/siteclassification/siteclassification-enable.js +1 -3
  29. package/dist/m365/aad/commands/siteclassification/siteclassification-set.js +19 -20
  30. package/dist/m365/aad/commands/sp/sp-add.js +22 -23
  31. package/dist/m365/aad/commands/sp/sp-get.js +22 -23
  32. package/dist/m365/aad/commands/sp/sp-list.js +78 -0
  33. package/dist/m365/aad/commands.js +1 -0
  34. package/dist/m365/app/commands/app-open.js +4 -14
  35. package/dist/m365/cli/commands/cli-issue.js +4 -10
  36. package/dist/m365/cli/commands/cli-reconsent.js +2 -8
  37. package/dist/m365/commands/docs.js +2 -8
  38. package/dist/m365/commands/login.js +20 -0
  39. package/dist/m365/file/commands/convert/convert-pdf.js +147 -143
  40. package/dist/m365/file/commands/file-add.js +87 -93
  41. package/dist/m365/file/commands/file-list.js +49 -55
  42. package/dist/m365/flow/commands/flow-list.js +54 -3
  43. package/dist/m365/flow/commands/flow-remove.js +2 -3
  44. package/dist/m365/flow/commands/run/run-resubmit.js +11 -10
  45. package/dist/m365/onedrive/commands/onedrive-list.js +21 -32
  46. package/dist/m365/outlook/commands/message/message-list.js +18 -23
  47. package/dist/m365/outlook/commands/message/message-move.js +15 -20
  48. package/dist/m365/pa/commands/app/app-export.js +3 -4
  49. package/dist/m365/pa/commands/app/app-get.js +11 -9
  50. package/dist/m365/pa/commands/app/app-remove.js +1 -1
  51. package/dist/m365/pa/commands/pcf/pcf-init.js +1 -2
  52. package/dist/m365/pa/commands/solution/solution-init.js +1 -2
  53. package/dist/m365/pa/commands/solution/solution-reference-add.js +1 -2
  54. package/dist/m365/planner/commands/bucket/bucket-add.js +15 -13
  55. package/dist/m365/planner/commands/bucket/bucket-get.js +27 -28
  56. package/dist/m365/planner/commands/bucket/bucket-list.js +15 -13
  57. package/dist/m365/planner/commands/bucket/bucket-remove.js +33 -34
  58. package/dist/m365/planner/commands/bucket/bucket-set.js +33 -34
  59. package/dist/m365/planner/commands/plan/plan-add.js +49 -52
  60. package/dist/m365/planner/commands/plan/plan-set.js +19 -20
  61. package/dist/m365/planner/commands/task/task-add.js +75 -78
  62. package/dist/m365/planner/commands/task/task-checklistitem-add.js +11 -10
  63. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -8
  64. package/dist/m365/planner/commands/task/task-get.js +53 -56
  65. package/dist/m365/planner/commands/task/task-list.js +23 -24
  66. package/dist/m365/planner/commands/task/task-reference-add.js +11 -10
  67. package/dist/m365/planner/commands/task/task-reference-remove.js +13 -14
  68. package/dist/m365/planner/commands/task/task-remove.js +44 -48
  69. package/dist/m365/planner/commands/task/task-set.js +83 -87
  70. package/dist/m365/pp/commands/card/card-get.js +6 -1
  71. package/dist/m365/pp/commands/managementapp/managementapp-add.js +19 -20
  72. package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +3 -8
  73. package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +1 -6
  74. package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +1 -6
  75. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +1 -6
  76. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +1 -6
  77. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +1 -6
  78. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +1 -6
  79. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +1 -6
  80. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +1 -6
  81. package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +0 -5
  82. package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +0 -5
  83. package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +0 -5
  84. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +19 -22
  85. package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +0 -5
  86. package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
  87. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +1 -0
  88. package/dist/m365/spo/commands/app/app-teamspackage-download.js +17 -24
  89. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
  90. package/dist/m365/spo/commands/apppage/apppage-set.js +1 -1
  91. package/dist/m365/spo/commands/commandset/commandset-set.js +11 -2
  92. package/dist/m365/spo/commands/contenttype/contenttype-set.js +49 -2
  93. package/dist/m365/spo/commands/file/file-add.js +133 -133
  94. package/dist/m365/spo/commands/file/file-checkout-undo.js +119 -0
  95. package/dist/m365/spo/commands/file/file-rename.js +11 -9
  96. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +2 -2
  97. package/dist/m365/spo/commands/file/file-roleassignment-add.js +41 -61
  98. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -0
  99. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +3 -0
  100. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +3 -0
  101. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +23 -21
  102. package/dist/m365/spo/commands/file/file-version-clear.js +1 -1
  103. package/dist/m365/spo/commands/file/file-version-remove.js +1 -1
  104. package/dist/m365/spo/commands/file/file-version-restore.js +1 -1
  105. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +3 -3
  106. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +1 -1
  107. package/dist/m365/spo/commands/group/group-member-add.js +17 -16
  108. package/dist/m365/spo/commands/group/group-set.js +20 -20
  109. package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
  110. package/dist/m365/spo/commands/hubsite/hubsite-get.js +33 -31
  111. package/dist/m365/spo/commands/hubsite/hubsite-list.js +18 -29
  112. package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +3 -0
  113. package/dist/m365/spo/commands/list/list-add.js +1 -1
  114. package/dist/m365/spo/commands/list/list-contenttype-default-set.js +1 -1
  115. package/dist/m365/spo/commands/list/list-roleassignment-add.js +45 -52
  116. package/dist/m365/spo/commands/list/list-roleassignment-remove.js +33 -38
  117. package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +137 -0
  118. package/dist/m365/spo/commands/list/list-view-field-add.js +12 -10
  119. package/dist/m365/spo/commands/list/list-view-field-remove.js +12 -10
  120. package/dist/m365/spo/commands/list/list-view-field-set.js +12 -10
  121. package/dist/m365/spo/commands/list/list-view-remove.js +3 -0
  122. package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +41 -61
  123. package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +71 -74
  124. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +36 -34
  125. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +32 -30
  126. package/dist/m365/spo/commands/navigation/navigation-node-add.js +31 -1
  127. package/dist/m365/spo/commands/navigation/navigation-node-remove.js +24 -22
  128. package/dist/m365/spo/commands/navigation/navigation-node-set.js +31 -2
  129. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +29 -27
  130. package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +26 -24
  131. package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +34 -40
  132. package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +23 -21
  133. package/dist/m365/spo/commands/sitescript/sitescript-remove.js +24 -22
  134. package/dist/m365/spo/commands/spo-search.js +7 -15
  135. package/dist/m365/spo/commands/storageentity/storageentity-remove.js +29 -27
  136. package/dist/m365/spo/commands/tenant/Solution.js +3 -0
  137. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +156 -0
  138. package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +215 -0
  139. package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +114 -0
  140. package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +50 -0
  141. package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +1 -1
  142. package/dist/m365/spo/commands/term/term-group-add.js +14 -10
  143. package/dist/m365/spo/commands.js +7 -0
  144. package/dist/m365/teams/commands/app/app-install.js +23 -21
  145. package/dist/m365/teams/commands/app/app-remove.js +3 -0
  146. package/dist/m365/teams/commands/app/app-uninstall.js +3 -0
  147. package/dist/m365/teams/commands/app/app-update.js +15 -16
  148. package/dist/m365/teams/commands/channel/channel-add.js +40 -39
  149. package/dist/m365/teams/commands/channel/channel-get.js +23 -25
  150. package/dist/m365/teams/commands/channel/channel-list.js +6 -7
  151. package/dist/m365/teams/commands/channel/channel-member-add.js +61 -60
  152. package/dist/m365/teams/commands/channel/channel-member-list.js +20 -22
  153. package/dist/m365/teams/commands/channel/channel-member-remove.js +43 -48
  154. package/dist/m365/teams/commands/channel/channel-member-set.js +36 -39
  155. package/dist/m365/teams/commands/channel/channel-remove.js +4 -1
  156. package/dist/m365/teams/commands/funsettings/funsettings-list.js +3 -0
  157. package/dist/m365/teams/commands/funsettings/funsettings-set.js +3 -0
  158. package/dist/m365/teams/commands/tab/tab-get.js +34 -37
  159. package/dist/m365/teams/commands/team/team-add.js +53 -50
  160. package/dist/m365/teams/commands/team/team-archive.js +6 -7
  161. package/dist/m365/teams/commands/team/team-get.js +6 -7
  162. package/dist/m365/teams/commands/team/team-list.js +9 -11
  163. package/dist/m365/teams/commands/team/team-remove.js +6 -7
  164. package/dist/m365/teams/commands/team/team-unarchive.js +6 -7
  165. package/dist/m365/teams/commands/user/user-app-list.js +13 -11
  166. package/dist/m365/teams/commands/user/user-list.js +7 -4
  167. package/dist/m365/tenant/commands/security/security-alerts-list.js +25 -26
  168. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-list.js +13 -14
  169. package/dist/m365/todo/commands/list/list-remove.js +39 -36
  170. package/dist/m365/todo/commands/list/list-set.js +16 -14
  171. package/dist/m365/todo/commands/task/task-add.js +14 -14
  172. package/dist/m365/util/commands/accesstoken/accesstoken-get.js +10 -7
  173. package/dist/utils/browserUtil.js +23 -0
  174. package/dist/utils/md.js +24 -19
  175. package/dist/utils/spo.js +60 -0
  176. package/docs/docs/cmd/_global.mdx +16 -0
  177. package/docs/docs/cmd/aad/app/app-add.mdx +297 -0
  178. package/docs/docs/cmd/aad/app/app-get.mdx +280 -0
  179. package/docs/docs/cmd/aad/app/app-list.mdx +184 -0
  180. package/docs/docs/cmd/aad/app/app-remove.mdx +59 -0
  181. package/docs/docs/cmd/aad/app/app-role-add.mdx +68 -0
  182. package/docs/docs/cmd/aad/app/app-role-list.mdx +115 -0
  183. package/docs/docs/cmd/aad/app/app-role-remove.mdx +78 -0
  184. package/docs/docs/cmd/aad/app/app-set.mdx +97 -0
  185. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +127 -0
  186. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +113 -0
  187. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +73 -0
  188. package/docs/docs/cmd/aad/group/group-get.mdx +164 -0
  189. package/docs/docs/cmd/aad/group/group-list.mdx +132 -0
  190. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +154 -0
  191. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +143 -0
  192. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +138 -0
  193. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +45 -0
  194. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +42 -0
  195. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +100 -0
  196. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +86 -0
  197. package/docs/docs/cmd/aad/license/license-list.mdx +99 -0
  198. package/docs/docs/cmd/aad/o365group/o365group-add.mdx +233 -0
  199. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +96 -0
  200. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +117 -0
  201. package/docs/docs/cmd/aad/o365group/o365group-get.mdx +159 -0
  202. package/docs/docs/cmd/aad/o365group/o365group-list.mdx +184 -0
  203. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +38 -0
  204. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +145 -0
  205. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +53 -0
  206. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +50 -0
  207. package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +54 -0
  208. package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +36 -0
  209. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +91 -0
  210. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +112 -0
  211. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +89 -0
  212. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +89 -0
  213. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +89 -0
  214. package/docs/docs/cmd/aad/o365group/o365group-set.mdx +80 -0
  215. package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +41 -0
  216. package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +59 -0
  217. package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +99 -0
  218. package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +63 -0
  219. package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +69 -0
  220. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +58 -0
  221. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +98 -0
  222. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +56 -0
  223. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +50 -0
  224. package/docs/docs/cmd/aad/policy/policy-list.mdx +115 -0
  225. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +42 -0
  226. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +57 -0
  227. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +84 -0
  228. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +64 -0
  229. package/docs/docs/cmd/aad/sp/sp-add.mdx +193 -0
  230. package/docs/docs/cmd/aad/sp/sp-get.mdx +221 -0
  231. package/docs/docs/cmd/aad/sp/sp-list.mdx +162 -0
  232. package/docs/docs/cmd/aad/user/user-add.mdx +192 -0
  233. package/docs/docs/cmd/aad/user/user-get.mdx +152 -0
  234. package/docs/docs/cmd/aad/user/user-guest-add.mdx +143 -0
  235. package/docs/docs/cmd/aad/user/user-hibp.mdx +132 -0
  236. package/docs/docs/cmd/aad/user/user-license-add.mdx +125 -0
  237. package/docs/docs/cmd/aad/user/user-license-list.mdx +115 -0
  238. package/docs/docs/cmd/aad/user/user-license-remove.mdx +47 -0
  239. package/docs/docs/cmd/aad/user/user-list.mdx +119 -0
  240. package/docs/docs/cmd/aad/user/user-password-validate.mdx +103 -0
  241. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx +52 -0
  242. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +94 -0
  243. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx +55 -0
  244. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +119 -0
  245. package/docs/docs/cmd/aad/user/user-remove.mdx +64 -0
  246. package/docs/docs/cmd/aad/user/user-set.mdx +136 -0
  247. package/docs/docs/cmd/aad/user/user-signin-list.mdx +216 -0
  248. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +132 -0
  249. package/docs/docs/cmd/app/app-get.mdx +225 -0
  250. package/docs/docs/cmd/app/app-open.mdx +85 -0
  251. package/docs/docs/cmd/app/permission/permission-add.mdx +57 -0
  252. package/docs/docs/cmd/app/permission/permission-list.mdx +93 -0
  253. package/docs/docs/cmd/booking/business/business-get.mdx +176 -0
  254. package/docs/docs/cmd/booking/business/business-list.mdx +76 -0
  255. package/docs/docs/cmd/cli/cli-consent.mdx +72 -0
  256. package/docs/docs/cmd/cli/cli-doctor.mdx +104 -0
  257. package/docs/docs/cmd/cli/cli-issue.mdx +74 -0
  258. package/docs/docs/cmd/cli/cli-reconsent.mdx +62 -0
  259. package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +41 -0
  260. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +42 -0
  261. package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +35 -0
  262. package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +62 -0
  263. package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +35 -0
  264. package/docs/docs/cmd/cli/config/config-get.mdx +80 -0
  265. package/docs/docs/cmd/cli/config/config-reset.mdx +49 -0
  266. package/docs/docs/cmd/cli/config/config-set.mdx +52 -0
  267. package/docs/docs/cmd/context/context-init.mdx +27 -0
  268. package/docs/docs/cmd/context/context-remove.mdx +38 -0
  269. package/docs/docs/cmd/context/option/option-list.mdx +75 -0
  270. package/docs/docs/cmd/context/option/option-remove.mdx +41 -0
  271. package/docs/docs/cmd/context/option/option-set.mdx +35 -0
  272. package/docs/docs/cmd/docs.mdx +63 -0
  273. package/docs/docs/cmd/file/convert/convert-pdf.mdx +57 -0
  274. package/docs/docs/cmd/file/file-add.mdx +64 -0
  275. package/docs/docs/cmd/file/file-list.mdx +50 -0
  276. package/docs/docs/cmd/flow/environment/environment-get.mdx +176 -0
  277. package/docs/docs/cmd/flow/environment/environment-list.mdx +156 -0
  278. package/docs/docs/cmd/flow/flow-disable.mdx +58 -0
  279. package/docs/docs/cmd/flow/flow-enable.mdx +58 -0
  280. package/docs/docs/cmd/flow/flow-export.mdx +99 -0
  281. package/docs/docs/cmd/flow/flow-get.mdx +456 -0
  282. package/docs/docs/cmd/flow/flow-list.mdx +206 -0
  283. package/docs/docs/cmd/flow/flow-remove.mdx +67 -0
  284. package/docs/docs/cmd/flow/owner/owner-ensure.mdx +65 -0
  285. package/docs/docs/cmd/flow/owner/owner-list.mdx +104 -0
  286. package/docs/docs/cmd/flow/owner/owner-remove.mdx +71 -0
  287. package/docs/docs/cmd/flow/run/run-cancel.mdx +52 -0
  288. package/docs/docs/cmd/flow/run/run-get.mdx +235 -0
  289. package/docs/docs/cmd/flow/run/run-list.mdx +170 -0
  290. package/docs/docs/cmd/flow/run/run-resubmit.mdx +61 -0
  291. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +122 -0
  292. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +139 -0
  293. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +104 -0
  294. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +127 -0
  295. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +46 -0
  296. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +71 -0
  297. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +149 -0
  298. package/docs/docs/cmd/login.mdx +243 -0
  299. package/docs/docs/cmd/logout.mdx +37 -0
  300. package/docs/docs/cmd/onedrive/onedrive-list.mdx +258 -0
  301. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +92 -0
  302. package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +92 -0
  303. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +105 -0
  304. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +95 -0
  305. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +105 -0
  306. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +95 -0
  307. package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +90 -0
  308. package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +162 -0
  309. package/docs/docs/cmd/onenote/page/page-list.mdx +154 -0
  310. package/docs/docs/cmd/outlook/mail/mail-send.mdx +139 -0
  311. package/docs/docs/cmd/outlook/message/message-get.mdx +205 -0
  312. package/docs/docs/cmd/outlook/message/message-list.mdx +175 -0
  313. package/docs/docs/cmd/outlook/message/message-move.mdx +61 -0
  314. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +93 -0
  315. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +93 -0
  316. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +107 -0
  317. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +96 -0
  318. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +97 -0
  319. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +110 -0
  320. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +94 -0
  321. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +102 -0
  322. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +94 -0
  323. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +93 -0
  324. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +89 -0
  325. package/docs/docs/cmd/outlook/room/room-list.mdx +125 -0
  326. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +91 -0
  327. package/docs/docs/cmd/pa/app/app-consent-set.mdx +51 -0
  328. package/docs/docs/cmd/pa/app/app-export.mdx +56 -0
  329. package/docs/docs/cmd/pa/app/app-get.mdx +265 -0
  330. package/docs/docs/cmd/pa/app/app-list.mdx +261 -0
  331. package/docs/docs/cmd/pa/app/app-remove.mdx +49 -0
  332. package/docs/docs/cmd/pa/connector/connector-export.mdx +60 -0
  333. package/docs/docs/cmd/pa/connector/connector-list.mdx +158 -0
  334. package/docs/docs/cmd/pa/environment/environment-get.mdx +185 -0
  335. package/docs/docs/cmd/pa/environment/environment-list.mdx +169 -0
  336. package/docs/docs/cmd/pa/pcf/pcf-init.mdx +56 -0
  337. package/docs/docs/cmd/pa/solution/solution-init.mdx +46 -0
  338. package/docs/docs/cmd/pa/solution/solution-reference-add.mdx +42 -0
  339. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +105 -0
  340. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +117 -0
  341. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +100 -0
  342. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +68 -0
  343. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +65 -0
  344. package/docs/docs/cmd/planner/plan/plan-add.mdx +247 -0
  345. package/docs/docs/cmd/planner/plan/plan-get.mdx +172 -0
  346. package/docs/docs/cmd/planner/plan/plan-list.mdx +128 -0
  347. package/docs/docs/cmd/planner/plan/plan-remove.mdx +60 -0
  348. package/docs/docs/cmd/planner/plan/plan-set.mdx +261 -0
  349. package/docs/docs/cmd/planner/roster/roster-add.mdx +96 -0
  350. package/docs/docs/cmd/planner/roster/roster-get.mdx +89 -0
  351. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +104 -0
  352. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +104 -0
  353. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +93 -0
  354. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +61 -0
  355. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +126 -0
  356. package/docs/docs/cmd/planner/roster/roster-remove.mdx +59 -0
  357. package/docs/docs/cmd/planner/task/task-add.mdx +367 -0
  358. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +105 -0
  359. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +93 -0
  360. package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +44 -0
  361. package/docs/docs/cmd/planner/task/task-get.mdx +196 -0
  362. package/docs/docs/cmd/planner/task/task-list.mdx +183 -0
  363. package/docs/docs/cmd/planner/task/task-reference-add.mdx +105 -0
  364. package/docs/docs/cmd/planner/task/task-reference-list.mdx +84 -0
  365. package/docs/docs/cmd/planner/task/task-reference-remove.mdx +47 -0
  366. package/docs/docs/cmd/planner/task/task-remove.mdx +86 -0
  367. package/docs/docs/cmd/planner/task/task-set.mdx +361 -0
  368. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +98 -0
  369. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +128 -0
  370. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +156 -0
  371. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +152 -0
  372. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +57 -0
  373. package/docs/docs/cmd/pp/card/card-clone.mdx +103 -0
  374. package/docs/docs/cmd/pp/card/card-get.mdx +185 -0
  375. package/docs/docs/cmd/pp/card/card-list.mdx +167 -0
  376. package/docs/docs/cmd/pp/card/card-remove.mdx +86 -0
  377. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +192 -0
  378. package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +132 -0
  379. package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +56 -0
  380. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +164 -0
  381. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +162 -0
  382. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +53 -0
  383. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +134 -0
  384. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +65 -0
  385. package/docs/docs/cmd/pp/environment/environment-get.mdx +392 -0
  386. package/docs/docs/cmd/pp/environment/environment-list.mdx +384 -0
  387. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +89 -0
  388. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +87 -0
  389. package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +99 -0
  390. package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +72 -0
  391. package/docs/docs/cmd/pp/solution/solution-get.mdx +114 -0
  392. package/docs/docs/cmd/pp/solution/solution-list.mdx +98 -0
  393. package/docs/docs/cmd/pp/solution/solution-publish.mdx +56 -0
  394. package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +53 -0
  395. package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +116 -0
  396. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +103 -0
  397. package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +62 -0
  398. package/docs/docs/cmd/pp/solution/solution-remove.mdx +86 -0
  399. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +140 -0
  400. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +235 -0
  401. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +145 -0
  402. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +161 -0
  403. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +144 -0
  404. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +117 -0
  405. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +49 -0
  406. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +119 -0
  407. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +116 -0
  408. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +108 -0
  409. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +47 -0
  410. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +47 -0
  411. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +155 -0
  412. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +110 -0
  413. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +94 -0
  414. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +43 -0
  415. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +70 -0
  416. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +138 -0
  417. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +131 -0
  418. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +117 -0
  419. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +212 -0
  420. package/docs/docs/cmd/request.mdx +172 -0
  421. package/docs/docs/cmd/search/externalconnection/externalconnection-add.mdx +51 -0
  422. package/docs/docs/cmd/search/externalconnection/externalconnection-get.mdx +102 -0
  423. package/docs/docs/cmd/search/externalconnection/externalconnection-list.mdx +88 -0
  424. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +48 -0
  425. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +35 -0
  426. package/docs/docs/cmd/setup.mdx +92 -0
  427. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +90 -0
  428. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +91 -0
  429. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +129 -0
  430. package/docs/docs/cmd/spfx/package/package-generate.mdx +68 -0
  431. package/docs/docs/cmd/spfx/project/project-doctor.mdx +176 -0
  432. package/docs/docs/cmd/spfx/project/project-externalize.mdx +187 -0
  433. package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +101 -0
  434. package/docs/docs/cmd/spfx/project/project-rename.mdx +51 -0
  435. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +202 -0
  436. package/docs/docs/cmd/spfx/spfx-doctor.mdx +128 -0
  437. package/docs/docs/cmd/spo/app/app-add.mdx +63 -0
  438. package/docs/docs/cmd/spo/app/app-deploy.mdx +76 -0
  439. package/docs/docs/cmd/spo/app/app-get.mdx +65 -0
  440. package/docs/docs/cmd/spo/app/app-install.mdx +48 -0
  441. package/docs/docs/cmd/spo/app/app-instance-list.mdx +28 -0
  442. package/docs/docs/cmd/spo/app/app-list.mdx +49 -0
  443. package/docs/docs/cmd/spo/app/app-remove.mdx +67 -0
  444. package/docs/docs/cmd/spo/app/app-retract.mdx +67 -0
  445. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +60 -0
  446. package/docs/docs/cmd/spo/app/app-uninstall.mdx +57 -0
  447. package/docs/docs/cmd/spo/app/app-upgrade.mdx +48 -0
  448. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +66 -0
  449. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +159 -0
  450. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +123 -0
  451. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +81 -0
  452. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +72 -0
  453. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +41 -0
  454. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +34 -0
  455. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +48 -0
  456. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +45 -0
  457. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -0
  458. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +48 -0
  459. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +48 -0
  460. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +48 -0
  461. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +76 -0
  462. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +175 -0
  463. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +163 -0
  464. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +123 -0
  465. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +59 -0
  466. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +87 -0
  467. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +77 -0
  468. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +73 -0
  469. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +56 -0
  470. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +71 -0
  471. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +37 -0
  472. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +55 -0
  473. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +66 -0
  474. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +23 -0
  475. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +146 -0
  476. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +47 -0
  477. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +175 -0
  478. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +51 -0
  479. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +90 -0
  480. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +131 -0
  481. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +119 -0
  482. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +64 -0
  483. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +81 -0
  484. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +68 -0
  485. package/docs/docs/cmd/spo/feature/feature-disable.mdx +47 -0
  486. package/docs/docs/cmd/spo/feature/feature-enable.mdx +47 -0
  487. package/docs/docs/cmd/spo/feature/feature-list.mdx +37 -0
  488. package/docs/docs/cmd/spo/field/field-add.mdx +75 -0
  489. package/docs/docs/cmd/spo/field/field-get.mdx +55 -0
  490. package/docs/docs/cmd/spo/field/field-list.mdx +55 -0
  491. package/docs/docs/cmd/spo/field/field-remove.mdx +67 -0
  492. package/docs/docs/cmd/spo/field/field-set.mdx +74 -0
  493. package/docs/docs/cmd/spo/file/file-add.mdx +160 -0
  494. package/docs/docs/cmd/spo/file/file-checkin.mdx +58 -0
  495. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +55 -0
  496. package/docs/docs/cmd/spo/file/file-checkout.mdx +40 -0
  497. package/docs/docs/cmd/spo/file/file-copy.mdx +79 -0
  498. package/docs/docs/cmd/spo/file/file-get.mdx +314 -0
  499. package/docs/docs/cmd/spo/file/file-list.mdx +138 -0
  500. package/docs/docs/cmd/spo/file/file-move.mdx +67 -0
  501. package/docs/docs/cmd/spo/file/file-remove.mdx +64 -0
  502. package/docs/docs/cmd/spo/file/file-rename.mdx +47 -0
  503. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +62 -0
  504. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +47 -0
  505. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +61 -0
  506. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +58 -0
  507. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +58 -0
  508. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +43 -0
  509. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +40 -0
  510. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +102 -0
  511. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +50 -0
  512. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +120 -0
  513. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +119 -0
  514. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +56 -0
  515. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +118 -0
  516. package/docs/docs/cmd/spo/file/file-version-clear.mdx +59 -0
  517. package/docs/docs/cmd/spo/file/file-version-get.mdx +89 -0
  518. package/docs/docs/cmd/spo/file/file-version-list.mdx +89 -0
  519. package/docs/docs/cmd/spo/file/file-version-remove.mdx +62 -0
  520. package/docs/docs/cmd/spo/file/file-version-restore.mdx +62 -0
  521. package/docs/docs/cmd/spo/folder/folder-add.mdx +40 -0
  522. package/docs/docs/cmd/spo/folder/folder-copy.mdx +57 -0
  523. package/docs/docs/cmd/spo/folder/folder-get.mdx +55 -0
  524. package/docs/docs/cmd/spo/folder/folder-list.mdx +121 -0
  525. package/docs/docs/cmd/spo/folder/folder-move.mdx +57 -0
  526. package/docs/docs/cmd/spo/folder/folder-remove.mdx +47 -0
  527. package/docs/docs/cmd/spo/folder/folder-rename.mdx +40 -0
  528. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +51 -0
  529. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +47 -0
  530. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +63 -0
  531. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +61 -0
  532. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +49 -0
  533. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +46 -0
  534. package/docs/docs/cmd/spo/group/group-add.mdx +55 -0
  535. package/docs/docs/cmd/spo/group/group-get.mdx +49 -0
  536. package/docs/docs/cmd/spo/group/group-list.mdx +37 -0
  537. package/docs/docs/cmd/spo/group/group-member-add.mdx +164 -0
  538. package/docs/docs/cmd/spo/group/group-member-list.mdx +40 -0
  539. package/docs/docs/cmd/spo/group/group-member-remove.mdx +77 -0
  540. package/docs/docs/cmd/spo/group/group-remove.mdx +43 -0
  541. package/docs/docs/cmd/spo/group/group-set.mdx +73 -0
  542. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +35 -0
  543. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +40 -0
  544. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +86 -0
  545. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +75 -0
  546. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +127 -0
  547. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +69 -0
  548. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +137 -0
  549. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +65 -0
  550. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +190 -0
  551. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +210 -0
  552. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +133 -0
  553. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +62 -0
  554. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +56 -0
  555. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +136 -0
  556. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +55 -0
  557. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +67 -0
  558. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +78 -0
  559. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +74 -0
  560. package/docs/docs/cmd/spo/list/list-add.mdx +438 -0
  561. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +194 -0
  562. package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +56 -0
  563. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +164 -0
  564. package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +59 -0
  565. package/docs/docs/cmd/spo/list/list-get.mdx +295 -0
  566. package/docs/docs/cmd/spo/list/list-list.mdx +226 -0
  567. package/docs/docs/cmd/spo/list/list-remove.mdx +47 -0
  568. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +72 -0
  569. package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +165 -0
  570. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +56 -0
  571. package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +86 -0
  572. package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +65 -0
  573. package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +75 -0
  574. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +62 -0
  575. package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +73 -0
  576. package/docs/docs/cmd/spo/list/list-set.mdx +252 -0
  577. package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +169 -0
  578. package/docs/docs/cmd/spo/list/list-view-add.mdx +272 -0
  579. package/docs/docs/cmd/spo/list/list-view-field-add.mdx +74 -0
  580. package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +65 -0
  581. package/docs/docs/cmd/spo/list/list-view-field-set.mdx +74 -0
  582. package/docs/docs/cmd/spo/list/list-view-get.mdx +247 -0
  583. package/docs/docs/cmd/spo/list/list-view-list.mdx +198 -0
  584. package/docs/docs/cmd/spo/list/list-view-remove.mdx +74 -0
  585. package/docs/docs/cmd/spo/list/list-view-set.mdx +86 -0
  586. package/docs/docs/cmd/spo/list/list-webhook-add.mdx +121 -0
  587. package/docs/docs/cmd/spo/list/list-webhook-get.mdx +118 -0
  588. package/docs/docs/cmd/spo/list/list-webhook-list.mdx +110 -0
  589. package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +62 -0
  590. package/docs/docs/cmd/spo/list/list-webhook-set.mdx +69 -0
  591. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +191 -0
  592. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +111 -0
  593. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +71 -0
  594. package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +71 -0
  595. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +331 -0
  596. package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +88 -0
  597. package/docs/docs/cmd/spo/listitem/listitem-list.mdx +193 -0
  598. package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +115 -0
  599. package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +56 -0
  600. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +56 -0
  601. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +56 -0
  602. package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +62 -0
  603. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +75 -0
  604. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +59 -0
  605. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +89 -0
  606. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +75 -0
  607. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +78 -0
  608. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +59 -0
  609. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +189 -0
  610. package/docs/docs/cmd/spo/mail/mail-send.mdx +69 -0
  611. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +144 -0
  612. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +105 -0
  613. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +106 -0
  614. package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +47 -0
  615. package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +72 -0
  616. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +52 -0
  617. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +107 -0
  618. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +83 -0
  619. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +69 -0
  620. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +49 -0
  621. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +42 -0
  622. package/docs/docs/cmd/spo/page/page-add.mdx +110 -0
  623. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +92 -0
  624. package/docs/docs/cmd/spo/page/page-column-get.mdx +129 -0
  625. package/docs/docs/cmd/spo/page/page-column-list.mdx +96 -0
  626. package/docs/docs/cmd/spo/page/page-control-get.mdx +133 -0
  627. package/docs/docs/cmd/spo/page/page-control-list.mdx +129 -0
  628. package/docs/docs/cmd/spo/page/page-control-set.mdx +60 -0
  629. package/docs/docs/cmd/spo/page/page-copy.mdx +165 -0
  630. package/docs/docs/cmd/spo/page/page-get.mdx +189 -0
  631. package/docs/docs/cmd/spo/page/page-header-set.mdx +90 -0
  632. package/docs/docs/cmd/spo/page/page-list.mdx +212 -0
  633. package/docs/docs/cmd/spo/page/page-remove.mdx +50 -0
  634. package/docs/docs/cmd/spo/page/page-section-add.mdx +45 -0
  635. package/docs/docs/cmd/spo/page/page-section-get.mdx +92 -0
  636. package/docs/docs/cmd/spo/page/page-section-list.mdx +93 -0
  637. package/docs/docs/cmd/spo/page/page-set.mdx +107 -0
  638. package/docs/docs/cmd/spo/page/page-template-list.mdx +126 -0
  639. package/docs/docs/cmd/spo/page/page-text-add.mdx +63 -0
  640. package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +94 -0
  641. package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +106 -0
  642. package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +65 -0
  643. package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +69 -0
  644. package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +92 -0
  645. package/docs/docs/cmd/spo/report/report-activitypages.mdx +89 -0
  646. package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +97 -0
  647. package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +110 -0
  648. package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +113 -0
  649. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +95 -0
  650. package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +90 -0
  651. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +95 -0
  652. package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +90 -0
  653. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +51 -0
  654. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +139 -0
  655. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +132 -0
  656. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +44 -0
  657. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +118 -0
  658. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +97 -0
  659. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +48 -0
  660. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +117 -0
  661. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +48 -0
  662. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +94 -0
  663. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +116 -0
  664. package/docs/docs/cmd/spo/site/site-add.mdx +183 -0
  665. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +40 -0
  666. package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +69 -0
  667. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +42 -0
  668. package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +41 -0
  669. package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +31 -0
  670. package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +44 -0
  671. package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +52 -0
  672. package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +52 -0
  673. package/docs/docs/cmd/spo/site/site-chrome-set.mdx +64 -0
  674. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +39 -0
  675. package/docs/docs/cmd/spo/site/site-ensure.mdx +128 -0
  676. package/docs/docs/cmd/spo/site/site-get.mdx +32 -0
  677. package/docs/docs/cmd/spo/site/site-groupify.mdx +78 -0
  678. package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +41 -0
  679. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +41 -0
  680. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +32 -0
  681. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +37 -0
  682. package/docs/docs/cmd/spo/site/site-list.mdx +82 -0
  683. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +52 -0
  684. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +44 -0
  685. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +47 -0
  686. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +52 -0
  687. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +31 -0
  688. package/docs/docs/cmd/spo/site/site-remove.mdx +72 -0
  689. package/docs/docs/cmd/spo/site/site-rename.mdx +65 -0
  690. package/docs/docs/cmd/spo/site/site-set.mdx +182 -0
  691. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +67 -0
  692. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +44 -0
  693. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +45 -0
  694. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +27 -0
  695. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +45 -0
  696. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +50 -0
  697. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +38 -0
  698. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +52 -0
  699. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +41 -0
  700. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +39 -0
  701. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +80 -0
  702. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +32 -0
  703. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +32 -0
  704. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +41 -0
  705. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +42 -0
  706. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +36 -0
  707. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +27 -0
  708. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +45 -0
  709. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +48 -0
  710. package/docs/docs/cmd/spo/spo-get.mdx +72 -0
  711. package/docs/docs/cmd/spo/spo-search.mdx +167 -0
  712. package/docs/docs/cmd/spo/spo-set.mdx +36 -0
  713. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +36 -0
  714. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +36 -0
  715. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +54 -0
  716. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +56 -0
  717. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +66 -0
  718. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +31 -0
  719. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +69 -0
  720. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +156 -0
  721. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +115 -0
  722. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +53 -0
  723. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +81 -0
  724. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +183 -0
  725. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +155 -0
  726. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +114 -0
  727. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +53 -0
  728. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +64 -0
  729. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +31 -0
  730. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +50 -0
  731. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +47 -0
  732. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +31 -0
  733. package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +307 -0
  734. package/docs/docs/cmd/spo/term/term-add.mdx +204 -0
  735. package/docs/docs/cmd/spo/term/term-get.mdx +176 -0
  736. package/docs/docs/cmd/spo/term/term-group-add.mdx +113 -0
  737. package/docs/docs/cmd/spo/term/term-group-get.mdx +121 -0
  738. package/docs/docs/cmd/spo/term/term-group-list.mdx +111 -0
  739. package/docs/docs/cmd/spo/term/term-list.mdx +278 -0
  740. package/docs/docs/cmd/spo/term/term-set-add.mdx +169 -0
  741. package/docs/docs/cmd/spo/term/term-set-get.mdx +145 -0
  742. package/docs/docs/cmd/spo/term/term-set-list.mdx +135 -0
  743. package/docs/docs/cmd/spo/theme/theme-apply.mdx +55 -0
  744. package/docs/docs/cmd/spo/theme/theme-get.mdx +40 -0
  745. package/docs/docs/cmd/spo/theme/theme-list.mdx +35 -0
  746. package/docs/docs/cmd/spo/theme/theme-remove.mdx +49 -0
  747. package/docs/docs/cmd/spo/theme/theme-set.mdx +91 -0
  748. package/docs/docs/cmd/spo/user/user-ensure.mdx +122 -0
  749. package/docs/docs/cmd/spo/user/user-get.mdx +131 -0
  750. package/docs/docs/cmd/spo/user/user-list.mdx +103 -0
  751. package/docs/docs/cmd/spo/user/user-remove.mdx +55 -0
  752. package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +649 -0
  753. package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +48 -0
  754. package/docs/docs/cmd/spo/web/web-add.mdx +138 -0
  755. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +83 -0
  756. package/docs/docs/cmd/spo/web/web-get.mdx +561 -0
  757. package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +83 -0
  758. package/docs/docs/cmd/spo/web/web-list.mdx +135 -0
  759. package/docs/docs/cmd/spo/web/web-reindex.mdx +36 -0
  760. package/docs/docs/cmd/spo/web/web-remove.mdx +35 -0
  761. package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +115 -0
  762. package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +65 -0
  763. package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +62 -0
  764. package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +48 -0
  765. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +41 -0
  766. package/docs/docs/cmd/spo/web/web-set.mdx +121 -0
  767. package/docs/docs/cmd/status.mdx +86 -0
  768. package/docs/docs/cmd/teams/app/app-install.mdx +57 -0
  769. package/docs/docs/cmd/teams/app/app-list.mdx +91 -0
  770. package/docs/docs/cmd/teams/app/app-publish.mdx +92 -0
  771. package/docs/docs/cmd/teams/app/app-remove.mdx +45 -0
  772. package/docs/docs/cmd/teams/app/app-uninstall.mdx +43 -0
  773. package/docs/docs/cmd/teams/app/app-update.mdx +48 -0
  774. package/docs/docs/cmd/teams/cache/cache-remove.mdx +58 -0
  775. package/docs/docs/cmd/teams/channel/channel-add.mdx +132 -0
  776. package/docs/docs/cmd/teams/channel/channel-get.mdx +122 -0
  777. package/docs/docs/cmd/teams/channel/channel-list.mdx +112 -0
  778. package/docs/docs/cmd/teams/channel/channel-member-add.mdx +62 -0
  779. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +119 -0
  780. package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +59 -0
  781. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +121 -0
  782. package/docs/docs/cmd/teams/channel/channel-remove.mdx +70 -0
  783. package/docs/docs/cmd/teams/channel/channel-set.mdx +53 -0
  784. package/docs/docs/cmd/teams/chat/chat-get.mdx +131 -0
  785. package/docs/docs/cmd/teams/chat/chat-list.mdx +116 -0
  786. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +93 -0
  787. package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +56 -0
  788. package/docs/docs/cmd/teams/chat/chat-message-list.mdx +121 -0
  789. package/docs/docs/cmd/teams/chat/chat-message-send.mdx +63 -0
  790. package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +82 -0
  791. package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +62 -0
  792. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +76 -0
  793. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +44 -0
  794. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +82 -0
  795. package/docs/docs/cmd/teams/meeting/meeting-get.mdx +175 -0
  796. package/docs/docs/cmd/teams/meeting/meeting-list.mdx +162 -0
  797. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +116 -0
  798. package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +88 -0
  799. package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +53 -0
  800. package/docs/docs/cmd/teams/message/message-get.mdx +163 -0
  801. package/docs/docs/cmd/teams/message/message-list.mdx +152 -0
  802. package/docs/docs/cmd/teams/message/message-reply-list.mdx +146 -0
  803. package/docs/docs/cmd/teams/message/message-send.mdx +132 -0
  804. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +87 -0
  805. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +53 -0
  806. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +95 -0
  807. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +96 -0
  808. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +114 -0
  809. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +115 -0
  810. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +119 -0
  811. package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +99 -0
  812. package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +93 -0
  813. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +127 -0
  814. package/docs/docs/cmd/teams/tab/tab-add.mdx +120 -0
  815. package/docs/docs/cmd/teams/tab/tab-get.mdx +115 -0
  816. package/docs/docs/cmd/teams/tab/tab-list.mdx +115 -0
  817. package/docs/docs/cmd/teams/tab/tab-remove.mdx +51 -0
  818. package/docs/docs/cmd/teams/team/team-add.mdx +291 -0
  819. package/docs/docs/cmd/teams/team/team-app-list.mdx +108 -0
  820. package/docs/docs/cmd/teams/team/team-archive.mdx +59 -0
  821. package/docs/docs/cmd/teams/team/team-clone.mdx +59 -0
  822. package/docs/docs/cmd/teams/team/team-get.mdx +155 -0
  823. package/docs/docs/cmd/teams/team/team-list.mdx +149 -0
  824. package/docs/docs/cmd/teams/team/team-remove.mdx +60 -0
  825. package/docs/docs/cmd/teams/team/team-set.mdx +53 -0
  826. package/docs/docs/cmd/teams/team/team-unarchive.mdx +49 -0
  827. package/docs/docs/cmd/teams/user/user-app-add.mdx +39 -0
  828. package/docs/docs/cmd/teams/user/user-app-list.mdx +109 -0
  829. package/docs/docs/cmd/teams/user/user-app-remove.mdx +43 -0
  830. package/docs/docs/cmd/teams/user/user-list.mdx +95 -0
  831. package/docs/docs/cmd/tenant/id/id-get.mdx +74 -0
  832. package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +95 -0
  833. package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +122 -0
  834. package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +72 -0
  835. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +70 -0
  836. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +76 -0
  837. package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +101 -0
  838. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +172 -0
  839. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +173 -0
  840. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +174 -0
  841. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +126 -0
  842. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +124 -0
  843. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +127 -0
  844. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +121 -0
  845. package/docs/docs/cmd/todo/list/list-add.mdx +85 -0
  846. package/docs/docs/cmd/todo/list/list-get.mdx +93 -0
  847. package/docs/docs/cmd/todo/list/list-list.mdx +82 -0
  848. package/docs/docs/cmd/todo/list/list-remove.mdx +44 -0
  849. package/docs/docs/cmd/todo/list/list-set.mdx +44 -0
  850. package/docs/docs/cmd/todo/task/task-add.mdx +178 -0
  851. package/docs/docs/cmd/todo/task/task-get.mdx +110 -0
  852. package/docs/docs/cmd/todo/task/task-list.mdx +115 -0
  853. package/docs/docs/cmd/todo/task/task-remove.mdx +48 -0
  854. package/docs/docs/cmd/todo/task/task-set.mdx +187 -0
  855. package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +95 -0
  856. package/docs/docs/cmd/version.mdx +59 -0
  857. package/docs/docs/cmd/viva/connections/connections-app-create.mdx +81 -0
  858. package/docs/docs/cmd/yammer/group/group-list.mdx +174 -0
  859. package/docs/docs/cmd/yammer/group/group-user-add.mdx +60 -0
  860. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +58 -0
  861. package/docs/docs/cmd/yammer/message/message-add.mdx +175 -0
  862. package/docs/docs/cmd/yammer/message/message-get.mdx +148 -0
  863. package/docs/docs/cmd/yammer/message/message-like-set.mdx +58 -0
  864. package/docs/docs/cmd/yammer/message/message-list.mdx +201 -0
  865. package/docs/docs/cmd/yammer/message/message-remove.mdx +55 -0
  866. package/docs/docs/cmd/yammer/network/network-list.mdx +218 -0
  867. package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +91 -0
  868. package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +91 -0
  869. package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +109 -0
  870. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +93 -0
  871. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +94 -0
  872. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +111 -0
  873. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +91 -0
  874. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +110 -0
  875. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +90 -0
  876. package/docs/docs/cmd/yammer/user/user-get.mdx +223 -0
  877. package/docs/docs/cmd/yammer/user/user-list.mdx +228 -0
  878. package/docs/docs/cmd/yammer/yammer-search.mdx +173 -0
  879. package/npm-shrinkwrap.json +302 -274
  880. package/package.json +18 -18
  881. package/dist/m365/aad/commands/approleassignment/AppRoleAssignment.js +0 -3
  882. package/dist/m365/aad/commands/approleassignment/ServicePrincipal.js +0 -3
  883. package/dist/m365/aad/commands/groupsetting/GroupSetting.js +0 -3
  884. package/dist/m365/aad/commands/groupsettingtemplate/GroupSettingTemplate.js +0 -3
  885. package/dist/m365/aad/commands/siteclassification/DirectorySetting.js +0 -10
  886. package/dist/m365/aad/commands/siteclassification/DirectorySettingTemplatesRsp.js +0 -3
  887. package/dist/m365/aad/commands/siteclassification/DirectorySettingValue.js +0 -3
  888. package/dist/m365/outlook/Message.js +0 -3
  889. package/dist/m365/spo/commands/site/SitePermission.js +0 -3
  890. package/dist/m365/teams/Channel.js +0 -3
  891. package/dist/m365/teams/ConversationMember.js +0 -3
  892. package/dist/m365/teams/Message.js +0 -3
  893. package/dist/m365/teams/Reply.js +0 -3
  894. package/dist/m365/teams/Tab.js +0 -3
  895. package/dist/m365/teams/Team.js +0 -3
  896. package/dist/m365/teams/TeamsApp.js +0 -3
  897. package/dist/m365/teams/TeamsAppInstallation.js +0 -3
  898. package/dist/m365/teams/TeamsTabConfiguration.js +0 -3
  899. package/dist/m365/teams/commands/Meeting.js +0 -3
  900. package/docs/docs/_clisettings.md +0 -21
  901. package/docs/docs/cmd/_global.md +0 -14
  902. package/docs/docs/cmd/aad/app/app-add.md +0 -180
  903. package/docs/docs/cmd/aad/app/app-get.md +0 -59
  904. package/docs/docs/cmd/aad/app/app-list.md +0 -152
  905. package/docs/docs/cmd/aad/app/app-remove.md +0 -55
  906. package/docs/docs/cmd/aad/app/app-role-add.md +0 -60
  907. package/docs/docs/cmd/aad/app/app-role-list.md +0 -48
  908. package/docs/docs/cmd/aad/app/app-role-remove.md +0 -70
  909. package/docs/docs/cmd/aad/app/app-set.md +0 -89
  910. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +0 -62
  911. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +0 -50
  912. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +0 -65
  913. package/docs/docs/cmd/aad/group/group-get.md +0 -127
  914. package/docs/docs/cmd/aad/group/group-list.md +0 -30
  915. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +0 -36
  916. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +0 -24
  917. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +0 -21
  918. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +0 -37
  919. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +0 -34
  920. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +0 -33
  921. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +0 -21
  922. package/docs/docs/cmd/aad/license/license-list.md +0 -87
  923. package/docs/docs/cmd/aad/o365group/o365group-add.md +0 -107
  924. package/docs/docs/cmd/aad/o365group/o365group-conversation-list.md +0 -24
  925. package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.md +0 -36
  926. package/docs/docs/cmd/aad/o365group/o365group-get.md +0 -33
  927. package/docs/docs/cmd/aad/o365group/o365group-list.md +0 -81
  928. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +0 -30
  929. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.md +0 -45
  930. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.md +0 -45
  931. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +0 -42
  932. package/docs/docs/cmd/aad/o365group/o365group-remove.md +0 -46
  933. package/docs/docs/cmd/aad/o365group/o365group-renew.md +0 -28
  934. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +0 -39
  935. package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.md +0 -48
  936. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +0 -39
  937. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +0 -39
  938. package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.md +0 -39
  939. package/docs/docs/cmd/aad/o365group/o365group-set.md +0 -72
  940. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +0 -33
  941. package/docs/docs/cmd/aad/o365group/o365group-user-add.md +0 -51
  942. package/docs/docs/cmd/aad/o365group/o365group-user-list.md +0 -39
  943. package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +0 -55
  944. package/docs/docs/cmd/aad/o365group/o365group-user-set.md +0 -61
  945. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +0 -50
  946. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +0 -35
  947. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +0 -48
  948. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +0 -42
  949. package/docs/docs/cmd/aad/policy/policy-list.md +0 -34
  950. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +0 -34
  951. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +0 -49
  952. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +0 -25
  953. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +0 -56
  954. package/docs/docs/cmd/aad/sp/sp-add.md +0 -53
  955. package/docs/docs/cmd/aad/sp/sp-get.md +0 -51
  956. package/docs/docs/cmd/aad/user/user-add.md +0 -172
  957. package/docs/docs/cmd/aad/user/user-get.md +0 -73
  958. package/docs/docs/cmd/aad/user/user-guest-add.md +0 -107
  959. package/docs/docs/cmd/aad/user/user-hibp.md +0 -46
  960. package/docs/docs/cmd/aad/user/user-license-add.md +0 -108
  961. package/docs/docs/cmd/aad/user/user-license-list.md +0 -98
  962. package/docs/docs/cmd/aad/user/user-license-remove.md +0 -43
  963. package/docs/docs/cmd/aad/user/user-list.md +0 -63
  964. package/docs/docs/cmd/aad/user/user-password-validate.md +0 -29
  965. package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.md +0 -42
  966. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.md +0 -82
  967. package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.md +0 -45
  968. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.md +0 -99
  969. package/docs/docs/cmd/aad/user/user-remove.md +0 -51
  970. package/docs/docs/cmd/aad/user/user-set.md +0 -133
  971. package/docs/docs/cmd/aad/user/user-signin-list.md +0 -81
  972. package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +0 -125
  973. package/docs/docs/cmd/app/app-get.md +0 -211
  974. package/docs/docs/cmd/app/app-open.md +0 -71
  975. package/docs/docs/cmd/app/permission/permission-add.md +0 -53
  976. package/docs/docs/cmd/app/permission/permission-list.md +0 -79
  977. package/docs/docs/cmd/booking/business/business-get.md +0 -162
  978. package/docs/docs/cmd/booking/business/business-list.md +0 -64
  979. package/docs/docs/cmd/cli/cli-consent.md +0 -58
  980. package/docs/docs/cmd/cli/cli-doctor.md +0 -92
  981. package/docs/docs/cmd/cli/cli-issue.md +0 -60
  982. package/docs/docs/cmd/cli/cli-reconsent.md +0 -51
  983. package/docs/docs/cmd/cli/completion/completion-clink-update.md +0 -36
  984. package/docs/docs/cmd/cli/completion/completion-pwsh-setup.md +0 -38
  985. package/docs/docs/cmd/cli/completion/completion-pwsh-update.md +0 -33
  986. package/docs/docs/cmd/cli/completion/completion-sh-setup.md +0 -51
  987. package/docs/docs/cmd/cli/completion/completion-sh-update.md +0 -33
  988. package/docs/docs/cmd/cli/config/config-get.md +0 -62
  989. package/docs/docs/cmd/cli/config/config-reset.md +0 -40
  990. package/docs/docs/cmd/cli/config/config-set.md +0 -43
  991. package/docs/docs/cmd/context/context-init.md +0 -25
  992. package/docs/docs/cmd/context/context-remove.md +0 -34
  993. package/docs/docs/cmd/context/option/option-list.md +0 -63
  994. package/docs/docs/cmd/context/option/option-remove.md +0 -37
  995. package/docs/docs/cmd/context/option/option-set.md +0 -31
  996. package/docs/docs/cmd/docs.md +0 -51
  997. package/docs/docs/cmd/file/convert/convert-pdf.md +0 -53
  998. package/docs/docs/cmd/file/file-add.md +0 -60
  999. package/docs/docs/cmd/file/file-list.md +0 -46
  1000. package/docs/docs/cmd/flow/environment/environment-get.md +0 -159
  1001. package/docs/docs/cmd/flow/environment/environment-list.md +0 -141
  1002. package/docs/docs/cmd/flow/flow-disable.md +0 -51
  1003. package/docs/docs/cmd/flow/flow-enable.md +0 -51
  1004. package/docs/docs/cmd/flow/flow-export.md +0 -92
  1005. package/docs/docs/cmd/flow/flow-get.md +0 -439
  1006. package/docs/docs/cmd/flow/flow-list.md +0 -166
  1007. package/docs/docs/cmd/flow/flow-remove.md +0 -63
  1008. package/docs/docs/cmd/flow/owner/owner-ensure.md +0 -61
  1009. package/docs/docs/cmd/flow/owner/owner-list.md +0 -90
  1010. package/docs/docs/cmd/flow/owner/owner-remove.md +0 -67
  1011. package/docs/docs/cmd/flow/run/run-cancel.md +0 -45
  1012. package/docs/docs/cmd/flow/run/run-get.md +0 -214
  1013. package/docs/docs/cmd/flow/run/run-list.md +0 -153
  1014. package/docs/docs/cmd/flow/run/run-resubmit.md +0 -54
  1015. package/docs/docs/cmd/graph/changelog/changelog-list.md +0 -105
  1016. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +0 -122
  1017. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.md +0 -90
  1018. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.md +0 -114
  1019. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.md +0 -42
  1020. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +0 -64
  1021. package/docs/docs/cmd/graph/subscription/subscription-add.md +0 -137
  1022. package/docs/docs/cmd/login.md +0 -190
  1023. package/docs/docs/cmd/logout.md +0 -35
  1024. package/docs/docs/cmd/onedrive/onedrive-list.md +0 -246
  1025. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.md +0 -78
  1026. package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +0 -78
  1027. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.md +0 -91
  1028. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.md +0 -81
  1029. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.md +0 -91
  1030. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.md +0 -81
  1031. package/docs/docs/cmd/onedrive/report/report-usagestorage.md +0 -76
  1032. package/docs/docs/cmd/onenote/notebook/notebook-list.md +0 -149
  1033. package/docs/docs/cmd/onenote/page/page-list.md +0 -140
  1034. package/docs/docs/cmd/outlook/mail/mail-send.md +0 -129
  1035. package/docs/docs/cmd/outlook/message/message-get.md +0 -191
  1036. package/docs/docs/cmd/outlook/message/message-list.md +0 -162
  1037. package/docs/docs/cmd/outlook/message/message-move.md +0 -57
  1038. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +0 -79
  1039. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +0 -79
  1040. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +0 -93
  1041. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +0 -82
  1042. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +0 -83
  1043. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +0 -96
  1044. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +0 -80
  1045. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +0 -88
  1046. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +0 -80
  1047. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +0 -79
  1048. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +0 -75
  1049. package/docs/docs/cmd/outlook/room/room-list.md +0 -111
  1050. package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +0 -79
  1051. package/docs/docs/cmd/pa/app/app-consent-set.md +0 -47
  1052. package/docs/docs/cmd/pa/app/app-export.md +0 -52
  1053. package/docs/docs/cmd/pa/app/app-get.md +0 -248
  1054. package/docs/docs/cmd/pa/app/app-list.md +0 -244
  1055. package/docs/docs/cmd/pa/app/app-remove.md +0 -45
  1056. package/docs/docs/cmd/pa/connector/connector-export.md +0 -53
  1057. package/docs/docs/cmd/pa/connector/connector-list.md +0 -141
  1058. package/docs/docs/cmd/pa/environment/environment-get.md +0 -168
  1059. package/docs/docs/cmd/pa/environment/environment-list.md +0 -154
  1060. package/docs/docs/cmd/pa/pcf/pcf-init.md +0 -52
  1061. package/docs/docs/cmd/pa/solution/solution-init.md +0 -42
  1062. package/docs/docs/cmd/pa/solution/solution-reference-add.md +0 -38
  1063. package/docs/docs/cmd/planner/bucket/bucket-add.md +0 -91
  1064. package/docs/docs/cmd/planner/bucket/bucket-get.md +0 -103
  1065. package/docs/docs/cmd/planner/bucket/bucket-list.md +0 -86
  1066. package/docs/docs/cmd/planner/bucket/bucket-remove.md +0 -64
  1067. package/docs/docs/cmd/planner/bucket/bucket-set.md +0 -61
  1068. package/docs/docs/cmd/planner/plan/plan-add.md +0 -226
  1069. package/docs/docs/cmd/planner/plan/plan-get.md +0 -155
  1070. package/docs/docs/cmd/planner/plan/plan-list.md +0 -111
  1071. package/docs/docs/cmd/planner/plan/plan-remove.md +0 -56
  1072. package/docs/docs/cmd/planner/plan/plan-set.md +0 -236
  1073. package/docs/docs/cmd/planner/roster/roster-add.md +0 -76
  1074. package/docs/docs/cmd/planner/roster/roster-get.md +0 -73
  1075. package/docs/docs/cmd/planner/roster/roster-member-add.md +0 -87
  1076. package/docs/docs/cmd/planner/roster/roster-member-get.md +0 -87
  1077. package/docs/docs/cmd/planner/roster/roster-member-list.md +0 -76
  1078. package/docs/docs/cmd/planner/roster/roster-member-remove.md +0 -51
  1079. package/docs/docs/cmd/planner/roster/roster-plan-list.md +0 -109
  1080. package/docs/docs/cmd/planner/roster/roster-remove.md +0 -49
  1081. package/docs/docs/cmd/planner/task/task-add.md +0 -346
  1082. package/docs/docs/cmd/planner/task/task-checklistitem-add.md +0 -91
  1083. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +0 -79
  1084. package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +0 -40
  1085. package/docs/docs/cmd/planner/task/task-get.md +0 -182
  1086. package/docs/docs/cmd/planner/task/task-list.md +0 -166
  1087. package/docs/docs/cmd/planner/task/task-reference-add.md +0 -91
  1088. package/docs/docs/cmd/planner/task/task-reference-list.md +0 -70
  1089. package/docs/docs/cmd/planner/task/task-reference-remove.md +0 -43
  1090. package/docs/docs/cmd/planner/task/task-remove.md +0 -82
  1091. package/docs/docs/cmd/planner/task/task-set.md +0 -341
  1092. package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +0 -83
  1093. package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +0 -111
  1094. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.md +0 -142
  1095. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.md +0 -138
  1096. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.md +0 -53
  1097. package/docs/docs/cmd/pp/card/card-clone.md +0 -89
  1098. package/docs/docs/cmd/pp/card/card-get.md +0 -171
  1099. package/docs/docs/cmd/pp/card/card-list.md +0 -153
  1100. package/docs/docs/cmd/pp/card/card-remove.md +0 -82
  1101. package/docs/docs/cmd/pp/chatbot/chatbot-get.md +0 -178
  1102. package/docs/docs/cmd/pp/chatbot/chatbot-list.md +0 -118
  1103. package/docs/docs/cmd/pp/chatbot/chatbot-remove.md +0 -52
  1104. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.md +0 -150
  1105. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.md +0 -148
  1106. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +0 -49
  1107. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.md +0 -120
  1108. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.md +0 -61
  1109. package/docs/docs/cmd/pp/environment/environment-get.md +0 -373
  1110. package/docs/docs/cmd/pp/environment/environment-list.md +0 -368
  1111. package/docs/docs/cmd/pp/gateway/gateway-get.md +0 -75
  1112. package/docs/docs/cmd/pp/gateway/gateway-list.md +0 -75
  1113. package/docs/docs/cmd/pp/managementapp/managementapp-add.md +0 -85
  1114. package/docs/docs/cmd/pp/managementapp/managementapp-list.md +0 -60
  1115. package/docs/docs/cmd/pp/solution/solution-get.md +0 -100
  1116. package/docs/docs/cmd/pp/solution/solution-list.md +0 -84
  1117. package/docs/docs/cmd/pp/solution/solution-publish.md +0 -52
  1118. package/docs/docs/cmd/pp/solution/solution-publisher-add.md +0 -49
  1119. package/docs/docs/cmd/pp/solution/solution-publisher-get.md +0 -102
  1120. package/docs/docs/cmd/pp/solution/solution-publisher-list.md +0 -89
  1121. package/docs/docs/cmd/pp/solution/solution-publisher-remove.md +0 -58
  1122. package/docs/docs/cmd/pp/solution/solution-remove.md +0 -82
  1123. package/docs/docs/cmd/pp/tenant/tenant-settings-list.md +0 -125
  1124. package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +0 -218
  1125. package/docs/docs/cmd/purview/auditlog/auditlog-list.md +0 -123
  1126. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.md +0 -148
  1127. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.md +0 -131
  1128. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.md +0 -107
  1129. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.md +0 -45
  1130. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +0 -106
  1131. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.md +0 -103
  1132. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.md +0 -97
  1133. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.md +0 -43
  1134. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.md +0 -43
  1135. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.md +0 -143
  1136. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.md +0 -97
  1137. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.md +0 -83
  1138. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.md +0 -39
  1139. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.md +0 -66
  1140. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.md +0 -118
  1141. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.md +0 -111
  1142. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.md +0 -97
  1143. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +0 -191
  1144. package/docs/docs/cmd/request.md +0 -156
  1145. package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +0 -47
  1146. package/docs/docs/cmd/search/externalconnection/externalconnection-get.md +0 -88
  1147. package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +0 -76
  1148. package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +0 -44
  1149. package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.md +0 -31
  1150. package/docs/docs/cmd/setup.md +0 -86
  1151. package/docs/docs/cmd/skype/report/report-activitycounts.md +0 -77
  1152. package/docs/docs/cmd/skype/report/report-activityusercounts.md +0 -77
  1153. package/docs/docs/cmd/skype/report/report-activityuserdetail.md +0 -115
  1154. package/docs/docs/cmd/spfx/package/package-generate.md +0 -62
  1155. package/docs/docs/cmd/spfx/project/project-doctor.md +0 -156
  1156. package/docs/docs/cmd/spfx/project/project-externalize.md +0 -171
  1157. package/docs/docs/cmd/spfx/project/project-permissions-grant.md +0 -86
  1158. package/docs/docs/cmd/spfx/project/project-rename.md +0 -44
  1159. package/docs/docs/cmd/spfx/project/project-upgrade.md +0 -187
  1160. package/docs/docs/cmd/spfx/spfx-doctor.md +0 -108
  1161. package/docs/docs/cmd/spo/app/app-add.md +0 -59
  1162. package/docs/docs/cmd/spo/app/app-deploy.md +0 -72
  1163. package/docs/docs/cmd/spo/app/app-get.md +0 -61
  1164. package/docs/docs/cmd/spo/app/app-install.md +0 -44
  1165. package/docs/docs/cmd/spo/app/app-instance-list.md +0 -24
  1166. package/docs/docs/cmd/spo/app/app-list.md +0 -45
  1167. package/docs/docs/cmd/spo/app/app-remove.md +0 -63
  1168. package/docs/docs/cmd/spo/app/app-retract.md +0 -63
  1169. package/docs/docs/cmd/spo/app/app-teamspackage-download.md +0 -56
  1170. package/docs/docs/cmd/spo/app/app-uninstall.md +0 -53
  1171. package/docs/docs/cmd/spo/app/app-upgrade.md +0 -44
  1172. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.md +0 -59
  1173. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.md +0 -145
  1174. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.md +0 -109
  1175. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.md +0 -77
  1176. package/docs/docs/cmd/spo/apppage/apppage-add.md +0 -37
  1177. package/docs/docs/cmd/spo/apppage/apppage-set.md +0 -30
  1178. package/docs/docs/cmd/spo/cdn/cdn-get.md +0 -41
  1179. package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +0 -38
  1180. package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +0 -41
  1181. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.md +0 -41
  1182. package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +0 -41
  1183. package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +0 -41
  1184. package/docs/docs/cmd/spo/cdn/cdn-set.md +0 -69
  1185. package/docs/docs/cmd/spo/commandset/commandset-add.md +0 -159
  1186. package/docs/docs/cmd/spo/commandset/commandset-get.md +0 -149
  1187. package/docs/docs/cmd/spo/commandset/commandset-list.md +0 -109
  1188. package/docs/docs/cmd/spo/commandset/commandset-remove.md +0 -55
  1189. package/docs/docs/cmd/spo/commandset/commandset-set.md +0 -71
  1190. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +0 -73
  1191. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +0 -69
  1192. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +0 -52
  1193. package/docs/docs/cmd/spo/contenttype/contenttype-get.md +0 -67
  1194. package/docs/docs/cmd/spo/contenttype/contenttype-list.md +0 -33
  1195. package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +0 -51
  1196. package/docs/docs/cmd/spo/contenttype/contenttype-set.md +0 -59
  1197. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.md +0 -21
  1198. package/docs/docs/cmd/spo/customaction/customaction-add.md +0 -139
  1199. package/docs/docs/cmd/spo/customaction/customaction-clear.md +0 -43
  1200. package/docs/docs/cmd/spo/customaction/customaction-get.md +0 -161
  1201. package/docs/docs/cmd/spo/customaction/customaction-list.md +0 -47
  1202. package/docs/docs/cmd/spo/customaction/customaction-remove.md +0 -86
  1203. package/docs/docs/cmd/spo/customaction/customaction-set.md +0 -124
  1204. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md +0 -110
  1205. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.md +0 -64
  1206. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +0 -74
  1207. package/docs/docs/cmd/spo/externaluser/externaluser-list.md +0 -61
  1208. package/docs/docs/cmd/spo/feature/feature-disable.md +0 -43
  1209. package/docs/docs/cmd/spo/feature/feature-enable.md +0 -43
  1210. package/docs/docs/cmd/spo/feature/feature-list.md +0 -33
  1211. package/docs/docs/cmd/spo/field/field-add.md +0 -71
  1212. package/docs/docs/cmd/spo/field/field-get.md +0 -51
  1213. package/docs/docs/cmd/spo/field/field-list.md +0 -51
  1214. package/docs/docs/cmd/spo/field/field-remove.md +0 -63
  1215. package/docs/docs/cmd/spo/field/field-set.md +0 -67
  1216. package/docs/docs/cmd/spo/file/file-add.md +0 -156
  1217. package/docs/docs/cmd/spo/file/file-checkin.md +0 -54
  1218. package/docs/docs/cmd/spo/file/file-checkout.md +0 -36
  1219. package/docs/docs/cmd/spo/file/file-copy.md +0 -72
  1220. package/docs/docs/cmd/spo/file/file-get.md +0 -295
  1221. package/docs/docs/cmd/spo/file/file-list.md +0 -124
  1222. package/docs/docs/cmd/spo/file/file-move.md +0 -63
  1223. package/docs/docs/cmd/spo/file/file-remove.md +0 -60
  1224. package/docs/docs/cmd/spo/file/file-rename.md +0 -43
  1225. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +0 -58
  1226. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +0 -43
  1227. package/docs/docs/cmd/spo/file/file-roleassignment-add.md +0 -57
  1228. package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +0 -54
  1229. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +0 -54
  1230. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +0 -39
  1231. package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +0 -36
  1232. package/docs/docs/cmd/spo/file/file-sharinglink-add.md +0 -89
  1233. package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +0 -46
  1234. package/docs/docs/cmd/spo/file/file-sharinglink-get.md +0 -107
  1235. package/docs/docs/cmd/spo/file/file-sharinglink-list.md +0 -106
  1236. package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +0 -52
  1237. package/docs/docs/cmd/spo/file/file-sharinglink-set.md +0 -104
  1238. package/docs/docs/cmd/spo/file/file-version-clear.md +0 -55
  1239. package/docs/docs/cmd/spo/file/file-version-get.md +0 -76
  1240. package/docs/docs/cmd/spo/file/file-version-list.md +0 -76
  1241. package/docs/docs/cmd/spo/file/file-version-remove.md +0 -58
  1242. package/docs/docs/cmd/spo/file/file-version-restore.md +0 -58
  1243. package/docs/docs/cmd/spo/folder/folder-add.md +0 -36
  1244. package/docs/docs/cmd/spo/folder/folder-copy.md +0 -53
  1245. package/docs/docs/cmd/spo/folder/folder-get.md +0 -51
  1246. package/docs/docs/cmd/spo/folder/folder-list.md +0 -107
  1247. package/docs/docs/cmd/spo/folder/folder-move.md +0 -53
  1248. package/docs/docs/cmd/spo/folder/folder-remove.md +0 -43
  1249. package/docs/docs/cmd/spo/folder/folder-rename.md +0 -36
  1250. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +0 -47
  1251. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +0 -43
  1252. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.md +0 -59
  1253. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.md +0 -57
  1254. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +0 -45
  1255. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +0 -42
  1256. package/docs/docs/cmd/spo/group/group-add.md +0 -51
  1257. package/docs/docs/cmd/spo/group/group-get.md +0 -45
  1258. package/docs/docs/cmd/spo/group/group-list.md +0 -33
  1259. package/docs/docs/cmd/spo/group/group-member-add.md +0 -150
  1260. package/docs/docs/cmd/spo/group/group-member-list.md +0 -36
  1261. package/docs/docs/cmd/spo/group/group-member-remove.md +0 -73
  1262. package/docs/docs/cmd/spo/group/group-remove.md +0 -39
  1263. package/docs/docs/cmd/spo/group/group-set.md +0 -69
  1264. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +0 -30
  1265. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +0 -33
  1266. package/docs/docs/cmd/spo/homesite/homesite-get.md +0 -75
  1267. package/docs/docs/cmd/spo/homesite/homesite-remove.md +0 -59
  1268. package/docs/docs/cmd/spo/homesite/homesite-set.md +0 -104
  1269. package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +0 -62
  1270. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -124
  1271. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +0 -58
  1272. package/docs/docs/cmd/spo/hubsite/hubsite-get.md +0 -173
  1273. package/docs/docs/cmd/spo/hubsite/hubsite-list.md +0 -190
  1274. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +0 -117
  1275. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +0 -55
  1276. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +0 -49
  1277. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +0 -120
  1278. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +0 -48
  1279. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.md +0 -52
  1280. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.md +0 -61
  1281. package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +0 -57
  1282. package/docs/docs/cmd/spo/list/list-add.md +0 -425
  1283. package/docs/docs/cmd/spo/list/list-contenttype-add.md +0 -180
  1284. package/docs/docs/cmd/spo/list/list-contenttype-default-set.md +0 -52
  1285. package/docs/docs/cmd/spo/list/list-contenttype-list.md +0 -150
  1286. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +0 -55
  1287. package/docs/docs/cmd/spo/list/list-get.md +0 -282
  1288. package/docs/docs/cmd/spo/list/list-list.md +0 -213
  1289. package/docs/docs/cmd/spo/list/list-remove.md +0 -43
  1290. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.md +0 -68
  1291. package/docs/docs/cmd/spo/list/list-retentionlabel-get.md +0 -151
  1292. package/docs/docs/cmd/spo/list/list-retentionlabel-remove.md +0 -52
  1293. package/docs/docs/cmd/spo/list/list-roleassignment-add.md +0 -82
  1294. package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +0 -61
  1295. package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +0 -71
  1296. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +0 -58
  1297. package/docs/docs/cmd/spo/list/list-set.md +0 -248
  1298. package/docs/docs/cmd/spo/list/list-sitescript-get.md +0 -155
  1299. package/docs/docs/cmd/spo/list/list-view-add.md +0 -258
  1300. package/docs/docs/cmd/spo/list/list-view-field-add.md +0 -70
  1301. package/docs/docs/cmd/spo/list/list-view-field-remove.md +0 -61
  1302. package/docs/docs/cmd/spo/list/list-view-field-set.md +0 -70
  1303. package/docs/docs/cmd/spo/list/list-view-get.md +0 -233
  1304. package/docs/docs/cmd/spo/list/list-view-list.md +0 -184
  1305. package/docs/docs/cmd/spo/list/list-view-remove.md +0 -70
  1306. package/docs/docs/cmd/spo/list/list-view-set.md +0 -72
  1307. package/docs/docs/cmd/spo/list/list-webhook-add.md +0 -107
  1308. package/docs/docs/cmd/spo/list/list-webhook-get.md +0 -104
  1309. package/docs/docs/cmd/spo/list/list-webhook-list.md +0 -96
  1310. package/docs/docs/cmd/spo/list/list-webhook-remove.md +0 -58
  1311. package/docs/docs/cmd/spo/list/list-webhook-set.md +0 -65
  1312. package/docs/docs/cmd/spo/listitem/listitem-add.md +0 -174
  1313. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.md +0 -97
  1314. package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +0 -64
  1315. package/docs/docs/cmd/spo/listitem/listitem-batch-set.md +0 -67
  1316. package/docs/docs/cmd/spo/listitem/listitem-get.md +0 -310
  1317. package/docs/docs/cmd/spo/listitem/listitem-isrecord.md +0 -74
  1318. package/docs/docs/cmd/spo/listitem/listitem-list.md +0 -179
  1319. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +0 -101
  1320. package/docs/docs/cmd/spo/listitem/listitem-record-lock.md +0 -52
  1321. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +0 -52
  1322. package/docs/docs/cmd/spo/listitem/listitem-record-unlock.md +0 -52
  1323. package/docs/docs/cmd/spo/listitem/listitem-remove.md +0 -58
  1324. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +0 -71
  1325. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.md +0 -55
  1326. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.md +0 -85
  1327. package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +0 -71
  1328. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +0 -74
  1329. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +0 -55
  1330. package/docs/docs/cmd/spo/listitem/listitem-set.md +0 -172
  1331. package/docs/docs/cmd/spo/mail/mail-send.md +0 -65
  1332. package/docs/docs/cmd/spo/navigation/navigation-node-add.md +0 -127
  1333. package/docs/docs/cmd/spo/navigation/navigation-node-get.md +0 -91
  1334. package/docs/docs/cmd/spo/navigation/navigation-node-list.md +0 -92
  1335. package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +0 -43
  1336. package/docs/docs/cmd/spo/navigation/navigation-node-set.md +0 -59
  1337. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.md +0 -45
  1338. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +0 -87
  1339. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +0 -66
  1340. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +0 -54
  1341. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +0 -42
  1342. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.md +0 -35
  1343. package/docs/docs/cmd/spo/page/page-add.md +0 -106
  1344. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +0 -85
  1345. package/docs/docs/cmd/spo/page/page-column-get.md +0 -115
  1346. package/docs/docs/cmd/spo/page/page-column-list.md +0 -82
  1347. package/docs/docs/cmd/spo/page/page-control-get.md +0 -119
  1348. package/docs/docs/cmd/spo/page/page-control-list.md +0 -115
  1349. package/docs/docs/cmd/spo/page/page-control-set.md +0 -53
  1350. package/docs/docs/cmd/spo/page/page-copy.md +0 -151
  1351. package/docs/docs/cmd/spo/page/page-get.md +0 -175
  1352. package/docs/docs/cmd/spo/page/page-header-set.md +0 -86
  1353. package/docs/docs/cmd/spo/page/page-list.md +0 -198
  1354. package/docs/docs/cmd/spo/page/page-remove.md +0 -46
  1355. package/docs/docs/cmd/spo/page/page-section-add.md +0 -41
  1356. package/docs/docs/cmd/spo/page/page-section-get.md +0 -78
  1357. package/docs/docs/cmd/spo/page/page-section-list.md +0 -79
  1358. package/docs/docs/cmd/spo/page/page-set.md +0 -103
  1359. package/docs/docs/cmd/spo/page/page-template-list.md +0 -112
  1360. package/docs/docs/cmd/spo/page/page-text-add.md +0 -59
  1361. package/docs/docs/cmd/spo/propertybag/propertybag-get.md +0 -80
  1362. package/docs/docs/cmd/spo/propertybag/propertybag-list.md +0 -92
  1363. package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +0 -61
  1364. package/docs/docs/cmd/spo/propertybag/propertybag-set.md +0 -65
  1365. package/docs/docs/cmd/spo/report/report-activityfilecounts.md +0 -78
  1366. package/docs/docs/cmd/spo/report/report-activitypages.md +0 -75
  1367. package/docs/docs/cmd/spo/report/report-activityusercounts.md +0 -83
  1368. package/docs/docs/cmd/spo/report/report-activityuserdetail.md +0 -96
  1369. package/docs/docs/cmd/spo/report/report-siteusagedetail.md +0 -99
  1370. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +0 -81
  1371. package/docs/docs/cmd/spo/report/report-siteusagepages.md +0 -76
  1372. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +0 -81
  1373. package/docs/docs/cmd/spo/report/report-siteusagestorage.md +0 -76
  1374. package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +0 -47
  1375. package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +0 -125
  1376. package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +0 -118
  1377. package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.md +0 -40
  1378. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +0 -101
  1379. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +0 -82
  1380. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +0 -41
  1381. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +0 -100
  1382. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +0 -41
  1383. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +0 -79
  1384. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +0 -99
  1385. package/docs/docs/cmd/spo/site/site-add.md +0 -179
  1386. package/docs/docs/cmd/spo/site/site-appcatalog-add.md +0 -33
  1387. package/docs/docs/cmd/spo/site/site-appcatalog-list.md +0 -55
  1388. package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +0 -35
  1389. package/docs/docs/cmd/spo/site/site-apppermission-add.md +0 -37
  1390. package/docs/docs/cmd/spo/site/site-apppermission-get.md +0 -27
  1391. package/docs/docs/cmd/spo/site/site-apppermission-list.md +0 -40
  1392. package/docs/docs/cmd/spo/site/site-apppermission-remove.md +0 -48
  1393. package/docs/docs/cmd/spo/site/site-apppermission-set.md +0 -48
  1394. package/docs/docs/cmd/spo/site/site-chrome-set.md +0 -58
  1395. package/docs/docs/cmd/spo/site/site-commsite-enable.md +0 -32
  1396. package/docs/docs/cmd/spo/site/site-ensure.md +0 -124
  1397. package/docs/docs/cmd/spo/site/site-get.md +0 -28
  1398. package/docs/docs/cmd/spo/site/site-groupify.md +0 -71
  1399. package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -37
  1400. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -37
  1401. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -28
  1402. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +0 -33
  1403. package/docs/docs/cmd/spo/site/site-list.md +0 -75
  1404. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.md +0 -45
  1405. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.md +0 -40
  1406. package/docs/docs/cmd/spo/site/site-recyclebinitem-move.md +0 -43
  1407. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.md +0 -45
  1408. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.md +0 -27
  1409. package/docs/docs/cmd/spo/site/site-remove.md +0 -65
  1410. package/docs/docs/cmd/spo/site/site-rename.md +0 -58
  1411. package/docs/docs/cmd/spo/site/site-set.md +0 -175
  1412. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.md +0 -63
  1413. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +0 -40
  1414. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +0 -41
  1415. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +0 -25
  1416. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +0 -41
  1417. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.md +0 -46
  1418. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +0 -34
  1419. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.md +0 -48
  1420. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +0 -37
  1421. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +0 -35
  1422. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.md +0 -76
  1423. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +0 -28
  1424. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +0 -28
  1425. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +0 -37
  1426. package/docs/docs/cmd/spo/sitescript/sitescript-add.md +0 -38
  1427. package/docs/docs/cmd/spo/sitescript/sitescript-get.md +0 -32
  1428. package/docs/docs/cmd/spo/sitescript/sitescript-list.md +0 -25
  1429. package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +0 -41
  1430. package/docs/docs/cmd/spo/sitescript/sitescript-set.md +0 -44
  1431. package/docs/docs/cmd/spo/spo-get.md +0 -60
  1432. package/docs/docs/cmd/spo/spo-search.md +0 -153
  1433. package/docs/docs/cmd/spo/spo-set.md +0 -32
  1434. package/docs/docs/cmd/spo/storageentity/storageentity-get.md +0 -32
  1435. package/docs/docs/cmd/spo/storageentity/storageentity-list.md +0 -32
  1436. package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +0 -47
  1437. package/docs/docs/cmd/spo/storageentity/storageentity-set.md +0 -49
  1438. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.md +0 -59
  1439. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +0 -26
  1440. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.md +0 -59
  1441. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +0 -142
  1442. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.md +0 -103
  1443. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.md +0 -49
  1444. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.md +0 -49
  1445. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.md +0 -57
  1446. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.md +0 -26
  1447. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +0 -43
  1448. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +0 -40
  1449. package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +0 -26
  1450. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +0 -300
  1451. package/docs/docs/cmd/spo/term/term-add.md +0 -184
  1452. package/docs/docs/cmd/spo/term/term-get.md +0 -159
  1453. package/docs/docs/cmd/spo/term/term-group-add.md +0 -47
  1454. package/docs/docs/cmd/spo/term/term-group-get.md +0 -104
  1455. package/docs/docs/cmd/spo/term/term-group-list.md +0 -94
  1456. package/docs/docs/cmd/spo/term/term-list.md +0 -254
  1457. package/docs/docs/cmd/spo/term/term-set-add.md +0 -149
  1458. package/docs/docs/cmd/spo/term/term-set-get.md +0 -128
  1459. package/docs/docs/cmd/spo/term/term-set-list.md +0 -118
  1460. package/docs/docs/cmd/spo/theme/theme-apply.md +0 -48
  1461. package/docs/docs/cmd/spo/theme/theme-get.md +0 -33
  1462. package/docs/docs/cmd/spo/theme/theme-list.md +0 -30
  1463. package/docs/docs/cmd/spo/theme/theme-remove.md +0 -42
  1464. package/docs/docs/cmd/spo/theme/theme-set.md +0 -84
  1465. package/docs/docs/cmd/spo/user/user-ensure.md +0 -108
  1466. package/docs/docs/cmd/spo/user/user-get.md +0 -117
  1467. package/docs/docs/cmd/spo/user/user-list.md +0 -89
  1468. package/docs/docs/cmd/spo/user/user-remove.md +0 -51
  1469. package/docs/docs/cmd/spo/userprofile/userprofile-get.md +0 -635
  1470. package/docs/docs/cmd/spo/userprofile/userprofile-set.md +0 -44
  1471. package/docs/docs/cmd/spo/web/web-add.md +0 -124
  1472. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +0 -69
  1473. package/docs/docs/cmd/spo/web/web-get.md +0 -540
  1474. package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +0 -69
  1475. package/docs/docs/cmd/spo/web/web-list.md +0 -121
  1476. package/docs/docs/cmd/spo/web/web-reindex.md +0 -32
  1477. package/docs/docs/cmd/spo/web/web-remove.md +0 -31
  1478. package/docs/docs/cmd/spo/web/web-retentionlabel-list.md +0 -101
  1479. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +0 -61
  1480. package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +0 -58
  1481. package/docs/docs/cmd/spo/web/web-roleinheritance-break.md +0 -44
  1482. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +0 -37
  1483. package/docs/docs/cmd/spo/web/web-set.md +0 -117
  1484. package/docs/docs/cmd/status.md +0 -71
  1485. package/docs/docs/cmd/teams/app/app-install.md +0 -53
  1486. package/docs/docs/cmd/teams/app/app-list.md +0 -77
  1487. package/docs/docs/cmd/teams/app/app-publish.md +0 -75
  1488. package/docs/docs/cmd/teams/app/app-remove.md +0 -41
  1489. package/docs/docs/cmd/teams/app/app-uninstall.md +0 -39
  1490. package/docs/docs/cmd/teams/app/app-update.md +0 -44
  1491. package/docs/docs/cmd/teams/cache/cache-remove.md +0 -50
  1492. package/docs/docs/cmd/teams/channel/channel-add.md +0 -118
  1493. package/docs/docs/cmd/teams/channel/channel-get.md +0 -108
  1494. package/docs/docs/cmd/teams/channel/channel-list.md +0 -98
  1495. package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -58
  1496. package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -105
  1497. package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -55
  1498. package/docs/docs/cmd/teams/channel/channel-member-set.md +0 -107
  1499. package/docs/docs/cmd/teams/channel/channel-remove.md +0 -66
  1500. package/docs/docs/cmd/teams/channel/channel-set.md +0 -49
  1501. package/docs/docs/cmd/teams/chat/chat-get.md +0 -117
  1502. package/docs/docs/cmd/teams/chat/chat-list.md +0 -102
  1503. package/docs/docs/cmd/teams/chat/chat-member-list.md +0 -79
  1504. package/docs/docs/cmd/teams/chat/chat-member-remove.md +0 -52
  1505. package/docs/docs/cmd/teams/chat/chat-message-list.md +0 -107
  1506. package/docs/docs/cmd/teams/chat/chat-message-send.md +0 -59
  1507. package/docs/docs/cmd/teams/funsettings/funsettings-list.md +0 -68
  1508. package/docs/docs/cmd/teams/funsettings/funsettings-set.md +0 -58
  1509. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +0 -62
  1510. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +0 -40
  1511. package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.md +0 -69
  1512. package/docs/docs/cmd/teams/meeting/meeting-get.md +0 -159
  1513. package/docs/docs/cmd/teams/meeting/meeting-list.md +0 -149
  1514. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +0 -96
  1515. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +0 -74
  1516. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +0 -49
  1517. package/docs/docs/cmd/teams/message/message-get.md +0 -149
  1518. package/docs/docs/cmd/teams/message/message-list.md +0 -138
  1519. package/docs/docs/cmd/teams/message/message-reply-list.md +0 -132
  1520. package/docs/docs/cmd/teams/message/message-send.md +0 -119
  1521. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +0 -73
  1522. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +0 -49
  1523. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +0 -81
  1524. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +0 -82
  1525. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +0 -100
  1526. package/docs/docs/cmd/teams/report/report-directroutingcalls.md +0 -101
  1527. package/docs/docs/cmd/teams/report/report-pstncalls.md +0 -105
  1528. package/docs/docs/cmd/teams/report/report-useractivitycounts.md +0 -85
  1529. package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +0 -79
  1530. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +0 -113
  1531. package/docs/docs/cmd/teams/tab/tab-add.md +0 -106
  1532. package/docs/docs/cmd/teams/tab/tab-get.md +0 -101
  1533. package/docs/docs/cmd/teams/tab/tab-list.md +0 -101
  1534. package/docs/docs/cmd/teams/tab/tab-remove.md +0 -47
  1535. package/docs/docs/cmd/teams/team/team-add.md +0 -271
  1536. package/docs/docs/cmd/teams/team/team-app-list.md +0 -94
  1537. package/docs/docs/cmd/teams/team/team-archive.md +0 -55
  1538. package/docs/docs/cmd/teams/team/team-clone.md +0 -55
  1539. package/docs/docs/cmd/teams/team/team-get.md +0 -141
  1540. package/docs/docs/cmd/teams/team/team-list.md +0 -135
  1541. package/docs/docs/cmd/teams/team/team-remove.md +0 -56
  1542. package/docs/docs/cmd/teams/team/team-set.md +0 -49
  1543. package/docs/docs/cmd/teams/team/team-unarchive.md +0 -45
  1544. package/docs/docs/cmd/teams/user/user-app-add.md +0 -35
  1545. package/docs/docs/cmd/teams/user/user-app-list.md +0 -95
  1546. package/docs/docs/cmd/teams/user/user-app-remove.md +0 -39
  1547. package/docs/docs/cmd/teams/user/user-list.md +0 -81
  1548. package/docs/docs/cmd/tenant/id/id-get.md +0 -60
  1549. package/docs/docs/cmd/tenant/report/report-activeusercounts.md +0 -81
  1550. package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +0 -108
  1551. package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +0 -60
  1552. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +0 -58
  1553. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +0 -64
  1554. package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +0 -87
  1555. package/docs/docs/cmd/tenant/security/security-alerts-list.md +0 -158
  1556. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +0 -152
  1557. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +0 -153
  1558. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +0 -112
  1559. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +0 -111
  1560. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +0 -114
  1561. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +0 -108
  1562. package/docs/docs/cmd/todo/list/list-add.md +0 -73
  1563. package/docs/docs/cmd/todo/list/list-get.md +0 -79
  1564. package/docs/docs/cmd/todo/list/list-list.md +0 -70
  1565. package/docs/docs/cmd/todo/list/list-remove.md +0 -40
  1566. package/docs/docs/cmd/todo/list/list-set.md +0 -40
  1567. package/docs/docs/cmd/todo/task/task-add.md +0 -164
  1568. package/docs/docs/cmd/todo/task/task-get.md +0 -96
  1569. package/docs/docs/cmd/todo/task/task-list.md +0 -101
  1570. package/docs/docs/cmd/todo/task/task-remove.md +0 -44
  1571. package/docs/docs/cmd/todo/task/task-set.md +0 -173
  1572. package/docs/docs/cmd/util/accesstoken/accesstoken-get.md +0 -71
  1573. package/docs/docs/cmd/version.md +0 -47
  1574. package/docs/docs/cmd/viva/connections/connections-app-create.md +0 -77
  1575. package/docs/docs/cmd/yammer/group/group-list.md +0 -157
  1576. package/docs/docs/cmd/yammer/group/group-user-add.md +0 -53
  1577. package/docs/docs/cmd/yammer/group/group-user-remove.md +0 -51
  1578. package/docs/docs/cmd/yammer/message/message-add.md +0 -158
  1579. package/docs/docs/cmd/yammer/message/message-get.md +0 -131
  1580. package/docs/docs/cmd/yammer/message/message-like-set.md +0 -51
  1581. package/docs/docs/cmd/yammer/message/message-list.md +0 -184
  1582. package/docs/docs/cmd/yammer/message/message-remove.md +0 -48
  1583. package/docs/docs/cmd/yammer/network/network-list.md +0 -201
  1584. package/docs/docs/cmd/yammer/report/report-activitycounts.md +0 -77
  1585. package/docs/docs/cmd/yammer/report/report-activityusercounts.md +0 -77
  1586. package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +0 -95
  1587. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +0 -79
  1588. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +0 -80
  1589. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +0 -97
  1590. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +0 -77
  1591. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +0 -96
  1592. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +0 -76
  1593. package/docs/docs/cmd/yammer/user/user-get.md +0 -206
  1594. package/docs/docs/cmd/yammer/user/user-list.md +0 -211
  1595. package/docs/docs/cmd/yammer/yammer-search.md +0 -156
@@ -41,41 +41,8 @@ class SpoListItemRoleAssignmentRemoveCommand extends SpoCommand_1.default {
41
41
  }
42
42
  commandAction(logger, args) {
43
43
  return __awaiter(this, void 0, void 0, function* () {
44
- const removeRoleAssignment = () => __awaiter(this, void 0, void 0, function* () {
45
- if (this.verbose) {
46
- logger.logToStderr(`Removing role assignment from listitem in site at ${args.options.webUrl}...`);
47
- }
48
- try {
49
- let requestUrl = `${args.options.webUrl}/_api/web/`;
50
- if (args.options.listId) {
51
- requestUrl += `lists(guid'${formatting_1.formatting.encodeQueryParameter(args.options.listId)}')/`;
52
- }
53
- else if (args.options.listTitle) {
54
- requestUrl += `lists/getByTitle('${formatting_1.formatting.encodeQueryParameter(args.options.listTitle)}')/`;
55
- }
56
- else if (args.options.listUrl) {
57
- const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(args.options.webUrl, args.options.listUrl);
58
- requestUrl += `GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')/`;
59
- }
60
- requestUrl += `items(${args.options.listItemId})/`;
61
- if (args.options.upn) {
62
- args.options.principalId = yield this.getUserPrincipalId(args.options);
63
- yield this.removeRoleAssignment(requestUrl, logger, args.options);
64
- }
65
- else if (args.options.groupName) {
66
- args.options.principalId = yield this.getGroupPrincipalId(args.options);
67
- yield this.removeRoleAssignment(requestUrl, logger, args.options);
68
- }
69
- else {
70
- yield this.removeRoleAssignment(requestUrl, logger, args.options);
71
- }
72
- }
73
- catch (err) {
74
- this.handleRejectedODataJsonPromise(err);
75
- }
76
- });
77
44
  if (args.options.confirm) {
78
- yield removeRoleAssignment();
45
+ yield this.removeRoleAssignment(logger, args.options);
79
46
  }
80
47
  else {
81
48
  const result = yield Cli_1.Cli.prompt({
@@ -85,57 +52,87 @@ class SpoListItemRoleAssignmentRemoveCommand extends SpoCommand_1.default {
85
52
  message: `Are you sure you want to remove role assignment from listitem ${args.options.listItemId} from list ${args.options.listId || args.options.listTitle} from site ${args.options.webUrl}?`
86
53
  });
87
54
  if (result.continue) {
88
- yield removeRoleAssignment();
55
+ yield this.removeRoleAssignment(logger, args.options);
89
56
  }
90
57
  }
91
58
  });
92
59
  }
93
- removeRoleAssignment(requestUrl, logger, options) {
94
- const requestOptions = {
95
- url: `${requestUrl}roleassignments/removeroleassignment(principalid='${options.principalId}')`,
96
- method: 'POST',
97
- headers: {
98
- 'accept': 'application/json;odata=nometadata',
99
- 'content-type': 'application/json'
100
- },
101
- responseType: 'json'
102
- };
103
- return request_1.default
104
- .post(requestOptions)
105
- .then(_ => Promise.resolve())
106
- .catch((err) => Promise.reject(err));
60
+ removeRoleAssignment(logger, options) {
61
+ return __awaiter(this, void 0, void 0, function* () {
62
+ if (this.verbose) {
63
+ logger.logToStderr(`Removing role assignment from listitem in site at ${options.webUrl}...`);
64
+ }
65
+ try {
66
+ let requestUrl = `${options.webUrl}/_api/web/`;
67
+ if (options.listId) {
68
+ requestUrl += `lists(guid'${formatting_1.formatting.encodeQueryParameter(options.listId)}')/`;
69
+ }
70
+ else if (options.listTitle) {
71
+ requestUrl += `lists/getByTitle('${formatting_1.formatting.encodeQueryParameter(options.listTitle)}')/`;
72
+ }
73
+ else if (options.listUrl) {
74
+ const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(options.webUrl, options.listUrl);
75
+ requestUrl += `GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')/`;
76
+ }
77
+ requestUrl += `items(${options.listItemId})/`;
78
+ if (options.upn) {
79
+ options.principalId = yield this.getUserPrincipalId(options);
80
+ yield this.removeRoleAssignmentWithRequestUrl(requestUrl, logger, options);
81
+ }
82
+ else if (options.groupName) {
83
+ options.principalId = yield this.getGroupPrincipalId(options);
84
+ yield this.removeRoleAssignmentWithRequestUrl(requestUrl, logger, options);
85
+ }
86
+ else {
87
+ yield this.removeRoleAssignmentWithRequestUrl(requestUrl, logger, options);
88
+ }
89
+ }
90
+ catch (err) {
91
+ this.handleRejectedODataJsonPromise(err);
92
+ }
93
+ });
94
+ }
95
+ removeRoleAssignmentWithRequestUrl(requestUrl, logger, options) {
96
+ return __awaiter(this, void 0, void 0, function* () {
97
+ const requestOptions = {
98
+ url: `${requestUrl}roleassignments/removeroleassignment(principalid='${options.principalId}')`,
99
+ method: 'POST',
100
+ headers: {
101
+ 'accept': 'application/json;odata=nometadata',
102
+ 'content-type': 'application/json'
103
+ },
104
+ responseType: 'json'
105
+ };
106
+ yield request_1.default.post(requestOptions);
107
+ });
107
108
  }
108
109
  getGroupPrincipalId(options) {
109
- const groupGetCommandOptions = {
110
- webUrl: options.webUrl,
111
- name: options.groupName,
112
- output: 'json',
113
- debug: this.debug,
114
- verbose: this.verbose
115
- };
116
- return Cli_1.Cli.executeCommandWithOutput(SpoGroupGetCommand, { options: Object.assign(Object.assign({}, groupGetCommandOptions), { _: [] }) })
117
- .then((output) => {
110
+ return __awaiter(this, void 0, void 0, function* () {
111
+ const groupGetCommandOptions = {
112
+ webUrl: options.webUrl,
113
+ name: options.groupName,
114
+ output: 'json',
115
+ debug: this.debug,
116
+ verbose: this.verbose
117
+ };
118
+ const output = yield Cli_1.Cli.executeCommandWithOutput(SpoGroupGetCommand, { options: Object.assign(Object.assign({}, groupGetCommandOptions), { _: [] }) });
118
119
  const getGroupOutput = JSON.parse(output.stdout);
119
- return Promise.resolve(getGroupOutput.Id);
120
- }, (err) => {
121
- return Promise.reject(err);
120
+ return getGroupOutput.Id;
122
121
  });
123
122
  }
124
123
  getUserPrincipalId(options) {
125
- const userGetCommandOptions = {
126
- webUrl: options.webUrl,
127
- email: options.upn,
128
- id: undefined,
129
- output: 'json',
130
- debug: this.debug,
131
- verbose: this.verbose
132
- };
133
- return Cli_1.Cli.executeCommandWithOutput(SpoUserGetCommand, { options: Object.assign(Object.assign({}, userGetCommandOptions), { _: [] }) })
134
- .then((output) => {
124
+ return __awaiter(this, void 0, void 0, function* () {
125
+ const userGetCommandOptions = {
126
+ webUrl: options.webUrl,
127
+ email: options.upn,
128
+ id: undefined,
129
+ output: 'json',
130
+ debug: this.debug,
131
+ verbose: this.verbose
132
+ };
133
+ const output = yield Cli_1.Cli.executeCommandWithOutput(SpoUserGetCommand, { options: Object.assign(Object.assign({}, userGetCommandOptions), { _: [] }) });
135
134
  const getUserOutput = JSON.parse(output.stdout);
136
- return Promise.resolve(getUserOutput.Id);
137
- }, (err) => {
138
- return Promise.reject(err);
135
+ return getUserOutput.Id;
139
136
  });
140
137
  }
141
138
  }
@@ -43,40 +43,8 @@ class SpoListItemRoleInheritanceBreakCommand extends SpoCommand_1.default {
43
43
  if (this.verbose) {
44
44
  logger.logToStderr(`Breaking role inheritance of list item in site at ${args.options.webUrl}...`);
45
45
  }
46
- const breakListItemRoleInheritance = () => __awaiter(this, void 0, void 0, function* () {
47
- try {
48
- let requestUrl = `${args.options.webUrl}/_api/web`;
49
- if (args.options.listId) {
50
- requestUrl += `/lists(guid'${formatting_1.formatting.encodeQueryParameter(args.options.listId)}')`;
51
- }
52
- else if (args.options.listTitle) {
53
- requestUrl += `/lists/getbytitle('${formatting_1.formatting.encodeQueryParameter(args.options.listTitle)}')`;
54
- }
55
- else if (args.options.listUrl) {
56
- const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(args.options.webUrl, args.options.listUrl);
57
- requestUrl += `/GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
58
- }
59
- let keepExistingPermissions = true;
60
- if (args.options.clearExistingPermissions) {
61
- keepExistingPermissions = !args.options.clearExistingPermissions;
62
- }
63
- const requestOptions = {
64
- url: `${requestUrl}/items(${args.options.listItemId})/breakroleinheritance(${keepExistingPermissions})`,
65
- method: 'POST',
66
- headers: {
67
- 'accept': 'application/json;odata=nometadata',
68
- 'content-type': 'application/json'
69
- },
70
- responseType: 'json'
71
- };
72
- yield request_1.default.post(requestOptions);
73
- }
74
- catch (err) {
75
- this.handleRejectedODataJsonPromise(err);
76
- }
77
- });
78
46
  if (args.options.confirm) {
79
- yield breakListItemRoleInheritance();
47
+ yield this.breakListItemRoleInheritance(args.options);
80
48
  }
81
49
  else {
82
50
  const result = yield Cli_1.Cli.prompt({
@@ -86,11 +54,45 @@ class SpoListItemRoleInheritanceBreakCommand extends SpoCommand_1.default {
86
54
  message: `Are you sure you want to break the role inheritance of ${args.options.listItemId} in list ${(_a = args.options.listId) !== null && _a !== void 0 ? _a : args.options.listTitle}?`
87
55
  });
88
56
  if (result.continue) {
89
- yield breakListItemRoleInheritance();
57
+ yield this.breakListItemRoleInheritance(args.options);
90
58
  }
91
59
  }
92
60
  });
93
61
  }
62
+ breakListItemRoleInheritance(options) {
63
+ return __awaiter(this, void 0, void 0, function* () {
64
+ try {
65
+ let requestUrl = `${options.webUrl}/_api/web`;
66
+ if (options.listId) {
67
+ requestUrl += `/lists(guid'${formatting_1.formatting.encodeQueryParameter(options.listId)}')`;
68
+ }
69
+ else if (options.listTitle) {
70
+ requestUrl += `/lists/getbytitle('${formatting_1.formatting.encodeQueryParameter(options.listTitle)}')`;
71
+ }
72
+ else if (options.listUrl) {
73
+ const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(options.webUrl, options.listUrl);
74
+ requestUrl += `/GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
75
+ }
76
+ let keepExistingPermissions = true;
77
+ if (options.clearExistingPermissions) {
78
+ keepExistingPermissions = !options.clearExistingPermissions;
79
+ }
80
+ const requestOptions = {
81
+ url: `${requestUrl}/items(${options.listItemId})/breakroleinheritance(${keepExistingPermissions})`,
82
+ method: 'POST',
83
+ headers: {
84
+ 'accept': 'application/json;odata=nometadata',
85
+ 'content-type': 'application/json'
86
+ },
87
+ responseType: 'json'
88
+ };
89
+ yield request_1.default.post(requestOptions);
90
+ }
91
+ catch (err) {
92
+ this.handleRejectedODataJsonPromise(err);
93
+ }
94
+ });
95
+ }
94
96
  }
95
97
  _SpoListItemRoleInheritanceBreakCommand_instances = new WeakSet(), _SpoListItemRoleInheritanceBreakCommand_initTelemetry = function _SpoListItemRoleInheritanceBreakCommand_initTelemetry() {
96
98
  this.telemetry.push((args) => {
@@ -43,36 +43,8 @@ class SpoListItemRoleInheritanceResetCommand extends SpoCommand_1.default {
43
43
  if (this.verbose) {
44
44
  logger.logToStderr(`Restore role inheritance of list item in site at ${args.options.webUrl}...`);
45
45
  }
46
- const resetListItemRoleInheritance = () => __awaiter(this, void 0, void 0, function* () {
47
- try {
48
- let requestUrl = `${args.options.webUrl}/_api/web`;
49
- if (args.options.listId) {
50
- requestUrl += `/lists(guid'${formatting_1.formatting.encodeQueryParameter(args.options.listId)}')`;
51
- }
52
- else if (args.options.listTitle) {
53
- requestUrl += `/lists/getbytitle('${formatting_1.formatting.encodeQueryParameter(args.options.listTitle)}')`;
54
- }
55
- else if (args.options.listUrl) {
56
- const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(args.options.webUrl, args.options.listUrl);
57
- requestUrl += `/GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
58
- }
59
- const requestOptions = {
60
- url: `${requestUrl}/items(${args.options.listItemId})/resetroleinheritance`,
61
- method: 'POST',
62
- headers: {
63
- 'accept': 'application/json;odata=nometadata',
64
- 'content-type': 'application/json'
65
- },
66
- responseType: 'json'
67
- };
68
- yield request_1.default.post(requestOptions);
69
- }
70
- catch (err) {
71
- this.handleRejectedODataJsonPromise(err);
72
- }
73
- });
74
46
  if (args.options.confirm) {
75
- yield resetListItemRoleInheritance();
47
+ yield this.resetListItemRoleInheritance(args.options);
76
48
  }
77
49
  else {
78
50
  const result = yield Cli_1.Cli.prompt({
@@ -82,8 +54,38 @@ class SpoListItemRoleInheritanceResetCommand extends SpoCommand_1.default {
82
54
  message: `Are you sure you want to reset the role inheritance of ${args.options.listItemId} in list ${(_a = args.options.listId) !== null && _a !== void 0 ? _a : args.options.listTitle}?`
83
55
  });
84
56
  if (result.continue) {
85
- yield resetListItemRoleInheritance();
57
+ yield this.resetListItemRoleInheritance(args.options);
58
+ }
59
+ }
60
+ });
61
+ }
62
+ resetListItemRoleInheritance(options) {
63
+ return __awaiter(this, void 0, void 0, function* () {
64
+ try {
65
+ let requestUrl = `${options.webUrl}/_api/web`;
66
+ if (options.listId) {
67
+ requestUrl += `/lists(guid'${formatting_1.formatting.encodeQueryParameter(options.listId)}')`;
68
+ }
69
+ else if (options.listTitle) {
70
+ requestUrl += `/lists/getbytitle('${formatting_1.formatting.encodeQueryParameter(options.listTitle)}')`;
86
71
  }
72
+ else if (options.listUrl) {
73
+ const listServerRelativeUrl = urlUtil_1.urlUtil.getServerRelativePath(options.webUrl, options.listUrl);
74
+ requestUrl += `/GetList('${formatting_1.formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
75
+ }
76
+ const requestOptions = {
77
+ url: `${requestUrl}/items(${options.listItemId})/resetroleinheritance`,
78
+ method: 'POST',
79
+ headers: {
80
+ 'accept': 'application/json;odata=nometadata',
81
+ 'content-type': 'application/json'
82
+ },
83
+ responseType: 'json'
84
+ };
85
+ yield request_1.default.post(requestOptions);
86
+ }
87
+ catch (err) {
88
+ this.handleRejectedODataJsonPromise(err);
87
89
  }
88
90
  });
89
91
  }
@@ -16,6 +16,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
16
16
  var _SpoNavigationNodeAddCommand_instances, _SpoNavigationNodeAddCommand_initTelemetry, _SpoNavigationNodeAddCommand_initOptions, _SpoNavigationNodeAddCommand_initValidators, _SpoNavigationNodeAddCommand_initOptionSets;
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  const request_1 = require("../../../../request");
19
+ const spo_1 = require("../../../../utils/spo");
19
20
  const validation_1 = require("../../../../utils/validation");
20
21
  const SpoCommand_1 = require("../../../base/SpoCommand");
21
22
  const commands_1 = require("../../commands");
@@ -62,6 +63,20 @@ class SpoNavigationNodeAddCommand extends SpoCommand_1.default {
62
63
  };
63
64
  try {
64
65
  const res = yield request_1.default.post(requestOptions);
66
+ if (args.options.openInNewWindow) {
67
+ if (this.verbose) {
68
+ logger.logToStderr(`Making sure that the newly added navigation node opens in a new window.`);
69
+ }
70
+ const id = res.Id.toString();
71
+ let menuState = args.options.location === 'TopNavigationBar' ? yield spo_1.spo.getTopNavigationMenuState(args.options.webUrl) : yield spo_1.spo.getQuickLaunchMenuState(args.options.webUrl);
72
+ let menuStateItem = this.getMenuStateNode(menuState.Nodes, id);
73
+ if (args.options.parentNodeId && !menuStateItem) {
74
+ menuState = yield spo_1.spo.getTopNavigationMenuState(args.options.webUrl);
75
+ menuStateItem = this.getMenuStateNode(menuState.Nodes, id);
76
+ }
77
+ menuStateItem.OpenInNewWindow = true;
78
+ yield spo_1.spo.saveMenuState(args.options.webUrl, menuState);
79
+ }
65
80
  logger.log(res);
66
81
  }
67
82
  catch (err) {
@@ -69,6 +84,18 @@ class SpoNavigationNodeAddCommand extends SpoCommand_1.default {
69
84
  }
70
85
  });
71
86
  }
87
+ getMenuStateNode(nodes, id) {
88
+ let menuNode = nodes.find((node) => node.Key !== null && node.Key === id);
89
+ if (menuNode === undefined) {
90
+ for (const node of nodes.filter(node => node.Nodes.length > 0)) {
91
+ menuNode = this.getMenuStateNode(node.Nodes, id);
92
+ if (menuNode) {
93
+ break;
94
+ }
95
+ }
96
+ }
97
+ return menuNode;
98
+ }
72
99
  }
73
100
  _SpoNavigationNodeAddCommand_instances = new WeakSet(), _SpoNavigationNodeAddCommand_initTelemetry = function _SpoNavigationNodeAddCommand_initTelemetry() {
74
101
  this.telemetry.push((args) => {
@@ -77,7 +104,8 @@ _SpoNavigationNodeAddCommand_instances = new WeakSet(), _SpoNavigationNodeAddCom
77
104
  location: typeof args.options.location !== 'undefined',
78
105
  parentNodeId: typeof args.options.parentNodeId !== 'undefined',
79
106
  audienceIds: typeof args.options.audienceIds !== 'undefined',
80
- url: typeof args.options.url !== 'undefined'
107
+ url: typeof args.options.url !== 'undefined',
108
+ openInNewWindow: !!args.options.openInNewWindow
81
109
  });
82
110
  });
83
111
  }, _SpoNavigationNodeAddCommand_initOptions = function _SpoNavigationNodeAddCommand_initOptions() {
@@ -96,6 +124,8 @@ _SpoNavigationNodeAddCommand_instances = new WeakSet(), _SpoNavigationNodeAddCom
96
124
  option: '--isExternal'
97
125
  }, {
98
126
  option: '--audienceIds [audienceIds]'
127
+ }, {
128
+ option: '--openInNewWindow'
99
129
  });
100
130
  }, _SpoNavigationNodeAddCommand_initValidators = function _SpoNavigationNodeAddCommand_initValidators() {
101
131
  this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
@@ -37,28 +37,8 @@ class SpoNavigationNodeRemoveCommand extends SpoCommand_1.default {
37
37
  }
38
38
  commandAction(logger, args) {
39
39
  return __awaiter(this, void 0, void 0, function* () {
40
- const removeNode = () => __awaiter(this, void 0, void 0, function* () {
41
- try {
42
- const res = yield spo_1.spo.getRequestDigest(args.options.webUrl);
43
- if (this.verbose) {
44
- logger.logToStderr(`Removing navigation node...`);
45
- }
46
- const requestOptions = {
47
- url: `${args.options.webUrl}/_api/web/navigation/${args.options.location.toLowerCase()}/getbyid(${args.options.id})`,
48
- headers: {
49
- accept: 'application/json;odata=nometadata',
50
- 'X-RequestDigest': res.FormDigestValue
51
- },
52
- responseType: 'json'
53
- };
54
- yield request_1.default.delete(requestOptions);
55
- }
56
- catch (err) {
57
- this.handleRejectedODataJsonPromise(err);
58
- }
59
- });
60
40
  if (args.options.confirm) {
61
- yield removeNode();
41
+ yield this.removeNode(logger, args.options);
62
42
  }
63
43
  else {
64
44
  const result = yield Cli_1.Cli.prompt({
@@ -68,8 +48,30 @@ class SpoNavigationNodeRemoveCommand extends SpoCommand_1.default {
68
48
  message: `Are you sure you want to remove the node ${args.options.id} from the navigation?`
69
49
  });
70
50
  if (result.continue) {
71
- yield removeNode();
51
+ yield this.removeNode(logger, args.options);
52
+ }
53
+ }
54
+ });
55
+ }
56
+ removeNode(logger, options) {
57
+ return __awaiter(this, void 0, void 0, function* () {
58
+ try {
59
+ const res = yield spo_1.spo.getRequestDigest(options.webUrl);
60
+ if (this.verbose) {
61
+ logger.logToStderr(`Removing navigation node...`);
72
62
  }
63
+ const requestOptions = {
64
+ url: `${options.webUrl}/_api/web/navigation/${options.location.toLowerCase()}/getbyid(${options.id})`,
65
+ headers: {
66
+ accept: 'application/json;odata=nometadata',
67
+ 'X-RequestDigest': res.FormDigestValue
68
+ },
69
+ responseType: 'json'
70
+ };
71
+ yield request_1.default.delete(requestOptions);
72
+ }
73
+ catch (err) {
74
+ this.handleRejectedODataJsonPromise(err);
73
75
  }
74
76
  });
75
77
  }
@@ -16,6 +16,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
16
16
  var _SpoNavigationNodeSetCommand_instances, _SpoNavigationNodeSetCommand_initTelemetry, _SpoNavigationNodeSetCommand_initTypes, _SpoNavigationNodeSetCommand_initOptions, _SpoNavigationNodeSetCommand_initValidators;
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  const request_1 = require("../../../../request");
19
+ const spo_1 = require("../../../../utils/spo");
19
20
  const validation_1 = require("../../../../utils/validation");
20
21
  const SpoCommand_1 = require("../../../base/SpoCommand");
21
22
  const commands_1 = require("../../commands");
@@ -65,12 +66,37 @@ class SpoNavigationNodeSetCommand extends SpoCommand_1.default {
65
66
  if (response['odata.null'] === true) {
66
67
  throw `Navigation node does not exist.`;
67
68
  }
69
+ if (args.options.openInNewWindow !== undefined) {
70
+ if (this.verbose) {
71
+ logger.logToStderr(`Making sure that the navigation node opens in a new window.`);
72
+ }
73
+ let menuState = yield spo_1.spo.getQuickLaunchMenuState(args.options.webUrl);
74
+ let menuStateItem = this.getMenuStateNode(menuState.Nodes, args.options.id);
75
+ if (!menuStateItem) {
76
+ menuState = yield spo_1.spo.getTopNavigationMenuState(args.options.webUrl);
77
+ menuStateItem = this.getMenuStateNode(menuState.Nodes, args.options.id);
78
+ }
79
+ menuStateItem.OpenInNewWindow = args.options.openInNewWindow;
80
+ yield spo_1.spo.saveMenuState(args.options.webUrl, menuState);
81
+ }
68
82
  }
69
83
  catch (err) {
70
84
  this.handleRejectedODataJsonPromise(err);
71
85
  }
72
86
  });
73
87
  }
88
+ getMenuStateNode(nodes, id) {
89
+ let menuNode = nodes.find((node) => node.Key.toString() === id.toString());
90
+ if (menuNode === undefined) {
91
+ for (const node of nodes.filter(node => node.Nodes.length > 0)) {
92
+ menuNode = this.getMenuStateNode(node.Nodes, id);
93
+ if (menuNode) {
94
+ break;
95
+ }
96
+ }
97
+ }
98
+ return menuNode;
99
+ }
74
100
  }
75
101
  _SpoNavigationNodeSetCommand_instances = new WeakSet(), _SpoNavigationNodeSetCommand_initTelemetry = function _SpoNavigationNodeSetCommand_initTelemetry() {
76
102
  this.telemetry.push((args) => {
@@ -78,7 +104,8 @@ _SpoNavigationNodeSetCommand_instances = new WeakSet(), _SpoNavigationNodeSetCom
78
104
  title: typeof args.options.title !== 'undefined',
79
105
  url: typeof args.options.url !== 'undefined',
80
106
  isExternal: typeof args.options.isExternal !== 'undefined',
81
- audienceIds: typeof args.options.audienceIds !== 'undefined'
107
+ audienceIds: typeof args.options.audienceIds !== 'undefined',
108
+ openInNewWindow: typeof args.options.openInNewWindow !== 'undefined'
82
109
  });
83
110
  });
84
111
  }, _SpoNavigationNodeSetCommand_initTypes = function _SpoNavigationNodeSetCommand_initTypes() {
@@ -96,6 +123,8 @@ _SpoNavigationNodeSetCommand_instances = new WeakSet(), _SpoNavigationNodeSetCom
96
123
  option: '--audienceIds [audienceIds]'
97
124
  }, {
98
125
  option: '--isExternal [isExternal]'
126
+ }, {
127
+ option: '--openInNewWindow [openInNewWindow]'
99
128
  });
100
129
  }, _SpoNavigationNodeSetCommand_initValidators = function _SpoNavigationNodeSetCommand_initValidators() {
101
130
  this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
@@ -103,7 +132,7 @@ _SpoNavigationNodeSetCommand_instances = new WeakSet(), _SpoNavigationNodeSetCom
103
132
  if (isValidSharePointUrl !== true) {
104
133
  return isValidSharePointUrl;
105
134
  }
106
- if (args.options.audienceIds === undefined && !args.options.url && args.options.isExternal === undefined && !args.options.title) {
135
+ if (args.options.audienceIds === undefined && !args.options.url && args.options.isExternal === undefined && !args.options.title && args.options.openInNewWindow === undefined) {
107
136
  return `Please specify atleast one property to update.`;
108
137
  }
109
138
  if (args.options.audienceIds) {
@@ -35,33 +35,8 @@ class SpoOrgAssetsLibraryRemoveCommand extends SpoCommand_1.default {
35
35
  }
36
36
  commandAction(logger, args) {
37
37
  return __awaiter(this, void 0, void 0, function* () {
38
- const removeLibrary = () => __awaiter(this, void 0, void 0, function* () {
39
- try {
40
- const spoAdminUrl = yield spo_1.spo.getSpoAdminUrl(logger, this.debug);
41
- const reqDigest = yield spo_1.spo.getRequestDigest(spoAdminUrl);
42
- const requestOptions = {
43
- url: `${spoAdminUrl}/_vti_bin/client.svc/ProcessQuery`,
44
- headers: {
45
- 'X-RequestDigest': reqDigest.FormDigestValue
46
- },
47
- data: `<Request AddExpandoFieldTypeSuffix="true" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0" ApplicationName="${config_1.default.applicationName}" xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009"><Actions><ObjectPath Id="9" ObjectPathId="8" /><Method Name="RemoveFromOrgAssets" Id="10" ObjectPathId="8"><Parameters><Parameter Type="String">${args.options.libraryUrl}</Parameter><Parameter Type="Guid">{00000000-0000-0000-0000-000000000000}</Parameter></Parameters></Method></Actions><ObjectPaths><Constructor Id="8" TypeId="{268004ae-ef6b-4e9b-8425-127220d84719}" /></ObjectPaths></Request>`
48
- };
49
- const res = yield request_1.default.post(requestOptions);
50
- const json = JSON.parse(res);
51
- const response = json[0];
52
- if (response.ErrorInfo) {
53
- throw response.ErrorInfo.ErrorMessage;
54
- }
55
- else {
56
- logger.log(json[json.length - 1]);
57
- }
58
- }
59
- catch (err) {
60
- this.handleRejectedPromise(err);
61
- }
62
- });
63
38
  if (args.options.confirm) {
64
- yield removeLibrary();
39
+ yield this.removeLibrary(logger, args.options.libraryUrl);
65
40
  }
66
41
  else {
67
42
  const result = yield Cli_1.Cli.prompt({
@@ -71,11 +46,38 @@ class SpoOrgAssetsLibraryRemoveCommand extends SpoCommand_1.default {
71
46
  message: `Are you sure you want to remove the library ${args.options.libraryUrl} as a central location for organization assets?`
72
47
  });
73
48
  if (result.continue) {
74
- yield removeLibrary();
49
+ yield this.removeLibrary(logger, args.options.libraryUrl);
75
50
  }
76
51
  }
77
52
  });
78
53
  }
54
+ removeLibrary(logger, libraryUrl) {
55
+ return __awaiter(this, void 0, void 0, function* () {
56
+ try {
57
+ const spoAdminUrl = yield spo_1.spo.getSpoAdminUrl(logger, this.debug);
58
+ const reqDigest = yield spo_1.spo.getRequestDigest(spoAdminUrl);
59
+ const requestOptions = {
60
+ url: `${spoAdminUrl}/_vti_bin/client.svc/ProcessQuery`,
61
+ headers: {
62
+ 'X-RequestDigest': reqDigest.FormDigestValue
63
+ },
64
+ data: `<Request AddExpandoFieldTypeSuffix="true" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0" ApplicationName="${config_1.default.applicationName}" xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009"><Actions><ObjectPath Id="9" ObjectPathId="8" /><Method Name="RemoveFromOrgAssets" Id="10" ObjectPathId="8"><Parameters><Parameter Type="String">${libraryUrl}</Parameter><Parameter Type="Guid">{00000000-0000-0000-0000-000000000000}</Parameter></Parameters></Method></Actions><ObjectPaths><Constructor Id="8" TypeId="{268004ae-ef6b-4e9b-8425-127220d84719}" /></ObjectPaths></Request>`
65
+ };
66
+ const res = yield request_1.default.post(requestOptions);
67
+ const json = JSON.parse(res);
68
+ const response = json[0];
69
+ if (response.ErrorInfo) {
70
+ throw response.ErrorInfo.ErrorMessage;
71
+ }
72
+ else {
73
+ logger.log(json[json.length - 1]);
74
+ }
75
+ }
76
+ catch (err) {
77
+ this.handleRejectedPromise(err);
78
+ }
79
+ });
80
+ }
79
81
  }
80
82
  _SpoOrgAssetsLibraryRemoveCommand_instances = new WeakSet(), _SpoOrgAssetsLibraryRemoveCommand_initOptions = function _SpoOrgAssetsLibraryRemoveCommand_initOptions() {
81
83
  this.options.unshift({