@pnp/cli-microsoft365 7.0.0-beta.df9f285 → 7.0.0-beta.e2a754f

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 (1390) hide show
  1. package/{.eslintrc.js → .eslintrc.cjs} +2 -4
  2. package/README.md +4 -4
  3. package/dist/Auth.js +358 -392
  4. package/dist/AuthServer.js +8 -12
  5. package/dist/Command.js +183 -214
  6. package/dist/GlobalOptions.js +1 -10
  7. package/dist/api.js +5 -9
  8. package/dist/appInsights.js +17 -16
  9. package/dist/auth/FileTokenStorage.js +4 -8
  10. package/dist/auth/TokenStorage.js +1 -2
  11. package/dist/auth/msalCachePlugin.js +17 -33
  12. package/dist/autocomplete.js +12 -13
  13. package/dist/chili/chili.js +208 -232
  14. package/dist/chili/index.js +2 -13
  15. package/dist/cli/Cli.js +299 -304
  16. package/dist/cli/CommandInfo.js +1 -2
  17. package/dist/cli/CommandOptionInfo.js +1 -2
  18. package/dist/cli/Logger.js +1 -2
  19. package/dist/config.js +3 -5
  20. package/dist/index.js +14 -13
  21. package/dist/m365/aad/commands/app/app-add.js +411 -453
  22. package/dist/m365/aad/commands/app/app-get.js +94 -110
  23. package/dist/m365/aad/commands/app/app-list.js +14 -27
  24. package/dist/m365/aad/commands/app/app-remove.js +73 -86
  25. package/dist/m365/aad/commands/app/app-role-add.js +79 -93
  26. package/dist/m365/aad/commands/app/app-role-list.js +47 -59
  27. package/dist/m365/aad/commands/app/app-role-remove.js +133 -153
  28. package/dist/m365/aad/commands/app/app-set.js +198 -220
  29. package/dist/m365/aad/commands/approleassignment/ServicePrincipal.js +2 -0
  30. package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +121 -131
  31. package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +91 -112
  32. package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +119 -136
  33. package/dist/m365/aad/commands/group/group-get.js +25 -38
  34. package/dist/m365/aad/commands/group/group-list.js +30 -65
  35. package/dist/m365/aad/commands/groupsetting/groupsetting-add.js +41 -54
  36. package/dist/m365/aad/commands/groupsetting/groupsetting-get.js +25 -38
  37. package/dist/m365/aad/commands/groupsetting/groupsetting-list.js +14 -27
  38. package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +41 -54
  39. package/dist/m365/aad/commands/groupsetting/groupsetting-set.js +41 -54
  40. package/dist/m365/aad/commands/groupsettingtemplate/groupsettingtemplate-get.js +22 -35
  41. package/dist/m365/aad/commands/groupsettingtemplate/groupsettingtemplate-list.js +14 -27
  42. package/dist/m365/aad/commands/license/license-list.js +17 -30
  43. package/dist/m365/aad/commands/m365group/GroupExtended.js +2 -0
  44. package/dist/m365/aad/commands/m365group/m365group-add.js +260 -0
  45. package/dist/m365/aad/commands/m365group/m365group-conversation-list.js +50 -0
  46. package/dist/m365/aad/commands/m365group/m365group-conversation-post-list.js +75 -0
  47. package/dist/m365/aad/commands/m365group/m365group-get.js +65 -0
  48. package/dist/m365/aad/commands/m365group/m365group-list.js +100 -0
  49. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-clear.js +82 -0
  50. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-list.js +57 -0
  51. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +122 -0
  52. package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-restore.js +107 -0
  53. package/dist/m365/aad/commands/m365group/m365group-remove.js +93 -0
  54. package/dist/m365/aad/commands/m365group/m365group-renew.js +55 -0
  55. package/dist/m365/aad/commands/m365group/m365group-report-activitycounts.js +15 -0
  56. package/dist/m365/aad/commands/m365group/m365group-report-activitydetail.js +15 -0
  57. package/dist/m365/aad/commands/m365group/m365group-report-activityfilecounts.js +15 -0
  58. package/dist/m365/aad/commands/m365group/m365group-report-activitygroupcounts.js +15 -0
  59. package/dist/m365/aad/commands/m365group/m365group-report-activitystorage.js +15 -0
  60. package/dist/m365/aad/commands/m365group/m365group-set.js +231 -0
  61. package/dist/m365/aad/commands/m365group/m365group-teamify.js +107 -0
  62. package/dist/m365/aad/commands/m365group/m365group-user-add.js +96 -0
  63. package/dist/m365/aad/commands/m365group/m365group-user-list.js +89 -0
  64. package/dist/m365/aad/commands/m365group/m365group-user-remove.js +134 -0
  65. package/dist/m365/aad/commands/m365group/m365group-user-set.js +152 -0
  66. package/dist/m365/aad/commands/oauth2grant/oauth2grant-add.js +35 -48
  67. package/dist/m365/aad/commands/oauth2grant/oauth2grant-list.js +30 -43
  68. package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +39 -52
  69. package/dist/m365/aad/commands/oauth2grant/oauth2grant-set.js +27 -40
  70. package/dist/m365/aad/commands/policy/policy-list.js +48 -63
  71. package/dist/m365/aad/commands/siteclassification/SiteClassificationSettings.js +1 -5
  72. package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +55 -68
  73. package/dist/m365/aad/commands/siteclassification/siteclassification-enable.js +78 -91
  74. package/dist/m365/aad/commands/siteclassification/siteclassification-get.js +62 -75
  75. package/dist/m365/aad/commands/siteclassification/siteclassification-set.js +102 -115
  76. package/dist/m365/aad/commands/sp/sp-add.js +59 -71
  77. package/dist/m365/aad/commands/sp/sp-get.js +59 -71
  78. package/dist/m365/aad/commands/sp/sp-list.js +25 -38
  79. package/dist/m365/aad/commands/user/user-add.js +43 -57
  80. package/dist/m365/aad/commands/user/user-get.js +54 -62
  81. package/dist/m365/aad/commands/user/user-guest-add.js +31 -44
  82. package/dist/m365/aad/commands/user/user-hibp.js +31 -44
  83. package/dist/m365/aad/commands/user/user-license-add.js +29 -42
  84. package/dist/m365/aad/commands/user/user-license-list.js +36 -49
  85. package/dist/m365/aad/commands/user/user-license-remove.js +47 -62
  86. package/dist/m365/aad/commands/user/user-list.js +24 -37
  87. package/dist/m365/aad/commands/user/user-password-validate.js +24 -37
  88. package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +53 -66
  89. package/dist/m365/aad/commands/user/user-recyclebinitem-list.js +17 -30
  90. package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +39 -52
  91. package/dist/m365/aad/commands/user/user-recyclebinitem-restore.js +28 -41
  92. package/dist/m365/aad/commands/user/user-remove.js +43 -58
  93. package/dist/m365/aad/commands/user/user-set.js +95 -114
  94. package/dist/m365/aad/commands/user/user-signin-list.js +33 -46
  95. package/dist/m365/aad/commands.js +23 -25
  96. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +47 -60
  97. package/dist/m365/adaptivecard/commands.js +1 -3
  98. package/dist/m365/app/commands/app-get.js +23 -36
  99. package/dist/m365/app/commands/app-open.js +24 -39
  100. package/dist/m365/app/commands/permission/permission-add.js +91 -155
  101. package/dist/m365/app/commands/permission/permission-list.js +201 -227
  102. package/dist/m365/app/commands.js +1 -3
  103. package/dist/m365/base/AnonymousCommand.js +5 -19
  104. package/dist/m365/base/AppCommand.js +55 -71
  105. package/dist/m365/base/AzmgmtCommand.js +6 -9
  106. package/dist/m365/base/AzmgmtItemsListCommand.js +33 -48
  107. package/dist/m365/base/ContextCommand.js +6 -9
  108. package/dist/m365/base/DateAndPeriodBasedReport.js +11 -24
  109. package/dist/m365/base/GraphCommand.js +2 -5
  110. package/dist/m365/base/M365RcJson.js +1 -2
  111. package/dist/m365/base/O365MgmtCommand.js +2 -5
  112. package/dist/m365/base/PeriodBasedReport.js +41 -58
  113. package/dist/m365/base/PlannerCommand.js +2 -5
  114. package/dist/m365/base/PowerAppsCommand.js +6 -9
  115. package/dist/m365/base/PowerBICommand.js +2 -5
  116. package/dist/m365/base/PowerPlatformCommand.js +6 -9
  117. package/dist/m365/base/SpoCommand.js +33 -50
  118. package/dist/m365/base/YammerCommand.js +5 -8
  119. package/dist/m365/booking/commands/business/business-get.js +42 -54
  120. package/dist/m365/booking/commands/business/business-list.js +15 -28
  121. package/dist/m365/booking/commands.js +1 -3
  122. package/dist/m365/cli/commands/cli-consent.js +19 -34
  123. package/dist/m365/cli/commands/cli-doctor.js +35 -49
  124. package/dist/m365/cli/commands/cli-issue.js +28 -41
  125. package/dist/m365/cli/commands/cli-reconsent.js +22 -35
  126. package/dist/m365/cli/commands/completion/completion-clink-update.js +8 -21
  127. package/dist/m365/cli/commands/completion/completion-pwsh-setup.js +48 -59
  128. package/dist/m365/cli/commands/completion/completion-pwsh-update.js +11 -24
  129. package/dist/m365/cli/commands/completion/completion-sh-setup.js +16 -29
  130. package/dist/m365/cli/commands/completion/completion-sh-update.js +11 -24
  131. package/dist/m365/cli/commands/config/config-get.js +17 -30
  132. package/dist/m365/cli/commands/config/config-list.js +16 -0
  133. package/dist/m365/cli/commands/config/config-reset.js +22 -35
  134. package/dist/m365/cli/commands/config/config-set.js +40 -53
  135. package/dist/m365/cli/commands.js +2 -3
  136. package/dist/m365/commands/commands.js +1 -3
  137. package/dist/m365/commands/docs.js +15 -28
  138. package/dist/m365/commands/login.js +107 -123
  139. package/dist/m365/commands/logout.js +30 -45
  140. package/dist/m365/commands/request.js +65 -78
  141. package/dist/m365/commands/setup.js +90 -103
  142. package/dist/m365/commands/setupPresets.js +3 -6
  143. package/dist/m365/commands/status.js +50 -65
  144. package/dist/m365/commands/version.js +8 -21
  145. package/dist/m365/context/commands/context-init.js +7 -20
  146. package/dist/m365/context/commands/context-remove.js +25 -38
  147. package/dist/m365/context/commands/option/option-list.js +29 -42
  148. package/dist/m365/context/commands/option/option-remove.js +31 -44
  149. package/dist/m365/context/commands/option/option-set.js +38 -51
  150. package/dist/m365/context/commands.js +1 -3
  151. package/dist/m365/file/commands/convert/convert-pdf.js +254 -287
  152. package/dist/m365/file/commands/file-add.js +138 -161
  153. package/dist/m365/file/commands/file-list.js +120 -141
  154. package/dist/m365/file/commands.js +1 -3
  155. package/dist/m365/flow/commands/environment/FlowEnvironmentDetails.js +1 -2
  156. package/dist/m365/flow/commands/environment/environment-get.js +33 -45
  157. package/dist/m365/flow/commands/environment/environment-list.js +21 -41
  158. package/dist/m365/flow/commands/flow-disable.js +24 -37
  159. package/dist/m365/flow/commands/flow-enable.js +24 -37
  160. package/dist/m365/flow/commands/flow-export.js +111 -124
  161. package/dist/m365/flow/commands/flow-get.js +29 -42
  162. package/dist/m365/flow/commands/flow-list.js +45 -58
  163. package/dist/m365/flow/commands/flow-remove.js +48 -61
  164. package/dist/m365/flow/commands/owner/owner-ensure.js +69 -82
  165. package/dist/m365/flow/commands/owner/owner-list.js +31 -44
  166. package/dist/m365/flow/commands/owner/owner-remove.js +64 -77
  167. package/dist/m365/flow/commands/run/run-cancel.js +42 -55
  168. package/dist/m365/flow/commands/run/run-get.js +44 -57
  169. package/dist/m365/flow/commands/run/run-list.js +33 -51
  170. package/dist/m365/flow/commands/run/run-resubmit.js +57 -72
  171. package/dist/m365/flow/commands.js +1 -3
  172. package/dist/m365/graph/Changelog.js +1 -2
  173. package/dist/m365/graph/commands/changelog/changelog-list.js +37 -50
  174. package/dist/m365/graph/commands/schemaextension/schemaextension-add.js +38 -51
  175. package/dist/m365/graph/commands/schemaextension/schemaextension-get.js +25 -38
  176. package/dist/m365/graph/commands/schemaextension/schemaextension-list.js +46 -59
  177. package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +39 -52
  178. package/dist/m365/graph/commands/schemaextension/schemaextension-set.js +65 -78
  179. package/dist/m365/graph/commands/subscription/subscription-add.js +45 -58
  180. package/dist/m365/graph/commands.js +1 -3
  181. package/dist/m365/onedrive/commands/onedrive-list.js +41 -56
  182. package/dist/m365/onedrive/commands/report/report-activityfilecounts.js +5 -7
  183. package/dist/m365/onedrive/commands/report/report-activityusercounts.js +5 -7
  184. package/dist/m365/onedrive/commands/report/report-activityuserdetail.js +5 -7
  185. package/dist/m365/onedrive/commands/report/report-usageaccountcounts.js +5 -7
  186. package/dist/m365/onedrive/commands/report/report-usageaccountdetail.js +5 -7
  187. package/dist/m365/onedrive/commands/report/report-usagefilecounts.js +5 -7
  188. package/dist/m365/onedrive/commands/report/report-usagestorage.js +5 -7
  189. package/dist/m365/onedrive/commands.js +1 -3
  190. package/dist/m365/onenote/commands/notebook/notebook-list.js +61 -80
  191. package/dist/m365/onenote/commands/page/page-list.js +50 -67
  192. package/dist/m365/onenote/commands.js +1 -3
  193. package/dist/m365/outlook/Outlook.js +1 -5
  194. package/dist/m365/outlook/commands/mail/mail-send.js +35 -49
  195. package/dist/m365/outlook/commands/message/message-get.js +43 -56
  196. package/dist/m365/outlook/commands/message/message-list.js +49 -62
  197. package/dist/m365/outlook/commands/message/message-move.js +54 -67
  198. package/dist/m365/outlook/commands/report/report-mailactivitycounts.js +5 -7
  199. package/dist/m365/outlook/commands/report/report-mailactivityusercounts.js +5 -7
  200. package/dist/m365/outlook/commands/report/report-mailactivityuserdetail.js +5 -7
  201. package/dist/m365/outlook/commands/report/report-mailappusageappsusercounts.js +5 -7
  202. package/dist/m365/outlook/commands/report/report-mailappusageusercounts.js +5 -7
  203. package/dist/m365/outlook/commands/report/report-mailappusageuserdetail.js +5 -7
  204. package/dist/m365/outlook/commands/report/report-mailappusageversionsusercounts.js +5 -7
  205. package/dist/m365/outlook/commands/report/report-mailboxusagedetail.js +5 -7
  206. package/dist/m365/outlook/commands/report/report-mailboxusagemailboxcount.js +5 -7
  207. package/dist/m365/outlook/commands/report/report-mailboxusagequotastatusmailboxcounts.js +5 -7
  208. package/dist/m365/outlook/commands/report/report-mailboxusagestorage.js +5 -7
  209. package/dist/m365/outlook/commands/room/room-list.js +18 -31
  210. package/dist/m365/outlook/commands/roomlist/roomlist-list.js +14 -27
  211. package/dist/m365/outlook/commands.js +1 -3
  212. package/dist/m365/pa/commands/app/app-consent-set.js +44 -59
  213. package/dist/m365/pa/commands/app/app-export.js +115 -134
  214. package/dist/m365/pa/commands/app/app-get.js +60 -75
  215. package/dist/m365/pa/commands/app/app-list.js +26 -39
  216. package/dist/m365/pa/commands/app/app-owner-set.js +46 -61
  217. package/dist/m365/pa/commands/app/app-permission-ensure.js +162 -0
  218. package/dist/m365/pa/commands/app/app-permission-list.js +31 -44
  219. package/dist/m365/pa/commands/app/app-permission-remove.js +153 -0
  220. package/dist/m365/pa/commands/app/app-remove.js +47 -60
  221. package/dist/m365/pa/commands/connector/Connector.js +1 -2
  222. package/dist/m365/pa/commands/connector/connector-export.js +113 -126
  223. package/dist/m365/pa/commands/connector/connector-list.js +26 -39
  224. package/dist/m365/pa/commands/environment/environment-get.js +31 -44
  225. package/dist/m365/pa/commands/environment/environment-list.js +28 -41
  226. package/dist/m365/pa/commands.js +4 -7
  227. package/dist/m365/planner/AppliedCategories.js +1 -2
  228. package/dist/m365/planner/Task.js +1 -2
  229. package/dist/m365/planner/commands/bucket/bucket-add.js +50 -67
  230. package/dist/m365/planner/commands/bucket/bucket-get.js +75 -92
  231. package/dist/m365/planner/commands/bucket/bucket-list.js +38 -55
  232. package/dist/m365/planner/commands/bucket/bucket-remove.js +83 -100
  233. package/dist/m365/planner/commands/bucket/bucket-set.js +78 -94
  234. package/dist/m365/planner/commands/plan/plan-add.js +105 -128
  235. package/dist/m365/planner/commands/plan/plan-get.js +52 -70
  236. package/dist/m365/planner/commands/plan/plan-list.js +31 -47
  237. package/dist/m365/planner/commands/plan/plan-remove.js +57 -74
  238. package/dist/m365/planner/commands/plan/plan-set.js +149 -178
  239. package/dist/m365/planner/commands/roster/roster-add.js +26 -39
  240. package/dist/m365/planner/commands/roster/roster-get.js +24 -37
  241. package/dist/m365/planner/commands/roster/roster-member-add.js +43 -58
  242. package/dist/m365/planner/commands/roster/roster-member-get.js +36 -51
  243. package/dist/m365/planner/commands/roster/roster-member-list.js +17 -30
  244. package/dist/m365/planner/commands/roster/roster-member-remove.js +65 -84
  245. package/dist/m365/planner/commands/roster/roster-plan-list.js +39 -52
  246. package/dist/m365/planner/commands/roster/roster-remove.js +38 -53
  247. package/dist/m365/planner/commands/task/task-add.js +161 -182
  248. package/dist/m365/planner/commands/task/task-checklistitem-add.js +50 -65
  249. package/dist/m365/planner/commands/task/task-checklistitem-list.js +28 -41
  250. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +53 -70
  251. package/dist/m365/planner/commands/task/task-get.js +135 -145
  252. package/dist/m365/planner/commands/task/task-list.js +101 -113
  253. package/dist/m365/planner/commands/task/task-reference-add.js +45 -55
  254. package/dist/m365/planner/commands/task/task-reference-list.js +22 -35
  255. package/dist/m365/planner/commands/task/task-reference-remove.js +70 -88
  256. package/dist/m365/planner/commands/task/task-remove.js +131 -144
  257. package/dist/m365/planner/commands/task/task-set.js +175 -192
  258. package/dist/m365/planner/commands/tenant/tenant-settings-list.js +21 -34
  259. package/dist/m365/planner/commands/tenant/tenant-settings-set.js +31 -44
  260. package/dist/m365/planner/commands.js +1 -3
  261. package/dist/m365/planner/taskPriority.js +1 -4
  262. package/dist/m365/pp/commands/Environment.js +1 -2
  263. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +47 -59
  264. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +19 -32
  265. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +60 -77
  266. package/dist/m365/pp/commands/card/card-clone.js +54 -71
  267. package/dist/m365/pp/commands/card/card-get.js +47 -64
  268. package/dist/m365/pp/commands/card/card-list.js +19 -32
  269. package/dist/m365/pp/commands/card/card-remove.js +60 -77
  270. package/dist/m365/pp/commands/chatbot/chatbot-get.js +47 -60
  271. package/dist/m365/pp/commands/chatbot/chatbot-list.js +20 -33
  272. package/dist/m365/pp/commands/chatbot/chatbot-remove.js +61 -78
  273. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +26 -39
  274. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +20 -33
  275. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +40 -55
  276. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +35 -50
  277. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +55 -72
  278. package/dist/m365/pp/commands/environment/environment-get.js +26 -39
  279. package/dist/m365/pp/commands/environment/environment-list.js +35 -48
  280. package/dist/m365/pp/commands/gateway/gateway-get.js +21 -34
  281. package/dist/m365/pp/commands/gateway/gateway-list.js +24 -37
  282. package/dist/m365/pp/commands/managementapp/managementapp-add.js +51 -63
  283. package/dist/m365/pp/commands/managementapp/managementapp-list.js +15 -28
  284. package/dist/m365/pp/commands/solution/Solution.js +1 -2
  285. package/dist/m365/pp/commands/solution/solution-get.js +50 -65
  286. package/dist/m365/pp/commands/solution/solution-list.js +31 -44
  287. package/dist/m365/pp/commands/solution/solution-publish.js +69 -86
  288. package/dist/m365/pp/commands/solution/solution-publisher-add.js +33 -46
  289. package/dist/m365/pp/commands/solution/solution-publisher-get.js +39 -54
  290. package/dist/m365/pp/commands/solution/solution-publisher-list.js +26 -39
  291. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +60 -77
  292. package/dist/m365/pp/commands/solution/solution-remove.js +60 -77
  293. package/dist/m365/pp/commands/tenant/tenant-settings-list.js +21 -34
  294. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +71 -84
  295. package/dist/m365/pp/commands.js +1 -3
  296. package/dist/m365/purview/commands/auditlog/auditlog-list.js +101 -120
  297. package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +57 -72
  298. package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +28 -41
  299. package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +16 -29
  300. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +39 -54
  301. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +26 -39
  302. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +27 -40
  303. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +14 -27
  304. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +39 -54
  305. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +31 -44
  306. package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +84 -99
  307. package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +27 -40
  308. package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +14 -27
  309. package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +39 -54
  310. package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +29 -42
  311. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-get.js +39 -52
  312. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-list.js +28 -41
  313. package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-policysettings-list.js +35 -48
  314. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +27 -40
  315. package/dist/m365/purview/commands.js +1 -3
  316. package/dist/m365/search/commands/externalconnection/externalconnection-add.js +35 -48
  317. package/dist/m365/search/commands/externalconnection/externalconnection-get.js +33 -46
  318. package/dist/m365/search/commands/externalconnection/externalconnection-list.js +14 -27
  319. package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +54 -69
  320. package/dist/m365/search/commands/externalconnection/externalconnection-schema-add.js +26 -39
  321. package/dist/m365/search/commands.js +1 -3
  322. package/dist/m365/skype/commands/report/report-activitycounts.js +5 -7
  323. package/dist/m365/skype/commands/report/report-activityusercounts.js +5 -7
  324. package/dist/m365/skype/commands/report/report-activityuserdetail.js +5 -7
  325. package/dist/m365/skype/commands.js +1 -3
  326. package/dist/m365/spfx/commands/package/package-generate.js +122 -133
  327. package/dist/m365/spfx/commands/project/DeployWorkflow.js +55 -0
  328. package/dist/m365/spfx/commands/project/JsonRule.js +3 -7
  329. package/dist/m365/spfx/commands/project/Rule.js +1 -5
  330. package/dist/m365/spfx/commands/project/WebApiPermissionRequests.js +1 -2
  331. package/dist/m365/spfx/commands/project/base-project-command.js +45 -49
  332. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.0.0.js +5 -7
  333. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.0.1.js +5 -7
  334. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.0.2.js +5 -7
  335. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.1.0.js +13 -15
  336. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.1.1.js +13 -15
  337. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.1.3.js +13 -15
  338. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.10.0.js +19 -21
  339. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.11.0.js +19 -21
  340. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.12.0.js +19 -21
  341. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.12.1.js +19 -21
  342. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.13.0.js +19 -21
  343. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.13.1.js +19 -21
  344. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.14.0.js +19 -21
  345. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.15.0.js +19 -21
  346. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.15.2.js +19 -21
  347. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.16.0.js +19 -21
  348. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.16.1.js +19 -21
  349. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.0.js +19 -21
  350. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.1.js +19 -21
  351. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.2.js +21 -23
  352. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.3.js +21 -23
  353. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.4.js +21 -23
  354. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.18.0-rc.1.js +21 -0
  355. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.2.0.js +13 -15
  356. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.3.0.js +13 -15
  357. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.3.1.js +13 -15
  358. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.3.2.js +13 -15
  359. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.3.4.js +15 -17
  360. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.4.0.js +15 -17
  361. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.4.1.js +15 -17
  362. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.5.0.js +15 -17
  363. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.5.1.js +15 -17
  364. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.6.0.js +15 -17
  365. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.7.0.js +15 -17
  366. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.7.1.js +15 -17
  367. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.8.0.js +17 -19
  368. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.8.1.js +17 -19
  369. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.8.2.js +19 -21
  370. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.9.1.js +19 -21
  371. package/dist/m365/spfx/commands/project/project-doctor/generic-rules.js +25 -28
  372. package/dist/m365/spfx/commands/project/project-doctor/rules/DependencyRule.js +5 -9
  373. package/dist/m365/spfx/commands/project/project-doctor/rules/FN001008_DEP_react.js +4 -8
  374. package/dist/m365/spfx/commands/project/project-doctor/rules/FN001009_DEP_react_dom.js +4 -8
  375. package/dist/m365/spfx/commands/project/project-doctor/rules/FN001022_DEP_office_ui_fabric_react.js +4 -8
  376. package/dist/m365/spfx/commands/project/project-doctor/rules/FN001035_DEP_fluentui_react.js +4 -8
  377. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002004_DEVDEP_gulp.js +2 -6
  378. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002007_DEVDEP_ajv.js +2 -6
  379. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002013_DEVDEP_types_webpack_env.js +2 -6
  380. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002015_DEVDEP_types_react.js +4 -8
  381. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002016_DEVDEP_types_react_dom.js +4 -8
  382. package/dist/m365/spfx/commands/project/project-doctor/rules/FN002019_DEVDEP_microsoft_rush_stack_compiler.js +2 -6
  383. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021001_PKG_spfx_deps_versions_match_project_version.js +5 -9
  384. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021002_PKG_spfx_deps_use_exact_version.js +5 -9
  385. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021003_PKG_spfx_deps_installed_as_deps.js +3 -7
  386. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021004_PKG_spfx_devdeps_installed_as_devdeps.js +3 -7
  387. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021005_PKG_types_installed_as_devdep.js +2 -6
  388. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021006_PKG_rush_stack_compiler_installed_as_devdep.js +2 -6
  389. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021007_PKG_only_one_rush_stack_compiler_installed.js +3 -8
  390. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021008_PKG_no_duplicate_deps.js +3 -7
  391. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021009_PKG_no_duplicate_oui_deps.js +5 -10
  392. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021010_PKG_gulp_installed_as_devdep.js +2 -6
  393. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021011_PKG_ajv_installed_as_devdep.js +2 -6
  394. package/dist/m365/spfx/commands/project/project-doctor/rules/FN021012_PKG_no_duplicate_pnpjs_deps.js +2 -6
  395. package/dist/m365/spfx/commands/project/project-doctor/spfx-deps.js +2 -5
  396. package/dist/m365/spfx/commands/project/project-doctor.js +121 -133
  397. package/dist/m365/spfx/commands/project/project-externalize/DefaultRules.js +4 -6
  398. package/dist/m365/spfx/commands/project/project-externalize/ExternalizeEntry.js +1 -2
  399. package/dist/m365/spfx/commands/project/project-externalize/FileEdit.js +1 -2
  400. package/dist/m365/spfx/commands/project/project-externalize/VisitationResult.js +1 -2
  401. package/dist/m365/spfx/commands/project/project-externalize/index.js +3 -19
  402. package/dist/m365/spfx/commands/project/project-externalize/rules/BasicDependencyRule.js +1 -5
  403. package/dist/m365/spfx/commands/project/project-externalize/rules/DynamicRule.js +67 -88
  404. package/dist/m365/spfx/commands/project/project-externalize/rules/PnPJsRule.js +9 -11
  405. package/dist/m365/spfx/commands/project/project-externalize/rules/index.js +3 -19
  406. package/dist/m365/spfx/commands/project/project-externalize.js +48 -60
  407. package/dist/m365/spfx/commands/project/project-github-workflow-add.js +157 -0
  408. package/dist/m365/spfx/commands/project/project-github-workflow-model.js +2 -0
  409. package/dist/m365/spfx/commands/project/project-model/ConfigJson.js +1 -2
  410. package/dist/m365/spfx/commands/project/project-model/CopyAssetsJson.js +1 -2
  411. package/dist/m365/spfx/commands/project/project-model/DeployAzureStorageJson.js +1 -2
  412. package/dist/m365/spfx/commands/project/project-model/EsLintRcJs.js +1 -2
  413. package/dist/m365/spfx/commands/project/project-model/Gitignore.js +1 -2
  414. package/dist/m365/spfx/commands/project/project-model/GulpfileJs.js +1 -2
  415. package/dist/m365/spfx/commands/project/project-model/JsonFile.js +1 -2
  416. package/dist/m365/spfx/commands/project/project-model/Manifest.js +1 -2
  417. package/dist/m365/spfx/commands/project/project-model/Npmignore.js +1 -2
  418. package/dist/m365/spfx/commands/project/project-model/PackageJson.js +1 -2
  419. package/dist/m365/spfx/commands/project/project-model/PackageSolutionJson.js +1 -2
  420. package/dist/m365/spfx/commands/project/project-model/Project.js +1 -2
  421. package/dist/m365/spfx/commands/project/project-model/ScssFile.js +3 -7
  422. package/dist/m365/spfx/commands/project/project-model/ServeJson.js +1 -2
  423. package/dist/m365/spfx/commands/project/project-model/TsConfigJson.js +1 -2
  424. package/dist/m365/spfx/commands/project/project-model/TsFile.js +8 -11
  425. package/dist/m365/spfx/commands/project/project-model/TsLintJson.js +1 -2
  426. package/dist/m365/spfx/commands/project/project-model/VsCode.js +1 -2
  427. package/dist/m365/spfx/commands/project/project-model/VsCodeExtensionsJson.js +1 -2
  428. package/dist/m365/spfx/commands/project/project-model/VsCodeLaunchJson.js +1 -2
  429. package/dist/m365/spfx/commands/project/project-model/VsCodeSettingsJson.js +1 -2
  430. package/dist/m365/spfx/commands/project/project-model/WriteManifestsJson.js +1 -2
  431. package/dist/m365/spfx/commands/project/project-model/YoRcJson.js +1 -2
  432. package/dist/m365/spfx/commands/project/project-model/index.js +23 -39
  433. package/dist/m365/spfx/commands/project/project-permissions-grant.js +44 -57
  434. package/dist/m365/spfx/commands/project/project-rename.js +47 -60
  435. package/dist/m365/spfx/commands/project/project-upgrade/rules/DependencyRule.js +6 -10
  436. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001001_DEP_microsoft_sp_core_library.js +2 -6
  437. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001002_DEP_microsoft_sp_lodash_subset.js +2 -6
  438. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001003_DEP_microsoft_sp_office_ui_fabric_core.js +2 -6
  439. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001004_DEP_microsoft_sp_webpart_base.js +2 -6
  440. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001005_DEP_types_react.js +4 -8
  441. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001006_DEP_types_react_dom.js +4 -8
  442. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001007_DEP_types_webpack_env.js +2 -6
  443. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001008_DEP_react.js +4 -8
  444. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001009_DEP_react_dom.js +4 -8
  445. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001010_DEP_types_es6_promise.js +2 -6
  446. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001011_DEP_microsoft_sp_dialog.js +2 -6
  447. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001012_DEP_microsoft_sp_application_base.js +2 -6
  448. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001013_DEP_microsoft_decorators.js +2 -6
  449. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001014_DEP_microsoft_sp_listview_extensibility.js +2 -6
  450. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001015_DEP_types_react_addons_shallow_compare.js +4 -8
  451. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001016_DEP_types_react_addons_update.js +4 -8
  452. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001017_DEP_types_react_addons_update.js +4 -8
  453. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001018_DEP_microsoft_sp_client_base.js +2 -6
  454. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001019_DEP_knockout.js +4 -8
  455. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001020_DEP_types_knockout.js +4 -8
  456. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001021_DEP_microsoft_sp_property_pane.js +2 -6
  457. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001022_DEP_office_ui_fabric_react.js +4 -8
  458. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001023_DEP_microsoft_sp_component_base.js +2 -6
  459. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001024_DEP_microsoft_sp_diagnostics.js +2 -6
  460. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001025_DEP_microsoft_sp_dynamic_data.js +2 -6
  461. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001026_DEP_microsoft_sp_extension_base.js +2 -6
  462. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001027_DEP_microsoft_sp_http.js +2 -6
  463. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001028_DEP_microsoft_sp_list_subscription.js +2 -6
  464. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001029_DEP_microsoft_sp_loader.js +2 -6
  465. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001030_DEP_microsoft_sp_module_interfaces.js +2 -6
  466. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001031_DEP_microsoft_sp_odata_types.js +2 -6
  467. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001032_DEP_microsoft_sp_page_context.js +2 -6
  468. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001033_DEP_tslib.js +2 -6
  469. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001034_DEP_microsoft_sp_adaptive_card_extension_base.js +2 -6
  470. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001035_DEP_fluentui_react.js +4 -8
  471. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002001_DEVDEP_microsoft_sp_build_web.js +2 -6
  472. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js +2 -6
  473. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002003_DEVDEP_microsoft_sp_webpart_workbench.js +2 -6
  474. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002004_DEVDEP_gulp.js +2 -6
  475. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002005_DEVDEP_types_chai.js +2 -6
  476. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002006_DEVDEP_types_mocha.js +2 -6
  477. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002007_DEVDEP_ajv.js +2 -6
  478. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002008_DEVDEP_tslint_microsoft_contrib.js +2 -6
  479. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002009_DEVDEP_microsoft_sp_tslint_rules.js +2 -6
  480. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002010_DEVDEP_microsoft_rush_stack_compiler_2_7.js +2 -6
  481. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002011_DEVDEP_microsoft_rush_stack_compiler_2_9.js +2 -6
  482. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002012_DEVDEP_microsoft_rush_stack_compiler_3_3.js +2 -6
  483. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002013_DEVDEP_types_webpack_env.js +2 -6
  484. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002014_DEVDEP_types_es6_promise.js +2 -6
  485. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002015_DEVDEP_types_react.js +4 -8
  486. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002016_DEVDEP_types_react_dom.js +4 -8
  487. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7.js +2 -6
  488. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9.js +2 -6
  489. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js +2 -6
  490. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002020_DEVDEP_microsoft_rush_stack_compiler_4_5.js +2 -6
  491. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002021_DEVDEP_rushstack_eslint_config.js +2 -6
  492. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js +2 -6
  493. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js +2 -6
  494. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002024_DEVDEP_eslint.js +2 -6
  495. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002025_DEVDEP_eslint_plugin_react_hooks.js +4 -8
  496. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002026_DEVDEP_typescript.js +2 -6
  497. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002027_DEVDEP_fluentui_react.js +2 -6
  498. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002028_DEVDEP_microsoft_rush_stack_compiler_4_7.js +13 -0
  499. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003001_CFG_schema.js +2 -6
  500. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003002_CFG_version.js +2 -6
  501. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003003_CFG_bundles.js +2 -6
  502. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003004_CFG_entries.js +2 -6
  503. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003005_CFG_localizedResource_pathLib.js +2 -6
  504. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN004001_CFG_CA_schema.js +2 -6
  505. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN004002_CFG_CA_deployCdnPath.js +2 -6
  506. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN005001_CFG_DAS_schema.js +2 -6
  507. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN005002_CFG_DAS_workingDir.js +2 -6
  508. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006001_CFG_PS_schema.js +2 -6
  509. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006002_CFG_PS_includeClientSideAssets.js +2 -6
  510. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006003_CFG_PS_isDomainIsolated.js +2 -6
  511. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006004_CFG_PS_developer.js +2 -6
  512. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006005_CFG_PS_metadata.js +3 -8
  513. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006006_CFG_PS_features.js +4 -9
  514. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN007001_CFG_S_schema.js +2 -6
  515. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN007002_CFG_S_initialPage.js +2 -6
  516. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN007003_CFG_S_api.js +2 -6
  517. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN008001_CFG_TSL_schema.js +2 -6
  518. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN008002_CFG_TSL_removeRule.js +2 -6
  519. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN008003_CFG_TSL_preferConst.js +2 -6
  520. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN009001_CFG_WM_schema.js +2 -6
  521. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010001_YORC_version.js +3 -8
  522. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010002_YORC_isCreatingSolution.js +3 -8
  523. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010003_YORC_packageManager.js +3 -8
  524. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010004_YORC_componentType.js +3 -8
  525. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010005_YORC_environment.js +3 -8
  526. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010006_YORC_framework.js +4 -9
  527. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010007_YORC_isDomainIsolated.js +3 -8
  528. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010008_YORC_nodeVersion.js +4 -9
  529. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010009_YORC_sdkVersions_microsoft_graph_client.js +4 -9
  530. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN010010_YORC_sdkVersions_teams_js.js +4 -9
  531. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011001_MAN_webpart_schema.js +2 -6
  532. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011002_MAN_applicationCustomizer_schema.js +2 -6
  533. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011003_MAN_listViewCommandSet_schema.js +2 -6
  534. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011004_MAN_fieldCustomizer_schema.js +2 -6
  535. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011005_MAN_webpart_defaultGroup.js +2 -6
  536. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011006_MAN_listViewCommandSet_items.js +4 -8
  537. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011007_MAN_listViewCommandSet_removeCommands.js +2 -6
  538. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011008_MAN_requiresCustomScript.js +2 -6
  539. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011009_MAN_webpart_safeWithCustomScriptDisabled.js +2 -6
  540. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011010_MAN_webpart_version.js +2 -6
  541. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN011011_MAN_webpart_supportedHosts.js +2 -6
  542. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012001_TSC_module.js +2 -6
  543. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012002_TSC_moduleResolution.js +2 -6
  544. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012003_TSC_skipLibCheck.js +2 -6
  545. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012004_TSC_typeRoots_types.js +2 -6
  546. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012005_TSC_typeRoots_microsoft.js +2 -6
  547. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012006_TSC_types_es6_collections.js +2 -6
  548. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012007_TSC_lib_es5.js +2 -6
  549. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012008_TSC_lib_dom.js +2 -6
  550. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012009_TSC_lib_es2015_collection.js +2 -6
  551. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012010_TSC_experimentalDecorators.js +2 -6
  552. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012011_TSC_outDir.js +2 -6
  553. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012012_TSC_include.js +2 -6
  554. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012013_TSC_exclude.js +2 -6
  555. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012014_TSC_inlineSources.js +2 -6
  556. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012015_TSC_strictNullChecks.js +2 -6
  557. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012016_TSC_noUnusedLocals.js +2 -6
  558. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012017_TSC_extends.js +2 -6
  559. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012018_TSC_lib_es2015_promise.js +2 -6
  560. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012019_TSC_types_es6_promise.js +2 -6
  561. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN012020_TSC_noImplicitAny.js +2 -6
  562. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN013001_GULP_msGridSassSuppression.js +2 -6
  563. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN013002_GULP_serveTask.js +2 -6
  564. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014001_CODE_settings_jsonSchemas.js +2 -6
  565. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014002_CODE_extensions.js +2 -6
  566. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014003_CODE_launch.js +2 -6
  567. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014004_CODE_settings_jsonSchemas_configJson_url.js +2 -6
  568. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014005_CODE_settingsfile.js +4 -8
  569. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014006_CODE_launch_sourceMapPathOverrides.js +3 -7
  570. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014007_CODE_launch_localWorkbench.js +3 -7
  571. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014008_CODE_launch_hostedWorkbench_type.js +3 -7
  572. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN014009_CODE_launch_hostedWorkbench_url.js +3 -7
  573. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015001_FILE_typings_tsd_d_ts.js +2 -6
  574. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015002_FILE_typings__ms_odsp_d_ts.js +2 -6
  575. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015003_FILE_tslint_json.js +2 -6
  576. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015004_FILE_config_tslint_json.js +2 -6
  577. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015005_FILE_src_index_ts.js +2 -6
  578. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015007_FILE_config_copy_assets_json.js +2 -6
  579. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015008_FILE_eslintrc_js.js +4 -8
  580. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015009_FILE_config_sass_json.js +2 -6
  581. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN016001_TS_msgraphclient_packageName.js +4 -8
  582. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN016002_TS_msgraphclient_instance.js +5 -9
  583. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN016003_TS_aadhttpclient_instance.js +4 -8
  584. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN016004_TS_property_pane_property_import.js +4 -8
  585. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN017001_MISC_npm_dedupe.js +2 -6
  586. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN018001_TEAMS_folder.js +4 -8
  587. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN018002_TEAMS_manifest.js +4 -8
  588. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN018003_TEAMS_tab20x20_png.js +6 -8
  589. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN018004_TEAMS_tab96x96_png.js +6 -8
  590. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN018005_TEAMS_deprecated_manifest.js +4 -8
  591. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN019001_TSL_rulesDirectory.js +2 -6
  592. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN019002_TSL_extends.js +2 -6
  593. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN020001_RES_types_react.js +4 -8
  594. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021001_PKG_main.js +2 -6
  595. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021002_PKG_engines.js +2 -6
  596. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +2 -6
  597. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN022001_SCSS_remove_fabric_react.js +4 -8
  598. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN022002_SCSS_add_fabric_react.js +4 -8
  599. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN023001_GITIGNORE_release.js +2 -6
  600. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN023002_GITIGNORE_heft.js +2 -6
  601. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN024001_NPMIGNORE_file.js +2 -6
  602. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN025001_ESLINTRCJS_overrides.js +4 -8
  603. package/dist/m365/spfx/commands/project/project-upgrade/rules/FileAddRemoveRule.js +4 -8
  604. package/dist/m365/spfx/commands/project/project-upgrade/rules/ManifestRule.js +3 -7
  605. package/dist/m365/spfx/commands/project/project-upgrade/rules/PackageRule.js +2 -6
  606. package/dist/m365/spfx/commands/project/project-upgrade/rules/ResolutionRule.js +2 -6
  607. package/dist/m365/spfx/commands/project/project-upgrade/rules/ScssRule.js +3 -7
  608. package/dist/m365/spfx/commands/project/project-upgrade/rules/TsRule.js +3 -7
  609. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.0.1.js +5 -7
  610. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.0.2.js +9 -11
  611. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.1.0.js +57 -59
  612. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.1.1.js +15 -17
  613. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.1.3.js +9 -11
  614. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.10.0.js +57 -59
  615. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.11.0.js +71 -73
  616. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.0.js +87 -89
  617. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.1.js +55 -57
  618. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.0.js +79 -81
  619. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.1.js +49 -51
  620. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0.js +57 -59
  621. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.0.js +82 -84
  622. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.2.js +62 -64
  623. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.16.0.js +73 -75
  624. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.16.1.js +53 -55
  625. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.0.js +63 -65
  626. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.1.js +51 -53
  627. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.2.js +57 -59
  628. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.3.js +55 -57
  629. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.4.js +51 -53
  630. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0-rc.1.js +67 -0
  631. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.2.0.js +69 -71
  632. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.3.0.js +39 -41
  633. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.3.1.js +3 -5
  634. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.3.2.js +3 -5
  635. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.3.4.js +45 -47
  636. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.4.0.js +73 -75
  637. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.4.1.js +41 -43
  638. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.5.0.js +83 -85
  639. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.5.1.js +43 -45
  640. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.6.0.js +63 -65
  641. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.7.0.js +71 -73
  642. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.7.1.js +53 -55
  643. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.8.0.js +73 -75
  644. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.8.1.js +49 -51
  645. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.8.2.js +63 -65
  646. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.9.1.js +71 -73
  647. package/dist/m365/spfx/commands/project/project-upgrade.js +207 -219
  648. package/dist/m365/spfx/commands/project/report-model/Finding.js +1 -2
  649. package/dist/m365/spfx/commands/project/report-model/FindingToReport.js +1 -2
  650. package/dist/m365/spfx/commands/project/report-model/FindingTour.js +1 -2
  651. package/dist/m365/spfx/commands/project/report-model/FindingTourStep.js +1 -2
  652. package/dist/m365/spfx/commands/project/report-model/Occurrence.js +1 -2
  653. package/dist/m365/spfx/commands/project/report-model/ReportData.js +1 -2
  654. package/dist/m365/spfx/commands/project/report-model/index.js +5 -21
  655. package/dist/m365/spfx/commands/spfx-doctor.js +187 -231
  656. package/dist/m365/spfx/commands.js +2 -3
  657. package/dist/m365/spo/ClientSideComponent.js +1 -2
  658. package/dist/m365/spo/StandardWebPartTypes.js +1 -5
  659. package/dist/m365/spo/base-permissions.js +3 -7
  660. package/dist/m365/spo/commands/app/AppMetadata.js +1 -2
  661. package/dist/m365/spo/commands/app/SpoAppBaseCommand.js +30 -33
  662. package/dist/m365/spo/commands/app/app-add.js +52 -65
  663. package/dist/m365/spo/commands/app/app-deploy.js +47 -60
  664. package/dist/m365/spo/commands/app/app-get.js +42 -55
  665. package/dist/m365/spo/commands/app/app-install.js +28 -41
  666. package/dist/m365/spo/commands/app/app-instance-list.js +33 -46
  667. package/dist/m365/spo/commands/app/app-list.js +31 -44
  668. package/dist/m365/spo/commands/app/app-remove.js +46 -59
  669. package/dist/m365/spo/commands/app/app-retract.js +46 -59
  670. package/dist/m365/spo/commands/app/app-teamspackage-download.js +99 -117
  671. package/dist/m365/spo/commands/app/app-uninstall.js +43 -56
  672. package/dist/m365/spo/commands/app/app-upgrade.js +28 -41
  673. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-add.js +39 -52
  674. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-get.js +63 -76
  675. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-list.js +21 -34
  676. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +66 -83
  677. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +71 -87
  678. package/dist/m365/spo/commands/apppage/apppage-add.js +45 -58
  679. package/dist/m365/spo/commands/apppage/apppage-set.js +27 -40
  680. package/dist/m365/spo/commands/cdn/cdn-get.js +43 -56
  681. package/dist/m365/spo/commands/cdn/cdn-origin-add.js +38 -51
  682. package/dist/m365/spo/commands/cdn/cdn-origin-list.js +41 -54
  683. package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +54 -67
  684. package/dist/m365/spo/commands/cdn/cdn-policy-list.js +49 -62
  685. package/dist/m365/spo/commands/cdn/cdn-policy-set.js +45 -58
  686. package/dist/m365/spo/commands/cdn/cdn-set.js +71 -84
  687. package/dist/m365/spo/commands/commandset/commandset-add.js +55 -68
  688. package/dist/m365/spo/commands/commandset/commandset-get.js +58 -69
  689. package/dist/m365/spo/commands/commandset/commandset-list.js +25 -38
  690. package/dist/m365/spo/commands/commandset/commandset-remove.js +76 -92
  691. package/dist/m365/spo/commands/commandset/commandset-set.js +84 -97
  692. package/dist/m365/spo/commands/contenttype/FieldLink.js +1 -2
  693. package/dist/m365/spo/commands/contenttype/contenttype-add.js +122 -143
  694. package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +126 -143
  695. package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +193 -215
  696. package/dist/m365/spo/commands/contenttype/contenttype-get.js +57 -70
  697. package/dist/m365/spo/commands/contenttype/contenttype-list.js +20 -33
  698. package/dist/m365/spo/commands/contenttype/contenttype-remove.js +69 -82
  699. package/dist/m365/spo/commands/contenttype/contenttype-set.js +123 -148
  700. package/dist/m365/spo/commands/contenttypehub/contenttypehub-get.js +35 -48
  701. package/dist/m365/spo/commands/customaction/customaction-add.js +57 -70
  702. package/dist/m365/spo/commands/customaction/customaction-clear.js +42 -57
  703. package/dist/m365/spo/commands/customaction/customaction-get.js +70 -82
  704. package/dist/m365/spo/commands/customaction/customaction-list.js +30 -43
  705. package/dist/m365/spo/commands/customaction/customaction-remove.js +77 -94
  706. package/dist/m365/spo/commands/customaction/customaction-set.js +59 -76
  707. package/dist/m365/spo/commands/customaction/customaction.js +1 -2
  708. package/dist/m365/spo/commands/eventreceiver/EventReceiver.js +1 -2
  709. package/dist/m365/spo/commands/eventreceiver/eventreceiver-get.js +65 -78
  710. package/dist/m365/spo/commands/eventreceiver/eventreceiver-list.js +39 -52
  711. package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +71 -88
  712. package/dist/m365/spo/commands/externaluser/ExternalUser.js +1 -2
  713. package/dist/m365/spo/commands/externaluser/ExternalUserCollection.js +1 -2
  714. package/dist/m365/spo/commands/externaluser/GetExternalUsersResults.js +1 -2
  715. package/dist/m365/spo/commands/externaluser/externaluser-list.js +62 -75
  716. package/dist/m365/spo/commands/feature/Feature.js +1 -2
  717. package/dist/m365/spo/commands/feature/feature-disable.js +32 -45
  718. package/dist/m365/spo/commands/feature/feature-enable.js +34 -47
  719. package/dist/m365/spo/commands/feature/feature-list.js +24 -37
  720. package/dist/m365/spo/commands/field/field-add.js +46 -59
  721. package/dist/m365/spo/commands/field/field-get.js +47 -60
  722. package/dist/m365/spo/commands/field/field-list.js +32 -45
  723. package/dist/m365/spo/commands/field/field-remove.js +91 -104
  724. package/dist/m365/spo/commands/field/field-set.js +74 -87
  725. package/dist/m365/spo/commands/file/FileProperties.js +1 -2
  726. package/dist/m365/spo/commands/file/FilePropertiesCollection.js +2 -0
  727. package/dist/m365/spo/commands/file/FileSharingPrincipalType.js +2 -5
  728. package/dist/m365/spo/commands/file/file-add.js +313 -338
  729. package/dist/m365/spo/commands/file/file-checkin.js +48 -61
  730. package/dist/m365/spo/commands/file/file-checkout-undo.js +52 -65
  731. package/dist/m365/spo/commands/file/file-checkout.js +35 -48
  732. package/dist/m365/spo/commands/file/file-copy.js +84 -65
  733. package/dist/m365/spo/commands/file/file-get.js +94 -104
  734. package/dist/m365/spo/commands/file/file-list.js +92 -109
  735. package/dist/m365/spo/commands/file/file-move.js +94 -133
  736. package/dist/m365/spo/commands/file/file-remove.js +63 -76
  737. package/dist/m365/spo/commands/file/file-rename.js +62 -79
  738. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +68 -85
  739. package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +68 -85
  740. package/dist/m365/spo/commands/file/file-roleassignment-add.js +99 -122
  741. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +94 -113
  742. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +62 -77
  743. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +61 -76
  744. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +78 -93
  745. package/dist/m365/spo/commands/file/file-sharinglink-add.js +45 -58
  746. package/dist/m365/spo/commands/file/file-sharinglink-clear.js +59 -74
  747. package/dist/m365/spo/commands/file/file-sharinglink-get.js +31 -44
  748. package/dist/m365/spo/commands/file/file-sharinglink-list.js +44 -57
  749. package/dist/m365/spo/commands/file/file-sharinglink-remove.js +44 -57
  750. package/dist/m365/spo/commands/file/file-sharinglink-set.js +36 -49
  751. package/dist/m365/spo/commands/file/file-version-clear.js +51 -66
  752. package/dist/m365/spo/commands/file/file-version-get.js +42 -57
  753. package/dist/m365/spo/commands/file/file-version-list.js +31 -44
  754. package/dist/m365/spo/commands/file/file-version-remove.js +51 -66
  755. package/dist/m365/spo/commands/file/file-version-restore.js +51 -66
  756. package/dist/m365/spo/commands/folder/FileFolderCollection.js +2 -0
  757. package/dist/m365/spo/commands/folder/FolderProperties.js +1 -2
  758. package/dist/m365/spo/commands/folder/folder-add.js +31 -46
  759. package/dist/m365/spo/commands/folder/folder-copy.js +96 -65
  760. package/dist/m365/spo/commands/folder/folder-get.js +53 -66
  761. package/dist/m365/spo/commands/folder/folder-list.js +64 -79
  762. package/dist/m365/spo/commands/folder/folder-move.js +96 -67
  763. package/dist/m365/spo/commands/folder/folder-remove.js +55 -67
  764. package/dist/m365/spo/commands/folder/folder-rename.js +34 -51
  765. package/dist/m365/spo/commands/folder/folder-retentionlabel-ensure.js +69 -84
  766. package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +83 -100
  767. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +111 -134
  768. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +82 -101
  769. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +47 -60
  770. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +46 -59
  771. package/dist/m365/spo/commands/group/AssociatedGroupPropertiesCollection.js +1 -2
  772. package/dist/m365/spo/commands/group/GroupProperties.js +1 -2
  773. package/dist/m365/spo/commands/group/SharingResult.js +1 -2
  774. package/dist/m365/spo/commands/group/group-add.js +33 -46
  775. package/dist/m365/spo/commands/group/group-get.js +49 -62
  776. package/dist/m365/spo/commands/group/group-list.js +44 -62
  777. package/dist/m365/spo/commands/group/group-member-add.js +95 -113
  778. package/dist/m365/spo/commands/group/group-member-list.js +25 -38
  779. package/dist/m365/spo/commands/group/group-member-remove.js +107 -126
  780. package/dist/m365/spo/commands/group/group-remove.js +54 -67
  781. package/dist/m365/spo/commands/group/group-set.js +71 -88
  782. package/dist/m365/spo/commands/hidedefaultthemes/hidedefaultthemes-get.js +25 -38
  783. package/dist/m365/spo/commands/hidedefaultthemes/hidedefaultthemes-set.js +27 -40
  784. package/dist/m365/spo/commands/homesite/homesite-get.js +24 -37
  785. package/dist/m365/spo/commands/homesite/homesite-remove.js +45 -58
  786. package/dist/m365/spo/commands/homesite/homesite-set.js +37 -50
  787. package/dist/m365/spo/commands/hubsite/AssociatedSite.js +1 -2
  788. package/dist/m365/spo/commands/hubsite/HubSite.js +1 -2
  789. package/dist/m365/spo/commands/hubsite/HubSiteProperties.js +1 -2
  790. package/dist/m365/spo/commands/hubsite/QueryListResult.js +1 -2
  791. package/dist/m365/spo/commands/hubsite/hubsite-connect.js +51 -63
  792. package/dist/m365/spo/commands/hubsite/hubsite-data-get.js +31 -44
  793. package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +81 -93
  794. package/dist/m365/spo/commands/hubsite/hubsite-get.js +75 -92
  795. package/dist/m365/spo/commands/hubsite/hubsite-list.js +71 -86
  796. package/dist/m365/spo/commands/hubsite/hubsite-register.js +26 -39
  797. package/dist/m365/spo/commands/hubsite/hubsite-rights-grant.js +40 -53
  798. package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +52 -65
  799. package/dist/m365/spo/commands/hubsite/hubsite-set.js +45 -58
  800. package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +42 -55
  801. package/dist/m365/spo/commands/knowledgehub/knowledgehub-get.js +32 -45
  802. package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +49 -62
  803. package/dist/m365/spo/commands/knowledgehub/knowledgehub-set.js +34 -47
  804. package/dist/m365/spo/commands/list/DraftVisibilityType.js +2 -5
  805. package/dist/m365/spo/commands/list/ListExperience.js +2 -5
  806. package/dist/m365/spo/commands/list/ListInstance.js +1 -2
  807. package/dist/m365/spo/commands/list/ListPrincipalType.js +2 -5
  808. package/dist/m365/spo/commands/list/ListTemplateType.js +2 -5
  809. package/dist/m365/spo/commands/list/list-add.js +52 -65
  810. package/dist/m365/spo/commands/list/list-contenttype-add.js +47 -60
  811. package/dist/m365/spo/commands/list/list-contenttype-default-set.js +112 -131
  812. package/dist/m365/spo/commands/list/list-contenttype-list.js +36 -49
  813. package/dist/m365/spo/commands/list/list-contenttype-remove.js +59 -72
  814. package/dist/m365/spo/commands/list/list-get.js +56 -69
  815. package/dist/m365/spo/commands/list/list-list.js +26 -39
  816. package/dist/m365/spo/commands/list/list-remove.js +53 -66
  817. package/dist/m365/spo/commands/list/list-retentionlabel-ensure.js +48 -83
  818. package/dist/m365/spo/commands/list/list-retentionlabel-get.js +58 -71
  819. package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +72 -89
  820. package/dist/m365/spo/commands/list/list-roleassignment-add.js +62 -79
  821. package/dist/m365/spo/commands/list/list-roleassignment-remove.js +92 -111
  822. package/dist/m365/spo/commands/list/list-roleinheritance-break.js +60 -74
  823. package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +56 -70
  824. package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +59 -74
  825. package/dist/m365/spo/commands/list/list-set.js +63 -76
  826. package/dist/m365/spo/commands/list/list-sitescript-get.js +60 -73
  827. package/dist/m365/spo/commands/list/list-view-add.js +43 -56
  828. package/dist/m365/spo/commands/list/list-view-field-add.js +77 -92
  829. package/dist/m365/spo/commands/list/list-view-field-remove.js +74 -89
  830. package/dist/m365/spo/commands/list/list-view-field-set.js +58 -73
  831. package/dist/m365/spo/commands/list/list-view-get.js +42 -55
  832. package/dist/m365/spo/commands/list/list-view-list.js +32 -45
  833. package/dist/m365/spo/commands/list/list-view-remove.js +62 -75
  834. package/dist/m365/spo/commands/list/list-view-set.js +45 -58
  835. package/dist/m365/spo/commands/list/list-webhook-add.js +55 -68
  836. package/dist/m365/spo/commands/list/list-webhook-get.js +46 -59
  837. package/dist/m365/spo/commands/list/list-webhook-list.js +42 -55
  838. package/dist/m365/spo/commands/list/list-webhook-remove.js +60 -73
  839. package/dist/m365/spo/commands/list/list-webhook-set.js +49 -62
  840. package/dist/m365/spo/commands/listitem/ListItemFieldValueResult.js +1 -2
  841. package/dist/m365/spo/commands/listitem/ListItemInstance.js +1 -2
  842. package/dist/m365/spo/commands/listitem/ListItemInstanceCollection.js +1 -2
  843. package/dist/m365/spo/commands/listitem/ListItemRetentionLabel.js +1 -2
  844. package/dist/m365/spo/commands/listitem/SiteRetentionLabel.js +1 -2
  845. package/dist/m365/spo/commands/listitem/listitem-add.js +121 -132
  846. package/dist/m365/spo/commands/listitem/listitem-attachment-list.js +44 -57
  847. package/dist/m365/spo/commands/listitem/listitem-batch-add.js +68 -107
  848. package/dist/m365/spo/commands/listitem/listitem-batch-set.js +131 -177
  849. package/dist/m365/spo/commands/listitem/listitem-get.js +59 -72
  850. package/dist/m365/spo/commands/listitem/listitem-isrecord.js +79 -92
  851. package/dist/m365/spo/commands/listitem/listitem-list.js +127 -147
  852. package/dist/m365/spo/commands/listitem/listitem-record-declare.js +62 -75
  853. package/dist/m365/spo/commands/listitem/listitem-record-lock.js +48 -61
  854. package/dist/m365/spo/commands/listitem/listitem-record-undeclare.js +55 -68
  855. package/dist/m365/spo/commands/listitem/listitem-record-unlock.js +48 -61
  856. package/dist/m365/spo/commands/listitem/listitem-remove.js +64 -77
  857. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +102 -121
  858. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +63 -78
  859. package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +97 -118
  860. package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +93 -114
  861. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +59 -75
  862. package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +56 -72
  863. package/dist/m365/spo/commands/listitem/listitem-set.js +170 -183
  864. package/dist/m365/spo/commands/mail/mail-send.js +54 -67
  865. package/dist/m365/spo/commands/navigation/NavigationNode.js +1 -2
  866. package/dist/m365/spo/commands/navigation/navigation-node-add.js +50 -64
  867. package/dist/m365/spo/commands/navigation/navigation-node-get.js +28 -41
  868. package/dist/m365/spo/commands/navigation/navigation-node-list.js +21 -34
  869. package/dist/m365/spo/commands/navigation/navigation-node-remove.js +44 -59
  870. package/dist/m365/spo/commands/navigation/navigation-node-set.js +57 -70
  871. package/dist/m365/spo/commands/orgassetslibrary/OrgAssets.js +1 -2
  872. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-add.js +70 -54
  873. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-list.js +45 -58
  874. package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +45 -60
  875. package/dist/m365/spo/commands/orgnewssite/orgnewssite-list.js +31 -44
  876. package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +46 -61
  877. package/dist/m365/spo/commands/orgnewssite/orgnewssite-set.js +31 -44
  878. package/dist/m365/spo/commands/page/ClientSideControl.js +1 -2
  879. package/dist/m365/spo/commands/page/ClientSidePageProperties.js +1 -2
  880. package/dist/m365/spo/commands/page/Page.js +47 -72
  881. package/dist/m365/spo/commands/page/PageControl.js +1 -2
  882. package/dist/m365/spo/commands/page/PageHeader.js +1 -2
  883. package/dist/m365/spo/commands/page/PageItem.js +1 -2
  884. package/dist/m365/spo/commands/page/PageTemplate.js +1 -2
  885. package/dist/m365/spo/commands/page/canvasContent.js +1 -2
  886. package/dist/m365/spo/commands/page/clientsidepages.js +26 -98
  887. package/dist/m365/spo/commands/page/page-add.js +197 -212
  888. package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +249 -264
  889. package/dist/m365/spo/commands/page/page-column-get.js +32 -45
  890. package/dist/m365/spo/commands/page/page-column-list.js +27 -40
  891. package/dist/m365/spo/commands/page/page-control-get.js +48 -60
  892. package/dist/m365/spo/commands/page/page-control-list.js +42 -54
  893. package/dist/m365/spo/commands/page/page-control-set.js +115 -120
  894. package/dist/m365/spo/commands/page/page-copy.js +58 -71
  895. package/dist/m365/spo/commands/page/page-get.js +52 -64
  896. package/dist/m365/spo/commands/page/page-header-set.js +243 -256
  897. package/dist/m365/spo/commands/page/page-list.js +36 -45
  898. package/dist/m365/spo/commands/page/page-remove.js +51 -66
  899. package/dist/m365/spo/commands/page/page-section-add.js +127 -105
  900. package/dist/m365/spo/commands/page/page-section-get.js +23 -36
  901. package/dist/m365/spo/commands/page/page-section-list.js +30 -43
  902. package/dist/m365/spo/commands/page/page-set.js +240 -255
  903. package/dist/m365/spo/commands/page/page-template-list.js +24 -37
  904. package/dist/m365/spo/commands/page/page-text-add.js +61 -74
  905. package/dist/m365/spo/commands/page/pageMethods.js +1 -5
  906. package/dist/m365/spo/commands/propertybag/propertybag-base.js +73 -73
  907. package/dist/m365/spo/commands/propertybag/propertybag-get.js +30 -43
  908. package/dist/m365/spo/commands/propertybag/propertybag-list.js +24 -37
  909. package/dist/m365/spo/commands/propertybag/propertybag-remove.js +51 -67
  910. package/dist/m365/spo/commands/propertybag/propertybag-set.js +30 -43
  911. package/dist/m365/spo/commands/report/report-activityfilecounts.js +5 -7
  912. package/dist/m365/spo/commands/report/report-activitypages.js +5 -7
  913. package/dist/m365/spo/commands/report/report-activityusercounts.js +5 -7
  914. package/dist/m365/spo/commands/report/report-activityuserdetail.js +5 -7
  915. package/dist/m365/spo/commands/report/report-siteusagedetail.js +5 -7
  916. package/dist/m365/spo/commands/report/report-siteusagefilecounts.js +5 -7
  917. package/dist/m365/spo/commands/report/report-siteusagepages.js +5 -7
  918. package/dist/m365/spo/commands/report/report-siteusagesitecounts.js +5 -7
  919. package/dist/m365/spo/commands/report/report-siteusagestorage.js +5 -7
  920. package/dist/m365/spo/commands/roledefinition/RoleDefinition.js +1 -2
  921. package/dist/m365/spo/commands/roledefinition/RoleType.js +2 -5
  922. package/dist/m365/spo/commands/roledefinition/roledefinition-add.js +45 -58
  923. package/dist/m365/spo/commands/roledefinition/roledefinition-get.js +35 -48
  924. package/dist/m365/spo/commands/roledefinition/roledefinition-list.js +21 -34
  925. package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +45 -60
  926. package/dist/m365/spo/commands/search/datatypes/QueryResult.js +1 -2
  927. package/dist/m365/spo/commands/search/datatypes/RefinementResult.js +1 -2
  928. package/dist/m365/spo/commands/search/datatypes/RelevantResults.js +1 -2
  929. package/dist/m365/spo/commands/search/datatypes/ResultTable.js +1 -2
  930. package/dist/m365/spo/commands/search/datatypes/ResultTableRow.js +1 -2
  931. package/dist/m365/spo/commands/search/datatypes/SearchResult.js +1 -2
  932. package/dist/m365/spo/commands/search/datatypes/SearchResultProperty.js +1 -2
  933. package/dist/m365/spo/commands/search/datatypes/SpecialTermResult.js +1 -2
  934. package/dist/m365/spo/commands/serviceprincipal/SPOWebAppServicePrincipalPermissionGrant.js +1 -2
  935. package/dist/m365/spo/commands/serviceprincipal/SPOWebAppServicePrincipalPermissionRequest.js +1 -2
  936. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-add.js +37 -50
  937. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-list.js +40 -53
  938. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-revoke.js +32 -45
  939. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-approve.js +68 -85
  940. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-deny.js +36 -49
  941. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-list.js +78 -95
  942. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +50 -65
  943. package/dist/m365/spo/commands/site/DeletedSiteProperties.js +1 -2
  944. package/dist/m365/spo/commands/site/FlowsPolicy.js +7 -0
  945. package/dist/m365/spo/commands/site/SPOSitePropertiesEnumerable.js +1 -2
  946. package/dist/m365/spo/commands/site/SharingCapabilities.js +2 -5
  947. package/dist/m365/spo/commands/site/SiteProperties.js +1 -2
  948. package/dist/m365/spo/commands/site/site-add.js +257 -321
  949. package/dist/m365/spo/commands/site/site-appcatalog-add.js +38 -51
  950. package/dist/m365/spo/commands/site/site-appcatalog-list.js +18 -31
  951. package/dist/m365/spo/commands/site/site-appcatalog-remove.js +38 -51
  952. package/dist/m365/spo/commands/site/site-apppermission-add.js +44 -60
  953. package/dist/m365/spo/commands/site/site-apppermission-get.js +27 -40
  954. package/dist/m365/spo/commands/site/site-apppermission-list.js +26 -39
  955. package/dist/m365/spo/commands/site/site-apppermission-remove.js +59 -76
  956. package/dist/m365/spo/commands/site/site-apppermission-set.js +44 -60
  957. package/dist/m365/spo/commands/site/site-chrome-set.js +58 -71
  958. package/dist/m365/spo/commands/site/site-commsite-enable.js +30 -43
  959. package/dist/m365/spo/commands/site/site-ensure.js +86 -158
  960. package/dist/m365/spo/commands/site/site-get.js +23 -36
  961. package/dist/m365/spo/commands/site/site-groupify.js +41 -54
  962. package/dist/m365/spo/commands/site/site-hubsite-connect.js +29 -42
  963. package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +42 -55
  964. package/dist/m365/spo/commands/site/site-hubsite-theme-sync.js +24 -37
  965. package/dist/m365/spo/commands/site/site-inplacerecordsmanagement-set.js +31 -44
  966. package/dist/m365/spo/commands/site/site-list.js +50 -81
  967. package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +51 -66
  968. package/dist/m365/spo/commands/site/site-recyclebinitem-list.js +40 -53
  969. package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +49 -64
  970. package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +46 -61
  971. package/dist/m365/spo/commands/site/site-recyclebinitem-restore.js +42 -55
  972. package/dist/m365/spo/commands/site/site-remove.js +192 -249
  973. package/dist/m365/spo/commands/site/site-rename.js +72 -87
  974. package/dist/m365/spo/commands/site/site-set.js +245 -279
  975. package/dist/m365/spo/commands/sitedesign/SiteDesign.js +1 -2
  976. package/dist/m365/spo/commands/sitedesign/SiteDesignPrincipal.js +1 -2
  977. package/dist/m365/spo/commands/sitedesign/SiteDesignRun.js +1 -2
  978. package/dist/m365/spo/commands/sitedesign/SiteDesignTask.js +1 -2
  979. package/dist/m365/spo/commands/sitedesign/SiteScriptActionStatus.js +1 -2
  980. package/dist/m365/spo/commands/sitedesign/sitedesign-add.js +49 -62
  981. package/dist/m365/spo/commands/sitedesign/sitedesign-apply.js +37 -50
  982. package/dist/m365/spo/commands/sitedesign/sitedesign-get.js +31 -44
  983. package/dist/m365/spo/commands/sitedesign/sitedesign-list.js +23 -36
  984. package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +45 -58
  985. package/dist/m365/spo/commands/sitedesign/sitedesign-rights-grant.js +35 -48
  986. package/dist/m365/spo/commands/sitedesign/sitedesign-rights-list.js +34 -47
  987. package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +48 -61
  988. package/dist/m365/spo/commands/sitedesign/sitedesign-run-list.js +36 -49
  989. package/dist/m365/spo/commands/sitedesign/sitedesign-run-status-get.js +31 -44
  990. package/dist/m365/spo/commands/sitedesign/sitedesign-set.js +59 -72
  991. package/dist/m365/spo/commands/sitedesign/sitedesign-task-get.js +31 -44
  992. package/dist/m365/spo/commands/sitedesign/sitedesign-task-list.js +23 -36
  993. package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +44 -59
  994. package/dist/m365/spo/commands/sitescript/sitescript-add.js +30 -43
  995. package/dist/m365/spo/commands/sitescript/sitescript-get.js +31 -44
  996. package/dist/m365/spo/commands/sitescript/sitescript-list.js +26 -39
  997. package/dist/m365/spo/commands/sitescript/sitescript-remove.js +45 -60
  998. package/dist/m365/spo/commands/sitescript/sitescript-set.js +44 -57
  999. package/dist/m365/spo/commands/spo-get.js +11 -24
  1000. package/dist/m365/spo/commands/spo-search.js +62 -77
  1001. package/dist/m365/spo/commands/spo-set.js +16 -29
  1002. package/dist/m365/spo/commands/storageentity/TenantProperty.js +1 -2
  1003. package/dist/m365/spo/commands/storageentity/storageentity-get.js +33 -46
  1004. package/dist/m365/spo/commands/storageentity/storageentity-list.js +44 -57
  1005. package/dist/m365/spo/commands/storageentity/storageentity-remove.js +49 -64
  1006. package/dist/m365/spo/commands/storageentity/storageentity-set.js +38 -51
  1007. package/dist/m365/spo/commands/tenant/DeletedSiteProperties.js +1 -2
  1008. package/dist/m365/spo/commands/tenant/DeletedSitePropertiesEnumerable.js +1 -2
  1009. package/dist/m365/spo/commands/tenant/Solution.js +1 -2
  1010. package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +72 -88
  1011. package/dist/m365/spo/commands/tenant/tenant-appcatalogurl-get.js +27 -40
  1012. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-add.js +109 -130
  1013. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +50 -58
  1014. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-list.js +24 -36
  1015. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +76 -92
  1016. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +142 -162
  1017. package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +117 -138
  1018. package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +53 -61
  1019. package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +27 -39
  1020. package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +78 -93
  1021. package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +106 -206
  1022. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-list.js +35 -48
  1023. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +67 -82
  1024. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +28 -41
  1025. package/dist/m365/spo/commands/tenant/tenant-settings-list.js +53 -66
  1026. package/dist/m365/spo/commands/tenant/tenant-settings-set.js +67 -80
  1027. package/dist/m365/spo/commands/term/Term.js +1 -2
  1028. package/dist/m365/spo/commands/term/TermCollection.js +1 -2
  1029. package/dist/m365/spo/commands/term/TermGroup.js +1 -2
  1030. package/dist/m365/spo/commands/term/TermGroupCollection.js +1 -2
  1031. package/dist/m365/spo/commands/term/TermSet.js +1 -2
  1032. package/dist/m365/spo/commands/term/TermSetCollection.js +1 -2
  1033. package/dist/m365/spo/commands/term/TermStore.js +1 -2
  1034. package/dist/m365/spo/commands/term/term-add.js +101 -114
  1035. package/dist/m365/spo/commands/term/term-get.js +71 -86
  1036. package/dist/m365/spo/commands/term/term-group-add.js +76 -89
  1037. package/dist/m365/spo/commands/term/term-group-get.js +44 -57
  1038. package/dist/m365/spo/commands/term/term-group-list.js +43 -56
  1039. package/dist/m365/spo/commands/term/term-list.js +93 -110
  1040. package/dist/m365/spo/commands/term/term-set-add.js +87 -100
  1041. package/dist/m365/spo/commands/term/term-set-get.js +46 -59
  1042. package/dist/m365/spo/commands/term/term-set-list.js +47 -60
  1043. package/dist/m365/spo/commands/theme/theme-apply.js +63 -76
  1044. package/dist/m365/spo/commands/theme/theme-get.js +34 -47
  1045. package/dist/m365/spo/commands/theme/theme-list.js +25 -46
  1046. package/dist/m365/spo/commands/theme/theme-remove.js +42 -55
  1047. package/dist/m365/spo/commands/theme/theme-set.js +39 -53
  1048. package/dist/m365/spo/commands/user/user-ensure.js +40 -55
  1049. package/dist/m365/spo/commands/user/user-get.js +40 -53
  1050. package/dist/m365/spo/commands/user/user-list.js +29 -42
  1051. package/dist/m365/spo/commands/user/user-remove.js +50 -63
  1052. package/dist/m365/spo/commands/userprofile/userprofile-get.js +32 -45
  1053. package/dist/m365/spo/commands/userprofile/userprofile-set.js +37 -50
  1054. package/dist/m365/spo/commands/web/GetClientSideWebPartsRsp.js +1 -2
  1055. package/dist/m365/spo/commands/web/WebProperties.js +1 -2
  1056. package/dist/m365/spo/commands/web/WebPropertiesCollection.js +1 -2
  1057. package/dist/m365/spo/commands/web/web-add.js +80 -93
  1058. package/dist/m365/spo/commands/web/web-clientsidewebpart-list.js +35 -48
  1059. package/dist/m365/spo/commands/web/web-get.js +35 -48
  1060. package/dist/m365/spo/commands/web/web-installedlanguage-list.js +26 -39
  1061. package/dist/m365/spo/commands/web/web-list.js +23 -36
  1062. package/dist/m365/spo/commands/web/web-reindex.js +83 -103
  1063. package/dist/m365/spo/commands/web/web-remove.js +41 -54
  1064. package/dist/m365/spo/commands/web/web-retentionlabel-list.js +21 -34
  1065. package/dist/m365/spo/commands/web/web-roleassignment-add.js +48 -76
  1066. package/dist/m365/spo/commands/web/web-roleassignment-remove.js +55 -79
  1067. package/dist/m365/spo/commands/web/web-roleinheritance-break.js +43 -56
  1068. package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +44 -57
  1069. package/dist/m365/spo/commands/web/web-set.js +75 -88
  1070. package/dist/m365/spo/commands.js +1 -3
  1071. package/dist/m365/teams/Tab.js +2 -0
  1072. package/dist/m365/teams/TeamsAppInstallation.js +2 -0
  1073. package/dist/m365/teams/commands/app/app-install.js +62 -78
  1074. package/dist/m365/teams/commands/app/app-list.js +24 -37
  1075. package/dist/m365/teams/commands/app/app-publish.js +30 -43
  1076. package/dist/m365/teams/commands/app/app-remove.js +41 -54
  1077. package/dist/m365/teams/commands/app/app-uninstall.js +40 -53
  1078. package/dist/m365/teams/commands/app/app-update.js +49 -64
  1079. package/dist/m365/teams/commands/cache/cache-remove.js +99 -117
  1080. package/dist/m365/teams/commands/channel/channel-add.js +69 -82
  1081. package/dist/m365/teams/commands/channel/channel-get.js +60 -77
  1082. package/dist/m365/teams/commands/channel/channel-list.js +32 -47
  1083. package/dist/m365/teams/commands/channel/channel-member-add.js +102 -123
  1084. package/dist/m365/teams/commands/channel/channel-member-list.js +58 -75
  1085. package/dist/m365/teams/commands/channel/channel-member-remove.js +109 -131
  1086. package/dist/m365/teams/commands/channel/channel-member-set.js +89 -108
  1087. package/dist/m365/teams/commands/channel/channel-remove.js +75 -92
  1088. package/dist/m365/teams/commands/channel/channel-set.js +59 -76
  1089. package/dist/m365/teams/commands/chat/chat-get.js +65 -89
  1090. package/dist/m365/teams/commands/chat/chat-list.js +31 -44
  1091. package/dist/m365/teams/commands/chat/chat-member-add.js +41 -54
  1092. package/dist/m365/teams/commands/chat/chat-member-list.js +19 -32
  1093. package/dist/m365/teams/commands/chat/chat-member-remove.js +62 -77
  1094. package/dist/m365/teams/commands/chat/chat-message-list.js +35 -48
  1095. package/dist/m365/teams/commands/chat/chat-message-send.js +94 -120
  1096. package/dist/m365/teams/commands/chat/chatUtil.js +19 -35
  1097. package/dist/m365/teams/commands/funsettings/funsettings-list.js +29 -42
  1098. package/dist/m365/teams/commands/funsettings/funsettings-set.js +41 -54
  1099. package/dist/m365/teams/commands/guestsettings/guestsettings-list.js +26 -39
  1100. package/dist/m365/teams/commands/guestsettings/guestsettings-set.js +35 -48
  1101. package/dist/m365/teams/commands/meeting/meeting-attendancereport-list.js +52 -67
  1102. package/dist/m365/teams/commands/meeting/meeting-get.js +60 -75
  1103. package/dist/m365/teams/commands/meeting/meeting-list.js +119 -82
  1104. package/dist/m365/teams/commands/meeting/meeting-transcript-list.js +48 -61
  1105. package/dist/m365/teams/commands/membersettings/membersettings-list.js +26 -39
  1106. package/dist/m365/teams/commands/membersettings/membersettings-set.js +35 -48
  1107. package/dist/m365/teams/commands/message/message-get.js +26 -39
  1108. package/dist/m365/teams/commands/message/message-list.js +27 -40
  1109. package/dist/m365/teams/commands/message/message-reply-list.js +24 -37
  1110. package/dist/m365/teams/commands/message/message-send.js +32 -45
  1111. package/dist/m365/teams/commands/messagingsettings/messagingsettings-list.js +26 -39
  1112. package/dist/m365/teams/commands/messagingsettings/messagingsettings-set.js +36 -49
  1113. package/dist/m365/teams/commands/report/report-deviceusagedistributionusercounts.js +5 -7
  1114. package/dist/m365/teams/commands/report/report-deviceusageusercounts.js +5 -7
  1115. package/dist/m365/teams/commands/report/report-deviceusageuserdetail.js +5 -7
  1116. package/dist/m365/teams/commands/report/report-directroutingcalls.js +28 -41
  1117. package/dist/m365/teams/commands/report/report-pstncalls.js +28 -41
  1118. package/dist/m365/teams/commands/report/report-useractivitycounts.js +5 -7
  1119. package/dist/m365/teams/commands/report/report-useractivityusercounts.js +5 -7
  1120. package/dist/m365/teams/commands/report/report-useractivityuserdetail.js +5 -7
  1121. package/dist/m365/teams/commands/tab/tab-add.js +30 -43
  1122. package/dist/m365/teams/commands/tab/tab-get.js +72 -91
  1123. package/dist/m365/teams/commands/tab/tab-list.js +24 -37
  1124. package/dist/m365/teams/commands/tab/tab-remove.js +42 -55
  1125. package/dist/m365/teams/commands/team/team-add.js +85 -102
  1126. package/dist/m365/teams/commands/team/team-app-list.js +46 -61
  1127. package/dist/m365/teams/commands/team/team-archive.js +41 -56
  1128. package/dist/m365/teams/commands/team/team-clone.js +45 -63
  1129. package/dist/m365/teams/commands/team/team-get.js +37 -52
  1130. package/dist/m365/teams/commands/team/team-list.js +112 -63
  1131. package/dist/m365/teams/commands/team/team-remove.js +50 -65
  1132. package/dist/m365/teams/commands/team/team-set.js +30 -43
  1133. package/dist/m365/teams/commands/team/team-unarchive.js +38 -53
  1134. package/dist/m365/teams/commands/user/user-app-add.js +29 -42
  1135. package/dist/m365/teams/commands/user/user-app-list.js +51 -66
  1136. package/dist/m365/teams/commands/user/user-app-remove.js +40 -53
  1137. package/dist/m365/teams/commands/user/user-list.js +37 -54
  1138. package/dist/m365/teams/commands.js +1 -3
  1139. package/dist/m365/tenant/commands/id/id-get.js +33 -46
  1140. package/dist/m365/tenant/commands/info/info-get.js +83 -0
  1141. package/dist/m365/tenant/commands/report/report-activeusercounts.js +5 -7
  1142. package/dist/m365/tenant/commands/report/report-activeuserdetail.js +5 -7
  1143. package/dist/m365/tenant/commands/report/report-office365activationcounts.js +31 -46
  1144. package/dist/m365/tenant/commands/report/report-office365activationsusercounts.js +31 -46
  1145. package/dist/m365/tenant/commands/report/report-office365activationsuserdetail.js +31 -46
  1146. package/dist/m365/tenant/commands/report/report-servicesusercounts.js +5 -7
  1147. package/dist/m365/tenant/commands/security/security-alerts-list.js +43 -58
  1148. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-get.js +15 -28
  1149. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-list.js +28 -43
  1150. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-get.js +22 -35
  1151. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-list.js +19 -32
  1152. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-get.js +26 -39
  1153. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-list.js +19 -32
  1154. package/dist/m365/tenant/commands.js +2 -3
  1155. package/dist/m365/todo/ToDoList.js +1 -2
  1156. package/dist/m365/todo/ToDoTask.js +1 -2
  1157. package/dist/m365/todo/commands/list/list-add.js +26 -39
  1158. package/dist/m365/todo/commands/list/list-get.js +33 -48
  1159. package/dist/m365/todo/commands/list/list-list.js +14 -27
  1160. package/dist/m365/todo/commands/list/list-remove.js +46 -63
  1161. package/dist/m365/todo/commands/list/list-set.js +40 -55
  1162. package/dist/m365/todo/commands/task/task-add.js +68 -85
  1163. package/dist/m365/todo/commands/task/task-get.js +44 -59
  1164. package/dist/m365/todo/commands/task/task-list.js +30 -43
  1165. package/dist/m365/todo/commands/task/task-remove.js +53 -66
  1166. package/dist/m365/todo/commands/task/task-set.js +36 -50
  1167. package/dist/m365/todo/commands.js +1 -3
  1168. package/dist/m365/util/commands/accesstoken/accesstoken-get.js +24 -37
  1169. package/dist/m365/util/commands.js +1 -3
  1170. package/dist/m365/viva/commands/connections/connections-app-create.js +117 -130
  1171. package/dist/m365/viva/commands.js +1 -3
  1172. package/dist/m365/yammer/commands/group/group-list.js +45 -60
  1173. package/dist/m365/yammer/commands/group/group-user-add.js +27 -40
  1174. package/dist/m365/yammer/commands/group/group-user-remove.js +46 -59
  1175. package/dist/m365/yammer/commands/message/message-add.js +33 -46
  1176. package/dist/m365/yammer/commands/message/message-get.js +24 -37
  1177. package/dist/m365/yammer/commands/message/message-like-set.js +50 -64
  1178. package/dist/m365/yammer/commands/message/message-list.js +96 -128
  1179. package/dist/m365/yammer/commands/message/message-remove.js +38 -51
  1180. package/dist/m365/yammer/commands/network/network-list.js +24 -37
  1181. package/dist/m365/yammer/commands/report/report-activitycounts.js +5 -7
  1182. package/dist/m365/yammer/commands/report/report-activityusercounts.js +5 -7
  1183. package/dist/m365/yammer/commands/report/report-activityuserdetail.js +5 -7
  1184. package/dist/m365/yammer/commands/report/report-deviceusagedistributionusercounts.js +5 -7
  1185. package/dist/m365/yammer/commands/report/report-deviceusageusercounts.js +5 -7
  1186. package/dist/m365/yammer/commands/report/report-deviceusageuserdetail.js +5 -7
  1187. package/dist/m365/yammer/commands/report/report-groupsactivitycounts.js +5 -7
  1188. package/dist/m365/yammer/commands/report/report-groupsactivitydetail.js +5 -7
  1189. package/dist/m365/yammer/commands/report/report-groupsactivitygroupcounts.js +5 -7
  1190. package/dist/m365/yammer/commands/user/user-get.js +32 -45
  1191. package/dist/m365/yammer/commands/user/user-list.js +18 -31
  1192. package/dist/m365/yammer/commands/yammer-search.js +141 -171
  1193. package/dist/m365/yammer/commands.js +1 -3
  1194. package/dist/request.js +27 -22
  1195. package/dist/settingsNames.js +1 -4
  1196. package/dist/telemetry.js +10 -13
  1197. package/dist/utils/aadGroup.js +46 -42
  1198. package/dist/utils/aadUser.js +39 -57
  1199. package/dist/utils/accessToken.js +5 -8
  1200. package/dist/utils/app.js +12 -0
  1201. package/dist/utils/basic.js +8 -0
  1202. package/dist/utils/browserUtil.js +5 -19
  1203. package/dist/utils/cache.js +8 -11
  1204. package/dist/utils/formatting.js +16 -12
  1205. package/dist/utils/fsUtil.js +10 -8
  1206. package/dist/utils/md.js +11 -14
  1207. package/dist/utils/misc.js +1 -4
  1208. package/dist/utils/odata.js +20 -35
  1209. package/dist/utils/packageManager.js +13 -16
  1210. package/dist/utils/pid.js +11 -14
  1211. package/dist/utils/planner.js +29 -44
  1212. package/dist/utils/powerPlatform.js +25 -39
  1213. package/dist/utils/session.js +5 -8
  1214. package/dist/utils/sinonUtil.js +1 -4
  1215. package/dist/utils/spfx.js +3 -8
  1216. package/dist/utils/spo.js +820 -319
  1217. package/dist/utils/tsUtil.js +8 -0
  1218. package/dist/utils/types.js +1 -2
  1219. package/dist/utils/urlUtil.js +3 -6
  1220. package/dist/utils/validation.js +2 -8
  1221. package/docs/docs/_clisettings.mdx +1 -1
  1222. package/docs/docs/cmd/_global.mdx +1 -1
  1223. package/docs/docs/cmd/aad/group/group-get.mdx +5 -5
  1224. package/docs/docs/cmd/aad/group/group-list.mdx +0 -11
  1225. package/docs/docs/cmd/aad/{o365group/o365group-add.mdx → m365group/m365group-add.mdx} +13 -13
  1226. package/docs/docs/cmd/aad/{o365group/o365group-conversation-list.mdx → m365group/m365group-conversation-list.mdx} +4 -4
  1227. package/docs/docs/cmd/aad/{o365group/o365group-conversation-post-list.mdx → m365group/m365group-conversation-post-list.mdx} +8 -8
  1228. package/docs/docs/cmd/aad/{o365group/o365group-get.mdx → m365group/m365group-get.mdx} +6 -6
  1229. package/docs/docs/cmd/aad/{o365group/o365group-list.mdx → m365group/m365group-list.mdx} +12 -29
  1230. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-clear.mdx → m365group/m365group-recyclebinitem-clear.mdx} +5 -5
  1231. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-list.mdx → m365group/m365group-recyclebinitem-list.mdx} +8 -8
  1232. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-remove.mdx → m365group/m365group-recyclebinitem-remove.mdx} +6 -6
  1233. package/docs/docs/cmd/aad/{o365group/o365group-recyclebinitem-restore.mdx → m365group/m365group-recyclebinitem-restore.mdx} +6 -6
  1234. package/docs/docs/cmd/aad/{o365group/o365group-remove.mdx → m365group/m365group-remove.mdx} +6 -6
  1235. package/docs/docs/cmd/aad/{o365group/o365group-renew.mdx → m365group/m365group-renew.mdx} +4 -4
  1236. package/docs/docs/cmd/aad/{o365group/o365group-report-activitycounts.mdx → m365group/m365group-report-activitycounts.mdx} +6 -6
  1237. package/docs/docs/cmd/aad/{o365group/o365group-report-activitydetail.mdx → m365group/m365group-report-activitydetail.mdx} +7 -7
  1238. package/docs/docs/cmd/aad/{o365group/o365group-report-activityfilecounts.mdx → m365group/m365group-report-activityfilecounts.mdx} +6 -6
  1239. package/docs/docs/cmd/aad/{o365group/o365group-report-activitygroupcounts.mdx → m365group/m365group-report-activitygroupcounts.mdx} +6 -6
  1240. package/docs/docs/cmd/aad/{o365group/o365group-report-activitystorage.mdx → m365group/m365group-report-activitystorage.mdx} +6 -6
  1241. package/docs/docs/cmd/aad/{o365group/o365group-set.mdx → m365group/m365group-set.mdx} +8 -8
  1242. package/docs/docs/cmd/aad/{o365group/o365group-teamify.mdx → m365group/m365group-teamify.mdx} +5 -5
  1243. package/docs/docs/cmd/aad/{o365group/o365group-user-add.mdx → m365group/m365group-user-add.mdx} +5 -5
  1244. package/docs/docs/cmd/aad/{o365group/o365group-user-list.mdx → m365group/m365group-user-list.mdx} +7 -7
  1245. package/docs/docs/cmd/aad/{o365group/o365group-user-remove.mdx → m365group/m365group-user-remove.mdx} +5 -5
  1246. package/docs/docs/cmd/aad/{o365group/o365group-user-set.mdx → m365group/m365group-user-set.mdx} +5 -5
  1247. package/docs/docs/cmd/aad/policy/policy-list.mdx +5 -5
  1248. package/docs/docs/cmd/aad/user/user-set.mdx +1 -1
  1249. package/docs/docs/cmd/cli/config/config-list.mdx +78 -0
  1250. package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -2
  1251. package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -2
  1252. package/docs/docs/cmd/flow/flow-enable.mdx +2 -2
  1253. package/docs/docs/cmd/flow/run/run-list.mdx +1 -3
  1254. package/docs/docs/cmd/login.mdx +6 -0
  1255. package/docs/docs/cmd/pa/app/app-export.mdx +5 -5
  1256. package/docs/docs/cmd/pa/app/app-permission-ensure.mdx +85 -0
  1257. package/docs/docs/cmd/pa/app/app-permission-remove.mdx +74 -0
  1258. package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
  1259. package/docs/docs/cmd/planner/task/task-add.mdx +22 -7
  1260. package/docs/docs/cmd/planner/task/task-get.mdx +13 -4
  1261. package/docs/docs/cmd/planner/task/task-list.mdx +22 -7
  1262. package/docs/docs/cmd/planner/task/task-remove.mdx +25 -8
  1263. package/docs/docs/cmd/planner/task/task-set.mdx +22 -7
  1264. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +2 -2
  1265. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +2 -2
  1266. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +3 -3
  1267. package/docs/docs/cmd/spfx/project/project-github-workflow-add.mdx +94 -0
  1268. package/docs/docs/cmd/spo/file/file-add.mdx +1 -1
  1269. package/docs/docs/cmd/spo/file/file-checkin.mdx +1 -1
  1270. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +1 -9
  1271. package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
  1272. package/docs/docs/cmd/spo/file/file-copy.mdx +20 -16
  1273. package/docs/docs/cmd/spo/file/file-get.mdx +1 -1
  1274. package/docs/docs/cmd/spo/file/file-list.mdx +2 -2
  1275. package/docs/docs/cmd/spo/file/file-move.mdx +36 -18
  1276. package/docs/docs/cmd/spo/file/file-remove.mdx +8 -8
  1277. package/docs/docs/cmd/spo/file/file-rename.mdx +3 -3
  1278. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +2 -2
  1279. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +3 -3
  1280. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +1 -1
  1281. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +1 -1
  1282. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +1 -1
  1283. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +1 -1
  1284. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
  1285. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +1 -1
  1286. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +1 -1
  1287. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +1 -1
  1288. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +1 -1
  1289. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +1 -1
  1290. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +1 -1
  1291. package/docs/docs/cmd/spo/file/file-version-clear.mdx +1 -1
  1292. package/docs/docs/cmd/spo/file/file-version-get.mdx +1 -1
  1293. package/docs/docs/cmd/spo/file/file-version-list.mdx +1 -1
  1294. package/docs/docs/cmd/spo/file/file-version-remove.mdx +1 -1
  1295. package/docs/docs/cmd/spo/file/file-version-restore.mdx +1 -1
  1296. package/docs/docs/cmd/spo/folder/folder-add.mdx +76 -1
  1297. package/docs/docs/cmd/spo/folder/folder-copy.mdx +39 -12
  1298. package/docs/docs/cmd/spo/folder/folder-get.mdx +1 -1
  1299. package/docs/docs/cmd/spo/folder/folder-list.mdx +1 -1
  1300. package/docs/docs/cmd/spo/folder/folder-move.mdx +40 -13
  1301. package/docs/docs/cmd/spo/folder/folder-remove.mdx +1 -1
  1302. package/docs/docs/cmd/spo/folder/folder-rename.mdx +5 -1
  1303. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
  1304. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +1 -1
  1305. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +2 -2
  1306. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +1 -1
  1307. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +1 -1
  1308. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +1 -1
  1309. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +2 -11
  1310. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +2 -5
  1311. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +1 -1
  1312. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +2 -5
  1313. package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +14 -1
  1314. package/docs/docs/cmd/spo/page/page-get.mdx +0 -1
  1315. package/docs/docs/cmd/spo/page/page-list.mdx +0 -1
  1316. package/docs/docs/cmd/spo/page/page-section-add.mdx +25 -1
  1317. package/docs/docs/cmd/spo/site/site-add.mdx +1 -1
  1318. package/docs/docs/cmd/spo/site/site-ensure.mdx +1 -1
  1319. package/docs/docs/cmd/spo/site/site-list.mdx +3 -78
  1320. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  1321. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +2 -2
  1322. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +3 -5
  1323. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +1 -1
  1324. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  1325. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +2 -4
  1326. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
  1327. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  1328. package/docs/docs/cmd/teams/meeting/meeting-list.mdx +135 -92
  1329. package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
  1330. package/docs/docs/cmd/teams/team/team-clone.mdx +3 -3
  1331. package/docs/docs/cmd/teams/team/team-list.mdx +47 -22
  1332. package/docs/docs/cmd/tenant/info/info-get.mdx +101 -0
  1333. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  1334. package/npm-shrinkwrap.json +1451 -6330
  1335. package/package.json +31 -34
  1336. package/dist/m365/aad/commands/o365group/GroupExtended.js +0 -3
  1337. package/dist/m365/aad/commands/o365group/o365group-add.js +0 -274
  1338. package/dist/m365/aad/commands/o365group/o365group-conversation-list.js +0 -63
  1339. package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +0 -90
  1340. package/dist/m365/aad/commands/o365group/o365group-get.js +0 -75
  1341. package/dist/m365/aad/commands/o365group/o365group-list.js +0 -130
  1342. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +0 -97
  1343. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-list.js +0 -70
  1344. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-remove.js +0 -135
  1345. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +0 -119
  1346. package/dist/m365/aad/commands/o365group/o365group-remove.js +0 -106
  1347. package/dist/m365/aad/commands/o365group/o365group-renew.js +0 -68
  1348. package/dist/m365/aad/commands/o365group/o365group-report-activitycounts.js +0 -17
  1349. package/dist/m365/aad/commands/o365group/o365group-report-activitydetail.js +0 -17
  1350. package/dist/m365/aad/commands/o365group/o365group-report-activityfilecounts.js +0 -17
  1351. package/dist/m365/aad/commands/o365group/o365group-report-activitygroupcounts.js +0 -17
  1352. package/dist/m365/aad/commands/o365group/o365group-report-activitystorage.js +0 -17
  1353. package/dist/m365/aad/commands/o365group/o365group-set.js +0 -246
  1354. package/dist/m365/aad/commands/o365group/o365group-teamify.js +0 -119
  1355. package/dist/m365/aad/commands/o365group/o365group-user-add.js +0 -109
  1356. package/dist/m365/aad/commands/o365group/o365group-user-list.js +0 -106
  1357. package/dist/m365/aad/commands/o365group/o365group-user-remove.js +0 -147
  1358. package/dist/m365/aad/commands/o365group/o365group-user-set.js +0 -169
  1359. package/dist/m365/pa/cds-project-mutator.js +0 -94
  1360. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/dataset-template/generated/ManifestTypes.d.ts +0 -11
  1361. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/dataset-template/template_ControlManifest.Input.xml +0 -31
  1362. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/dataset-template/template_index.ts +0 -56
  1363. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/field-template/generated/ManifestTypes.d.ts +0 -12
  1364. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/field-template/template_ControlManifest.Input.xml +0 -37
  1365. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/field-template/template_index.ts +0 -53
  1366. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/index.ts +0 -0
  1367. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/virtual-dataset-template/template_ControlManifest.Input.xml +0 -31
  1368. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/virtual-dataset-template/template_index.tsx +0 -58
  1369. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/virtual-field-template/template_ControlManifest.Input.xml +0 -37
  1370. package/dist/m365/pa/commands/pcf/pcf-init/assets/control/virtual-field-template/template_index.tsx +0 -55
  1371. package/dist/m365/pa/commands/pcf/pcf-init/assets/package.json +0 -19
  1372. package/dist/m365/pa/commands/pcf/pcf-init/assets/pcfconfig.json +0 -3
  1373. package/dist/m365/pa/commands/pcf/pcf-init/assets/template_.gitignore +0 -14
  1374. package/dist/m365/pa/commands/pcf/pcf-init/assets/template_pcfprojecttype.pcfproj +0 -45
  1375. package/dist/m365/pa/commands/pcf/pcf-init/pcf-init-variables.js +0 -3
  1376. package/dist/m365/pa/commands/pcf/pcf-init.js +0 -131
  1377. package/dist/m365/pa/commands/solution/solution-init/assets/Other/Customizations.xml +0 -18
  1378. package/dist/m365/pa/commands/solution/solution-init/assets/Other/Relationships.xml +0 -2
  1379. package/dist/m365/pa/commands/solution/solution-init/assets/Other/template_Solution.xml +0 -94
  1380. package/dist/m365/pa/commands/solution/solution-init/assets/template_.gitignore +0 -2
  1381. package/dist/m365/pa/commands/solution/solution-init/assets/template_solutionprojecttype.cdsproj +0 -44
  1382. package/dist/m365/pa/commands/solution/solution-init/solution-init-variables.js +0 -3
  1383. package/dist/m365/pa/commands/solution/solution-init.js +0 -137
  1384. package/dist/m365/pa/commands/solution/solution-reference-add.js +0 -101
  1385. package/dist/m365/pa/template-instantiator.js +0 -59
  1386. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.18.0-beta.1.js +0 -23
  1387. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0-beta.1.js +0 -61
  1388. package/docs/docs/cmd/pa/pcf/pcf-init.mdx +0 -56
  1389. package/docs/docs/cmd/pa/solution/solution-init.mdx +0 -46
  1390. package/docs/docs/cmd/pa/solution/solution-reference-add.mdx +0 -42
