@pnp/cli-microsoft365 7.1.0-beta.aca68bd → 7.1.0-beta.d53f0d9

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 (237) hide show
  1. package/.devcontainer/Dockerfile +0 -1
  2. package/.eslintrc.cjs +1 -0
  3. package/Dockerfile +0 -1
  4. package/dist/Auth.js +1 -1
  5. package/dist/appInsights.js +5 -9
  6. package/dist/cli/Cli.js +6 -2
  7. package/dist/m365/spo/commands/app/app-deploy.js +1 -1
  8. package/dist/m365/spo/commands/app/app-get.js +1 -1
  9. package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
  10. package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
  11. package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
  12. package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
  13. package/dist/m365/spo/commands/page/Page.js +1 -1
  14. package/dist/m365/spo/commands/page/page-add.js +1 -1
  15. package/dist/m365/spo/commands/page/page-get.js +1 -1
  16. package/dist/m365/spo/commands/page/page-header-set.js +1 -1
  17. package/dist/m365/spo/commands/page/page-remove.js +1 -1
  18. package/dist/m365/spo/commands/page/page-set.js +2 -2
  19. package/dist/m365/spo/commands/page/page-text-add.js +1 -1
  20. package/dist/m365/spo/commands/user/user-get.js +7 -1
  21. package/dist/telemetry.js +30 -14
  22. package/dist/telemetryRunner.js +26 -0
  23. package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
  24. package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
  25. package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
  26. package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
  27. package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
  28. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
  29. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
  30. package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
  31. package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
  32. package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
  33. package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
  34. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
  35. package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
  36. package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
  37. package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
  38. package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
  39. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
  40. package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
  41. package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
  42. package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
  43. package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
  44. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
  45. package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
  46. package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
  47. package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
  48. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
  49. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
  50. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
  51. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
  52. package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
  53. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
  54. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
  55. package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
  56. package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
  57. package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
  58. package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
  59. package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
  60. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
  61. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
  62. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
  63. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
  64. package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
  65. package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
  66. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
  67. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
  68. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
  69. package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
  70. package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
  71. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
  72. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
  73. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
  74. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
  75. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
  76. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
  77. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
  78. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
  79. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
  80. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
  81. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
  82. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
  83. package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
  84. package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
  85. package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
  86. package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
  87. package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
  88. package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
  89. package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
  90. package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
  91. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
  92. package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
  93. package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
  94. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
  95. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
  96. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
  97. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
  98. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
  99. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
  100. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
  101. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
  102. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
  103. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
  104. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
  105. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
  106. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
  107. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
  108. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
  109. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
  110. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
  111. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
  112. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
  113. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
  114. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
  115. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
  116. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
  117. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
  118. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
  119. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
  120. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
  121. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
  122. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
  123. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
  124. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
  125. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
  126. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
  127. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
  128. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
  129. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
  130. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
  131. package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
  132. package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
  133. package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
  134. package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
  135. package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
  136. package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
  137. package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
  138. package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
  139. package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
  140. package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
  141. package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
  142. package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
  143. package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
  144. package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
  145. package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
  146. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
  147. package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
  148. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
  149. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
  150. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
  151. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
  152. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
  153. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
  154. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
  155. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
  156. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
  157. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
  158. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
  159. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
  160. package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
  161. package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
  162. package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
  163. package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
  164. package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
  165. package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
  166. package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
  167. package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
  168. package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
  169. package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
  170. package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
  171. package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
  172. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
  173. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
  174. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
  175. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
  176. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
  177. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
  178. package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
  179. package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
  180. package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
  181. package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
  182. package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
  183. package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
  184. package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
  185. package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
  186. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
  187. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
  188. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
  189. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  190. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
  191. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
  192. package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
  193. package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
  194. package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
  195. package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
  196. package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
  197. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
  198. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
  199. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
  200. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
  201. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
  202. package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
  203. package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
  204. package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
  205. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
  206. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
  207. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
  208. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
  209. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
  210. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
  211. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
  212. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
  213. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
  214. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
  215. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
  216. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
  217. package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
  218. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
  219. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
  220. package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
  221. package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
  222. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
  223. package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
  224. package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
  225. package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
  226. package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
  227. package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
  228. package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
  229. package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
  230. package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
  231. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
  232. package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
  233. package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
  234. package/eslint-rules/lib/index.js +2 -1
  235. package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
  236. package/npm-shrinkwrap.json +86 -82
  237. package/package.json +20 -19
