@pnp/cli-microsoft365 5.2.0-beta.a4da212 → 5.2.0-beta.bc072bc

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 (263) hide show
  1. package/.eslintrc.js +0 -1
  2. package/dist/m365/aad/commands/user/user-signin-list.js +81 -0
  3. package/dist/m365/aad/commands.js +2 -1
  4. package/dist/m365/planner/commands/bucket/bucket-set.js +208 -0
  5. package/dist/m365/planner/commands.js +1 -0
  6. package/dist/m365/pp/commands/environment/environment-list.js +57 -0
  7. package/dist/m365/pp/commands/managementapp/managementapp-list.js +24 -0
  8. package/dist/m365/pp/commands.js +3 -1
  9. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js +14 -0
  10. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.0.js +2 -0
  11. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.0.js +2 -0
  12. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0.js +2 -0
  13. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.15.0-beta.1.js → upgrade-1.15.0-beta.6.js} +27 -27
  14. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.4.1.js +2 -0
  15. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.9.1.js +2 -0
  16. package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
  17. package/dist/m365/spfx/commands/spfx-doctor.js +1 -105
  18. package/dist/m365/teams/commands/app/app-install.js +1 -1
  19. package/dist/m365/teams/commands/channel/channel-add.js +44 -14
  20. package/dist/m365/teams/commands/channel/channel-list.js +11 -1
  21. package/dist/m365/teams/commands/{conversationmember/conversationmember-add.js → channel/channel-member-add.js} +15 -22
  22. package/dist/m365/teams/commands/channel/{channel-membership-list.js → channel-member-list.js} +14 -7
  23. package/dist/m365/teams/commands/channel/channel-member-remove.js +214 -0
  24. package/dist/m365/teams/commands/channel/channel-member-set.js +206 -0
  25. package/dist/m365/teams/commands.js +5 -1
  26. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +1 -1
  27. package/docs/docs/cmd/aad/group/group-list.md +1 -1
  28. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +1 -1
  29. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +1 -1
  30. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +1 -1
  31. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +1 -1
  32. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +1 -1
  33. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +1 -1
  34. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +1 -1
  35. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +1 -1
  36. package/docs/docs/cmd/aad/o365group/o365group-remove.md +1 -1
  37. package/docs/docs/cmd/aad/o365group/o365group-renew.md +1 -1
  38. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +1 -1
  39. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +1 -1
  40. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +1 -1
  41. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +1 -1
  42. package/docs/docs/cmd/aad/o365group/o365group-user-add.md +1 -1
  43. package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +1 -1
  44. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +1 -1
  45. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +1 -1
  46. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +1 -1
  47. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +1 -1
  48. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +1 -1
  49. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +1 -1
  50. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +1 -1
  51. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +1 -1
  52. package/docs/docs/cmd/aad/sp/sp-get.md +1 -1
  53. package/docs/docs/cmd/aad/user/user-password-validate.md +1 -1
  54. package/docs/docs/cmd/aad/user/user-signin-list.md +81 -0
  55. package/docs/docs/cmd/cli/cli-doctor.md +1 -1
  56. package/docs/docs/cmd/flow/environment/environment-get.md +1 -1
  57. package/docs/docs/cmd/flow/environment/environment-list.md +1 -1
  58. package/docs/docs/cmd/flow/run/run-list.md +1 -1
  59. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +1 -1
  60. package/docs/docs/cmd/logout.md +1 -1
  61. package/docs/docs/cmd/onedrive/onedrive-list.md +1 -1
  62. package/docs/docs/cmd/planner/bucket/bucket-list.md +1 -1
  63. package/docs/docs/cmd/planner/bucket/bucket-set.md +57 -0
  64. package/docs/docs/cmd/planner/task/task-list.md +1 -1
  65. package/docs/docs/cmd/planner/task/task-set.md +2 -2
  66. package/docs/docs/cmd/pp/environment/environment-list.md +37 -0
  67. package/docs/docs/cmd/pp/managementapp/managementapp-list.md +21 -0
  68. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  69. package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
  70. package/docs/docs/cmd/spo/app/app-add.md +1 -1
  71. package/docs/docs/cmd/spo/app/app-deploy.md +1 -1
  72. package/docs/docs/cmd/spo/app/app-get.md +1 -1
  73. package/docs/docs/cmd/spo/app/app-install.md +1 -1
  74. package/docs/docs/cmd/spo/app/app-instance-list.md +1 -1
  75. package/docs/docs/cmd/spo/app/app-list.md +1 -1
  76. package/docs/docs/cmd/spo/app/app-remove.md +1 -1
  77. package/docs/docs/cmd/spo/app/app-retract.md +1 -1
  78. package/docs/docs/cmd/spo/app/app-uninstall.md +1 -1
  79. package/docs/docs/cmd/spo/app/app-upgrade.md +1 -1
  80. package/docs/docs/cmd/spo/apppage/apppage-add.md +1 -1
  81. package/docs/docs/cmd/spo/cdn/cdn-get.md +1 -1
  82. package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +1 -1
  83. package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +1 -1
  84. package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +1 -1
  85. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +1 -1
  86. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +1 -1
  87. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +1 -1
  88. package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +1 -1
  89. package/docs/docs/cmd/spo/customaction/customaction-add.md +1 -1
  90. package/docs/docs/cmd/spo/customaction/customaction-clear.md +1 -1
  91. package/docs/docs/cmd/spo/customaction/customaction-get.md +1 -1
  92. package/docs/docs/cmd/spo/customaction/customaction-list.md +1 -1
  93. package/docs/docs/cmd/spo/customaction/customaction-remove.md +1 -1
  94. package/docs/docs/cmd/spo/customaction/customaction-set.md +1 -1
  95. package/docs/docs/cmd/spo/externaluser/externaluser-list.md +1 -1
  96. package/docs/docs/cmd/spo/feature/feature-list.md +1 -1
  97. package/docs/docs/cmd/spo/field/field-add.md +1 -1
  98. package/docs/docs/cmd/spo/field/field-get.md +1 -1
  99. package/docs/docs/cmd/spo/field/field-set.md +1 -1
  100. package/docs/docs/cmd/spo/file/file-add.md +1 -1
  101. package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
  102. package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
  103. package/docs/docs/cmd/spo/file/file-copy.md +1 -1
  104. package/docs/docs/cmd/spo/file/file-get.md +1 -1
  105. package/docs/docs/cmd/spo/file/file-move.md +1 -1
  106. package/docs/docs/cmd/spo/file/file-remove.md +1 -1
  107. package/docs/docs/cmd/spo/folder/folder-add.md +1 -1
  108. package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
  109. package/docs/docs/cmd/spo/folder/folder-get.md +1 -1
  110. package/docs/docs/cmd/spo/folder/folder-list.md +1 -1
  111. package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
  112. package/docs/docs/cmd/spo/folder/folder-remove.md +1 -1
  113. package/docs/docs/cmd/spo/folder/folder-rename.md +1 -1
  114. package/docs/docs/cmd/spo/group/group-user-add.md +1 -1
  115. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +1 -1
  116. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +1 -1
  117. package/docs/docs/cmd/spo/homesite/homesite-get.md +1 -1
  118. package/docs/docs/cmd/spo/homesite/homesite-set.md +1 -1
  119. package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +1 -1
  120. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +1 -1
  121. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +1 -1
  122. package/docs/docs/cmd/spo/hubsite/hubsite-get.md +1 -1
  123. package/docs/docs/cmd/spo/hubsite/hubsite-list.md +1 -1
  124. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +1 -1
  125. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +1 -1
  126. package/docs/docs/cmd/spo/hubsite/hubsite-theme-sync.md +1 -1
  127. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +1 -1
  128. package/docs/docs/cmd/spo/list/list-add.md +1 -1
  129. package/docs/docs/cmd/spo/list/list-contenttype-add.md +1 -1
  130. package/docs/docs/cmd/spo/list/list-contenttype-list.md +1 -1
  131. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +1 -1
  132. package/docs/docs/cmd/spo/list/list-get.md +1 -1
  133. package/docs/docs/cmd/spo/list/list-label-get.md +1 -1
  134. package/docs/docs/cmd/spo/list/list-label-set.md +1 -1
  135. package/docs/docs/cmd/spo/list/list-list.md +1 -1
  136. package/docs/docs/cmd/spo/list/list-remove.md +1 -1
  137. package/docs/docs/cmd/spo/list/list-set.md +1 -1
  138. package/docs/docs/cmd/spo/list/list-sitescript-get.md +1 -1
  139. package/docs/docs/cmd/spo/list/list-view-field-add.md +1 -1
  140. package/docs/docs/cmd/spo/list/list-view-field-remove.md +1 -1
  141. package/docs/docs/cmd/spo/list/list-view-get.md +1 -1
  142. package/docs/docs/cmd/spo/list/list-view-remove.md +1 -1
  143. package/docs/docs/cmd/spo/list/list-view-set.md +1 -1
  144. package/docs/docs/cmd/spo/list/list-webhook-add.md +1 -1
  145. package/docs/docs/cmd/spo/list/list-webhook-get.md +1 -1
  146. package/docs/docs/cmd/spo/list/list-webhook-list.md +1 -1
  147. package/docs/docs/cmd/spo/list/list-webhook-remove.md +1 -1
  148. package/docs/docs/cmd/spo/list/list-webhook-set.md +1 -1
  149. package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
  150. package/docs/docs/cmd/spo/listitem/listitem-list.md +2 -2
  151. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +1 -1
  152. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +1 -1
  153. package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
  154. package/docs/docs/cmd/spo/navigation/navigation-node-add.md +1 -1
  155. package/docs/docs/cmd/spo/navigation/navigation-node-list.md +1 -1
  156. package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +1 -1
  157. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +1 -1
  158. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +1 -1
  159. package/docs/docs/cmd/spo/page/page-add.md +1 -1
  160. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +1 -1
  161. package/docs/docs/cmd/spo/page/page-column-get.md +1 -1
  162. package/docs/docs/cmd/spo/page/page-column-list.md +1 -1
  163. package/docs/docs/cmd/spo/page/page-control-get.md +1 -1
  164. package/docs/docs/cmd/spo/page/page-control-list.md +1 -1
  165. package/docs/docs/cmd/spo/page/page-list.md +1 -1
  166. package/docs/docs/cmd/spo/page/page-remove.md +1 -1
  167. package/docs/docs/cmd/spo/page/page-section-add.md +1 -1
  168. package/docs/docs/cmd/spo/page/page-section-get.md +1 -1
  169. package/docs/docs/cmd/spo/page/page-section-list.md +1 -1
  170. package/docs/docs/cmd/spo/page/page-set.md +1 -1
  171. package/docs/docs/cmd/spo/page/page-template-list.md +1 -1
  172. package/docs/docs/cmd/spo/page/page-text-add.md +1 -1
  173. package/docs/docs/cmd/spo/propertybag/propertybag-get.md +1 -1
  174. package/docs/docs/cmd/spo/propertybag/propertybag-list.md +1 -1
  175. package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +1 -1
  176. package/docs/docs/cmd/spo/propertybag/propertybag-set.md +1 -1
  177. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +1 -1
  178. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +1 -1
  179. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +1 -1
  180. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +1 -1
  181. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +1 -1
  182. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +1 -1
  183. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +1 -1
  184. package/docs/docs/cmd/spo/site/site-add.md +1 -1
  185. package/docs/docs/cmd/spo/site/site-appcatalog-add.md +1 -1
  186. package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +1 -1
  187. package/docs/docs/cmd/spo/site/site-classic-add.md +1 -1
  188. package/docs/docs/cmd/spo/site/site-commsite-enable.md +1 -1
  189. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +1 -1
  190. package/docs/docs/cmd/spo/site/site-set.md +1 -1
  191. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +1 -1
  192. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +1 -1
  193. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +1 -1
  194. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +1 -1
  195. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +1 -1
  196. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +1 -1
  197. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +1 -1
  198. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +1 -1
  199. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +1 -1
  200. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +1 -1
  201. package/docs/docs/cmd/spo/sitescript/sitescript-add.md +1 -1
  202. package/docs/docs/cmd/spo/sitescript/sitescript-get.md +1 -1
  203. package/docs/docs/cmd/spo/sitescript/sitescript-list.md +1 -1
  204. package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +1 -1
  205. package/docs/docs/cmd/spo/sitescript/sitescript-set.md +1 -1
  206. package/docs/docs/cmd/spo/spo-get.md +1 -1
  207. package/docs/docs/cmd/spo/storageentity/storageentity-list.md +1 -1
  208. package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +1 -1
  209. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +1 -1
  210. package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +1 -1
  211. package/docs/docs/cmd/spo/term/term-add.md +1 -1
  212. package/docs/docs/cmd/spo/term/term-get.md +1 -1
  213. package/docs/docs/cmd/spo/term/term-group-add.md +1 -1
  214. package/docs/docs/cmd/spo/term/term-group-get.md +1 -1
  215. package/docs/docs/cmd/spo/term/term-group-list.md +1 -1
  216. package/docs/docs/cmd/spo/term/term-list.md +1 -1
  217. package/docs/docs/cmd/spo/term/term-set-add.md +1 -1
  218. package/docs/docs/cmd/spo/term/term-set-get.md +1 -1
  219. package/docs/docs/cmd/spo/term/term-set-list.md +1 -1
  220. package/docs/docs/cmd/spo/theme/theme-apply.md +1 -1
  221. package/docs/docs/cmd/spo/theme/theme-get.md +1 -1
  222. package/docs/docs/cmd/spo/theme/theme-list.md +1 -1
  223. package/docs/docs/cmd/spo/theme/theme-remove.md +1 -1
  224. package/docs/docs/cmd/spo/user/user-remove.md +1 -1
  225. package/docs/docs/cmd/spo/web/web-add.md +1 -1
  226. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +1 -1
  227. package/docs/docs/cmd/spo/web/web-get.md +1 -1
  228. package/docs/docs/cmd/spo/web/web-list.md +1 -1
  229. package/docs/docs/cmd/spo/web/web-reindex.md +1 -1
  230. package/docs/docs/cmd/spo/web/web-remove.md +1 -1
  231. package/docs/docs/cmd/teams/app/app-publish.md +1 -1
  232. package/docs/docs/cmd/teams/app/app-remove.md +1 -1
  233. package/docs/docs/cmd/teams/app/app-uninstall.md +1 -1
  234. package/docs/docs/cmd/teams/channel/channel-add.md +18 -0
  235. package/docs/docs/cmd/teams/channel/channel-list.md +12 -3
  236. package/docs/docs/cmd/teams/{conversationmember/conversationmember-add.md → channel/channel-member-add.md} +10 -4
  237. package/docs/docs/cmd/teams/channel/channel-member-list.md +54 -0
  238. package/docs/docs/cmd/teams/channel/channel-member-remove.md +57 -0
  239. package/docs/docs/cmd/teams/channel/channel-member-set.md +51 -0
  240. package/docs/docs/cmd/teams/channel/channel-set.md +1 -1
  241. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +1 -1
  242. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +1 -1
  243. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +1 -1
  244. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +1 -1
  245. package/docs/docs/cmd/teams/message/message-get.md +1 -1
  246. package/docs/docs/cmd/teams/message/message-reply-list.md +1 -1
  247. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +1 -1
  248. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +1 -1
  249. package/docs/docs/cmd/teams/report/report-pstncalls.md +1 -1
  250. package/docs/docs/cmd/teams/tab/tab-list.md +1 -1
  251. package/docs/docs/cmd/teams/team/team-archive.md +1 -1
  252. package/docs/docs/cmd/teams/team/team-clone.md +1 -1
  253. package/docs/docs/cmd/teams/team/team-get.md +1 -1
  254. package/docs/docs/cmd/teams/team/team-list.md +1 -1
  255. package/docs/docs/cmd/teams/team/team-remove.md +1 -1
  256. package/docs/docs/cmd/teams/team/team-set.md +1 -1
  257. package/docs/docs/cmd/teams/team/team-unarchive.md +1 -1
  258. package/docs/docs/cmd/todo/task/task-list.md +1 -1
  259. package/docs/docs/cmd/todo/task/task-set.md +1 -1
  260. package/package.json +3 -1
  261. package/dist/m365/teams/commands/conversationmember/conversationmember-list.js +0 -164
  262. package/docs/docs/cmd/teams/channel/channel-membership-list.md +0 -48
  263. package/docs/docs/cmd/teams/conversationmember/conversationmember-list.md +0 -39