@@ -28,10 +28,13 @@ m365 planner task set [options]
28
28
  : Name of the bucket to move the task to. The bucket needs to exist in the selected plan. Specify either `bucketId` or `bucketName` when using `title`.
29
29
 
30
30
  `--planId [planId]`
31
- : ID of the plan to which the bucket belongs to. Specify either `planId` or `planTitle` when using `bucketName`.
31
+ : ID of the plan to which the bucket belongs to. Specify either `planId`, `planTitle`, or `rosterId` when using `bucketName`.
32
32
 
33
33
  `--planTitle [planTitle]`
34
- : Title of the plan to which the bucket belongs to. Specify either `planId` or `planTitle` when using `bucketName`.
34
+ : Title of the plan to which the bucket belongs to. Specify either `planId`, `planTitle`, or `rosterId` when using `bucketName`.
35
+
36
+ `--rosterId [rosterId]`
37
+ : ID of the Planner Roster to which the bucket belongs to. Specify either `planId`, `planTitle`, or `rosterId` when using `bucketName`.
35
38
 
36
39
  `--ownerGroupId [ownerGroupId]`
37
40
  : ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
@@ -91,24 +94,36 @@ You can add up to 6 categories to the task. An example to add _category1_ and _c
91
94
 
92
95
  When using `description` with a multiple lines value, use the new line character of the shell you are using to indicate line breaks. For PowerShell this is `` `n ``. For Zsh or Bash use `\n` with a `$` in front. E.g. `$"Line 1\nLine 2"`.
93
96
 
97
+ :::caution
98
+
99
+ When using `rosterId`, the command is based on an API that is currently in preview and is subject to change once the API reached general availability.
100
+
101
+ :::
102
+
94
103
  ## Examples
95
104
 
96
- Updates a Microsoft Planner task name to _My Planner Task_ for the task with the ID _Z-RLQGfppU6H3663DBzfs5gAMD3o_
105
+ Updates a Microsoft Planner task name of the specified task by ID
97
106
 
98
107
  ```sh
