@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
@@ -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
-
@@ -1,4 +1,5 @@
1
1
  module.exports.rules = {
2
2
  'correct-command-class-name': require('./rules/correct-command-class-name'),
3
- 'correct-command-name': require('./rules/correct-command-name')
3
+ 'correct-command-name': require('./rules/correct-command-name'),
4
+ 'no-by-server-relative-url-usage': require('./rules/no-by-server-relative-url-usage')
4
5
  };
@@ -0,0 +1,55 @@
1
+ function reportIncorrectEndpoint(context, node, urlEndpoint, pathEndpoint, updatedValue) {
2
+ context.report({
3
+ node,
4
+ messageId: 'incorrectEndpoint',
5
+ data: { urlEndpoint, pathEndpoint },
6
+ fix: fixer => fixer.replaceText(node, updatedValue),
7
+ });
8
+ }
9
+
10
+ module.exports = {
11
+ meta: {
12
+ type: 'problem',
13
+ docs: {
14
+ description: "Prevent usage of 'ByServerRelativeUrl' endpoint",
15
+ recommended: true
16
+ },
17
+ fixable: 'code',
18
+ messages: {
19
+ incorrectEndpoint: `Avoid "{{ urlEndpoint }}" endpoint. Instead, use "{{ pathEndpoint }}". Reference issue #5333 for more information.`
20
+ }
21
+ },
22
+ create: context => {
23
+ return {
24
+ TemplateLiteral(node) {
25
+ const sourceCodeText = context.getSourceCode().getText(node);
26
+ const updatedValue = sourceCodeText
27
+ .replace(/GetFileByServerRelativeUrl\(/ig, 'GetFileByServerRelativePath(DecodedUrl=')
28
+ .replace(/GetFolderByServerRelativeUrl\(/ig, 'GetFolderByServerRelativePath(DecodedUrl=');
29
+
30
+ if (updatedValue !== sourceCodeText) {
31
+ const templateValue = node.quasis.map(quasi => quasi.value.raw).join('');
32
+ const urlEndpoint = templateValue.match(/GetFileByServerRelativeUrl\(/i) ? "GetFileByServerRelativeUrl('url')" : "GetFolderByServerRelativeUrl('url')";
33
+ const pathEndpoint = urlEndpoint.replace("Url('url')", "Path(DecodedUrl='url')");
34
+
35
+ reportIncorrectEndpoint(context, node, urlEndpoint, pathEndpoint, updatedValue);
36
+ }
37
+ },
38
+ VariableDeclarator(node) {
39
+ const { init } = node;
40
+ if (
41
+ init && init.type === 'Literal' &&
42
+ (String(init.value).match(/GetFileByServerRelativeUrl\(/i) || String(init.value).match(/GetFolderByServerRelativeUrl\(/i))
43
+ ) {
44
+ const urlEndpoint = String(init.value).match(/GetFileByServerRelativeUrl\(/i) ? "GetFileByServerRelativeUrl('url')" : "GetFolderByServerRelativeUrl('url')";
45
+ const pathEndpoint = urlEndpoint.replace("Url('url')", "Path(DecodedUrl='url')");
46
+ const updatedValue = String(init.value)
47
+ .replace(/GetFileByServerRelativeUrl\(/i, 'GetFileByServerRelativePath(DecodedUrl=')
48
+ .replace(/GetFolderByServerRelativeUrl\(/i, 'GetFolderByServerRelativePath(DecodedUrl=');
49
+
50
+ reportIncorrectEndpoint(context, init, urlEndpoint, pathEndpoint, `'${updatedValue}'`);
51
+ }
52
+ }
53
+ };
54
+ },
55
+ };
@@ -10,20 +10,20 @@
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@azure/msal-common": "^13.2.1",
13
- "@azure/msal-node": "^1.18.1",
13
+ "@azure/msal-node": "^1.18.3",
14
14
  "@xmldom/xmldom": "^0.8.10",
15
- "adaptive-expressions": "^4.20.0",
15
+ "adaptive-expressions": "^4.20.1",
16
16
  "adaptivecards": "^3.0.1",
17
17
  "adaptivecards-templating": "^2.3.1",
18
18
  "adm-zip": "^0.5.10",
19
- "applicationinsights": "^2.7.0",
20
- "axios": "^1.5.0",
19
+ "applicationinsights": "^2.8.0",
20
+ "axios": "^1.5.1",
21
21
  "chalk": "^5.2.0",
22
22
  "clipboardy": "^3.0.0",
23
23
  "configstore": "^6.0.0",
24
- "csv-stringify": "^6.4.0",
24
+ "csv-stringify": "^6.4.4",
25
25
  "easy-table": "^1.2.0",
26
- "inquirer": "^9.2.10",
26
+ "inquirer": "^9.2.11",
27
27
  "jmespath": "^0.16.0",
28
28
  "json-to-ast": "^2.1.0",
29
29
  "minimist": "^1.2.8",
@@ -35,7 +35,7 @@
35
35
  "strip-json-comments": "^5.0.0",
36
36
  "typescript": "^5.0.2",
37
37
  "update-notifier": "^6.0.2",
38
- "uuid": "^9.0.0",
38
+ "uuid": "^9.0.1",
39
39
  "yaml": "^2.3.2"
40
40
  },
41
41
  "bin": {
@@ -46,25 +46,25 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/microsoft-graph-types": "^2.38.0",
49
- "@types/adm-zip": "^0.5.0",
50
- "@types/inquirer": "^9.0.3",
49
+ "@types/adm-zip": "^0.5.2",
50
+ "@types/inquirer": "^9.0.4",
51
51
  "@types/jmespath": "^0.15.0",
52
52
  "@types/json-to-ast": "^2.1.2",
53
- "@types/minimist": "^1.2.2",
54
- "@types/mocha": "^10.0.1",
55
- "@types/node": "^18.17.14",
56
- "@types/node-forge": "^1.3.4",
53
+ "@types/minimist": "^1.2.3",
54
+ "@types/mocha": "^10.0.2",
55
+ "@types/node": "^18.18.4",
56
+ "@types/node-forge": "^1.3.7",
57
57
  "@types/omelette": "^0.4.2",
58
- "@types/semver": "^7.5.1",
59
- "@types/sinon": "^10.0.16",
58
+ "@types/semver": "^7.5.3",
59
+ "@types/sinon": "^10.0.19",
60
60
  "@types/update-notifier": "^6.0.5",
61
- "@types/uuid": "^9.0.3",
61
+ "@types/uuid": "^9.0.5",
62
62
  "@typescript-eslint/eslint-plugin": "^5.62.0",
63
63
  "@typescript-eslint/parser": "^5.62.0",
64
64
  "c8": "^7.14.0",
65
- "eslint": "^8.46.0",
65
+ "eslint": "^8.51.0",
66
66
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
67
- "eslint-plugin-mocha": "^10.1.0",
67
+ "eslint-plugin-mocha": "^10.2.0",
68
68
  "mocha": "^10.2.0",
69
69
  "rimraf": "^4.4.0",
70
70
  "sinon": "^15.2.0",
@@ -180,9 +180,9 @@
180
180
  }
181
181
  },
182
182
  "node_modules/@azure/msal-node": {
183
- "version": "1.18.2",
184
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.2.tgz",
185
- "integrity": "sha512-bLbuhF9Q5cgwj9tt8R7EV9MbCwGuFgZiv6Gw0VvHx5AcWHhh2m8hYginGagB4EucxKueFDwZP6aZVAxfuD/lUQ==",
183
+ "version": "1.18.3",
184
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz",
185
+ "integrity": "sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg==",
186
186
  "dependencies": {
187
187
  "@azure/msal-common": "13.3.0",
188
188
  "jsonwebtoken": "^9.0.0",
@@ -282,18 +282,18 @@
282
282
  }
283
283
  },
284
284
  "node_modules/@eslint/js": {
285
- "version": "8.48.0",
286
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz",
287
- "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==",
285
+ "version": "8.51.0",
286
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
287
+ "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
288
288
  "dev": true,
289
289
  "engines": {
290
290
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
291
291
  }
292
292
  },
293
293
  "node_modules/@humanwhocodes/config-array": {
294
- "version": "0.11.10",
295
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
296
- "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
294
+ "version": "0.11.11",
295
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
296
+ "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
297
297
  "dev": true,
298
298
  "dependencies": {
299
299
  "@humanwhocodes/object-schema": "^1.2.1",
@@ -610,9 +610,9 @@
610
610
  }
611
611
  },
612
612
  "node_modules/@types/adm-zip": {
613
- "version": "0.5.0",
614
- "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.0.tgz",
615
- "integrity": "sha512-FCJBJq9ODsQZUNURo5ILAQueuA8WJhRvuihS3ke2iI25mJlfV2LK8jG2Qj2z2AWg8U0FtWWqBHVRetceLskSaw==",
613
+ "version": "0.5.2",
614
+ "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.2.tgz",
615
+ "integrity": "sha512-33OTTnnW3onOE6HJuoqsi7T7Ojupz7zO/Vs5ddRNVCYQnu4lg05RqH/pr9eidHGvGyYfdO4uPO9cvegAMixBCQ==",
616
616
  "dev": true,
617
617
  "dependencies": {
618
618
  "@types/node": "*"
@@ -640,9 +640,9 @@
640
640
  "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ=="
641
641
  },
642
642
  "node_modules/@types/inquirer": {
643
- "version": "9.0.3",
644
- "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.3.tgz",
645
- "integrity": "sha512-CzNkWqQftcmk2jaCWdBTf9Sm7xSw4rkI1zpU/Udw3HX5//adEZUIm9STtoRP1qgWj0CWQtJ9UTvqmO2NNjhMJw==",
643
+ "version": "9.0.4",
644
+ "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
645
+ "integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
646
646
  "dev": true,
647
647
  "dependencies": {
648
648
  "@types/through": "*",
@@ -692,27 +692,27 @@
692
692
  "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="
693
693
  },
694
694
  "node_modules/@types/minimist": {
695
- "version": "1.2.2",
696
- "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
697
- "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
695
+ "version": "1.2.3",
696
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.3.tgz",
697
+ "integrity": "sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==",
698
698
  "dev": true
699
699
  },
700
700
  "node_modules/@types/mocha": {
701
- "version": "10.0.1",
702
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
703
- "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
701
+ "version": "10.0.2",
702
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
703
+ "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
704
704
  "dev": true
705
705
  },
706
706
  "node_modules/@types/node": {
707
- "version": "18.17.14",
708
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz",
709
- "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==",
707
+ "version": "18.18.4",
708
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz",
709
+ "integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==",
710
710
  "dev": true
711
711
  },
712
712
  "node_modules/@types/node-forge": {
713
- "version": "1.3.4",
714
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.4.tgz",
715
- "integrity": "sha512-08scBQriFsBbm/CuBWOXRMD1RG7ydFW01EDR6vGX27nxcj6E/jGSCOLdICNd8ETwQlLFXVBVA854RX6Y7vPSrQ==",
713
+ "version": "1.3.7",
714
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.7.tgz",
715
+ "integrity": "sha512-uWvTDObXqNQPVprvvm7FCS/B0qexgRMmNCJCRETywf7cBm3C7uGRtGfaSqCoUlksrmY5Yn3++fvA7awBE5lAzw==",
716
716
  "dev": true,
717
717
  "dependencies": {
718
718
  "@types/node": "*"
@@ -725,9 +725,9 @@
725
725
  "dev": true
726
726
  },
727
727
  "node_modules/@types/semver": {
728
- "version": "7.5.1",
729
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.1.tgz",
730
- "integrity": "sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==",
728
+ "version": "7.5.3",
729
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz",
730
+ "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==",
731
731
  "dev": true
732
732
  },
733
733
  "node_modules/@types/shimmer": {
@@ -736,9 +736,9 @@
736
736
  "integrity": "sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg=="
737
737
  },
738
738
  "node_modules/@types/sinon": {
739
- "version": "10.0.16",
740
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
741
- "integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
739
+ "version": "10.0.19",
740
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
741
+ "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
742
742
  "dev": true,
743
743
  "dependencies": {
744
744
  "@types/sinonjs__fake-timers": "*"
@@ -770,9 +770,9 @@
770
770
  }
771
771
  },
772
772
  "node_modules/@types/uuid": {
773
- "version": "9.0.3",
774
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz",
775
- "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==",
773
+ "version": "9.0.5",
774
+ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz",
775
+ "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==",
776
776
  "dev": true
777
777
  },
778
778
  "node_modules/@types/xmldom": {
@@ -1005,9 +1005,9 @@
1005
1005
  }
1006
1006
  },
1007
1007
  "node_modules/adaptive-expressions": {
1008
- "version": "4.20.0",
1009
- "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.0.tgz",
1010
- "integrity": "sha512-/m0gXtwb75iK0UBftwoK8La7Ch/TqfrT5doAoLya1VAaeOEIzDzHIbMe1G6B7/N+Nn/waZFMexrqDW7d01lbdA==",
1008
+ "version": "4.20.1",
1009
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.20.1.tgz",
1010
+ "integrity": "sha512-Yrsx3Z6SL5wcpqyagTzFsm/N/nrDNpyKy/fjLA1Cb2mETb6I7ql1skINdGbJtQZzsSICQMBxpKJwUidosrWzdw==",
1011
1011
  "dependencies": {
1012
1012
  "@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
1013
1013
  "@types/atob-lite": "^2.0.0",
@@ -1022,7 +1022,7 @@
1022
1022
  "btoa-lite": "^1.0.0",
1023
1023
  "d3-format": "^1.4.4",
1024
1024
  "dayjs": "^1.10.3",
1025
- "fast-xml-parser": "^4.1.2",
1025
+ "fast-xml-parser": "^4.2.5",
1026
1026
  "jspath": "^0.4.0",
1027
1027
  "lodash.isequal": "^4.5.0",
1028
1028
  "lru-cache": "^5.1.1",
@@ -1187,9 +1187,9 @@
1187
1187
  }
1188
1188
  },
1189
1189
  "node_modules/applicationinsights": {
1190
- "version": "2.7.3",
1191
- "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.7.3.tgz",
1192
- "integrity": "sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==",
1190
+ "version": "2.8.0",
1191
+ "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.8.0.tgz",
1192
+ "integrity": "sha512-pxVOdCPwXTal1A904yGmzOOUJrIeQ89xQir0ifr7fLl+e0BlGrZ1P4StcIDuEXk93gV9CGxGm5Mol8ksPk2mcg==",
1193
1193
  "dependencies": {
1194
1194
  "@azure/core-auth": "^1.5.0",
1195
1195
  "@azure/core-rest-pipeline": "1.10.1",
@@ -1293,9 +1293,9 @@
1293
1293
  "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
1294
1294
  },
1295
1295
  "node_modules/axios": {
1296
- "version": "1.5.0",
1297
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
1298
- "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
1296
+ "version": "1.5.1",
1297
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
1298
+ "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
1299
1299
  "dependencies": {
1300
1300
  "follow-redirects": "^1.15.0",
1301
1301
  "form-data": "^4.0.0",
@@ -1878,9 +1878,9 @@
1878
1878
  }
1879
1879
  },
1880
1880
  "node_modules/csv-stringify": {
1881
- "version": "6.4.2",
1882
- "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.2.tgz",
1883
- "integrity": "sha512-DXIdnnCUQYjDKTu6TgCSzRDiAuLxDjhl4ErFP9FGMF3wzBGOVMg9bZTLaUcYtuvhXgNbeXPKeaRfpgyqE4xySw=="
1881
+ "version": "6.4.4",
1882
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.4.tgz",
1883
+ "integrity": "sha512-NDshLupGa7gp4UG4sSNIqwYJqgSwvds0SvENntxoVoVvTzXcrHvd5gG2MWpbRpSNvk59dlmIe1IwNvSxN4IVmg=="
1884
1884
  },
1885
1885
  "node_modules/d3-format": {
1886
1886
  "version": "1.4.5",
@@ -2136,16 +2136,16 @@
2136
2136
  }
2137
2137
  },
2138
2138
  "node_modules/eslint": {
2139
- "version": "8.48.0",
2140
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz",
2141
- "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==",
2139
+ "version": "8.51.0",
2140
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
2141
+ "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
2142
2142
  "dev": true,
2143
2143
  "dependencies": {
2144
2144
  "@eslint-community/eslint-utils": "^4.2.0",
2145
2145
  "@eslint-community/regexpp": "^4.6.1",
2146
2146
  "@eslint/eslintrc": "^2.1.2",
2147
- "@eslint/js": "8.48.0",
2148
- "@humanwhocodes/config-array": "^0.11.10",
2147
+ "@eslint/js": "8.51.0",
2148
+ "@humanwhocodes/config-array": "^0.11.11",
2149
2149
  "@humanwhocodes/module-importer": "^1.0.1",
2150
2150
  "@nodelib/fs.walk": "^1.2.8",
2151
2151
  "ajv": "^6.12.4",
@@ -2194,13 +2194,13 @@
2194
2194
  "link": true
2195
2195
  },
2196
2196
  "node_modules/eslint-plugin-mocha": {
2197
- "version": "10.1.0",
2198
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz",
2199
- "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==",
2197
+ "version": "10.2.0",
2198
+ "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
2199
+ "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
2200
2200
  "dev": true,
2201
2201
  "dependencies": {
2202
2202
  "eslint-utils": "^3.0.0",
2203
- "rambda": "^7.1.0"
2203
+ "rambda": "^7.4.0"
2204
2204
  },
2205
2205
  "engines": {
2206
2206
  "node": ">=14.0.0"
@@ -3047,9 +3047,9 @@
3047
3047
  }
3048
3048
  },
3049
3049
  "node_modules/inquirer": {
3050
- "version": "9.2.10",
3051
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.10.tgz",
3052
- "integrity": "sha512-tVVNFIXU8qNHoULiazz612GFl+yqNfjMTbLuViNJE/d860Qxrd3NMrse8dm40VUQLOQeULvaQF8lpAhvysjeyA==",
3050
+ "version": "9.2.11",
3051
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
3052
+ "integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
3053
3053
  "dependencies": {
3054
3054
  "@ljharb/through": "^2.3.9",
3055
3055
  "ansi-escapes": "^4.3.2",
@@ -5039,9 +5039,13 @@
5039
5039
  "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
5040
5040
  },
5041
5041
  "node_modules/uuid": {
5042
- "version": "9.0.0",
5043
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
5044
- "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
5042
+ "version": "9.0.1",
5043
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
5044
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
5045
+ "funding": [
5046
+ "https://github.com/sponsors/broofa",
5047
+ "https://github.com/sponsors/ctavan"
5048
+ ],
5045
5049
  "bin": {
5046
5050
  "uuid": "dist/bin/uuid"
5047
5051
  }