@@ -50,4 +50,4 @@ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceU
50
50
 
51
51
  ## More information
52
52
 
53
- - Move 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)
53
+ - Move 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)
@@ -40,4 +40,4 @@ Moves a folder with site-relative URL _/Shared Documents/My Folder_ located in s
40
40
 
41
41
  ```sh
42
42
  m365 spo folder remove --webUrl https://contoso.sharepoint.com/sites/project-x --folderUrl '/Shared Documents/My Folder' --recycle
43
- ```
43
+ ```
@@ -27,4 +27,4 @@ Renames a folder with site-relative URL _/Shared Documents/My Folder 1_ located
27
27
 
28
28
  ```sh
29
29
  m365 spo folder rename --webUrl https://contoso.sharepoint.com/sites/project-x --folderUrl '/Shared Documents/My Folder 1' --name 'My Folder 2'
30
- ```
30
+ ```
@@ -55,4 +55,4 @@ Add multiple users by email to the SharePoint group with name _Contoso Site Owne
55
55
 
56
56
  ```sh
57
57
  m365 spo group user add --webUrl https://contoso.sharepoint.com/sites/SiteA --groupName "Contoso Site Owners" --email "Alex.Wilber@contoso.com, Adele.Vance@contoso.com"
58
- ```
58
+ ```
@@ -25,4 +25,4 @@ m365 spo hidedefaultthemes get
25
25
 
26
26
  ## More information
27
27
 
28
- - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
28
+ - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
@@ -28,4 +28,4 @@ m365 spo hidedefaultthemes set --hideDefaultThemes true
28
28
 
29
29
  ## More information
30
30
 
31
- - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
31
+ - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
@@ -22,4 +22,4 @@ m365 spo homesite get
22
22
 
23
23
  ## More information
24
24
 
25
- - SharePoint home sites: a landing for your organization on the intelligent intranet: [https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933](https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933)
25
+ - SharePoint home sites: a landing for your organization on the intelligent intranet: [https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933](https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933)
@@ -28,4 +28,4 @@ m365 spo homesite set --siteUrl https://contoso.sharepoint.com/sites/comms
28
28
 
29
29
  ## More information
30
30
 
31
- - SharePoint home sites: a landing for your organization on the intelligent intranet: [https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933](https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933)
31
+ - SharePoint home sites: a landing for your organization on the intelligent intranet: [https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933](https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933)
@@ -37,4 +37,4 @@ m365 spo hubsite connect --url https://contoso.sharepoint.com/sites/contoso-sale
37
37
 
38
38
  ## More information
39
39
 
40
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
40
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -38,4 +38,4 @@ m365 spo hubsite data get --webUrl https://contoso.sharepoint.com/sites/project-
38
38
 
39
39
  ## More information
40
40
 
41
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
41
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -39,4 +39,4 @@ m365 spo hubsite disconnect --url https://contoso.sharepoint.com/sites/sales --c
39
39
 
40
40
  ## More information
41
41
 
42
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
42
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -32,4 +32,4 @@ m365 spo hubsite get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
32
32
 
33
33
  ## More information
34
34
 
35
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
35
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -38,4 +38,4 @@ m365 spo hubsite list --includeAssociatedSites --output json
38
38
 
39
39
  ## More information
40
40
 
41
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
41
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -32,4 +32,4 @@ m365 spo hubsite register --url https://contoso.sharepoint.com/sites/sales
32
32
 
33
33
  ## More information
34
34
 
35
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
35
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -50,4 +50,4 @@ m365 spo hubsite set --id 255a50b2-527f-4413-8485-57f4c17a24d1 --title Sales --d
50
50
 
51
51
  ## More information
52
52
 
53
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
53
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -30,4 +30,4 @@ m365 spo hubsite theme sync --webUrl https://contoso.sharepoint.com/sites/projec
30
30
 
31
31
  ## More information
32
32
 
33
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
33
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -41,4 +41,4 @@ m365 spo hubsite unregister --url https://contoso.sharepoint.com/sites/sales --c
41
41
 
42
42
  ## More information
43
43
 
44
- - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
44
+ - SharePoint hub sites new in Microsoft 365: [https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547](https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547)
@@ -226,4 +226,4 @@ m365 spo list add --webUrl https://contoso.sharepoint.com/sites/project-x --titl
226
226
  - SPList Class Members information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx)
227
227
  - ListTemplateType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx)
228
228
  - DraftVersionVisibilityType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx)
229
- - ListExperience enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx)
229
+ - ListExperience enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx)
@@ -36,4 +36,4 @@ Add existing content type with ID _0x0120_ to the list with title _Documents_ lo
36
36
 
37
37
  ```sh
