@pnp/cli-microsoft365 7.3.0-beta.73848f3 → 7.3.0-beta.ca3f7f5

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 (179) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/Auth.js +1 -1
  4. package/dist/appInsights.js +2 -1
  5. package/dist/cli/Cli.js +14 -13
  6. package/dist/index.js +1 -9
  7. package/dist/m365/aad/commands/group/group-list.js +69 -1
  8. package/dist/m365/external/commands/connection/connection-doctor.js +424 -0
  9. package/dist/m365/external/commands/item/item-add.js +144 -0
  10. package/dist/m365/external/commands.js +3 -1
  11. package/dist/m365/spo/commands/customaction/customaction-add.js +1 -1
  12. package/dist/m365/spo/commands/file/file-add.js +1 -1
  13. package/dist/m365/teams/commands/meeting/meeting-add.js +151 -0
  14. package/dist/m365/teams/commands/user/user-app-remove.js +33 -2
  15. package/dist/m365/teams/commands.js +2 -1
  16. package/dist/telemetry.js +0 -8
  17. package/dist/utils/validation.js +5 -2
  18. package/docs/docs/cmd/aad/group/group-list.mdx +11 -0
  19. package/docs/docs/cmd/aad/user/user-password-validate.mdx +2 -2
  20. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  21. package/docs/docs/cmd/external/connection/connection-doctor.mdx +182 -0
  22. package/docs/docs/cmd/external/item/item-add.mdx +145 -0
  23. package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -1
  24. package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -1
  25. package/docs/docs/cmd/flow/flow-disable.mdx +1 -1
  26. package/docs/docs/cmd/flow/flow-enable.mdx +1 -1
  27. package/docs/docs/cmd/flow/flow-export.mdx +1 -1
  28. package/docs/docs/cmd/flow/flow-get.mdx +1 -1
  29. package/docs/docs/cmd/flow/flow-list.mdx +1 -1
  30. package/docs/docs/cmd/flow/run/run-cancel.mdx +1 -1
  31. package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
  32. package/docs/docs/cmd/flow/run/run-list.mdx +1 -1
  33. package/docs/docs/cmd/flow/run/run-resubmit.mdx +1 -1
  34. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +1 -1
  35. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  36. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  37. package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +0 -3
  38. package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +0 -3
  39. package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +0 -3
  40. package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +0 -3
  41. package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +0 -3
  42. package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +0 -3
  43. package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +0 -3
  44. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +0 -3
  45. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +0 -3
  46. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +0 -3
  47. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +0 -3
  48. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +0 -3
  49. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +0 -3
  50. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +0 -3
  51. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +0 -3
  52. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +0 -3
  53. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +0 -3
  54. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +0 -3
  55. package/docs/docs/cmd/pa/app/app-get.mdx +1 -1
  56. package/docs/docs/cmd/pa/app/app-list.mdx +1 -1
  57. package/docs/docs/cmd/pa/connector/connector-export.mdx +1 -1
  58. package/docs/docs/cmd/pa/connector/connector-list.mdx +1 -1
  59. package/docs/docs/cmd/pa/environment/environment-get.mdx +1 -1
  60. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -1
  61. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
  62. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +1 -1
  63. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +1 -1
  64. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +1 -1
  65. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
  66. package/docs/docs/cmd/planner/plan/plan-get.mdx +1 -1
  67. package/docs/docs/cmd/planner/plan/plan-list.mdx +1 -1
  68. package/docs/docs/cmd/planner/plan/plan-set.mdx +1 -1
  69. package/docs/docs/cmd/planner/roster/roster-add.mdx +2 -2
  70. package/docs/docs/cmd/planner/roster/roster-get.mdx +1 -1
  71. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +1 -1
  72. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +1 -1
  73. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -1
  74. package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +2 -2
  75. package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +1 -1
  76. package/docs/docs/cmd/planner/roster/roster-remove.mdx +2 -2
  77. package/docs/docs/cmd/planner/task/task-add.mdx +1 -1
  78. package/docs/docs/cmd/planner/task/task-list.mdx +2 -2
  79. package/docs/docs/cmd/planner/task/task-remove.mdx +1 -1
  80. package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
  81. package/docs/docs/cmd/pp/environment/environment-get.mdx +1 -1
  82. package/docs/docs/cmd/pp/environment/environment-list.mdx +1 -1
  83. package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +1 -1
  84. package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +1 -1
  85. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
  86. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
  87. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -1
  88. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
  89. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
  90. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
  91. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -1
  92. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
  93. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
  94. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
  95. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +1 -1
  96. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +1 -1
  97. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
  98. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +1 -1
  99. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +2 -2
  100. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +2 -2
  101. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +2 -2
  102. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -2
  103. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -3
  104. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -3
  105. package/docs/docs/cmd/spfx/project/project-externalize.mdx +1 -1
  106. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  107. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  108. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  109. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  110. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  111. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  112. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  113. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +1 -1
  114. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  115. package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +1 -1
  116. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  117. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  118. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
  119. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  120. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  121. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  122. package/docs/docs/cmd/spo/page/page-set.mdx +1 -1
  123. package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +0 -3
  124. package/docs/docs/cmd/spo/report/report-activitypages.mdx +0 -3
  125. package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +0 -3
  126. package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +0 -3
  127. package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +0 -3
  128. package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +0 -3
  129. package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +0 -3
  130. package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +0 -3
  131. package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +0 -3
  132. package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
  133. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +1 -1
  134. package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +1 -1
  135. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  136. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  137. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  138. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  139. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  140. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  141. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  142. package/docs/docs/cmd/teams/meeting/meeting-add.mdx +283 -0
  143. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +2 -2
  144. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +0 -3
  145. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +0 -3
  146. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +0 -3
  147. package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +0 -3
  148. package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +0 -3
  149. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +0 -3
  150. package/docs/docs/cmd/teams/user/user-app-remove.mdx +13 -4
  151. package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +1 -1
  152. package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +1 -1
  153. package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +1 -1
  154. package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +0 -3
  155. package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +0 -3
  156. package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +0 -3
  157. package/docs/docs/cmd/yammer/group/group-list.mdx +1 -1
  158. package/docs/docs/cmd/yammer/group/group-user-add.mdx +1 -1
  159. package/docs/docs/cmd/yammer/group/group-user-remove.mdx +1 -1
  160. package/docs/docs/cmd/yammer/message/message-add.mdx +1 -1
  161. package/docs/docs/cmd/yammer/message/message-get.mdx +1 -1
  162. package/docs/docs/cmd/yammer/message/message-like-set.mdx +1 -1
  163. package/docs/docs/cmd/yammer/message/message-list.mdx +1 -1
  164. package/docs/docs/cmd/yammer/message/message-remove.mdx +1 -1
  165. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  166. package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +0 -3
  167. package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +0 -3
  168. package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +0 -3
  169. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +0 -3
  170. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +0 -3
  171. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +0 -3
  172. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +0 -3
  173. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +0 -3
  174. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +0 -3
  175. package/docs/docs/cmd/yammer/user/user-get.mdx +1 -1
  176. package/docs/docs/cmd/yammer/user/user-list.mdx +1 -1
  177. package/docs/docs/cmd/yammer/yammer-search.mdx +1 -1
  178. package/npm-shrinkwrap.json +1012 -410
  179. package/package.json +26 -25
