@pnp/cli-microsoft365 6.8.0-beta.e41be56 → 6.8.0-beta.f473be5

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 (71) hide show
  1. package/.mocharc.json +1 -0
  2. package/dist/m365/planner/commands/roster/roster-plan-list.js +102 -0
  3. package/dist/m365/planner/commands.js +1 -0
  4. package/dist/m365/spo/commands/file/file-checkin.js +8 -3
  5. package/dist/m365/spo/commands/file/file-checkout.js +8 -3
  6. package/dist/m365/spo/commands/file/file-copy.js +4 -4
  7. package/dist/m365/spo/commands/file/file-get.js +3 -1
  8. package/dist/m365/spo/commands/file/file-list.js +2 -2
  9. package/dist/m365/spo/commands/file/file-move.js +6 -7
  10. package/dist/m365/spo/commands/file/file-remove.js +3 -12
  11. package/dist/m365/spo/commands/file/file-rename.js +3 -3
  12. package/dist/m365/spo/commands/file/file-roleassignment-add.js +2 -1
  13. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -3
  14. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -1
  15. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -1
  16. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +4 -2
  17. package/dist/m365/spo/commands/file/file-version-clear.js +3 -1
  18. package/dist/m365/spo/commands/file/file-version-get.js +3 -1
  19. package/dist/m365/spo/commands/file/file-version-remove.js +3 -1
  20. package/dist/m365/spo/commands/file/file-version-restore.js +3 -1
  21. package/dist/m365/spo/commands/folder/folder-copy.js +4 -4
  22. package/dist/m365/spo/commands/folder/folder-get.js +5 -2
  23. package/dist/m365/spo/commands/folder/folder-move.js +3 -2
  24. package/dist/m365/spo/commands/folder/folder-rename.js +5 -2
  25. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-list.js +46 -1
  26. package/dist/m365/spo/commands/tenant/tenant-settings-set.js +4 -0
  27. package/dist/m365/teams/commands/meeting/meeting-transcript-list.js +124 -0
  28. package/dist/m365/teams/commands.js +1 -0
  29. package/dist/utils/spo.js +1 -1
  30. package/docs/docs/cmd/planner/roster/roster-plan-list.md +109 -0
  31. package/docs/docs/cmd/spo/feature/feature-enable.md +2 -2
  32. package/docs/docs/cmd/spo/file/file-add.md +1 -1
  33. package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
  34. package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
  35. package/docs/docs/cmd/spo/file/file-copy.md +1 -1
  36. package/docs/docs/cmd/spo/file/file-get.md +1 -1
  37. package/docs/docs/cmd/spo/file/file-move.md +3 -3
  38. package/docs/docs/cmd/spo/file/file-rename.md +1 -1
  39. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +3 -3
  40. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +2 -2
  41. package/docs/docs/cmd/spo/file/file-roleassignment-add.md +1 -1
  42. package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +1 -1
  43. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +1 -1
  44. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +1 -1
  45. package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +1 -1
  46. package/docs/docs/cmd/spo/file/file-sharinglink-add.md +1 -1
  47. package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +1 -1
  48. package/docs/docs/cmd/spo/file/file-sharinglink-get.md +1 -1
  49. package/docs/docs/cmd/spo/file/file-sharinglink-list.md +1 -1
  50. package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +1 -1
  51. package/docs/docs/cmd/spo/file/file-sharinglink-set.md +1 -1
  52. package/docs/docs/cmd/spo/file/file-version-clear.md +2 -2
  53. package/docs/docs/cmd/spo/file/file-version-get.md +1 -1
  54. package/docs/docs/cmd/spo/file/file-version-list.md +1 -1
  55. package/docs/docs/cmd/spo/file/file-version-remove.md +1 -1
  56. package/docs/docs/cmd/spo/file/file-version-restore.md +1 -1
  57. package/docs/docs/cmd/spo/folder/folder-add.md +9 -3
  58. package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
  59. package/docs/docs/cmd/spo/folder/folder-get.md +7 -7
  60. package/docs/docs/cmd/spo/folder/folder-list.md +11 -11
  61. package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
  62. package/docs/docs/cmd/spo/folder/folder-remove.md +7 -7
  63. package/docs/docs/cmd/spo/folder/folder-rename.md +11 -5
  64. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +3 -3
  65. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +1 -1
  66. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +1 -1
  67. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +4 -4
  68. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +57 -54
  69. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +96 -0
  70. package/npm-shrinkwrap.json +267 -334
  71. package/package.json +13 -12
