@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
@@ -0,0 +1,81 @@
1
+ # aad user signin list
2
+
3
+ Retrieves the Azure AD user sign-ins for the tenant
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 aad user signin list [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `-n, --userName [userName]`
14
+ : Filter the user sign-ins by given User's UPN (user principal name), eg. `johndoe@example.com`. Specify either userName or userId
15
+
16
+ `--userId [userId]`
17
+ : Filter the user sign-ins by given User's Id. Specify either userName or userId
18
+
19
+ `--appDisplayName [appDisplayName]`
20
+ : Filter the user sign-ins by the given application display name. Specify either appDisplayName or appId
21
+
22
+ `--appId [appId]`
23
+ : Filter the user sign-ins by the given application identifier. Specify either appDisplayName or appId
24
+
25
+ --8<-- "docs/cmd/_global.md"
26
+
27
+ ## Examples
28
+
29
+ Get all user's sign-ins in your tenant
30
+
31
+ ```sh
32
+ m365 aad user signin list
33
+ ```
34
+
35
+ Get all user's sign-ins filter by given user's UPN in the tenant
36
+
37
+ ```sh
38
+ m365 aad user signin list --userName 'johndoe@example.com'
39
+ ```
40
+
41
+ Get all user's sign-ins filter by given user's Id in the tenant
42
+
43
+ ```sh
44
+ m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111'
45
+ ```
46
+
47
+ Get all user's sign-ins filter by given application display name in the tenant
48
+
49
+ ```sh
50
+ m365 aad user signin list --appDisplayName 'Graph explorer'
51
+ ```
52
+
53
+ Get all user's sign-ins filter by given application identifier in the tenant
54
+
55
+ ```sh
56
+ m365 aad user signin list --appId '00000000-0000-0000-0000-000000000000'
57
+ ```
58
+
59
+ Get all user's sign-ins filter by given user's UPN and application display name in the tenant
60
+
61
+ ```sh
62
+ m365 aad user signin list --userName 'johndoe@example.com' --appDisplayName 'Graph explorer'
63
+ ```
64
+
65
+ Get all user's sign-ins filter by given user's Id and application display name in the tenant
66
+
67
+ ```sh
68
+ m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111' --appDisplayName 'Graph explorer'
69
+ ```
70
+
71
+ Get all user's sign-ins filter by given user's UPN and application identifier in the tenant
72
+
73
+ ```sh
74
+ m365 aad user signin list --userName 'johndoe@example.com' --appId '00000000-0000-0000-0000-000000000000'
75
+ ```
76
+
77
+ Get all user's sign-ins filter by given user's Id and application identifier in the tenant
78
+
79
+ ```sh
80
+ m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111' --appId '00000000-0000-0000-0000-000000000000'
81
+ ```
@@ -22,4 +22,4 @@ Retrieve diagnostic information
22
22
 
23
23
  ```sh
24
24
  m365 cli doctor
25
- ```
25
+ ```
@@ -28,4 +28,4 @@ Get information about the Microsoft Flow environment named _Default-d87a7535-dd3
28
28
 
29
29
  ```sh
30
30
  m365 flow environment get --name Default-d87a7535-dd31-4437-bfe1-95340acd55c5
31
- ```
31
+ ```
@@ -23,4 +23,4 @@ List Microsoft Flow environments in the current tenant
23
23
 
24
24
  ```sh
25
25
  m365 flow environment list
26
- ```
26
+ ```
@@ -33,4 +33,4 @@ List runs of the specified Microsoft Flow
33
33
 
34
34
  ```sh
35
35
  m365 flow run list --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flow 5923cb07-ce1a-4a5c-ab81-257ce820109a
36
- ```
36
+ ```
@@ -65,4 +65,4 @@ Create a schema extension in PowerShell
65
65
 
66
66
  ```PowerShell
67
67
  graph schemaextension add --id contoso_MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner "62375ab9-6b52-47ed-826b-58e47e0e304b" --properties --% \`"[{""name"":""myProp1"",""type"":""Integer""},{""name"":""myProp2"",""type"":""String""}]\`
68
- ```
68
+ ```
@@ -28,4 +28,4 @@ Log out from Microsoft 365 in debug mode including detailed debug information in
28
28
 
29
29
  ```sh
30
30
  m365 logout --debug
31
- ```
31
+ ```
@@ -18,4 +18,4 @@ Retrieves a list of OneDrive sites from the tenant.
18
18
 
19
19
  ```sh
20
20
  m365 onedrive list
21
- ```
21
+ ```
@@ -36,4 +36,4 @@ Lists the Microsoft Planner buckets in the Plan _My Plan_ owned by group _My Gro
36
36
 
37
37
  ```sh
38
38
  m365 planner bucket list --planName "My Plan" --ownerGroupName "My Group"
39
- ```
39
+ ```
@@ -0,0 +1,57 @@
1
+ # planner bucket set
2
+
3
+ Updates a Microsoft Planner bucket
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 planner bucket set [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `-i, --id [id]`
14
+ : ID of the bucket. Specify either `id` or `name` but not both.
15
+
16
+ `--name [name]`
17
+ : Name of the bucket. Specify either `id` or `name` but not both.
18
+
19
+ `--planId [planId]`
20
+ : ID of the plan to update the bucket of. Use when referring to bucket using `name`. Specify either `planId` or `planName` but not both.
21
+
22
+ `--planName [planName]`
23
+ : Name of the plan to update the bucket of. Use when referring to bucket using `name`. Specify either `planId` or `planName` but not both.
24
+
25
+ `--ownerGroupId [ownerGroupId]`
26
+ : ID of the group to which the plan belongs. Use when referring to plan using `planName`. Specify `ownerGroupId` or `ownerGroupName`.
27
+
28
+ `--ownerGroupName [ownerGroupName]`
29
+ : Name of the group to which the plan belongs. Use when referring to plan using `planName`. Specify `ownerGroupId` or `ownerGroupName`.
30
+
31
+ `--newName [newName]`
32
+ : New name of the bucket.
33
+
34
+ `--orderHint [orderHint]`
35
+ : Hint used to order items of this type in a list view. The format is defined as outlined [here](https://docs.microsoft.com/en-us/graph/api/resources/planner-order-hint-format?view=graph-rest-1.0).
36
+
37
+ --8<-- "docs/cmd/_global.md"
38
+
39
+ ## Examples
40
+
41
+ Updates the Microsoft Planner bucket with ID _vncYUXCRBke28qMLB-d4xJcACtNz_
42
+
43
+ ```sh
44
+ m365 planner bucket set --id "vncYUXCRBke28qMLB-d4xJcACtNz" --newName "New bucket name"
45
+ ```
46
+
47
+ Updates the Microsoft Planner bucket named _My Bucket_ in the Plan _My Plan_ owned by group _My Group_
48
+
49
+ ```sh
50
+ m365 planner bucket set --name "My Bucket" --planName "My Plan" --ownerGroupName "My Group" --newName "New bucket name"
51
+ ```
52
+
53
+ Updates the Microsoft Planner bucket named _My Bucket_ in the Plan _My Plan_ owned by group with ID _00000000-0000-0000-0000-000000000000_
54
+
55
+ ```sh
56
+ m365 planner bucket set --name "My Bucket" --planName "My Plan" --ownerGroupId 00000000-0000-0000-0000-000000000000 --newName "New bucket name"
57
+ ```
@@ -70,5 +70,5 @@ m365 planner task list --bucketName "My Bucket" --planId "iVPMIgdku0uFlou-KLNg6M
70
70
  List the Microsoft Planner tasks in the bucket _My Bucket_ belonging to plan _My Plan_ in group _My Group_
71
71
 
72
72
  ```sh
73
- m365 planner bucket tasks list --bucketName "My Bucket" --planName "My Plan" --ownerGroupName "My Group"
73
+ m365 planner task list --bucketName "My Bucket" --planName "My Plan" --ownerGroupName "My Group"
74
74
  ```
@@ -23,10 +23,10 @@ m365 planner task set [options]
23
23
  : Name of the bucket to move the task to. The bucket needs to exist in the selected plan. Specify either `bucketId` or `bucketName` but not both.
24
24
 
25
25
  `--planId [planId]`
26
- : ID of the plan to move the task to. Specify either `planId` or `planName` but not both.
26
+ : ID of the plan to which the bucket belongs to. Specify either `planId` or `planName` when using `bucketName`.
27
27
 
28
28
  `--planName [planName]`
29
- : Name of the plan to move the task to. Specify either `planId` or `planName` but not both.
29
+ : Name of the plan to which the bucket belongs to. Specify either `planId` or `planName` when using `bucketName`.
30
30
 
31
31
  `--ownerGroupId [ownerGroupId]`
32
32
  : ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planName`.
@@ -0,0 +1,37 @@
1
+ # pp environment list
2
+
3
+ Lists Microsoft Power Platform environments
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 pp environment list [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `-a, --asAdmin [teamId]`
14
+ Run the command as admin and retrieve all environments. Lists only environments you have explicitly are assigned permissions to by default.
15
+
16
+ --8<-- "docs/cmd/_global.md"
17
+
18
+ ## Remarks
19
+
20
+ !!! attention
21
+ This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
22
+ Register CLI for Microsoft 365 or Azure AD application as a management application for the Power Platform using
23
+ m365 pp managementapp add [options]
24
+
25
+ ## Examples
26
+
27
+ List Microsoft Power Platform environments
28
+
29
+ ```sh
30
+ m365 pp environment list
31
+ ```
32
+
33
+ List all Microsoft Power Platform environments
34
+
35
+ ```sh
36
+ m365 pp environment list --asAdmin
37
+ ```
@@ -0,0 +1,21 @@
1
+ # pp managementapp list
2
+
3
+ Lists management applications for Power Platform
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 pp managementapp list [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ --8<-- "docs/cmd/_global.md"
14
+
15
+ ## Examples
16
+
17
+ Lists management applications for Power Platform
18
+
19
+ ```sh
20
+ m365 pp managementapp list
21
+ ```
@@ -32,7 +32,7 @@ m365 spfx project upgrade [options]
32
32
 
33
33
  ## Remarks
34
34
 
35
- The `spfx project upgrade` command helps you upgrade your SharePoint Framework project to the specified version. If no version is specified, the command will upgrade to the latest version of the SharePoint Framework it supports (v1.14.0). If you specify the `preview` option without a specific version, the command will upgrade your project to the latest preview version v1.15.0-beta.1.
35
+ The `spfx project upgrade` command helps you upgrade your SharePoint Framework project to the specified version. If no version is specified, the command will upgrade to the latest version of the SharePoint Framework it supports (v1.14.0). If you specify the `preview` option without a specific version, the command will upgrade your project to the latest preview version v1.15.0-beta.6.
36
36
 
37
37
  This command doesn't change your project files. Instead, it gives you a report with all steps necessary to upgrade your project to the specified version of the SharePoint Framework. Changing project files is error-prone, especially when it comes to updating your solution's code. This is why at this moment, this command produces a report that you can use yourself to perform the necessary updates and verify that everything is working as expected.
38
38
 
@@ -37,7 +37,7 @@ This commands helps you to verify if your environment meets all prerequisites fo
37
37
 
38
38
  The command starts by detecting the version of SharePoint Framework that you want to use. First, it looks at the current project. If you didn't run the command in the context of a SharePoint Framework project, the command will try to determine the SharePoint Framework version based on the SharePoint Framework Yeoman generator that you have installed either in the current directory or globally.
39
39
 
40
- Based on the determined version of the SharePoint Framework, the command will look at other dependencies such as Node.js, npm, Yeoman, Gulp, React and TypeScript to verify if their meet the requirements of that particular version of the SharePoint Framework.
40
+ Based on the determined version of the SharePoint Framework, the command will look at other dependencies such as Node.js, npm, Yeoman, Gulp and TypeScript to verify if their meet the requirements of that particular version of the SharePoint Framework.
41
41
 
42
42
  If you miss any required tools or use a version that doesn't meet the SharePoint Framework requirements, the command will give you a list of recommendation how to address these issues.
43
43
 
@@ -56,4 +56,4 @@ m365 spo app add --filePath c:\spfx.sppkg --scope sitecollection --appCatalogUrl
56
56
 
57
57
  ## More information
58
58
 
59
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
59
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -69,4 +69,4 @@ m365 spo app deploy --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --skipFeatureDeplo
69
69
 
70
70
  ## More information
71
71
 
72
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
72
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -58,4 +58,4 @@ m365 spo app get --id b2307a39-e878-458b-bc90-03bc578531d6 --scope sitecollectio
58
58
 
59
59
  ## More information
60
60
 
61
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
61
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -41,4 +41,4 @@ m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https:/
41
41
 
42
42
  ## More information
43
43
 
44
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
44
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -21,4 +21,4 @@ Return a list of installed apps on site _https://contoso.sharepoint.com/sites/si
21
21
 
22
22
  ```sh
23
23
  m365 spo app instance list --siteUrl https://contoso.sharepoint.com/sites/site1
24
- ```
24
+ ```
@@ -42,4 +42,4 @@ m365 spo app list --scope sitecollection --appCatalogUrl https://contoso.sharepo
42
42
 
43
43
  ## More information
44
44
 
45
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
45
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -60,4 +60,4 @@ m365 spo app remove --id d95f8c94-67a1-4615-9af8-361ad33be93c --scope sitecollec
60
60
 
61
61
  ## More information
62
62
 
63
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
63
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -60,4 +60,4 @@ m365 spo app retract --id d95f8c94-67a1-4615-9af8-361ad33be93c --scope sitecolle
60
60
 
61
61
  ## More information
62
62
 
63
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
63
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -50,4 +50,4 @@ m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https
50
50
 
51
51
  ## More information
52
52
 
53
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
53
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -41,4 +41,4 @@ m365 spo app upgrade --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https:/
41
41
 
42
42
  ## More information
43
43
 
44
- - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
44
+ - Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
@@ -34,4 +34,4 @@ Create a single-part app page in a site with url https://contoso.sharepoint.com,
34
34
 
35
35
  ```sh
36
36
  m365 spo apppage add --title "Contoso" --webUrl "https://contoso.sharepoint.com" --webPartData $webPartData --addToQuickLaunch
37
- ```
37
+ ```
@@ -38,4 +38,4 @@ m365 spo cdn get --type Private
38
38
 
39
39
  ## More information
40
40
 
41
- - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
41
+ - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
@@ -35,4 +35,4 @@ m365 spo cdn origin add --type Public --origin */CDN
35
35
 
36
36
  ## More information
37
37
 
38
- - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
38
+ - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
@@ -38,4 +38,4 @@ m365 spo cdn origin list --type Private
38
38
 
39
39
  ## More information
40
40
 
41
- - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
41
+ - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
@@ -38,4 +38,4 @@ m365 spo cdn policy set --type Public --policy IncludeFileExtensions --value CSS
38
38
 
39
39
  ## More information
40
40
 
41
- - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
41
+ - General availability of Microsoft 365 CDN: [https://dev.office.com/blogs/general-availability-of-office-365-cdn](https://dev.office.com/blogs/general-availability-of-office-365-cdn)
@@ -52,4 +52,4 @@ m365 spo contenttype add --webUrl https://contoso.sharepoint.com/sites/contoso-s
52
52
 
53
53
  ## More information
54
54
 
55
- - Content Type IDs: [https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/aa543822(v%3Doffice.14)](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/aa543822(v%3Doffice.14))
55
+ - Content Type IDs: [https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/aa543822(v%3Doffice.14)](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/aa543822(v%3Doffice.14))
@@ -48,4 +48,4 @@ Remove fieldLink with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_ from list conten
48
48
 
49
49
  ```sh
50
50
  m365 spo contenttype field remove --contentTypeId "0x0100CA0FA0F5DAEF784494B9C6020C3020A60062F089A38C867747942DB2C3FC50FF6A" --fieldLinkId "880d2f46-fccb-43ca-9def-f88e722cef80" --webUrl https://contoso.sharepoint.com --listTitle "Documents"
51
- ```
51
+ ```
@@ -49,4 +49,4 @@ Update the existing site column reference in the specified content type to optio
49
49
 
50
50
  ```sh
51
51
  m365 spo contenttype field set --webUrl https://contoso.sharepoint.com/sites/portal --contentTypeId 0x01007926A45D687BA842B947286090B8F67D --fieldId ebe7e498-44ff-43da-a7e5-99b444f656a5 --required false
52
- ```
52
+ ```
@@ -48,4 +48,4 @@ Remove a site content type without prompting for confirmation
48
48
 
49
49
  ```sh
50
50
  m365 spo contenttype remove --name "My Content Type" --webUrl https://contoso.sharepoint.com --confirm
51
- ```
51
+ ```
@@ -133,4 +133,4 @@ m365 spo customaction add --url https://contoso.sharepoint.com/sites/test --titl
133
133
  - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
134
134
  - UserCustomAction Locations and Group IDs: [https://msdn.microsoft.com/en-us/library/office/bb802730.aspx](https://msdn.microsoft.com/en-us/library/office/bb802730.aspx)
135
135
  - UserCustomAction Element: [https://msdn.microsoft.com/en-us/library/office/ms460194.aspx](https://msdn.microsoft.com/en-us/library/office/ms460194.aspx)
136
- - UserCustomAction Rights: [https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx](https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx)
136
+ - UserCustomAction Rights: [https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx](https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx)
@@ -40,4 +40,4 @@ Clears all user custom actions for site collection _https://contoso.sharepoint.c
40
40
 
41
41
  ```sh
42
42
  m365 spo customaction clear --url https://contoso.sharepoint.com/sites/test --scope Site
43
- ```
43
+ ```
@@ -43,4 +43,4 @@ m365 spo customaction get --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --url https:
43
43
 
44
44
  ## More information
45
45
 
46
- - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
46
+ - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
@@ -44,4 +44,4 @@ m365 spo customaction list --url https://contoso.sharepoint.com/sites/test --sco
44
44
 
45
45
  ## More information
46
46
 
47
- - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
47
+ - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
@@ -52,4 +52,4 @@ m365 spo customaction remove --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --url htt
52
52
 
53
53
  ## More information
54
54
 
55
- - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
55
+ - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
@@ -120,4 +120,4 @@ m365 spo customaction set --url https://contoso.sharepoint.com/sites/test --id 0
120
120
  - UserCustomAction REST API resources: [https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction](https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction)
121
121
  - UserCustomAction Locations and Group IDs: [https://msdn.microsoft.com/en-us/library/office/bb802730.aspx](https://msdn.microsoft.com/en-us/library/office/bb802730.aspx)
122
122
  - UserCustomAction Element: [https://msdn.microsoft.com/en-us/library/office/ms460194.aspx](https://msdn.microsoft.com/en-us/library/office/ms460194.aspx)
123
- - UserCustomAction Rights: [https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx](https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx)
123
+ - UserCustomAction Rights: [https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx](https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spbasepermissions.aspx)
@@ -56,4 +56,4 @@ by e-mail.
56
56
 
57
57
  ```sh
58
58
  m365 spo externaluser list --pageSize 50 --position 0 --sortOrder desc
59
- ```
59
+ ```
@@ -30,4 +30,4 @@ Return details about Features activated in the specified site
30
30
 
31
31
  ```sh
32
32
  m365 spo feature list --url https://contoso.sharepoint.com/sites/test --scope Web
33
- ```
33
+ ```
@@ -50,4 +50,4 @@ m365 spo field add --webUrl https://contoso.sharepoint.com/sites/contoso-sales -
50
50
 
51
51
  ## More information
52
52
 
53
- - AddFieldOptions enumeration: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.addfieldoptions.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.addfieldoptions.aspx)
53
+ - AddFieldOptions enumeration: [https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.addfieldoptions.aspx](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.addfieldoptions.aspx)
@@ -48,4 +48,4 @@ Retrieves list column by display name located in site _https://contoso.sharepoin
48
48
 
49
49
  ```sh
50
50
  m365 spo field get --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listUrl 'Lists/Events' --fieldTitle 'Title'
51
- ```
51
+ ```
@@ -52,4 +52,4 @@ Update column formatting of the specified list column
52
52
 
53
53
  ```sh
54
54
  m365 spo field set --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'My List' --name 'MyColumn' --CustomFormatter '`{"schema":"https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "div", "txtContent": "@currentField"}`'
55
- ```
55
+ ```
@@ -153,4 +153,4 @@ m365 spo file add --webUrl https://contoso.sharepoint.com/sites/project-x --fold
153
153
  ## More information
154
154
 
155
155
  - Update file metadata with REST API using ValidateUpdateListItem method: [https://robertschouten.com/2018/04/30/update-file-metadata-with-rest-api-using-validateupdatelistitem-method/](https://robertschouten.com/2018/04/30/update-file-metadata-with-rest-api-using-validateupdatelistitem-method/)
156
- - List Items System Update options in SharePoint Online: [https://www.linkedin.com/pulse/list-items-system-update-options-sharepoint-online-andrew-koltyakov/](https://www.linkedin.com/pulse/list-items-system-update-options-sharepoint-online-andrew-koltyakov/)
156
+ - List Items System Update options in SharePoint Online: [https://www.linkedin.com/pulse/list-items-system-update-options-sharepoint-online-andrew-koltyakov/](https://www.linkedin.com/pulse/list-items-system-update-options-sharepoint-online-andrew-koltyakov/)
@@ -51,4 +51,4 @@ Checks in file _/sites/project-x/documents/Test1.docx_ with comment located in s
51
51
 
52
52
  ```sh
53
53
  m365 spo file checkin --webUrl https://contoso.sharepoint.com/sites/project-x --fileUrl '/sites/project-x/documents/Test1.docx' --comment 'approved'
54
- ```
54
+ ```
@@ -33,4 +33,4 @@ Checks out file with server-relative url _/sites/project-x/documents/Test1.docx_
33
33
 
34
34
  ```sh
35
35
  m365 spo file checkout --webUrl https://contoso.sharepoint.com/sites/project-x --url '/sites/project-x/documents/Test1.docx'
36
- ```
36
+ ```
@@ -59,4 +59,4 @@ m365 spo file copy --webUrl https://contoso.sharepoint.com/sites/test1 --sourceU
59
59
 
60
60
  ## More information
61
61
 
62
- - 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)
62
+ - 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)
@@ -81,4 +81,4 @@ Save file with server-relative url _/sites/project-x/documents/Test1.docx_ locat
81
81
 
82
82
  ```sh
83
83
  m365 spo file get --webUrl https://contoso.sharepoint.com/sites/project-x --url '/sites/project-x/documents/Test1.docx' --asFile --path /Users/user/documents/SavedAsTest1.docx
84
- ```
84
+ ```
@@ -60,4 +60,4 @@ m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceU
60
60
 
61
61
  ## More information
62
62
 
63
- - 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)
63
+ - 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)
@@ -45,4 +45,4 @@ Move the file with server-relative URL _/sites/project-x/SharedDocuments/Test.do
45
45
 
46
46
  ```sh
47
47
  m365 spo file remove --webUrl https://contoso.sharepoint.com/sites/project-x --url /sites/project-x/SharedDocuments/Test.docx --recycle
48
- ```
48
+ ```
@@ -27,4 +27,4 @@ Creates folder in a parent folder with site relative url _/Shared Documents_ loc
27
27
 
28
28
  ```sh
29
29
  m365 spo folder add --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/Shared Documents' --name 'My Folder Name'
30
- ```
30
+ ```
@@ -50,4 +50,4 @@ m365 spo folder cope --webUrl https://contoso.sharepoint.com/sites/test1 --sourc
50
50
 
51
51
  ## More information
52
52
 
53
- - 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)
53
+ - 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)
@@ -28,4 +28,4 @@ Get folder properties for folder with site-relative url _'/Shared Documents'_ lo
28
28
 
29
29
  ```sh
30
30
  m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/project-x --folderUrl '/Shared Documents'
31
- ```
31
+ ```
@@ -24,4 +24,4 @@ Gets list of folders under a parent folder with site-relative url _/Shared Docum
24
24
 
25
25
  ```sh
26
26
  m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/Shared Documents'
27
- ```
27
+ ```