@@ -20,9 +20,6 @@ m365 teams report deviceusageuserdetail [options]
20
20
 
21
21
  `-d, --date [date]`
22
22
  : The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the Microsoft Teams device usage by user report should be stored in.
26
23
  ```
27
24
 
28
25
  <Global />
@@ -17,9 +17,6 @@ m365 teams report useractivitycounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the Microsoft Teams activities by activity type report should be stored in.
23
20
  ```
24
21
 
25
22
  <Global />
@@ -17,9 +17,6 @@ m365 teams report useractivityusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the Microsoft Teams users by activity type report should be stored in.
23
20
  ```
24
21
 
25
22
  <Global />
@@ -20,9 +20,6 @@ m365 teams report useractivityuserdetail [options]
20
20
 
21
21
  `-d, --date [date]`
22
22
  : The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`. Specify the `date` or `period`, but not both.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the Microsoft Teams user activity by user report should be stored in.
26
23
  ```
27
24
 
28
25
  <Global />
@@ -13,8 +13,11 @@ m365 teams user app remove [options]
13
13
  ## Options
14
14
 
15
15
  ```md definition-list
16
- `--id <id>`
17
- : The unique id of the app instance installed for the user.
16
+ `--id [id]`
17
+ : The unique id of the app instance installed for the user. Specify either `id` or `name`.
18
+
19
+ `--name [name]`
20
+ : Name of the app instance installed for the user. Specify either `id` or `name`.
18
21
 