@@ -44,25 +44,25 @@ m365 planner plan add [options]
44
44
 
45
45
  ## Examples
46
46
 
47
- Adds a Microsoft Planner plan with a Group by id
47
+ Adds a Microsoft Planner plan with a Group by id.
48
48
 
49
49
  ```sh
50
50
  m365 planner plan add --title 'My Planner Plan' --ownerGroupId '233e43d0-dc6a-482e-9b4e-0de7a7bce9b4'
51
51
  ```
52
52
 
53
- Adds a Microsoft Planner plan with with a Group by name
53
+ Adds a Microsoft Planner plan with with a Group by name.
54
54
 
55
55
  ```sh
56
56
  m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Group'
57
57
  ```
58
58
 
59
- Adds a Microsoft Planner plan with a Roster by id
59
+ Adds a Microsoft Planner plan with a Roster by id.
60
60
 
61
61
  ```sh
62
62
  m365 planner plan add --title 'My Planner Plan' --rosterId 'tYqYlNd6eECmsNhN_fcq85cAGAnd'
63
63
  ```
64
64
 
65
- Adds a Microsoft Planner plan with with a Group by name and share it with the given users
65
+ Adds a Microsoft Planner plan with with a Group by name and share it with the given users.
66
66
 
67
67
  ```sh
68
68
  m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Group' --shareWithUserNames 'Allan.Carroll@contoso.com,Ida.Stevens@contoso.com'
@@ -133,8 +133,6 @@ m365 planner plan add --title 'My Planner Plan' --ownerGroupName 'My Planner Gro
133
133
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
134
134
  title | My Planner Plan
135
135
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
136
- createdBy | {"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"},"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"}}
137
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
138
136
  ```
139
137
 
140
138
  </TabItem>
@@ -236,12 +234,7 @@ When we make use of the option `shareWithUserIds` or `shareWithUserNames` the re
236
234
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
237
235
  title | My Planner Plan
238
236
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
239
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
240
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
241
- sharedWith | {"ebf3b108-5234-4e22-b93d-656d7dae5874":true,"6463a5ce-2119-4198-9f2a-628761df4a62":true}
242
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
243
237
  ```
244
238
 
245
239
  </TabItem>
246
240
  </Tabs>
247
-
@@ -43,25 +43,25 @@ When using `rosterId`, the command is based on an API that is currently in previ
43
43
 
44
44
  ## Examples
45
45
 
46
- Returns the Microsoft Planner plan by id
46
+ Returns the Microsoft Planner plan by id.
47
47
 
48
48
  ```sh
49
49
  m365 planner plan get --id "gndWOTSK60GfPQfiDDj43JgACDCb"
50
50
  ```
51
51
 
52
- Returns the Microsoft Planner plan by title and owner group id
52
+ Returns the Microsoft Planner plan by title and owner group id.
53
53
 
54
54
  ```sh
55
55
  m365 planner plan get --title "MyPlan" --ownerGroupId "233e43d0-dc6a-482e-9b4e-0de7a7bce9b4"
56
56
  ```
57
57
 
58
- Returns the Microsoft Planner plan by title and owner group name
58
+ Returns the Microsoft Planner plan by title and owner group name.
59
59
 
60
60
  ```sh
61
61
  m365 planner plan get --title "MyPlan" --ownerGroupName "My Planner Group"
62
62
  ```
63
63
 
64
- Returns the Microsoft Planner plan by roster id
64
+ Returns the Microsoft Planner plan by roster id.
65
65
 
66
66
  ```sh
67
67
  m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
@@ -161,12 +161,7 @@ m365 planner plan get --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
161
161
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
162
162
  title | My Planner Plan
163
163
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
164
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
165
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
166
- sharedWith | {"aa089c1a-0ca8-4b36-ae2e-c5d60f054a2c":true,"ebf3b108-5234-4e22-b93d-656d7dae5874":true}
167
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
168
164
  ```
169
165
 
170
166
  </TabItem>
171
167
  </Tabs>
172
-
@@ -37,19 +37,19 @@ When using rosterId, the command is based on an API that is currently in preview
37
37
 
38
38
  ## Examples
39
39
 
40
- Returns a list of Microsoft Planner plans for Group _233e43d0-dc6a-482e-9b4e-0de7a7bce9b4_
40
+ Returns a list of Microsoft Planner plans for the specified Group by id.
41
41
 
42
42
  ```sh