38
38
  m365 spo list contenttype add --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --contentTypeId 0x0120
39
- ```
39
+ ```
@@ -33,4 +33,4 @@ List all content types configured on the list with title _Documents_ located in
33
33
 
34
34
  ```sh
35
35
  m365 spo list contenttype list --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents
36
- ```
36
+ ```
@@ -39,4 +39,4 @@ Remove content type with ID _0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A_ from
39
39
 
40
40
  ```sh
41
41
  m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --contentTypeId 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A
42
- ```
42
+ ```
@@ -55,4 +55,4 @@ m365 spo list get --title Documents --webUrl https://contoso.sharepoint.com/site
55
55
 
56
56
  ## More information
57
57
 
58
- - List REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint](https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint)
58
+ - List REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint](https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint)
@@ -33,4 +33,4 @@ Gets label set on the list with id _cc27a922-8224-4296-90a5-ebbc54da2e85_ locate
33
33
 
34
34
  ```sh
35
35
  m365 spo list label get --webUrl https://contoso.sharepoint.com/sites/project-x --listId cc27a922-8224-4296-90a5-ebbc54da2e85
36
- ```
36
+ ```
@@ -48,4 +48,4 @@ Sets classification label "Confidential" and disables editing and deleting items
48
48
 
49
49
  ```sh