19
22
  `--userId [userId]`
20
23
  : The ID of the user to uninstall the app for. Specify `userId` or `userName` but not both.
@@ -35,18 +38,24 @@ Do not use the ID from the manifest of the zip app package or the id from the Mi
35
38
 
36
39
  ## Examples
37
40
 
38
- Uninstall an app for the specified user.
41
+ Uninstall an app by id for the specified user.
39
42
 
40
43
  ```sh
41
44
  m365 teams user app remove --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userId 2609af39-7775-4f94-a3dc-0dd67657e900
42
45
  ```
43
46
 
44
- Uninstall an app for the specified user using its UPN.
47
+ Uninstall an app by id for the specified user using its UPN.
45
48
 
46
49
  ```sh
47
50
  m365 teams user app remove --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userName admin@contoso.com
48
51
  ```
49
52
 
53
+ Uninstall an app by name for the specified user.
54
+
55
+ ```sh
56
+ m365 teams user app remove --name HelloWorld --userId 2609af39-7775-4f94-a3dc-0dd67657e900
57
+ ```
58
+
50
59
  ## Response
51
60
 
52
61
  The command won't return a response on success.
@@ -38,7 +38,7 @@ You can specify localized values for the `displayName` as well. These can be ent
38
38
 
39
39
  :::
40
40
 
41
- :::caution
41
+ :::warning
42
42
 
43
43
  When adding an attribute to a profile card, it takes up to 24 hours for the addition to be displayed.
44
44
 
@@ -32,7 +32,7 @@ To use this command you must be either **Tenant Administrator** or **Global Admi
32
32
 
33
33
  :::
34
34
 
35
- :::caution
35
+ :::warning
36
36
 
37
37
  When removing an attribute from a profile card, it takes up to 24 hours for the change to be displayed.
38
38
 
@@ -38,7 +38,7 @@ You can specify localized values for the `displayName` as well. These can be ent
38
38
 
39
39
  :::
40
40
 
41
- :::caution
41
+ :::warning
42
42
 
43
43
  When updating an attribute to a profile card, it takes up to 24 hours for the addition to be displayed.
44
44
 
@@ -17,9 +17,6 @@ m365 tenant report activeusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the Microsoft Teams daily unique users by device type report should be stored in.
23
20
  ```
24
21
 
25
22
  <Global />
@@ -20,9 +20,6 @@ m365 tenant report activeuserdetail [options]
20
20
 
21
21
  `-p, --period [period]`
22
22
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the report should be stored in.
26
23
  ```
27
24
 
28
25
  <Global />