99
108
  m365 planner task set --id "Z-RLQGfppU6H3663DBzfs5gAMD3o" --title "My Planner Task"
100
109
  ```
101
110
 
102
- Moves a Microsoft Planner task with the ID _Z-RLQGfppU6H3663DBzfs5gAMD3o_ to the bucket named _My Planner Bucket_. Based on the plan with the title _My Planner Plan_ owned by the group _My Planner Group_
111
+ Moves a Microsoft Planner task with the specified ID to the bucket by name. Based on the plan with the specified rosterId.
112
+
113
+ ```sh
114
+ m365 planner task set --id "Z-RLQGfppU6H3663DBzfs5gAMD3o" --bucketName "My Planner Bucket" --rosterId "DjL5xiKO10qut8LQgztpKskABWna"
115
+ ```
116
+
117
+ Moves a Microsoft Planner task with the specified ID to the bucket by name. Based on the plan with the specified title owned by the specified group by name.
103
118
 
104
119
  ```sh
105
- m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --bucketName "My Planner Bucket" --planTitle "My Planner Plan" --ownerGroupName "My Planner Group"
120
+ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --bucketName "My Planner Bucket" --planTitle "My Planner Plan" --ownerGroupName "My Planner Group"
106
121
  ```
107
122
 
108
- Marks a Microsoft Planner task with the ID _Z-RLQGfppU6H3663DBzfs5gAMD3o_ as 50% complete and assigned to categories 1 and 3.
123
+ Marks a Microsoft Planner task with the specified ID as 50% complete and assigned to categories 1 and 3.
109
124
 
110
125
  ```sh