43
43
  m365 planner plan list --ownerGroupId "233e43d0-dc6a-482e-9b4e-0de7a7bce9b4"
44
44
  ```
45
45
 
46
- Returns a list of Microsoft Planner plans for Group _My Planner Group_
46
+ Returns a list of Microsoft Planner plans for the specified Group by name.
47
47
 
48
48
  ```sh
49
49
  m365 planner plan list --ownerGroupName "My Planner Group"
50
50
  ```
51
51
 
52
- Returns a list of Microsoft Planner plans for Roster _FeMZFDoK8k2oWmuGE-XFHZcAEwtn_
52
+ Returns a list of Microsoft Planner plans for the specified Roster.
53
53
 
54
54
  ```sh
55
55
  m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
@@ -119,10 +119,7 @@ m365 planner plan list --rosterId "FeMZFDoK8k2oWmuGE-XFHZcAEwtn"
119
119
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
120
120
  title | My Planner Plan
121
121
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
122
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"09abbdfd-ed23-44ee-a2d9-a627aa1c90f3"}}
123
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
124
122
  ```
125
123
 
126
124
  </TabItem>
127
125
  </Tabs>
128
-
@@ -59,19 +59,19 @@ When using `rosterId`, the command is based on an API that is currently in previ
59
59
 
60
60
  ## Examples
61
61
 
62
- Updates a Microsoft Planner plan title to New Title
62
+ Updates a Microsoft Planner plan title.
63
63
 
64
64
  ```sh
65
65
  m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --newTitle 'New Title'
66
66
  ```
67
67
 
68
- Share a Microsoft Planner plan owned by the group, with the users
68
+ Share a Microsoft Planner plan owned by the group, with the users.
69
69
 
70
70
  ```sh
71
71
  m365 planner plan set --title 'Plan Title' --ownerGroupName 'My Group' --shareWithUserNames 'user1@contoso.com,user2@contoso.com'
72
72
  ```
73
73
 
74
- Updates a Microsoft Planner plan category labels
74
+ Updates a Microsoft Planner plan category labels.
75
75
 
76
76
  ```sh
77
77
  m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --category25 'Urgent'
@@ -142,8 +142,6 @@ m365 planner plan set --id 'gndWOTSK60GfPQfiDDj43JgACDCb' --category21 'ToDo' --
142
142
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
143
143
  title | My Planner Plan
144
144
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
145
- createdBy | {"user":{"displayName":null,"id":"95e27074-6c4a-447a-aa24-9d718a0b86fa"},"application":{"displayName":null,"id":"ebf3b108-5234-4e22-b93d-656d7dae5874"}}
146
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
147
145
  ```
148
146
 
149
147
  </TabItem>
@@ -245,10 +243,6 @@ When we make use of the option `shareWithUserIds` or `shareWithUserNames` the re
245
243
  owner | ebf3b108-5234-4e22-b93d-656d7dae5874
246
244
  title | My Planner Plan
247
245
  id | xqQg5FS2LkCp935s-FIFm2QAFkHM
248
- createdBy | {"user":{"displayName":null,"id":"dd8b99a7-77c6-4238-a609-396d27844921"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
249
- container | {"containerId":"ebf3b108-5234-4e22-b93d-656d7dae5874","type":"group","url":"https://graph.microsoft.com/v1.0/groups/ebf3b108-5234-4e22-b93d-656d7dae5874"}
250
- sharedWith | {"ebf3b108-5234-4e22-b93d-656d7dae5874":true,"6463a5ce-2119-4198-9f2a-628761df4a62":true}
251
- categoryDescriptions | {"category1":null,"category2":null,"category3":null,"category4":null,"category5":null,"category6":null,"category7":null,"category8":null,"category9":null,"category10":null,"category11":null,"category12":null,"category13":null,"category14":null,"category15":null,"category16":null,"category17":null,"category18":null,"category19":null,"category20":null,"category21":null,"category22":null,"category23":null,"category24":null,"category25":null}
252
246
  ```
253
247
 
254
248
  </TabItem>
@@ -37,13 +37,13 @@ This command is based on an API that is currently in preview and is subject to c
37
37
 
38
38
  ## Examples
39
39
 