@@ -17,9 +17,6 @@ m365 tenant report servicesusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in.
23
20
  ```
24
21
 
25
22
  <Global />
@@ -26,7 +26,7 @@ m365 yammer group list [options]
26
26
 
27
27
  ## Remarks
28
28
 
29
- :::caution
29
+ :::warning
30
30
 
31
31
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
32
32
 
@@ -27,7 +27,7 @@ m365 yammer group user add [options]
27
27
 
28
28
  ## Remarks
29
29
 
30
- :::caution
30
+ :::warning
31
31
 
32
32
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
33
33
 
@@ -27,7 +27,7 @@ m365 yammer group user remove [options]
27
27
 
28
28
  ## Remarks
29
29
 
30
- :::caution
30
+ :::warning
31
31
 
32
32
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
33
33
 
@@ -35,7 +35,7 @@ m365 yammer message add [options]
35
35
 
36
36
  ## Remarks
37
37
 
38
- :::caution
38
+ :::warning
39
39
 
40
40
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
41
41
 
@@ -23,7 +23,7 @@ m365 yammer message get [options]
23
23
 
24
24
  ## Remarks
25
25
 
26
- :::caution
26
+ :::warning
27
27
 
28
28
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
29
29
 
@@ -27,7 +27,7 @@ m365 yammer message like set [options]
27
27
 
28
28
  ## Remarks
29
29
 
30
- :::caution
30
+ :::warning
31
31
 
32
32
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
33
33
 
@@ -38,7 +38,7 @@ m365 yammer message list [options]
38
38
 
39
39
  ## Remarks
40
40
 
41
- :::caution
41
+ :::warning
42
42
 
43
43
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
44
44
 
@@ -24,7 +24,7 @@ m365 yammer message remove [options]
24
24
 
25
25
  ## Remarks
26
26
 
27
- :::caution
27
+ :::warning
28
28
 
29
29
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
30
30
 
@@ -23,7 +23,7 @@ m365 yammer network list [options]
23
23
 
24
24
  ## Remarks
25
25
 
26
- :::caution
26
+ :::warning
27
27
 
28
28
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
29
29
 
@@ -17,9 +17,6 @@ m365 yammer report activitycounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -17,9 +17,6 @@ m365 yammer report activityusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -20,9 +20,6 @@ m365 yammer report activityuserdetail [options]
20
20
 
21
21
  `-p, --period [period]`
22
22
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the report should be stored in
26
23
  ```
27
24
 
28
25
  <Global />
@@ -17,9 +17,6 @@ m365 yammer report deviceusagedistributionusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -17,9 +17,6 @@ m365 yammer report deviceusageusercounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -20,9 +20,6 @@ m365 yammer report deviceusageuserdetail [options]
20
20
 
21
21
  `-d, --date [date]`
22
22
  : The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the report should be stored in
26
23
  ```
27
24
 
28
25
  <Global />
@@ -17,9 +17,6 @@ m365 yammer report groupsactivitycounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -20,9 +20,6 @@ m365 yammer report groupsactivitydetail [options]
20
20
 
21
21
  `-d, --date [date]`
22
22
  : The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`.
23
-
24
- `--outputFile [outputFile]`
25
- : Path to the file where the report should be stored in
26
23
  ```
27
24
 
28
25
  <Global />
@@ -17,9 +17,6 @@ m365 yammer report groupsactivitygroupcounts [options]
17
17
  ```md definition-list
18
18
  `-p, --period <period>`
19
19
  : The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
20
-
21
- `--outputFile [outputFile]`
22
- : Path to the file where the report should be stored in
23
20
  ```
24
21
 
25
22
  <Global />
@@ -26,7 +26,7 @@ m365 yammer user get [options]
26
26
 
27
27
  ## Remarks
28
28
 
29
- :::caution
29
+ :::warning
30
30
 
31
31
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
32
32
 
@@ -35,7 +35,7 @@ m365 yammer user list [options]
35
35
 
36
36
  ## Remarks
37
37
 
38
- :::caution
38
+ :::warning
39
39
 
40
40
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
41
41
 
@@ -29,7 +29,7 @@ m365 yammer search [options]
29
29
 
30
30
  ## Remarks
31
31
 
32
- :::caution
32
+ :::warning
33
33
 
34
34
  In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
35
35