111
- m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 --appliedCategories "category1,category3"
126
+ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 --appliedCategories "category1,category3"
112
127
  ```
113
128
 
114
129
  ## Response
@@ -32,13 +32,13 @@ m365 pp dataverse table get [options]
32
32
  List a table for the given environment
33
33
 
34
34
  ```sh
35
- m365 pp dataverse table get -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
35
+ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
36
36
  ```
37
37
 
38
38
  List a table for the given environment as Admin
39
39
 
40
40
  ```sh
41
- m365 pp dataverse table get -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin
41
+ m365 pp dataverse table get --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin
42
42
  ```
43
43
 
44
44
  ## Response
@@ -29,13 +29,13 @@ m365 pp dataverse table list [options]
29
29
  List all tables for the given environment
30
30
 
31
31
  ```sh
32
- m365 pp dataverse table list -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
32
+ m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
33
33
  ```
34
34
 
35
35
  List all tables for the given environment as Admin
36
36
 
37
37
  ```sh
38
- m365 pp dataverse table list -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --asAdmin
38
+ m365 pp dataverse table list --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --asAdmin
39
39
  ```
40
40
 
41
41
  ## Response
@@ -33,19 +33,19 @@ m365 pp dataverse table remove [options]
33
33
  Removes a dataverse table in a given environment
34
34
 
35
35
  ```sh