40
- Adds a specific user by user name as member of the Planner Roster
40
+ Adds a specific user by user name as member of the Planner Roster.
41
41
 
42
42
  ```sh
43
43
  m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName john.doe@contoso.com
44
44
  ```
45
45
 
46
- Adds a specific user by ID as member of the Planner Roster
46
+ Adds a specific user by ID as member of the Planner Roster.
47
47
 
48
48
  ```sh
49
49
  m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275
@@ -96,9 +96,7 @@ m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId
96
96
  id | b3a1be03-54a5-43d2-b4fb-6562fe9bec0b
97
97
  userId | 2056d2f6-3257-4253-8cfc-b73393e414e5
98
98
  tenantId | 5b7b813c-2339-48cd-8c51-bd4fcb269420
99
- roles | []
100
99
  ```
101
100
 
102
101
  </TabItem>
103
102
  </Tabs>
104
-
@@ -37,13 +37,13 @@ This command is based on an API that is currently in preview and is subject to c
37
37
 
38
38
  ## Examples
39
39
 
40
- Gets a specific user by user name as member of the Planner Roster
40
+ Gets a specific user by user name as member of the Planner Roster.
41
41
 
42
42
  ```sh
43
43
  m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName john.doe@contoso.com
44
44
  ```
45
45
 
46
- Gets a specific user by ID as member of the Planner Roster
46
+ Gets a specific user by ID as member of the Planner Roster.
47
47
 
48
48
  ```sh
49
49
  m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275
@@ -96,9 +96,7 @@ m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId
96
96
  id | b3a1be03-54a5-43d2-b4fb-6562fe9bec0b
97
97
  userId | 2056d2f6-3257-4253-8cfc-b73393e414e5
98
98
  tenantId | 5b7b813c-2339-48cd-8c51-bd4fcb269420
99
- roles | []
100
99
  ```
101
100
 
102
101
  </TabItem>
103
102
  </Tabs>
104
-
@@ -31,7 +31,7 @@ This command is based on an API that is currently in preview and is subject to c
31
31
 
32
32
  ## Examples
33
33
 
34
- Lists members of the specified Microsoft Planner Roster
34
+ Lists members of the specified Microsoft Planner Roster.
35
35
 
36
36
  ```sh
37
37
  m365 planner roster member list --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd
@@ -85,9 +85,7 @@ m365 planner roster member list --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd
85
85
  id | b3a1be03-54a5-43d2-b4fb-6562fe9bec0b
86
86
  userId | 2056d2f6-3257-4253-8cfc-b73393e414e5
87
87
  tenantId | 5b7b813c-2339-48cd-8c51-bd4fcb269420
88
- roles | []
89
88
  ```
90
89
 
91
90
  </TabItem>
92
91
  </Tabs>
93
-
@@ -40,10 +40,10 @@ m365 planner task add [options]
40
40
  : Name of the bucket to which the task belongs. The bucket needs to exist in the selected plan. Specify either `bucketId` or `bucketName` but not both.
41
41
 
42
42
  `--startDateTime [startDateTime]`
43
- : The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
43
+ : The date and time when the task started. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
44
44
 
45
45
  `--dueDateTime [dueDateTime]`
46
- : The date and time when the task is due. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
46
+ : The date and time when the task is due. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
47
47
 
48
48
  `--percentComplete [percentComplete]`
49
49
  : Percentage of task completion. Number between 0 and 100.