50
50
  m365 spo list label set --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'Documents' --label 'Confidential' --blockEdit --blockDelete --syncToItems
51
- ```
51
+ ```
@@ -25,4 +25,4 @@ m365 spo list list --webUrl https://contoso.sharepoint.com/sites/project-x
25
25
 
26
26
  ## More information
27
27
 
28
- - List REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint](https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint)
28
+ - List REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint](https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListEndpoint)
@@ -36,4 +36,4 @@ Remove the list with title _List 1_ located in site _https://contoso.sharepoint.
36
36
 
37
37
  ```sh
38
38
  m365 spo list remove --webUrl https://contoso.sharepoint.com/sites/project-x --title 'List 1'
39
- ```
39
+ ```
@@ -226,4 +226,4 @@ m365 spo list set --webUrl https://contoso.sharepoint.com/sites/project-x --id 3
226
226
  - SPList Class Members information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.list_members.aspx)
227
227
  - ListTemplateType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listtemplatetype.aspx)
228
228
  - DraftVersionVisibilityType enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.draftvisibilitytype.aspx)
229
- - ListExperience enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx)
229
+ - ListExperience enum information: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listexperience.aspx)
@@ -34,4 +34,4 @@ located in site _https://contoso.sharepoint.com/sites/project-x_
34
34
 
35
35
  ```sh