36
- m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
36
+ m365 pp dataverse table remove --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
37
37
  ```
38
38
 
39
39
  Removes a dataverse table in a given environment as Admin
40
40
 
41
41
  ```sh
42
- m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin
42
+ m365 pp dataverse table remove --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin
43
43
  ```
44
44
 
45
45
  Removes a dataverse table in a given environment without prompting for confirmation
46
46
 
47
47
  ```sh
48
- m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --force
48
+ m365 pp dataverse table remove --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --force
49
49
  ```
50
50
 
51
51
  ## Response
@@ -0,0 +1,94 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+
3
+ # spfx project github workflow add
4
+
5
+ Adds a GitHub workflow for a SharePoint Framework project
6
+
7
+ ## Usage
8
+
9
+ ```sh
10
+ m365 spfx project github workflow add [options]
11
+ ```
12
+
13
+ ## Options
14
+
15
+ ```md definition-list
16
+ `-n, --name [name]`
17
+ : Name of the workflow that will be created. If none is specified a default name will be used 'Deploy Solution ${name of sppkg file}'
18
+
19
+ `-b, --branchName [branchName]`
20
+ : Specify the branch name which should trigger the workflow on push. If none is specified a default will be used which is 'main'
21
+
22
+ `-m, --manuallyTrigger`
23
+ : When specified a manual trigger option will be added to the workflow: `workflow_dispatch`
24
+
25
+ `-l, --loginMethod [loginMethod]`
26
+ : Specify the login method used for the login action. Possible options are: `user`, `application`. Default `application`'
27
+
28
+ `-s, --scope [scope]`
29
+ : Scope of the app catalog: `tenant`, `sitecollection`. Default is `tenant`
30
+
31
+ `-u, --siteUrl [siteUrl]`
32
+ : The URL of the site collection where the solution package will be added. Required if scope is set to `sitecollection`
33
+
34
+ `--skipFeatureDeployment`
35
+ : When specified and the app supports tenant-wide deployment, deploy it to the whole tenant
36
+
37
+ `--overwrite`
38
+ : When specified the workflow will overwrite the existing .sppkg if it is already deployed in the app catalog.
39
+ ```
40
+
41
+ <Global />
42
+
43
+ ## Remarks
44
+
45
+ The `spfx project github workflow add` will create a workflow .yml file in the `.github/workflows` directory in your project. If such directory does not exist the command will automatically create it.
46
+
47
+ For the `application` login method the command does not register AAD application nor create the required certificate. In order for you to proceed you will need to first obtain (create) a self-signed certificate and register a new AAD application with certificate authentication. After that in GitHub repo settings, you will need to create the following secrets:
48
+
49
+ - `APP_ID` - client id of the registered AAD application
50
+ - `CERTIFICATE_ENCODED` - application's encoded certificate
51
+ - `CERTIFICATE_PASSWORD` - certificate password. This applies only if the certificate is encoded which is the recommended approach
52
+
53
+ This use case is perfect in a production context as it does not create any dependencies on an account
54
+
55
+ For the `user` login method you will need to create the following secrets in GitHub repo settings:
56
+
57
+ - `ADMIN_USERNAME` - username
58
+ - `ADMIN_PASSWORD` - password
59
+
60
+ This method is perfect to test your workflow, in a dev context, for personal usage. It will not work for accounts with MFA.
61
+
62
+ :::info
63
+
64
+ Run this command in the SPFx solution folder.
65
+
66
+ :::
67
+
68
+ ## Examples
69
+
70
+ Adds a GitHub workflow for a SharePoint Framework project with `application` login method triggered on push to main
71
+
72
+ ```sh
73
+ m365 spfx project github workflow add
74
+ ```
75
+
76
+ Adds a GitHub workflow for a SharePoint Framework project with `user` login method triggered on push to main and when manually triggered.
77
+
78
+ ```sh
79
+ m365 spfx project github workflow add --manuallyTrigger --loginMethod "user"
80
+ ```
81
+
82
+ Adds a GitHub workflow for a SharePoint Framework project with deployment to a site collection app catalog
83
+
84
+ ```sh
85
+ m365 spfx project github workflow add --scope "sitecollection" --siteUrl "https://some.sharepoint.com/sites/someSite"
86
+ ```
87
+
88
+ ## Response
89
+
90
+ The command won't return a response on success.
91
+
92
+ ## More information
93
+
94
+ - Automate your CI/CD workflow using CLI for Microsoft 365 GitHub Actions: [https://pnp.github.io/cli-microsoft365/user-guide/github-actions](https://pnp.github.io/cli-microsoft365/user-guide/github-actions)
@@ -17,7 +17,7 @@ m365 spo file add [options]
17
17
  : The URL of the site where the file should be uploaded to
18
18
 
19
19
  `--folder <folder>`
20
- : The server- or site-relative URL to the folder where the file should be uploaded
20
+ : The server- or site-relative decoded URL to the folder where the file should be uploaded
21
21
 
22
22
  `-p, --path <path>`
23
23
  : Local path to the file to upload
@@ -17,7 +17,7 @@ m365 spo file checkin [options]
17
17
  : The URL of the site where the file is located
18
18
 
19
19
  `--url [url]`
20
- : The server- or site-relative URL of the file to retrieve. Specify either `url` or `id` but not both
20
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `url` or `id` but not both
21
21
 
22
22
  `-i, --id [id]`
23
23
  : The UniqueId (GUID) of the file to retrieve. Specify either `url` or `id` but not both
@@ -17,7 +17,7 @@ m365 spo file checkout undo [options]
17
17
  : The URL of the site where the file is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
20
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `-i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
@@ -28,14 +28,6 @@ m365 spo file checkout undo [options]
28
28
 