@@ -64,13 +64,13 @@ m365 planner task add [options]
64
64
  : Comma-separated categories that should be added to the task. The possible options are: `category1`, `category2`, `category3`, `category4`, `category5` and/or `category6`. Additional info defined [here](https://docs.microsoft.com/graph/api/resources/plannerappliedcategories?view=graph-rest-1.0).
65
65
 
66
66
  `--previewType [previewType]`
67
- : This sets the type of preview that shows up on the task. The possible values are: `automatic`, `noPreview`, `checklist`, `description`, `reference`. When set to automatic the displayed preview is chosen by the app viewing the task. Default `automatic`.
67
+ : This sets the type of preview that shows up on the task. Allowed values: `automatic`, `noPreview`, `checklist`, `description`, `reference`. When set to automatic the displayed preview is chosen by the app viewing the task. Defaults to `automatic`.
68
68
 
69
69
  `--orderHint [orderHint]`
70
70
  : Hint used to order items of this type in a list view. The format is defined as outlined [here](https://docs.microsoft.com/graph/api/resources/planner-order-hint-format?view=graph-rest-1.0).
71
71
 
72
72
  `--priority [priority]`
73
- : Priority of the task: Urgent, Important, Medium, Low. Or an integer between 0 and 10 (check remarks section for more info). Default value is Medium.
73
+ : Priority of the task. Allowed values: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info). Defaults to `Medium`.
74
74
  ```
75
75
 
76
76
  <Global />
@@ -247,9 +247,6 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
247
247
  conversationThreadId | null
248
248
  priority | 5
249
249
  id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
250
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
251
- appliedCategories | {}
252
- assignments | {}
253
250
  ```
254
251
 
255
252
  </TabItem>
@@ -369,14 +366,7 @@ m365 planner task add --title "My Planner Task" --rosterId "DjL5xiKO10qut8LQgztp
369
366
  conversationThreadId | null
370
367
  priority | 5
371
368
  id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
372
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
373
- appliedCategories | {}
374
- assignments | {}
375
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
376
- references | {}
377
- checklist | {}
378
369
  ```
379
370
 
380
371
  </TabItem>
381
372
  </Tabs>
382
-
@@ -29,13 +29,13 @@ m365 planner task checklistitem add [options]
29
29
 
30
30
  ## Examples
31
31
 
32
- Adds an unchecked checklist item with title _My checklist item_ to a Microsoft Planner task with ID _2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2_
32
+ Adds an unchecked checklist item with the specified title to a Microsoft Planner task with the specified ID.
33
33
 
34
34
  ```sh
35
35
  m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --title "My checklist item"
36
36
  ```
37
37
 
38
- Adds a checked checklist item with title _My checklist item_ to a Microsoft Planner task with ID _2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2_
38
+ Adds a checked checklist item with the specified title to a Microsoft Planner task with the specified ID.
39
39
 
40
40
  ```sh
41
41
  m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --title "My checklist item" --isChecked
@@ -97,9 +97,7 @@ m365 planner task checklistitem add --taskId 2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2 --titl
97
97
  title | Communicate with customer
98
98
  orderHint | 8585269209601773376
99
99
  lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
100
- lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
101
100
  ```
102
101
 
103
102
  </TabItem>
104
103
  </Tabs>
105
-
@@ -16,7 +16,7 @@ m365 planner task checklistitem list [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-i, --taskId <taskId>`
19
- : ID of the task
19
+ : ID of the task.
20
20
  ```
21
21
 
22
22
  <Global />
@@ -85,9 +85,7 @@ m365 planner task checklistitem list --taskId 'vzCcZoOv-U27PwydxHB8opcADJo-'
85
85
  title | Communicate with customer
86
86
  orderHint | 8585269209601773376
87
87
  lastModifiedDateTime | 2023-01-25T22:32:05.3002431Z
88
- lastModifiedBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}
89
88
  ```
90
89
 
91
90
  </TabItem>
92
91
  </Tabs>
93
-
@@ -192,14 +192,7 @@ m365 planner task get --title "New Task" --bucketName "To do" --rosterId "DjL5xi
192
192
  conversationThreadId | null
193
193
  priority | 5
194
194
  id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
195
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
196
- appliedCategories | {}
197
- assignments | {}
198
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
199
- references | {}
200
- checklist | {"4e3c8841-560c-436e-ba06-cc7731680d59":{"isChecked":false,"title":"Communicate with customer","orderHint":"8585269209601773376","lastModifiedDateTime":"2023-01-25T22:32:05.3002431Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}}
201
195
  ```
202
196
 
203
197
  </TabItem>
204
198
  </Tabs>
205
-
@@ -55,7 +55,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
55
55
 
56
56
  ## Examples
57
57
 
58
- List tasks for the currently logged in user
58
+ List tasks for the currently logged in user.
59
59
 
60
60
  ```sh
61
61
  m365 planner task list
@@ -188,11 +188,7 @@ m365 planner task list --bucketName "My Bucket" --rosterId "DjL5xiKO10qut8LQgztp
188
188
  conversationThreadId | null
189
189
  priority | 5
190
190
  id | OopX1ANphEu7Lm4-0tVtl5cAFRGQ
191
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
192
- appliedCategories | {}
193
- assignments | {}
194
191
  ```
195
192
 
196
193
  </TabItem>
197
194
  </Tabs>
198
-
@@ -97,9 +97,7 @@ m365 planner task reference add --taskId "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --url "h
97
97
 
98
98
  Property | Value
99
99
  ---------|-------
100
- https%3A//microsoft%2Ecom | {"alias":null,"type":null,"previewPriority":"8585269190192498871PB;","lastModifiedDateTime":"2023-01-25T23:05:26.24332Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
101
100
  ```
102
101
 
103
102
  </TabItem>
104
103
  </Tabs>
105
-
@@ -76,9 +76,7 @@ m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM
76
76
 
77
77
  Property | Value
78
78
  ---------|-------
79
- https%3A//microsoft%2Ecom | {"alias":null,"type":null,"previewPriority":"8585269191724168649Pp;","lastModifiedDateTime":"2023-01-25T23:02:53.107589Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
80
79
  ```
81
80
 
82
81
  </TabItem>
83
82
  </Tabs>
84
-
@@ -43,10 +43,10 @@ m365 planner task set [options]
43
43
  : Name of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
44
44
 
45
45
  `--startDateTime [startDateTime]`
46
- : The date and time when the task started. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
46
+ : The date and time when the task started. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
47
47
 
48
48
  `--dueDateTime [dueDateTime]`
49
- : The date and time when the task is due. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
49
+ : The date and time when the task is due. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`
50
50
 
51
51
  `--percentComplete [percentComplete]`
52
52
  : Percentage of task completion. Number between 0 and 100.
@@ -70,7 +70,7 @@ m365 planner task set [options]
70
70
  : Comma-separated categories that should be added to the task.
71
71
 
72
72
  `--priority [priority]`
73
- : Priority of the task: Urgent, Important, Medium, Low. Or an integer between 0 and 10 (check remarks section for more info).
73
+ : Priority of the task. Allowed values: `Urgent`, `Important`, `Medium`, `Low`. Or an integer between 0 and 10 (check remarks section for more info).
74
74
  ```
75
75
 
76
76
  <Global />
@@ -102,7 +102,7 @@ When using `rosterId`, the command is based on an API that is currently in previ
102
102
 
103
103
  ## Examples
104
104
 
105
- Updates a Microsoft Planner task name of the specified task by ID
105
+ Updates a Microsoft Planner task name of the specified task by ID.
106
106
 
107
107
  ```sh
108
108
  m365 planner task set --id "Z-RLQGfppU6H3663DBzfs5gAMD3o" --title "My Planner Task"
@@ -237,9 +237,6 @@ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 -
237
237
  conversationThreadId | null
238
238
  priority | 5
239
239
  id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
240
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
241
- appliedCategories | {}
242
- assignments | {}
243
240
  ```
244
241
 
245
242
  </TabItem>
@@ -359,12 +356,6 @@ m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 -
359
356
  conversationThreadId | null
360
357
  priority | 5
361
358
  id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
362
- createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
363
- appliedCategories | {}
364
- assignments | {}
365
- description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
366
- references | {}
367
- checklist | {}
368
359
  ```
369
360
 
370
361
  </TabItem>
@@ -28,7 +28,7 @@ After executing the command `planner tenant settings set`, it can take some time
28
28
 
29
29
  ## Examples
30
30
 
31
- Lists the Microsoft Planner settings of the tenant
31
+ Lists the Microsoft Planner settings of the tenant.
32
32
 
33
33
  ```sh
34
34
  m365 planner tenant settings list
@@ -90,9 +90,7 @@ m365 planner tenant settings list
90
90
  allowTenantMoveWithDataMigration | false
91
91
  allowRosterCreation | true
92
92
  allowPlannerMobilePushNotifications | true
93
- disallowedSharedWithContainerTypes | []
94
93
  ```
95
94
 
96
95
  </TabItem>
97
96
  </Tabs>
98
-
@@ -46,19 +46,19 @@ To use this command you must be a global administrator.
46
46
 
47
47
  ## Examples
48
48
 
49
- Disable Microsoft Planner in the tenant
49
+ Disable Microsoft Planner in the tenant.
50
50
 
51
51
  ```sh
52
52
  m365 planner tenant settings set --isPlannerAllowed false
53
53
  ```
54
54
 
55
- Disable Outlook calendar sync and mobile push notifications
55
+ Disable Outlook calendar sync and mobile push notifications.
56
56
 
57
57
  ```sh
58
58
  m365 planner tenant settings set --allowCalendarSharing false --allowPlannerMobilePushNotifications false
59
59
  ```
60
60
 
61
- Enable Microsoft Planner but disallow roster plans to be created
61
+ Enable Microsoft Planner but disallow roster plans to be created.
62
62
 
63
63
  ```sh
64
64
  m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation false
@@ -120,9 +120,7 @@ m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation f
120
120
  allowTenantMoveWithDataMigration | false
121
121
  allowRosterCreation | true
122
122
  allowPlannerMobilePushNotifications | true
123
- disallowedSharedWithContainerTypes | []
124
123
  ```
125
124
 
126
125
  </TabItem>
127
126
  </Tabs>
128
-
@@ -16,29 +16,29 @@ m365 pp aibuildermodel get [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-e, --environmentName <environmentName>`
19
- : The name of the environment
19
+ : The name of the environment.
20
20
 
21
21
  `-i, --id [id]`
22
- : The id of the AI Builder model. Specify either `id` or `name` but not both
22
+ : The id of the AI Builder model. Specify either `id` or `name` but not both.
23
23
 
24
24
  `-n, --name [name]`
25
- : The name of the AI Builder model. Specify either `id` or `name` but not both
25
+ : The name of the AI Builder model. Specify either `id` or `name` but not both.
26
26
 
27
27
  `--asAdmin`
28
- : Run the command as admin for environments you do not have explicitly assigned permissions to
28
+ : Run the command as admin for environments you do not have explicitly assigned permissions to.
29
29
  ```
30
30
 
31
31
  <Global />
32
32
 
33
33
  ## Examples
34
34
 
35
- Get an AI Builder model in a specific environment
35
+ Get an AI Builder model in a specific environment.
36
36
 
37
37
  ```sh
38
38
  m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "Document Processing 11/29/2022, 12:58:43 PM"
39
39
  ```
40
40
 
41
- Get an AI Builder models in a specific environment by id as admin
41
+ Get an AI Builder models in a specific environment by id as admin.
42
42
 
43
43
  ```sh
44
44
  m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "08ffffbe-ec1c-4e64-b64b-dd1db926c613" --asAdmin
@@ -148,9 +148,7 @@ m365 pp aibuildermodel get --environmentName "Default-d87a7535-dd31-4437-bfe1-95
148
148
  \_createdonbehalfby\_value | null
149
149
  \_owningteam\_value | null
150
150
  timezoneruleversionnumber | null
151
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
152
151
  ```
153
152
 
154
153
  </TabItem>
155
154
  </Tabs>
156
-
@@ -16,23 +16,23 @@ m365 pp aibuildermodel list [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-e, --environmentName <environmentName>`
19
- : The name of the environment
19
+ : The name of the environment.
20
20
 
21
21
  `--asAdmin`
22
- : Run the command as admin for environments you do not have explicitly assigned permissions to
22
+ : Run the command as admin for environments you do not have explicitly assigned permissions to.
23
23
  ```
24
24
 
25
25
  <Global />
26
26
 
27
27
  ## Examples
28
28
 
29
- List all AI Builder models in a specific environment
29
+ List all AI Builder models in a specific environment.
30
30
 
31
31
  ```sh
32
32
  m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5"
33
33
  ```
34
34
 
35
- List all AI Builder models in a specific environment as admin
35
+ List all AI Builder models in a specific environment as admin.
36
36
 
37
37
  ```sh
38
38
  m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --asAdmin
@@ -115,7 +115,6 @@ m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-9
115
115
  ---------|-------
116
116
  statecode | 0
117
117
  \_msdyn\_templateid\_value | 10707e4e-1d56-e911-8194-000d3a6cd5a5
118
- msdyn\_modelcreationcontext | {}
119
118
  createdon | 2022-11-29T11:58:45Z
120
119
  \_ownerid\_value | 5fa787c1-1c4d-ed11-bba1-000d3a2caf7f
121
120
  modifiedon | 2022-11-29T11:58:45Z
@@ -144,9 +143,7 @@ m365 pp aibuildermodel list --environmentName "Default-d87a7535-dd31-4437-bfe1-9
144
143
  \_createdonbehalfby\_value | null
145
144
  \_owningteam\_value | null
146
145
  timezoneruleversionnumber | null
147
- iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
148
146
  ```
149
147
 
150
148
  </TabItem>
151
149
  </Tabs>
152
-