36
36
  m365 spo list sitescript get --webUrl https://contoso.sharepoint.com/sites/project-x --listId cc27a922-8224-4296-90a5-ebbc54da2e85
37
- ```
37
+ ```
@@ -54,4 +54,4 @@ Add field with title _Custom field_ at the position _0_ to view with title _All
54
54
 
55
55
  ```sh
56
56
  m365 spo list view field add --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --viewTitle 'All Documents' --fieldTitle 'Custom field' --fieldPosition 0
57
- ```
57
+ ```
@@ -45,4 +45,4 @@ Remove field with title _Custom field_ from view with title _Custom view_ from t
45
45
 
46
46
  ```sh
47
47
  m365 spo list view field remove --webUrl https://contoso.sharepoint.com/sites/project-x --fieldTitle 'Custom field' --listTitle Documents --viewTitle 'Custom view'
48
- ```
48
+ ```
@@ -48,4 +48,4 @@ Gets a list view by name from a list located in site _https://contoso.sharepoint
48
48
 
49
49
  ```sh
50
50
  m365 spo list view get --webUrl https://contoso.sharepoint.com/sites/project-x --listId 330f29c5-5c4c-465f-9f4b-7903020ae1c1 --viewTitle 'All Items'
51
- ```
51
+ ```
@@ -54,4 +54,4 @@ Remove view with ID _cc27a922-8224-4296-90a5-ebbc54da2e81_ from a list with titl
54
54
 
55
55
  ```sh