@@ -0,0 +1,96 @@
1
+ # teams meeting transcript list
2
+
3
+ Lists all transcripts for a given meeting
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 teams meeting transcript list [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `-u, --userId [userId]`
14
+ : The id of the user, omit to list meeting transcripts list for current signed in user. Use either `id`, `userName` or `email`, but not multiple.
15
+
16
+ `-n, --userName [userName]`
17
+ : The upn of the user, omit to list meeting transcripts list for current signed in user. Use either `id`, `userName` or `email`, but not multiple.
18
+
19
+ `--email [email]`
20
+ : The email of the user, omit to list meeting transcripts list for current signed in user. Use either `id`, `userName` or `email`, but not multiple.
21
+
22
+ `-m, --meetingId <meetingId>`
23
+ : The id of the meeting.
24
+
25
+ --8<-- "docs/cmd/_global.md"
26
+
27
+ ## Examples
28
+
29
+ Lists all transcripts made for the current signed in user and Microsoft Teams meeting with given id
30
+
31
+ ```sh
32
+ m365 teams meeting transcript list --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ
33
+ ```
34
+
35
+ Lists all transcripts for a meeting of a specific user
36
+
37
+ ```sh
38
+ m365 teams meeting transcript list --userName garthf@contoso.com --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ
39
+ ```
40
+
41
+ ## Remarks
42
+
43
+ !!! attention
44
+ This command is based on a Microsoft Graph API that is currently in preview and is subject to change once the API reached general availability.
45
+
46
+ !!! attention
47
+ To run this command with application permissions, tenant administrators must create an application access policy and grant it to a user. This authorizes the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user. For more details, click [here](https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy).
48
+
49
+ ## Response
50
+
51
+ === "JSON"
52
+
53
+ ```json
54
+ [
55
+ {
56
+ "id": "MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh",
57
+ "meetingId": "MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy",
58
+ "meetingOrganizerId": "be11f523-2a4d-4eae-9d42-277410893c41",
59
+ "transcriptContentUrl": "https://graph.microsoft.com/beta/users/be11f523-2a4d-4eae-9d42-277410893c41/onlineMeetings/MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy/transcripts/MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh/content",
60
+ "createdDateTime": "2021-09-17T06:09:24.8968037Z"
61
+ }
62
+ ]
63
+ ```
64
+
65
+ === "Text"
66
+
67
+ ```text
68
+ id createdDateTime
69
+ -------------------------------------------------------- ---------------------
70
+ MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh 2021-09-17T06:09:24.8968037Z
71
+ ```
72
+
73
+ === "CSV"
74
+
75
+ ```csv
76
+ id,meetingId,meetingOrganizerId,transcriptContentUrl,createdDateTime
77
+ MSMjMCMjMTAxOGIzZDgtMWJlMy00Y2Y2LWE4YjUtODFhNmVhYzFjNTYz,MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy,be11f523-2a4d-4eae-9d42-277410893c41,https://graph.microsoft.com/beta/users/be11f523-2a4d-4eae-9d42-277410893c41/onlineMeetings/MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy/transcripts/MSMjMCMjMTAxOGIzZDgtMWJlMy00Y2Y2LWE4YjUtODFhNmVhYzFjNTYz/content,2023-03-25T21:32:08.5586288Z
78
+ ```
79
+
80
+ === "Markdown"
81
+
82
+ ```md
83
+ # teams meeting transcript list --meetingId "MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy"
84
+
85
+ Date: 3/25/2023
86
+
87
+ ## MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh
88
+
89
+ Property | Value
90
+ ---------|-------
91
+ id | MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh
92
+ meetingId | MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy
93
+ meetingOrganizerId | be11f523-2a4d-4eae-9d42-277410893c41
94
+ transcriptContentUrl | https://graph.microsoft.com/beta/users/be11f523-2a4d-4eae-9d42-277410893c41/onlineMeetings/MSpiZTExZjUyMy0yYTRkLTRlYWUtOWQ0Mi0yNzc0MTA4OTNjNDEqMCoqMTk6bWVldGluZ19aakU0WmpVMllqY3RZMkV3T1MwME1UaGtMV0prWlRRdE1qRXhPVGN4T0RaalpUUTJAdGhyZWFkLnYy/transcripts/MSMjMCMjZDAwYWU3NjUtNmM2Yi00NjQxLTgwMWQtMTkzMmFmMjEzNzdh/content
95
+ createdDateTime | 2023-03-25T21:32:08.5586288Z
96
+ ```