29
29
  <Global />
30
30
 
31
- ## Remarks
32
-
33
- :::info
34
-
35
- When specifying option `fileUrl`, make sure that the URL is decoded. If not, you will get a `File Not Found` error.
36
-
37
- :::
38
-
39
31
  ## Examples
40
32
 
41
33
  Discards a checked-out file with a specific ID.
@@ -17,7 +17,7 @@ m365 spo file checkout [options]
17
17
  : The URL of the site where the file is located
18
18
 
19
19
  `--url [url]`
20
- : The server- or site-relative URL of the file to retrieve. Specify either `url` or `id` but not both
20
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `url` or `id` but not both
21
21
 
22
22
  `-i, --id [id]`
23
23
  : The UniqueId (GUID) of the file to retrieve. Specify either `url` or `id` but not both
@@ -16,11 +16,14 @@ m365 spo file copy [options]
16
16
  `-u, --webUrl <webUrl>`
17
17
  : The URL of the site where the file is located.
18
18
 
19
- `-s, --sourceUrl <sourceUrl>`
20
- : Site-relative, server-relative or absolute URL of the file.
19
+ `-s, --sourceUrl [sourceUrl]`
20
+ : Site-relative, server-relative or absolute decoded URL of the file. Specify either `sourceUrl` or `sourceId` but not both.
21
+
22
+ `-i, --sourceId [sourceId]`
23
+ : The Unique ID (GUID) of the file. Specify either `sourceUrl` or `sourceId` but not both.
21
24
 