56
56
  m365 spo list view remove --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --viewId cc27a922-8224-4296-90a5-ebbc54da2e81 --confirm
57
- ```
57
+ ```
@@ -51,4 +51,4 @@ Update view formatting of the specified list view
51
51
 
52
52
  ```sh
53
53
  m365 spo list view set --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'My List' --viewTitle 'All items' --CustomFormatter '`{"schema":"https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json","additionalRowClass": "=if([$DueDate] <= @now, 'sp-field-severity--severeWarning', '')"}`'
54
- ```
54
+ ```
@@ -53,4 +53,4 @@ a client state
53
53
 
54
54
  ```sh
55
55
  m365 spo list webhook add --webUrl https://contoso.sharepoint.com/sites/ninja --listTitle Documents --notificationUrl https://contoso-funcions.azurewebsites.net/webhook --expirationDateTime '2019-03-02T18:15' --clientState "Hello State!"
56
- ```
56
+ ```
@@ -40,4 +40,4 @@ Return information about a webhook with ID _cc27a922-8224-4296-90a5-ebbc54da2e85
40
40
 
41
41
  ```sh
42
42
  m365 spo list webhook get --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --id cc27a922-8224-4296-90a5-ebbc54da2e85
43
- ```
43
+ ```
@@ -39,4 +39,4 @@ List all webhooks for a list with title _Documents_ located in site _https://con
39
39
 
40
40
  ```sh
41
41
  m365 spo list webhook list --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents
42
- ```
42
+ ```
@@ -49,4 +49,4 @@ Remove webhook with ID _cc27a922-8224-4296-90a5-ebbc54da2e81_ from a list with t
49
49
 
50
50
  ```sh
51
51
  m365 spo list webhook remove --webUrl https://contoso.sharepoint.com/sites/ninja --listTitle Documents --id cc27a922-8224-4296-90a5-ebbc54da2e81 --confirm
52
- ```
52
+ ```
@@ -53,4 +53,4 @@ and the expiration date to _March 2nd, 2019_
53
53
 
54
54
  ```sh
55
55
  m365 spo list webhook set --webUrl https://contoso.sharepoint.com/sites/ninja --listTitle Documents --id cc27a922-8224-4296-90a5-ebbc54da2e81 --notificationUrl https://contoso-functions.azurewebsites.net/webhook --expirationDateTime 2019-03-02
56
- ```
56
+ ```
@@ -63,4 +63,4 @@ Add an item with Title _Demo Hyperlink Field_ and a hyperlink field named _Custo
63
63
 
64
64
  ```sh
65
65
  m365 spo listitem add --listTitle "Demo List" --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Hyperlink Field" --CustomHyperlink "https://www.bing.com, Bing"
66
- ```
66
+ ```
@@ -13,10 +13,10 @@ m365 spo listitem list [options]
13
13
  `-u, --webUrl <webUrl>`
14
14
  : URL of the site from which the item should be retrieved
15
15
 
16
- `-i, --id <id>`
16
+ `-i, --id [id]`
17
17
  : ID of the list to retrieve items from. Specify `id` or `title` but not both
18
18
 
19
- `-t, --title [listTitle]`
19
+ `-t, --title [title]`
20
20
  : Title of the list from which to retrieve the item. Specify `id` or `title` but not both
21
21
 
22
22
  `-q, --camlQuery [camlQuery]`
@@ -51,4 +51,4 @@ Declare a document with id _1_ as a record with record declaration date _Septemb
51
51
 
52
52
  ```sh
53
53
  m365 spo listitem record declare --webUrl https://contoso.sharepoint.com/sites/project-x --listId ea8e1356-5910-abc9-bc05-2408198057fc --id 1 --date 2013-09-03
54
- ```
54
+ ```
@@ -36,4 +36,4 @@ Undeclare the list item as a record with ID _1_ from list with title _List 1_ lo
36
36
 
37
37
  ```sh
38
38
  m365 spo listitem record undeclare --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'List 1' --id 1
39
- ```
39
+ ```
@@ -66,4 +66,4 @@ Update an item with id _147_ with Title _Demo Hyperlink Field_ and a hyperlink f
66
66
 
67
67
  ```sh
68
68
  m365 spo listitem set --listTitle "Demo List" --id 147 --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Hyperlink Field" --CustomHyperlink "https://www.bing.com, Bing"
69
- ```
69
+ ```
@@ -48,4 +48,4 @@ Add a navigation node below an existing node
48
48
 
49
49
  ```sh
50
50
  m365 spo navigation node add --webUrl https://contoso.sharepoint.com/sites/team-a --parentNodeId 2010 --title About --url /sites/team-s/sitepages/about.aspx
51
- ```
51
+ ```
@@ -30,4 +30,4 @@ Retrieve nodes from the quick launch
30
30
 
31
31
  ```sh
32
32
  m365 spo navigation node list --webUrl https://contoso.sharepoint.com/sites/team-a --location QuickLaunch
33
- ```
33
+ ```
@@ -36,4 +36,4 @@ Remove a node from the quick launch without prompting for confirmation
36
36
 
