@pnp/cli-microsoft365 7.1.0-beta.8536cf7 → 7.1.0-beta.99de250

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 (214) hide show
  1. package/dist/appInsights.js +5 -9
  2. package/dist/telemetry.js +30 -14
  3. package/dist/telemetryRunner.js +26 -0
  4. package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
  5. package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
  6. package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
  7. package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
  8. package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
  9. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
  10. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
  11. package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
  12. package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
  13. package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
  14. package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
  15. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
  16. package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
  17. package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
  18. package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
  19. package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
  20. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
  21. package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
  22. package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
  23. package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
  24. package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
  25. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
  26. package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
  27. package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
  28. package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
  29. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
  30. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
  31. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
  32. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
  33. package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
  34. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
  35. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
  36. package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
  37. package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
  38. package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
  39. package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
  40. package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
  41. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
  42. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
  43. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
  44. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
  45. package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
  46. package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
  47. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
  48. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
  49. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
  50. package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
  51. package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
  52. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
  53. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
  54. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
  55. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
  56. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
  57. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
  58. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
  59. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
  60. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
  61. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
  62. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
  63. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
  64. package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
  65. package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
  66. package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
  67. package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
  68. package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
  69. package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
  70. package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
  71. package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
  72. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
  73. package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
  74. package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
  75. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
  76. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
  77. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
  78. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
  79. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
  80. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
  81. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
  82. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
  83. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
  84. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
  85. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
  86. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
  87. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
  88. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
  89. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
  90. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
  91. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
  92. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
  93. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
  94. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
  95. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
  96. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
  97. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
  98. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
  99. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
  100. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
  101. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
  102. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
  103. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
  104. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
  105. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
  106. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
  107. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
  108. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
  109. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
  110. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
  111. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
  112. package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
  113. package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
  114. package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
  115. package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
  116. package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
  117. package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
  118. package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
  119. package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
  120. package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
  121. package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
  122. package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
  123. package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
  124. package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
  125. package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
  126. package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
  127. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
  128. package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
  129. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
  130. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
  131. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
  132. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
  133. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
  134. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
  135. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
  136. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
  137. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
  138. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
  139. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
  140. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
  141. package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
  142. package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
  143. package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
  144. package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
  145. package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
  146. package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
  147. package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
  148. package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
  149. package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
  150. package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
  151. package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
  152. package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
  153. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
  154. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
  155. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
  156. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
  157. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
  158. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
  159. package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
  160. package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
  161. package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
  162. package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
  163. package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
  164. package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
  165. package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
  166. package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
  167. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
  168. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
  169. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
  170. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  171. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
  172. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
  173. package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
  174. package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
  175. package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
  176. package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
  177. package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
  178. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
  179. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
  180. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
  181. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
  182. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
  183. package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
  184. package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
  185. package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
  186. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
  187. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
  188. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
  189. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
  190. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
  191. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
  192. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
  193. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
  194. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
  195. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
  196. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
  197. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
  198. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
  199. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
  200. package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
  201. package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
  202. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
  203. package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
  204. package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
  205. package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
  206. package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
  207. package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
  208. package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
  209. package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
  210. package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
  211. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
  212. package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
  213. package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
  214. package/package.json +1 -1
@@ -28,13 +28,13 @@ m365 todo task add [options]
28
28
  : The body content of the task. In the UI this is called 'notes'.
29
29
 
30
30
  `--bodyContentType [bodyContentType]`
31
- : The type of the body content. Possible values are `text` and `html`. Default is `text`.
31
+ : The type of the body content. Allowed values: `text` and `html`. Defaults to `text`.
32
32
 
33
33
  `--dueDateTime [dueDateTime]`
34
34
  : The date when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
35
35
 
36
36
  `--importance [importance]`
37
- : The importance of the task. Possible values are: `low`, `normal`, `high`. Default is `normal`.
37
+ : The importance of the task. Allowed values: `low`, `normal`, `high`. Defaults to `normal`.
38
38
 
39
39
  `--reminderDateTime [reminderDateTime]`
40
40
  : The date and time for a reminder alert of the task to occur. This should be defined as a valid ISO 8601 string in the UTC time zone.
@@ -46,10 +46,10 @@ m365 todo task add [options]
46
46
  : The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`. This option can only be used when the `status` is set to `completed`.
47
47
 
48
48
  `--startDateTime [startDateTime]`
49
- : The date and time when the task is scheduled to start. 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 scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
50
50
 
51
51
  `--status [status]`
52
- : Indicates the state or progress of the task. The possible values are: `notStarted`, `inProgress`, `completed`, `waitingOnOthers`, `deferred`.
52
+ : Indicates the state or progress of the task. Allowed values: `notStarted`, `inProgress`, `completed`, `waitingOnOthers`, `deferred`.
53
53
  ```
54
54
 
55
55
  <Global />
@@ -60,31 +60,31 @@ When you specify the values for `categories`, each category can correspond to th
60
60
 
61
61
  ## Examples
62
62
 
63
- Add a task to Microsoft To Do tasks list with with a specific name
63
+ Add a task to Microsoft To Do tasks list with with a specific name.
64
64
 