22
25
  `-t, --targetUrl <targetUrl>`
23
- : Server-relative or absolute URL of the location.
26
+ : Server-relative or absolute decoded URL of the location.
24
27
 
25
28
  `--newName [newName]`
26
29
  : New name of the destination file.
@@ -28,6 +31,9 @@ m365 spo file copy [options]
28
31
  `--nameConflictBehavior [nameConflictBehavior]`
29
32
  : Behavior when a document with the same name is already present at the destination. Possible values: `fail`, `replace`, `rename`. Default is `fail`.
30
33
 
34
+ `--resetAuthorAndCreated`
35
+ : Use this option to clear the author and created date. When not specified, the values from the source file are used.
36
+
31
37
  `--bypassSharedLock`
32
38
  : This indicates whether a file with a share lock can still be copied. Use this option to copy a file that is locked.
33
39
  ```
@@ -36,12 +42,6 @@ m365 spo file copy [options]
36
42
 
37
43
  ## Remarks
38
44
 
39
- :::info
40
-
41
- The required URLs `webUrl`, `sourceUrl` and `targetUrl` cannot be encoded. When you do so, you will get a `File Not Found` error.
42
-
43
- :::
44
-
45
45
  When you specify a value for `nameConflictBehavior`, consider the following:
46
46
 
47
47
  - `fail` will throw an error when the destination file already exists.
@@ -50,30 +50,34 @@ When you specify a value for `nameConflictBehavior`, consider the following:
50
50
 
51
51
  ## Examples
52
52
 
53
- Copy a file to a document library in another site collection with server relative URLs
53
+ Copy a file by server-relative URL to a document library in another site collection with server relative URL
54
54
 
55
55
  ```sh