37
37
  ```sh
38
38
  m365 spo navigation node remove --webUrl https://contoso.sharepoint.com/sites/team-a --location QuickLaunch --id 2003 --confirm
39
- ```
39
+ ```
@@ -21,4 +21,4 @@ List all organizational news sites
21
21
 
22
22
  ```sh
23
23
  m365 spo orgnewssite list
24
- ```
24
+ ```
@@ -33,4 +33,4 @@ Remove a site from the list of organizational news sites, without prompting for
33
33
 
34
34
  ```sh
35
35
  m365 spo orgnewssite remove --url https://contoso.sharepoint.com/sites/site1 --confirm
36
- ```
36
+ ```
@@ -99,4 +99,4 @@ Create new article page with description
99
99
 
100
100
  ```sh
101
101
  m365 spo page add --name page.aspx --webUrl https://contoso.sharepoint.com/sites/a-team --description "Description to add for the page"
102
- ```
102
+ ```
@@ -83,4 +83,4 @@ Add the standard Image web part with the preconfigured image
83
83
 
84
84
  ```sh
85
85
  m365 spo page clientsidewebpart add --webUrl https://contoso.sharepoint.com/sites/a-team --pageName page.aspx --standardWebPart Image --webPartData '`{ "dataVersion": "1.8", "serverProcessedContent": {"htmlStrings":{},"searchablePlainTexts":{"captionText":""},"imageSources":{"imageSource":"/sites/team-a/SiteAssets/work-life-balance.png"},"links":{}}, "properties": {"imageSourceType":2,"altText":"a group of people on a beach","overlayText":"Work life balance","fileName":"48146-OFF12_Justice_01.png","siteId":"27664b85-067d-4be9-a7d7-89b2e804d09f","webId":"a7664b85-067d-4be9-a7d7-89b2e804d09f","listId":"37664b85-067d-4be9-a7d7-89b2e804d09f","uniqueId":"67664b85-067d-4be9-a7d7-89b2e804d09f","imgWidth":650,"imgHeight":433,"fixAspectRatio":false,"isOverlayTextEnabled":true}}`'
86
- ```
86
+ ```
@@ -34,4 +34,4 @@ Get information about the first column in the first section of a modern page wit
34
34
 
35
35
  ```sh
36
36
  m365 spo page column get --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx --section 1 --column 1
37
- ```
37
+ ```
@@ -31,4 +31,4 @@ List columns in the first section of a modern page with name _home.aspx_
31
31
 
32
32
  ```sh
33
33
  m365 spo page column list --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx --section 1
34
- ```
34
+ ```
@@ -31,4 +31,4 @@ Get information about the control with ID _3ede60d3-dc2c-438b-b5bf-cc40bb2351e1_
31
31
 
32
32
  ```sh
33
33
  m365 spo page control get --id 3ede60d3-dc2c-438b-b5bf-cc40bb2351e1 --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx
34
- ```
34
+ ```
@@ -28,4 +28,4 @@ List controls on the modern page with name _home.aspx_
28
28
 
29
29
  ```sh
30
30
  m365 spo page control list --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx
31
- ```
31
+ ```
@@ -21,4 +21,4 @@ List all modern pages in the specific site
21
21
 
22
22
  ```sh
23
23
  m365 spo page list --webUrl https://contoso.sharepoint.com/sites/team-a
24
- ```
24
+ ```
@@ -39,4 +39,4 @@ Remove a modern page without a confirmation prompt.
39
39
 
40
40
  ```sh
41
41
  m365 spo page remove --name page.aspx --webUrl https://contoso.sharepoint.com/sites/a-team --confirm
42
- ```
42
+ ```
@@ -34,4 +34,4 @@ Add section to the modern page named _home.aspx_
34
34
 
35
35
  ```sh
36
36
  m365 spo page section add --name home.aspx --webUrl https://contoso.sharepoint.com/sites/newsletter --sectionTemplate OneColumn --order 1
37
- ```
37
+ ```
@@ -31,4 +31,4 @@ Get information about the specified section of the modern page named _home.aspx_
31
31
 
32
32
  ```sh
33
33
  m365 spo page section get --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx --section 1
34
- ```
34
+ ```
@@ -28,4 +28,4 @@ List sections of a modern page named _home.aspx_
28
28
 
29
29
  ```sh
30
30
  m365 spo page section list --webUrl https://contoso.sharepoint.com/sites/team-a --name home.aspx
31
- ```
31
+ ```
@@ -87,4 +87,4 @@ Set page description
87
87
 
88
88
  ```sh
89
89
  m365 spo page set --name page.aspx --webUrl https://contoso.sharepoint.com/sites/a-team --description "Description to add for the page"
90
- ```
90
+ ```
@@ -21,4 +21,4 @@ Lists all page templates in the given site
21
21
 
22
22
  ```sh
23
23
  m365 spo page template list --webUrl https://contoso.sharepoint.com/sites/team-a
24
- ```
24
+ ```
@@ -52,4 +52,4 @@ Add text at the beginning of the default column on a modern page
52
52
 