65
65
  ```sh
66
66
  m365 todo task add --title "New task" --listName "My task list"
67
67
  ```
68
68
 
69
- Add a task to a Microsoft To Do tasks list with a specific id
69
+ Add a task to a Microsoft To Do tasks list with a specific id.
70
70
 
71
71
  ```sh
72
72
  m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA=="
73
73
  ```
74
74
 
75
- Create a new task with bodyContent and reminder and flag it as important
75
+ Create a new task with bodyContent and reminder and flag it as important.
76
76
 
77
77
  ```sh
78
78
  m365 todo task add --title "New task" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
79
79
  ```
80
80
 
81
- Create a new task with a specific due date
81
+ Create a new task with a specific due date.
82
82
 
83
83
  ```sh
84
84
  m365 todo task add --title "New task" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
85
85
  ```
86
86
 
87
- Create a new task with categories, a completedDateTime, a startDateTime and a status
87
+ Create a new task with categories, a completedDateTime, a startDateTime and a status.
88
88
 
89
89
  ```sh
90
90
  m365 todo task add --title "New task" --listName "My task list" --categories "Red category,Important" --completedDateTime 2023-12-01 --startDateTime 2023-12-01 --status "notStarted"
@@ -166,13 +166,9 @@ m365 todo task add --title "New task" --listName "My task list" --categories "Re
166
166
  createdDateTime | 2022-10-29T10:54:06.3672421Z
167
167
  lastModifiedDateTime | 2022-10-29T10:54:06.5078837Z
168
168
  hasAttachments | false
169
- categories | []
170
169
  id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAEX8ECDAADEwEFouXWWT50CfwqSN9cpAAEX8GuPAAA=
171
- body | {"content": "I should not forget this","contentType": "text"}
172
- dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
173
170
  reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
174
171
  ```
175
172
 
176
173
  </TabItem>
177
174
  </Tabs>
178
-
@@ -34,10 +34,10 @@ m365 todo task set [options]
34
34
  : The body content of the task. In the UI this is called 'notes'.
35
35
 
36
36
  `--bodyContentType [bodyContentType]`
37
- : The type of the body content. Possible values are `text` and `html`. Default is `text`.
37
+ : The type of the body content. Allowed values: `text` and `html`. Defaults to `text`.
38
38
 
39
39
  `--importance [importance]`
40
- : The importance of the task. Possible values are: `low`, `normal`, `high`.
40
+ : The importance of the task. Allowed values: `low`, `normal`, `high`.
41
41
 
42
42
  `--dueDateTime [dueDateTime]`
43
43
  : The date and time when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
@@ -49,10 +49,10 @@ m365 todo task set [options]
49
49
  : Comma-separated list of categories associated with the task.
50
50
 
51
51
  `--completedDateTime [completedDateTime]`
52
- : The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
52
+ : The date and time when the task was finished. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
53
53
 
54
54
  `--startDateTime [startDateTime]`
55
- : The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
55
+ : The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. e.g. `2021-12-16T18:28:48.6964197Z`.
56
56
  ```
57
57
 
58
58
  <Global />
@@ -63,37 +63,37 @@ When you specify the values for `categories`, each category can correspond to th
63
63
 
64
64
  ## Examples
65
65
 
66
- Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name
66
+ Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name.
67
67
 
68
68
  ```sh
69
69
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --title "Update doco" --listName "My task list"
70
70
  ```
71
71
 
72
- Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name
72
+ Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name.
73
73
 
74
74
  ```sh
75
75
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --status "inProgress" --listName "My task list"
76
76
  ```
77
77
 
78
- Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name
78
+ Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name.
79
79
 
80
80
  ```sh
81
81
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
82
82
  ```
83
83
 
84
- Update a task with due date in Microsoft To Do tasks list with list id
84
+ Update a task with due date in Microsoft To Do tasks list with list id.
85
85
 
86
86
  ```sh
87
87
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
88
88
  ```
89
89
 
90
- Update a task to Microsoft To Do with several categories
90
+ Update a task to Microsoft To Do with several categories.
91
91
 
92
92
  ```sh
93
93
  m365 todo task set --title "New task" --listName "My task list" --categories "Red category,Important"
94
94
  ```
95
95
 
96
- Update a task to Microsoft To Do with a start date and set a reminder for the task
96
+ Update a task to Microsoft To Do with a start date and set a reminder for the task.
97
97
 
98
98
  ```sh
99
99
  m365 todo task set --title "New task" --listName "My task list" --startDateTime "2023-12-16T18:28:48.6964197Z" --isReminderOn true
@@ -175,13 +175,9 @@ m365 todo task set --title "New task" --listName "My task list" --startDateTime
175
175
  createdDateTime | 2022-10-29T11:03:20.9175176Z
176
176
  lastModifiedDateTime | 2022-10-30T14:07:03.0718199Z
177
177
  hasAttachments | false
178
- categories | []
179
178
  id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=
180
- body | {"content":"I should not forget this","contentType":"text"}
181
- dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
182
179
  reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
183
180
  ```
184
181
 
185
182
  </TabItem>
186
183
  </Tabs>
187
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.1.0-beta.8536cf7",
3
+ "version": "7.1.0-beta.99de250",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",