56
56
  m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceUrl "/sites/project/Shared Documents/Document.pdf" --targetUrl "/sites/IT/Shared Documents"
57
57
  ```
58
58
 
59
- Copy a file to a document library in another site collection with absolute URLs
59
+ Copy a file by site-relative URL to a document library in another site collection and clear the author and created date
60
60
 
61
61
  ```sh
62
- m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceUrl "https://contoso.sharepoint.com/sites/project/Shared Documents/Document.pdf" --targetUrl "https://contoso.sharepoint.com/sites/IT/Shared Documents"
62
+ m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceUrl "/Shared Documents/Document.pdf" --targetUrl "/sites/IT/Shared Documents" --resetAuthorAndCreated
63
63
  ```
64
64
 
65
- Copy file to a document library in another site collection with a new name
65
+ Copy file by sourceId (UniqueId) to a document library in another site collection and rename the file
66
66
 
67
67
  ```sh
68
- m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceUrl "/sites/project/Shared Documents/Document.pdf" --targetUrl "/sites/IT/Shared Documents" --newName "Report.pdf"
68
+ m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceId "b2307a39-e878-458b-bc90-03bc578531d6" --targetUrl "/sites/IT/Shared Documents" --newName "Report.pdf"
69
69
  ```
70
70
 
71
- Copy file to a document library in another site collection with a new name, rename the file if it already exists
71
+ Copy file by sourceId (UniqueId) to a document library in another site collection with a new name, rename the file if it already exists
72
72
 
73
73
  ```sh
74
- m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceUrl "/sites/project/Shared Documents/Document.pdf" --targetUrl "/sites/IT/Shared Documents" --newName "Report.pdf" --nameConflictBehavior rename
74
+ m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/project --sourceId "b2307a39-e878-458b-bc90-03bc578531d6" --targetUrl "/sites/IT/Shared Documents" --newName "Report.pdf" --nameConflictBehavior rename
75
75
  ```
76
76
 
77
+ ## Response
78
+
79
+ The command won't return a response on success.
80
+
77
81
  ## More information
78
82
 
79
83
  - Copy items from a SharePoint document library: [https://support.office.com/en-us/article/move-or-copy-items-from-a-sharepoint-document-library-00e2f483-4df3-46be-a861-1f5f0c1a87bc](https://support.office.com/en-us/article/move-or-copy-items-from-a-sharepoint-document-library-00e2f483-4df3-46be-a861-1f5f0c1a87bc)
@@ -19,7 +19,7 @@ m365 spo file get [options]
19
19
  : The URL of the site where the file is located
20
20
 
21
21
  `-u, --url [url]`
22
- : The server- or site-relative URL of the file to retrieve. Specify either `url` or `id` but not both
22
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `url` or `id` but not both
23
23
 
24
24
  `-i, --id [id]`
25
25
  : The UniqueId (GUID) of the file to retrieve. Specify either `url` or `id` but not both
@@ -18,8 +18,8 @@ m365 spo file list [options]
18
18
  `-u, --webUrl <webUrl>`
19
19
  : The URL of the site where the folder from which to retrieve files is located.
20
20
 
21
- `-f, --folderUrl <folderUrl>`
22
- : The server- or site-relative URL of the parent folder from which to retrieve files.
21
+ `--folderUrl <folderUrl>`
22
+ : The server- or site-relative decoded URL of the parent folder from which to retrieve files.
23
23
 
24
24
  `--fields [fields]`
25
25
  : Comma-separated list of fields to retrieve. Will retrieve all fields if not specified.
@@ -14,53 +14,71 @@ m365 spo file move [options]
14
14
 
15
15
  ```md definition-list
16
16
  `-u, --webUrl <webUrl>`
17
- : The URL of the site where the file is located
17
+ : The URL of the site where the file is located.
18
18
 
19
- `-s, --sourceUrl <sourceUrl>`
20
- : The server- or site-relative URL of the file to move
19
+ `-s, --sourceUrl [sourceUrl]`
20
+ : The server-, site-relative or absolute decoded URL of the file to move. Specify either `sourceUrl` or `sourceId` but not both.
21
+
22
+ `-i, --sourceId [sourceId]`
23
+ : The ID of the file to move. Specify either `sourceUrl` or `sourceId` but not both.
21
24
 
22
25
  `-t, --targetUrl <targetUrl>`
23
- : Server-relative URL where to move the file
26
+ : Server-relative or absolute decoded URL where to move the file.
27
+
28
+ `--newName [newName]`
29
+ : The new name of the destination file.
24
30
 
25
- `--deleteIfAlreadyExists`
26
- : If a file already exists at the targetUrl, it will be moved to the recycle bin. If omitted, the move operation will be canceled if the file already exists at the targetUrl location
31
+ `--nameConflictBehavior [nameConflictBehavior]`
32
+ : Behavior when a file or folder with the same name is already present at the destination. Possible values: `fail`, `replace`, `rename`. The default is `fail`.
27
33
 
28
- `--allowSchemaMismatch`
29
- : Ignores any missing fields in the target document library and moves the file anyway
34
+ `--retainEditorAndModified`
35
+ : Use this option to retain the editor and modified date. When not specified, these values are reset when moving to another library.
36
+
37
+ `--bypassSharedLock`
38
+ : This indicates whether a file with a share lock can still be moved. Use this option to move a file that is locked.
30
39
  ```
31
40
 
32
41
  <Global />
33
42
 
34
43
  ## Remarks
35
44
 
36
- When you move a file using the `spo file move` command, all of the versions are being moved.
45
+ All file versions are retained while moving a file.
46
+
47
+ When you specify a value for `nameConflictBehavior`, consider the following:
48
+
49
+ - `fail` will throw an error when the destination file already exists.
50
+ - `replace` will replace the destination file if it already exists.
51
+ - `rename` will add a suffix (e.g. Document1.pdf) when the destination file already exists.
37
52
 
38
53
  ## Examples
39
54
 
40
- Move file to a document library in another site collection
55
+ Move a file to a document library in another site collection by server relative URL
41
56
 
42
57
  ```sh
43
- m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /sites/test1/Shared%20Documents/sp1.pdf --targetUrl /sites/test2/Shared%20Documents/
58
+ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/project-x --sourceUrl "/sites/project-x/Shared Documents/sp1.pdf" --targetUrl "/sites/project-y/Archived documents"
44
59
  ```
45
60
 
46
- Move file to a document library in the same site collection
61
+ Move a file specified by a server-relative URL to a document library and rename it
47
62
 
48
63
  ```sh
49
- m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /Shared%20Documents/sp1.pdf --targetUrl /sites/test1/HRDocuments/
64
+ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/project-x --sourceUrl "/Shared Documents/sp1.pdf" --targetUrl "/sites/project-x/My Documents" --newName Report.pdf
50
65
  ```
51
66
 
52
- Move file to a document library in another site collection. If a file with the same name already exists in the target document library, move it to the recycle bin
67
+ Move a file to another document library and replace a file with the same name
53
68
 
54
69
  ```sh
55
- m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /Shared%20Documents/sp1.pdf --targetUrl /sites/test2/Shared%20Documents/ --deleteIfAlreadyExists
70
+ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/project-x --sourceUrl "/Shared Documents/Report project-x.pdf" --targetUrl "/sites/project-x/My Documents" --newName Report.pdf --nameConflictBehavior replace
56
71
  ```
57
72
 
58
- Move file to a document library in another site collection. Allow for schema mismatch
73
+ Move a file referenced by its ID to another document library and retain editor and modified date
59
74
 
60
- ```sh
61
- m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /sites/test1/Shared%20Documents/sp1.pdf --targetUrl /sites/test2/Shared%20Documents/ --allowSchemaMismatch
75
+ ```sh
76
+ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/project-x --sourceId b8cc341b-9c11-4f2d-aa2b-0ce9c18bcba2 --targetUrl "/sites/project-x/My Documents" --retainEditorAndModified
62
77
  ```
63
78
 
79
+ ## Response
80
+
81
+ The command won't return a response on success.
64
82
 
65
83
  ## More information
66
84
 
@@ -26,7 +26,7 @@ m365 spo page template remove
26
26
  : The ID of the file to remove. Specify either `id` or `url` but not both
27
27
 
28
28
  `-u, --url [url]`
29
- : The server- or site-relative URL of the file to remove. Specify either `id` or `url` but not both
29
+ : The server- or site-relative decoded URL of the file to remove. Specify either `id` or `url` but not both
30
30
 
31
31
  `--recycle`
32
32
  : Recycle the file instead of actually deleting it
@@ -39,26 +39,26 @@ m365 spo page template remove
39
39
 
40
40
  ## Examples
41
41
 
42
- Remove the file with ID _0cd891ef-afce-4e55-b836-fce03286cccf_ located in site _https://contoso.sharepoint.com/sites/project-x_
42
+ Remove file by ID
43
43
 
44
44
  ```sh
45
45
  m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --id 0cd891ef-afce-4e55-b836-fce03286cccf
46
46
  ```
47
47
 
48
- Remove the file with site-relative URL _SharedDocuments/Test.docx_ from located in site _https://contoso.sharepoint.com/sites/project-x_
48
+ Remove the file by site-relative URL
49
49
 
50
50
  ```sh
51
- m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --url SharedDocuments/Test.docx
51
+ m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --url "/Shared Documents/Test.docx"
52
52
  ```
53
53
 
54
- Move the file with server-relative URL _/sites/project-x/SharedDocuments/Test.docx_ located in site _https://contoso.sharepoint.com/sites/project-x_ to the recycle bin
54
+ Move the file by server-relative URL to the recycle bin
55
55
 
56
56
  ```sh
57
- m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --url /sites/project-x/SharedDocuments/Test.docx --recycle
57
+ m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --url "/sites/project-x/SharedDocuments/Test.docx" --recycle
58
58
  ```
59
59
 
60
- Remove the page template with site-relative URL _SharedDocuments/Test.docx_ from located in site _https://contoso.sharepoint.com/sites/project-x_
60
+ Remove a page template by site-relative URL
61
61
 
62
62
  ```sh
63
- m365 spo page template remove --webUrl https://contoso.sharepoint.com/sites/project-x --url SharedDocuments/Forms/Template.dotx
63
+ m365 spo page template remove --webUrl https://contoso.sharepoint.com/sites/project-x --url "/Shared Documents/Forms/Template.dotx"
64
64
  ```
@@ -17,7 +17,7 @@ m365 spo file rename [options]
17
17
  : The URL of the site where the file is located
18
18
 
19
19
  `-s, --sourceUrl <sourceUrl>`
20
- : The server- or site-relative URL of the file to rename
20
+ : The server- or site-relative decoded URL of the file to rename
21
21
 
22
22
  `-t, --targetFileName <targetFileName>`
23
23
  : New file name of the file
@@ -34,13 +34,13 @@ If you try to rename a file without the `--force` flag and a file with this name
34
34
 
35
35
  ## Examples
36
36
 
37
- Renames a file with server-relative URL _/Shared Documents/Test1.docx_ located in site _<https://contoso.sharepoint.com/sites/project-x>_ to _Test2.docx_
37
+ Renames a file
38
38
 
39
39
  ```sh
40
40
  m365 spo file rename --webUrl https://contoso.sharepoint.com/sites/project-x --sourceUrl '/Shared Documents/Test1.docx' --targetFileName 'Test2.docx'
41
41
  ```
42
42
 
43
- Renames a file with server-relative URL _/Shared Documents/Test1.docx_ located in site _<https://contoso.sharepoint.com/sites/project-x>_ to _Test2.docx_. If the file with the target file name already exists, this file will be moved to the recycle bin
43
+ Renames a file. If the file with the target file name already exists, this file will be moved to the recycle bin.
44
44
 
45
45
  ```sh
46
46
  m365 spo file rename --webUrl https://contoso.sharepoint.com/sites/project-x --sourceUrl '/Shared Documents/Test1.docx' --targetFileName 'Test2.docx' --force
@@ -14,10 +14,10 @@ m365 spo file retentionlabel ensure [options]
14
14
 
15
15
  ```md definition-list
16
16
  `-u, --webUrl <webUrl>`
17
- : URL of the site where the retention label from a file to apply is located
17
+ : URL of the site where the retention label from a file to apply is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The site- or server-relative URL of the file that should be labelled. Specify either `fileUrl` or `fileId` but not both.
20
+ : The site- or server-relative decoded URL of the file that should be labelled. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `-i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file that should be labelled. Specify either `fileUrl` or `fileId` but not both.
@@ -14,16 +14,16 @@ m365 spo file retentionlabel remove [options]
14
14
 
15
15
  ```md definition-list
16
16
  `-u, --webUrl <webUrl>`
17
- : URL of the site where the retention label from a file to remove is located
17
+ : URL of the site where the retention label from a file to remove is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file of which the label should be removed. Specify either `fileUrl` or `fileId` but not both.
20
+ : The server- or site-relative decoded URL of the file of which the label should be removed. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `-i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file of which the label should be removed. Specify either `fileUrl` or `fileId` but not both.
24
24
 
25
25
  `-f, --force`
26
- : Don't prompt for confirming removing the retention label from a file
26
+ : Don't prompt for confirming removing the retention label from a file.
27
27
  ```
28
28
 
29
29
  <Global />
@@ -17,7 +17,7 @@ m365 spo file roleassignment add [options]
17
17
  : URL of the site where the file is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
20
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file to retrieve. Specify either `fileUrl` or `fileId` but not both.
@@ -17,7 +17,7 @@ m365 spo file roleassignment remove [options]
17
17
  : URL of the site where the file is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file. Specify either `fileUrl` or `fileId` but not both.
20
+ : The server- or site-relative decoded URL of the file. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `-i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file. Specify either `fileUrl` or `fileId` but not both.
@@ -17,7 +17,7 @@ m365 spo file roleinheritance break [options]
17
17
  : URL of the site where the file is located
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file. Specify either `fileUrl` or `fileId` but not both
20
+ : The server- or site-relative decoded URL of the file. Specify either `fileUrl` or `fileId` but not both
21
21
 
22
22
  `i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file. Specify either `fileUrl` or `fileId` but not both
@@ -17,7 +17,7 @@ m365 spo file roleinheritance reset [options]
17
17
  : URL of the site where the file is located
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both
20
+ : The server- or site-relative decoded URL of the file to retrieve. Specify either `fileUrl` or `fileId` but not both
21
21
 
22
22
  `i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file to retrieve. Specify either `fileUrl` or `fileId` but not both
@@ -17,7 +17,7 @@ m365 spo file sharinginfo get [options]
17
17
  : The URL of the site where the file is located
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative URL of the file for which to build the report. Specify either `fileUrl` or `fileId` but not both
20
+ : The server- or site-relative decoded URL of the file for which to build the report. Specify either `fileUrl` or `fileId` but not both
21
21
 
22
22
  `-i, --fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file for which to build the report. Specify either `fileUrl` or `fileId` but not both
@@ -19,7 +19,7 @@ m365 spo file sharinglink add [options]
19
19
  : The URL of the site where the file is located.
20
20
 
21
21
  `--fileUrl [fileUrl]`
22
- : The server- or site-relative (decoded) URL of the file. Specify either `fileUrl` or `fileId` but not both.
22
+ : The server- or site-relative decoded URL of the file. Specify either `fileUrl` or `fileId` but not both.
23
23
 
24
24
  `--fileId [fileId]`
25
25
  : The UniqueId (GUID) of the file. Specify either `fileUrl` or `fileId` but not both.
@@ -17,7 +17,7 @@ m365 spo file sharinglink clear [options]
17
17
  : The URL of the site where the file is located.
18
18
 
19
19
  `--fileUrl [fileUrl]`
20
- : The server- or site-relative (decoded) URL of the file. Specify either `fileUrl` or `fileId` but not both.
20
+ : The server- or site-relative decoded URL of the file. Specify either `fileUrl` or `fileId` but not both.
21
21
 
22
22
  `--fileId [fileId]`
23
23
  : The UniqueId (GUID) of the file. Specify either `fileUrl` or `fileId` but not both.