53
53
  ```sh
54
54
  m365 spo page text add --webUrl https://contoso.sharepoint.com/sites/a-team --pageName page.aspx --text 'Hello world' --order 1
55
- ```
55
+ ```
@@ -51,4 +51,4 @@ Returns the value of the _key1_ property from the property bag located in site l
51
51
 
52
52
  ```sh
53
53
  m365 spo propertybag get --webUrl https://contoso.sharepoint.com/sites/test --key key1 --folder /Lists/MyList
54
- ```
54
+ ```
@@ -48,4 +48,4 @@ Return property bag values located in site list _https://contoso.sharepoint.com/
48
48
 
49
49
  ```sh
50
50
  m365 spo propertybag list --webUrl https://contoso.sharepoint.com/sites/test --folder /Lists/MyList
51
- ```
51
+ ```
@@ -54,4 +54,4 @@ Removes the value of the _key1_ property from the property bag located in site l
54
54
 
55
55
  ```sh
56
56
  m365 spo propertybag remove --webUrl https://contoso.sharepoint.com/sites/test --key key1 --folder /Lists/MyList
57
- ```
57
+ ```
@@ -54,4 +54,4 @@ Sets the value of the _key1_ property in the property bag of a list in site _htt
54
54
 
55
55
  ```sh
56
56
  m365 spo propertybag set --webUrl https://contoso.sharepoint.com/sites/test --key key1 --value value1 --folder /Lists/MyList
57
- ```
57
+ ```
@@ -39,4 +39,4 @@ Grant the service principal permission to a custom API
39
39
 
40
40
  ```sh
41
41
  m365 spo serviceprincipal grant add --resource 'contoso-api' --scope 'user_impersonation'
42
- ```
42
+ ```
@@ -27,4 +27,4 @@ List all permissions granted to the service principal
27
27
 
28
28
  ```sh
29
29
  m365 spo serviceprincipal grant list
30
- ```
30
+ ```
@@ -34,4 +34,4 @@ Revoke permission grant with ObjectId _50NAzUm3C0K9B6p8ORLtIsQccg4rMERGvFGRtBsk2
34
34
 
35
35
  ```sh
36
36
  m365 spo serviceprincipal grant revoke --grantId 50NAzUm3C0K9B6p8ORLtIsQccg4rMERGvFGRtBsk2fA
37
- ```
37
+ ```
@@ -34,4 +34,4 @@ Approve permission request with id _4dc4c043-25ee-40f2-81d3-b3bf63da7538_
34
34
 
35
35
  ```sh
36
36
  m365 spo serviceprincipal permissionrequest approve --requestId 4dc4c043-25ee-40f2-81d3-b3bf63da7538
37
- ```
37
+ ```
@@ -34,4 +34,4 @@ Deny permission request with id _4dc4c043-25ee-40f2-81d3-b3bf63da7538_
34
34
 
35
35
  ```sh
36
36
  m365 spo serviceprincipal permissionrequest deny --requestId 4dc4c043-25ee-40f2-81d3-b3bf63da7538
37
- ```
37
+ ```
@@ -27,4 +27,4 @@ List all pending permission requests
27
27
 
28
28
  ```sh
29
29
  m365 spo serviceprincipal permissionrequest list
30
- ```
30
+ ```
@@ -49,4 +49,4 @@ Enable the service principal without prompting for confirmation
49
49
 
50
50
  ```sh
51
51
  m365 spo serviceprincipal set --enabled true --confirm
52
- ```
52
+ ```
@@ -179,4 +179,4 @@ m365 spo site add --type ClassicSite --url https://contoso.sharepoint.com/sites/
179
179
 
180
180
  ## More information
181
181
 
182
- - Creating SharePoint Communication Site using REST: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/communication-site-creation-rest](https://docs.microsoft.com/en-us/sharepoint/dev/apis/communication-site-creation-rest)
182
+ - Creating SharePoint Communication Site using REST: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/communication-site-creation-rest](https://docs.microsoft.com/en-us/sharepoint/dev/apis/communication-site-creation-rest)
@@ -28,4 +28,4 @@ m365 spo site appcatalog add --url https://contoso.sharepoint/sites/site
28
28
 
29
29
  ## More information
30
30
 
31
- - Use the site collection app catalog: [https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog)
31
+ - Use the site collection app catalog: [https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog)
@@ -32,4 +32,4 @@ m365 spo site appcatalog remove --url https://contoso.sharepoint/sites/site
32
32
 
33
33
  ## More information
34
34
 
35
- - Use the site collection app catalog: [https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog)
35
+ - Use the site collection app catalog: [https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog)
@@ -90,4 +90,4 @@ Create new classic site collection using the Team site template. Set time zone t
90
90
 
91
91
  ```sh
92
92
  m365 spo site classic add --url https://contoso.sharepoint.com/sites/team --title Team --owner admin@contoso.onmicrosoft.com --timeZone 4 --webTemplate STS#0 --removeDeletedSite --wait
93
- ```
93
+ ```
@@ -27,4 +27,4 @@ Enable communication site features on an existing site
27
27
 
28
28
  ```sh
29
29
  m365 spo site commsite enable --url https://contoso.sharepoint.com
30
- ```
30
+ ```