@pnp/cli-microsoft365 11.0.0-beta.1f852eb → 11.0.0-beta.3143306

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 (159) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +54 -0
  2. package/.eslintrc.cjs +2 -0
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/Command.js +4 -0
  6. package/dist/config.js +1 -0
  7. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +1 -1
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +13 -27
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +18 -43
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +10 -21
  11. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +25 -49
  12. package/dist/m365/entra/commands/app/app-add.js +14 -2
  13. package/dist/m365/entra/commands/group/group-member-add.js +6 -27
  14. package/dist/m365/entra/commands/group/group-member-set.js +5 -26
  15. package/dist/m365/entra/commands/m365group/m365group-get.js +1 -7
  16. package/dist/m365/entra/commands/m365group/m365group-list.js +1 -7
  17. package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +1 -7
  18. package/dist/m365/entra/commands/pim/pim-role-assignment-list.js +1 -7
  19. package/dist/m365/entra/commands/pim/pim-role-request-list.js +1 -7
  20. package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +146 -0
  21. package/dist/m365/entra/commands.js +1 -0
  22. package/dist/m365/flow/commands/environment/environment-get.js +19 -29
  23. package/dist/m365/flow/commands/flow-list.js +7 -14
  24. package/dist/m365/flow/commands/run/run-get.js +1 -7
  25. package/dist/m365/graph/commands/openextension/openextension-add.js +2 -2
  26. package/dist/m365/graph/commands/openextension/openextension-set.js +2 -6
  27. package/dist/m365/graph/commands/subscription/subscription-add.js +3 -10
  28. package/dist/m365/outlook/commands/mail/mail-searchfolder-add.js +85 -0
  29. package/dist/m365/outlook/commands.js +1 -0
  30. package/dist/m365/pa/commands/environment/environment-get.js +18 -23
  31. package/dist/m365/pp/commands/copilot/copilot-get.js +0 -4
  32. package/dist/m365/pp/commands/copilot/copilot-list.js +0 -4
  33. package/dist/m365/pp/commands/copilot/copilot-remove.js +0 -4
  34. package/dist/m365/pp/commands/environment/environment-get.js +19 -26
  35. package/dist/m365/pp/commands/solution/solution-publisher-list.js +1 -8
  36. package/dist/m365/pp/commands.js +0 -7
  37. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +1 -7
  38. package/dist/m365/spe/commands/container/container-add.js +1 -3
  39. package/dist/m365/spe/commands/container/container-list.js +1 -3
  40. package/dist/m365/spe/commands/container/container-recyclebinitem-list.js +1 -3
  41. package/dist/m365/spe/commands/container/container-recyclebinitem-restore.js +1 -3
  42. package/dist/m365/spe/commands/container/container-remove.js +1 -3
  43. package/dist/m365/spe/commands/containertype/containertype-add.js +67 -90
  44. package/dist/m365/spe/commands/containertype/containertype-get.js +53 -81
  45. package/dist/m365/spe/commands/containertype/containertype-list.js +8 -19
  46. package/dist/m365/spe/commands/containertype/containertype-remove.js +27 -5
  47. package/dist/m365/spfx/commands/project/project-upgrade.js +23 -66
  48. package/dist/m365/spo/commands/customaction/customaction-list.js +3 -10
  49. package/dist/m365/spo/commands/file/file-move.js +2 -8
  50. package/dist/m365/spo/commands/file/file-version-keep.js +78 -0
  51. package/dist/m365/spo/commands/homesite/homesite-add.js +26 -2
  52. package/dist/m365/spo/commands/homesite/homesite-get.js +28 -14
  53. package/dist/m365/spo/commands/homesite/homesite-list.js +1 -12
  54. package/dist/m365/spo/commands/homesite/homesite-remove.js +6 -34
  55. package/dist/m365/spo/commands/homesite/homesite-set.js +88 -44
  56. package/dist/m365/spo/commands/hubsite/hubsite-get.js +4 -13
  57. package/dist/m365/spo/commands/hubsite/hubsite-list.js +1 -8
  58. package/dist/m365/spo/commands/list/list-view-add.js +1 -1
  59. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-list.js +17 -25
  60. package/dist/m365/spo/commands/{tenant/tenant-site-archive.js → site/site-archive.js} +14 -14
  61. package/dist/m365/spo/commands/{tenant/tenant-site-list.js → site/site-list.js} +16 -27
  62. package/dist/m365/spo/commands/{tenant/tenant-site-membership-list.js → site/site-membership-list.js} +15 -15
  63. package/dist/m365/spo/commands/{tenant/tenant-site-rename.js → site/site-rename.js} +14 -14
  64. package/dist/m365/spo/commands/{tenant/tenant-site-unarchive.js → site/site-unarchive.js} +14 -14
  65. package/dist/m365/spo/commands/term/term-list.js +1 -7
  66. package/dist/m365/spo/commands.js +5 -7
  67. package/dist/m365/teams/commands/chat/chat-member-add.js +3 -9
  68. package/dist/m365/teams/commands/report/report-directroutingcalls.js +5 -12
  69. package/dist/m365/teams/commands/report/report-pstncalls.js +5 -12
  70. package/dist/m365/viva/commands/engage/engage-network-list.js +1 -7
  71. package/dist/m365/viva/commands.js +0 -3
  72. package/dist/utils/entraAdministrativeUnit.js +1 -1
  73. package/dist/utils/entraApp.js +15 -0
  74. package/dist/utils/spe.js +5 -39
  75. package/docs/docs/cmd/entra/app/app-add.mdx +7 -1
  76. package/docs/docs/cmd/entra/group/group-member-add.mdx +7 -26
  77. package/docs/docs/cmd/entra/group/group-member-set.mdx +5 -23
  78. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -3
  79. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -3
  80. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +0 -3
  81. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +0 -3
  82. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +0 -3
  83. package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +163 -0
  84. package/docs/docs/cmd/flow/environment/environment-get.mdx +6 -5
  85. package/docs/docs/cmd/flow/flow-list.mdx +0 -3
  86. package/docs/docs/cmd/flow/run/run-get.mdx +0 -3
  87. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +0 -3
  88. package/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx +147 -0
  89. package/docs/docs/cmd/pa/environment/environment-get.mdx +5 -2
  90. package/docs/docs/cmd/pp/copilot/copilot-get.mdx +0 -6
  91. package/docs/docs/cmd/pp/copilot/copilot-list.mdx +0 -6
  92. package/docs/docs/cmd/pp/copilot/copilot-remove.mdx +0 -6
  93. package/docs/docs/cmd/pp/environment/environment-get.mdx +5 -2
  94. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +0 -3
  95. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +0 -3
  96. package/docs/docs/cmd/spe/container/container-activate.mdx +21 -0
  97. package/docs/docs/cmd/spe/container/container-add.mdx +29 -0
  98. package/docs/docs/cmd/spe/container/container-get.mdx +20 -1
  99. package/docs/docs/cmd/spe/container/container-list.mdx +29 -0
  100. package/docs/docs/cmd/spe/container/container-permission-list.mdx +19 -0
  101. package/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx +29 -0
  102. package/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx +31 -0
  103. package/docs/docs/cmd/spe/container/container-remove.mdx +31 -0
  104. package/docs/docs/cmd/spe/containertype/containertype-add.mdx +111 -55
  105. package/docs/docs/cmd/spe/containertype/containertype-get.mdx +69 -38
  106. package/docs/docs/cmd/spe/containertype/containertype-list.mdx +59 -31
  107. package/docs/docs/cmd/spe/containertype/containertype-remove.mdx +31 -4
  108. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +18 -5
  109. package/docs/docs/cmd/spo/file/file-move.mdx +0 -3
  110. package/docs/docs/cmd/spo/file/file-version-keep.mdx +68 -0
  111. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +13 -4
  112. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +44 -23
  113. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +0 -6
  114. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +10 -35
  115. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +84 -44
  116. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +0 -3
  117. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +0 -3
  118. package/docs/docs/cmd/spo/list/list-view-add.mdx +11 -11
  119. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +18 -18
  120. package/docs/docs/cmd/spo/{tenant/tenant-site-archive.mdx → site/site-archive.mdx} +4 -4
  121. package/docs/docs/cmd/spo/{tenant/tenant-site-list.mdx → site/site-list.mdx} +7 -16
  122. package/docs/docs/cmd/spo/{tenant/tenant-site-membership-list.mdx → site/site-membership-list.mdx} +5 -5
  123. package/docs/docs/cmd/spo/{tenant/tenant-site-rename.mdx → site/site-rename.mdx} +7 -7
  124. package/docs/docs/cmd/spo/{tenant/tenant-site-unarchive.mdx → site/site-unarchive.mdx} +4 -4
  125. package/docs/docs/cmd/spo/term/term-list.mdx +0 -3
  126. package/docs/docs/cmd/teams/chat/chat-member-add.mdx +2 -5
  127. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +25 -44
  128. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +25 -48
  129. package/docs/docs/cmd/viva/engage/engage-community-list.mdx +19 -0
  130. package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +19 -0
  131. package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +19 -0
  132. package/docs/docs/cmd/viva/engage/engage-network-list.mdx +0 -3
  133. package/npm-shrinkwrap.json +51 -51
  134. package/package.json +12 -12
  135. package/dist/m365/pp/commands/card/card-clone.js +0 -101
  136. package/dist/m365/pp/commands/card/card-get.js +0 -89
  137. package/dist/m365/pp/commands/card/card-list.js +0 -55
  138. package/dist/m365/pp/commands/card/card-remove.js +0 -105
  139. package/dist/m365/skype/commands/report/report-activitycounts.js +0 -15
  140. package/dist/m365/skype/commands/report/report-activityusercounts.js +0 -15
  141. package/dist/m365/skype/commands/report/report-activityuserdetail.js +0 -15
  142. package/dist/m365/skype/commands.js +0 -7
  143. package/dist/m365/spo/commands/mail/mail-send.js +0 -108
  144. package/dist/m365/spo/commands/tenant/SPOTenantSitePropertiesEnumerable.js +0 -2
  145. package/dist/m365/spo/commands/tenant/TenantSiteProperties.js +0 -2
  146. package/dist/m365/viva/commands/engage/engage-group-list.js +0 -93
  147. package/dist/m365/viva/commands/engage/engage-group-user-add.js +0 -73
  148. package/dist/m365/viva/commands/engage/engage-group-user-remove.js +0 -88
  149. package/docs/docs/cmd/pp/card/card-clone.mdx +0 -103
  150. package/docs/docs/cmd/pp/card/card-get.mdx +0 -212
  151. package/docs/docs/cmd/pp/card/card-list.mdx +0 -163
  152. package/docs/docs/cmd/pp/card/card-remove.mdx +0 -86
  153. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -96
  154. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -96
  155. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -134
  156. package/docs/docs/cmd/spo/mail/mail-send.mdx +0 -69
  157. package/docs/docs/cmd/viva/engage/engage-group-list.mdx +0 -174
  158. package/docs/docs/cmd/viva/engage/engage-group-user-add.mdx +0 -60
  159. package/docs/docs/cmd/viva/engage/engage-group-user-remove.mdx +0 -58
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # spo tenant site unarchive
5
+ # spo site unarchive
6
6
 
7
7
  Unarchives a site collection
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 spo tenant site unarchive [options]
12
+ m365 spo site unarchive [options]
13
13
  ```
14
14
 
15
15
  ## Options
@@ -49,13 +49,13 @@ After running this command, it may take a few minutes for the site to be fully r
49
49
  Unarchive a specific site collection.
50
50
 
51
51
  ```sh
52
- m365 spo tenant site unarchive --url "https://contoso.sharepoint.com/sites/Marketing"
52
+ m365 spo site unarchive --url "https://contoso.sharepoint.com/sites/Marketing"
53
53
  ```
54
54
 
55
55
  Unarchive a specific site collection without confirmation prompt.
56
56
 
57
57
  ```sh
58
- m365 spo tenant site unarchive --url "https://contoso.sharepoint.com/sites/Marketing" --force
58
+ m365 spo site unarchive --url "https://contoso.sharepoint.com/sites/Marketing" --force
59
59
  ```
60
60
 
61
61
  ## Response
@@ -30,9 +30,6 @@ m365 spo term list [options]
30
30
  `--termSetName [termSetName]`
31
31
  : Name of the term set for which to retrieve terms. Specify `termSetId` or `termSetName` but not both.
32
32
 
33
- `--includeChildTerms`
34
- : (deprecated. Use option `withChildTerms` instead) If specified, child terms are loaded as well.
35
-
36
33
  `--withChildTerms`
37
34
  : If specified, child terms are loaded as well.
38
35
  ```
@@ -26,13 +26,10 @@ m365 teams chat member add [options]
26
26
  : The role for the user to add. Valid values are: `owner`, `guest`. Defaults to `owner`.
27
27
 
28
28
  `--visibleHistoryStartDateTime [visibleHistoryStartDateTime]`
29
- : Include chat history until a certain point in time. Specify either `visibleHistoryStartDateTime`, `includeAllHistory`, `withAllHistory` or neither.
30
-
31
- `--includeAllHistory`
32
- : (deprecated. Use option `withChildTerms` instead) Include all chat history. Specify either `visibleHistoryStartDateTime`, `includeAllHistory`, `withAllHistory` or neither.
29
+ : Include chat history until a certain point in time. Specify either `visibleHistoryStartDateTime`, `withAllHistory` or neither.
33
30
 
34
31
  `--withAllHistory`
35
- : Include all chat history. Specify either `visibleHistoryStartDateTime`, `includeAllHistory`, `withAllHistory` or neither.
32
+ : Include all chat history. Specify either `visibleHistoryStartDateTime`, `withAllHistory` or neither.
36
33
  ```
37
34
 
38
35
  <Global />
@@ -62,42 +62,31 @@ m365 teams report directroutingcalls --fromDateTime 2020-10-31 --toDateTime 2020
62
62
  <TabItem value="JSON">
63
63
 
64
64
  ``` json
65
- {
66
- "@odata.count": 1,
67
- "value": [
68
- {
69
- "id": "9e8bba57-dc14-533a-a7dd-f0da6575eed1",
70
- "correlationId": "c98e1515-a937-4b81-b8a8-3992afde64e0",
71
- "userId": "db03c14b-06eb-4189-939b-7cbf3a20ba27",
72
- "userPrincipalName": "richard.malk@contoso.com",
73
- "userDisplayName": "Richard Malk",
74
- "startDateTime": "2019-11-01T00:00:25.105Z",
75
- "inviteDateTime": "2019-11-01T00:00:21.949Z",
76
- "failureDateTime": "0001-01-01T00:00:00Z",
77
- "endDateTime": "2019-11-01T00:00:30.105Z",
78
- "duration": 5,
79
- "callType": "ByotIn",
80
- "successfulCall": true,
81
- "callerNumber": "+12345678***",
82
- "calleeNumber": "+01234567***",
83
- "mediaPathLocation": "USWE",
84
- "signalingLocation": "EUNO",
85
- "finalSipCode": 0,
86
- "callEndSubReason": 540000,
87
- "finalSipCodePhrase": "BYE",
88
- "trunkFullyQualifiedDomainName": "tll-audiocodes01.adatum.biz",
89
- "mediaBypassEnabled": false
90
- }
91
- ]
92
- }
93
- ```
94
-
95
- </TabItem>
96
- <TabItem value="Text">
97
-
98
- ``` text
99
- id,calleeNumber,callerNumber,startDateTime
100
- 9e8bba57-dc14-533a-a7dd-f0da6575eed1,+01234567***,+12345678***,2019-11-01T00:00:25.105Z
65
+ [
66
+ {
67
+ "id": "9e8bba57-dc14-533a-a7dd-f0da6575eed1",
68
+ "correlationId": "c98e1515-a937-4b81-b8a8-3992afde64e0",
69
+ "userId": "db03c14b-06eb-4189-939b-7cbf3a20ba27",
70
+ "userPrincipalName": "richard.malk@contoso.com",
71
+ "userDisplayName": "Richard Malk",
72
+ "startDateTime": "2019-11-01T00:00:25.105Z",
73
+ "inviteDateTime": "2019-11-01T00:00:21.949Z",
74
+ "failureDateTime": "0001-01-01T00:00:00Z",
75
+ "endDateTime": "2019-11-01T00:00:30.105Z",
76
+ "duration": 5,
77
+ "callType": "ByotIn",
78
+ "successfulCall": true,
79
+ "callerNumber": "+12345678***",
80
+ "calleeNumber": "+01234567***",
81
+ "mediaPathLocation": "USWE",
82
+ "signalingLocation": "EUNO",
83
+ "finalSipCode": 0,
84
+ "callEndSubReason": 540000,
85
+ "finalSipCodePhrase": "BYE",
86
+ "trunkFullyQualifiedDomainName": "tll-audiocodes01.adatum.biz",
87
+ "mediaBypassEnabled": false
88
+ }
89
+ ]
101
90
  ```
102
91
 
103
92
  </TabItem>
@@ -108,14 +97,6 @@ m365 teams report directroutingcalls --fromDateTime 2020-10-31 --toDateTime 2020
108
97
  9e8bba57-dc14-533a-a7dd-f0da6575eed1,+01234567***,+12345678***,2019-11-01T00:00:25.105Z
109
98
  ```
110
99
 
111
- </TabItem>
112
- <TabItem value="Markdown">
113
-
114
- ```md
115
- id,calleeNumber,callerNumber,startDateTime
116
- 9e8bba57-dc14-533a-a7dd-f0da6575eed1,+01234567***,+12345678***,2019-11-01T00:00:25.105Z
117
- ```
118
-
119
100
  </TabItem>
120
101
  </Tabs>
121
102
 
@@ -56,52 +56,37 @@ Get details about PSTN calls made between 2020-10-31 and 2020-12-31 and exports
56
56
  m365 teams report pstncalls --fromDateTime 2020-10-31 --toDateTime 2020-12-31 --output json > "pstncalls.json"
57
57
  ```
58
58
 
59
- ## More information
60
-
61
- - List PSTN calls: [https://learn.microsoft.com/graph/api/callrecords-callrecord-getpstncalls?view=graph-rest-1.0](https://learn.microsoft.com/graph/api/callrecords-callrecord-getpstncalls?view=graph-rest-1.0)
62
-
63
59
  ## Response
64
60
 
65
61
  <Tabs>
66
62
  <TabItem value="JSON">
67
63
 
68
64
  ``` json
69
- {
70
- "@odata.count": 1,
71
- "value": [
72
- {
73
- "id": "9c4984c7-6c3c-427d-a30c-bd0b2eacee90",
74
- "callId": "1835317186_112562680@61.221.3.176",
75
- "userId": "db03c14b-06eb-4189-939b-7cbf3a20ba27",
76
- "userPrincipalName": "richard.malk@contoso.com",
77
- "userDisplayName": "Richard Malk",
78
- "startDateTime": "2019-11-01T00:00:08.2589935Z",
79
- "endDateTime": "2019-11-01T00:03:47.2589935Z",
80
- "duration": 219,
81
- "charge": 0.00,
82
- "callType": "user_in",
83
- "currency": "USD",
84
- "calleeNumber": "+1234567890",
85
- "usageCountryCode": "US",
86
- "tenantCountryCode": "US",
87
- "connectionCharge": 0.00,
88
- "callerNumber": "+0123456789",
89
- "destinationContext": null,
90
- "destinationName": "United States",
91
- "conferenceId": null,
92
- "licenseCapability": "MCOPSTNU",
93
- "inventoryType": "Subscriber"
94
- }
95
- ]
96
- }
97
- ```
98
-
99
- </TabItem>
100
- <TabItem value="Text">
101
-
102
- ``` text
103
- id,calleeNumber,callerNumber,startDateTime
104
- 9c4984c7-6c3c-427d-a30c-bd0b2eacee90,+1234567890,+0123456789,2019-11-01T00:00:08.2589935Z
65
+ [
66
+ {
67
+ "id": "9c4984c7-6c3c-427d-a30c-bd0b2eacee90",
68
+ "callId": "1835317186_112562680@61.221.3.176",
69
+ "userId": "db03c14b-06eb-4189-939b-7cbf3a20ba27",
70
+ "userPrincipalName": "richard.malk@contoso.com",
71
+ "userDisplayName": "Richard Malk",
72
+ "startDateTime": "2019-11-01T00:00:08.2589935Z",
73
+ "endDateTime": "2019-11-01T00:03:47.2589935Z",
74
+ "duration": 219,
75
+ "charge": 0.00,
76
+ "callType": "user_in",
77
+ "currency": "USD",
78
+ "calleeNumber": "+1234567890",
79
+ "usageCountryCode": "US",
80
+ "tenantCountryCode": "US",
81
+ "connectionCharge": 0.00,
82
+ "callerNumber": "+0123456789",
83
+ "destinationContext": null,
84
+ "destinationName": "United States",
85
+ "conferenceId": null,
86
+ "licenseCapability": "MCOPSTNU",
87
+ "inventoryType": "Subscriber"
88
+ }
89
+ ]
105
90
  ```
106
91
 
107
92
  </TabItem>
@@ -112,14 +97,6 @@ m365 teams report pstncalls --fromDateTime 2020-10-31 --toDateTime 2020-12-31 --
112
97
  9c4984c7-6c3c-427d-a30c-bd0b2eacee90,+1234567890,+0123456789,2019-11-01T00:00:08.2589935Z
113
98
  ```
114
99
 
115
- </TabItem>
116
- <TabItem value="Markdown">
117
-
118
- ```md
119
- id,calleeNumber,callerNumber,startDateTime
120
- 9c4984c7-6c3c-427d-a30c-bd0b2eacee90,+1234567890,+0123456789,2019-11-01T00:00:08.2589935Z
121
- ```
122
-
123
100
  </TabItem>
124
101
  </Tabs>
125
102
 
@@ -16,6 +16,25 @@ m365 viva engage community list [options]
16
16
 
17
17
  <Global />
18
18
 
19
+ ## Permissions
20
+
21
+ <Tabs>
22
+ <TabItem value="Delegated">
23
+
24
+ | Resource | Permissions |
25
+ |-----------------|--------------------|
26
+ | Microsoft Graph | Community.Read.All |
27
+
28
+ </TabItem>
29
+ <TabItem value="Application">
30
+
31
+ | Resource | Permissions |
32
+ |-----------------|--------------------|
33
+ | Microsoft Graph | Community.Read.All |
34
+
35
+ </TabItem>
36
+ </Tabs>
37
+
19
38
  ## Examples
20
39
 
21
40
  Lists all Viva Engage communities
@@ -36,6 +36,25 @@ m365 viva engage community user add [options]
36
36
 
37
37
  <Global />
38
38
 
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |-----------------|---------------------------|
46
+ | Microsoft Graph | GroupMember.ReadWrite.All |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |-----------------|---------------------------|
53
+ | Microsoft Graph | GroupMember.ReadWrite.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
39
58
  ## Examples
40
59
 
41
60
  Add a single user specified by ID as a member to a community specified by display name.
@@ -36,6 +36,25 @@ m365 viva engage community user remove [options]
36
36
 
37
37
  <Global />
38
38
 
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |-----------------|---------------------------|
46
+ | Microsoft Graph | GroupMember.ReadWrite.All |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |-----------------|---------------------------|
53
+ | Microsoft Graph | GroupMember.ReadWrite.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
39
58
  ## Examples
40
59
 
41
60
  Remove a user specified by ID as a member from a community specified by display name.
@@ -15,9 +15,6 @@ m365 viva engage network list [options]
15
15
  ## Options
16
16
 
17
17
  ```md definition-list
18
- `--includeSuspended`
19
- : (deprecated. Use option `withSuspended` instead) Include the networks in which the user is suspended.
20
-
21
18
  `--withSuspended`
22
19
  : Include the networks in which the user is suspended.
23
20
  ```
@@ -9,19 +9,19 @@
9
9
  "version": "11.0.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@azure/msal-common": "^15.10.0",
13
- "@azure/msal-node": "^3.7.0",
14
- "@inquirer/confirm": "^5.1.14",
15
- "@inquirer/input": "^4.2.1",
16
- "@inquirer/select": "^4.3.1",
12
+ "@azure/msal-common": "^15.12.0",
13
+ "@azure/msal-node": "^3.7.3",
14
+ "@inquirer/confirm": "^5.1.16",
15
+ "@inquirer/input": "^4.2.2",
16
+ "@inquirer/select": "^4.3.2",
17
17
  "@xmldom/xmldom": "^0.9.8",
18
- "adaptive-expressions": "^4.23.2",
18
+ "adaptive-expressions": "^4.23.3",
19
19
  "adaptivecards": "^3.0.5",
20
20
  "adaptivecards-templating": "^2.3.1",
21
21
  "adm-zip": "^0.5.16",
22
22
  "applicationinsights": "^3.9.0",
23
23
  "axios": "^1.11.0",
24
- "chalk": "^5.5.0",
24
+ "chalk": "^5.6.0",
25
25
  "clipboardy": "^4.0.0",
26
26
  "configstore": "^7.0.0",
27
27
  "csv-parse": "^5.6.0",
@@ -55,10 +55,10 @@
55
55
  "@types/json-schema": "^7.0.15",
56
56
  "@types/json-to-ast": "^2.1.4",
57
57
  "@types/mocha": "^10.0.10",
58
- "@types/node": "^22.17.1",
59
- "@types/node-forge": "^1.3.13",
58
+ "@types/node": "^22.18.1",
59
+ "@types/node-forge": "^1.3.14",
60
60
  "@types/omelette": "^0.4.5",
61
- "@types/semver": "^7.7.0",
61
+ "@types/semver": "^7.7.1",
62
62
  "@types/sinon": "^17.0.4",
63
63
  "@types/update-notifier": "^6.0.8",
64
64
  "@types/uuid": "^10.0.0",
@@ -69,7 +69,7 @@
69
69
  "eslint": "^8.57.1",
70
70
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
71
71
  "eslint-plugin-mocha": "^10.5.0",
72
- "mocha": "^11.7.1",
72
+ "mocha": "^11.7.2",
73
73
  "rimraf": "^6.0.1",
74
74
  "sinon": "^21.0.0",
75
75
  "source-map-support": "^0.5.21"
@@ -386,21 +386,21 @@
386
386
  }
387
387
  },
388
388
  "node_modules/@azure/msal-common": {
389
- "version": "15.10.0",
390
- "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.10.0.tgz",
391
- "integrity": "sha512-+cGnma71NV3jzl6DdgdHsqriN4ZA7puBIzObSYCvcIVGMULGb2NrcOGV6IJxO06HoVRHFKijkxd9lcBvS063KQ==",
389
+ "version": "15.12.0",
390
+ "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-15.12.0.tgz",
391
+ "integrity": "sha512-4ucXbjVw8KJ5QBgnGJUeA07c8iznwlk5ioHIhI4ASXcXgcf2yRFhWzYOyWg/cI49LC9ekpFJeQtO3zjDTbl6TQ==",
392
392
  "license": "MIT",
393
393
  "engines": {
394
394
  "node": ">=0.8.0"
395
395
  }
396
396
  },
397
397
  "node_modules/@azure/msal-node": {
398
- "version": "3.7.0",
399
- "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.7.0.tgz",
400
- "integrity": "sha512-WsL11pT0hnoIr/4NCjG6uJswkmNA/9AgEre4mSQZS2e+ZPKUWwUdA5nCTnr4n1FMT1O5ezSEiJushnPW25Y+dA==",
398
+ "version": "3.7.3",
399
+ "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-3.7.3.tgz",
400
+ "integrity": "sha512-MoJxkKM/YpChfq4g2o36tElyzNUMG8mfD6u8NbuaPAsqfGpaw249khAcJYNoIOigUzRw45OjXCOrexE6ImdUxg==",
401
401
  "license": "MIT",
402
402
  "dependencies": {
403
- "@azure/msal-common": "15.10.0",
403
+ "@azure/msal-common": "15.12.0",
404
404
  "jsonwebtoken": "^9.0.0",
405
405
  "uuid": "^8.3.0"
406
406
  },
@@ -663,12 +663,12 @@
663
663
  "license": "BSD-3-Clause"
664
664
  },
665
665
  "node_modules/@inquirer/confirm": {
666
- "version": "5.1.14",
667
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz",
668
- "integrity": "sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==",
666
+ "version": "5.1.16",
667
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.16.tgz",
668
+ "integrity": "sha512-j1a5VstaK5KQy8Mu8cHmuQvN1Zc62TbLhjJxwHvKPPKEoowSF6h/0UdOpA9DNdWZ+9Inq73+puRq1df6OJ8Sag==",
669
669
  "license": "MIT",
670
670
  "dependencies": {
671
- "@inquirer/core": "^10.1.15",
671
+ "@inquirer/core": "^10.2.0",
672
672
  "@inquirer/type": "^3.0.8"
673
673
  },
674
674
  "engines": {
@@ -684,9 +684,9 @@
684
684
  }
685
685
  },
686
686
  "node_modules/@inquirer/core": {
687
- "version": "10.1.15",
688
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.15.tgz",
689
- "integrity": "sha512-8xrp836RZvKkpNbVvgWUlxjT4CraKk2q+I3Ksy+seI2zkcE+y6wNs1BVhgcv8VyImFecUhdQrYLdW32pAjwBdA==",
687
+ "version": "10.2.0",
688
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.0.tgz",
689
+ "integrity": "sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==",
690
690
  "license": "MIT",
691
691
  "dependencies": {
692
692
  "@inquirer/figures": "^1.0.13",
@@ -720,12 +720,12 @@
720
720
  }
721
721
  },
722
722
  "node_modules/@inquirer/input": {
723
- "version": "4.2.1",
724
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.1.tgz",
725
- "integrity": "sha512-tVC+O1rBl0lJpoUZv4xY+WGWY8V5b0zxU1XDsMsIHYregdh7bN5X5QnIONNBAl0K765FYlAfNHS2Bhn7SSOVow==",
723
+ "version": "4.2.2",
724
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.2.tgz",
725
+ "integrity": "sha512-hqOvBZj/MhQCpHUuD3MVq18SSoDNHy7wEnQ8mtvs71K8OPZVXJinOzcvQna33dNYLYE4LkA9BlhAhK6MJcsVbw==",
726
726
  "license": "MIT",
727
727
  "dependencies": {
728
- "@inquirer/core": "^10.1.15",
728
+ "@inquirer/core": "^10.2.0",
729
729
  "@inquirer/type": "^3.0.8"
730
730
  },
731
731
  "engines": {
@@ -741,12 +741,12 @@
741
741
  }
742
742
  },
743
743
  "node_modules/@inquirer/select": {
744
- "version": "4.3.1",
745
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.1.tgz",
746
- "integrity": "sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==",
744
+ "version": "4.3.2",
745
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.2.tgz",
746
+ "integrity": "sha512-nwous24r31M+WyDEHV+qckXkepvihxhnyIaod2MG7eCE6G0Zm/HUF6jgN8GXgf4U7AU6SLseKdanY195cwvU6w==",
747
747
  "license": "MIT",
748
748
  "dependencies": {
749
- "@inquirer/core": "^10.1.15",
749
+ "@inquirer/core": "^10.2.0",
750
750
  "@inquirer/figures": "^1.0.13",
751
751
  "@inquirer/type": "^3.0.8",
752
752
  "ansi-escapes": "^4.3.2",
@@ -3233,18 +3233,18 @@
3233
3233
  }
3234
3234
  },
3235
3235
  "node_modules/@types/node": {
3236
- "version": "22.17.1",
3237
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz",
3238
- "integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==",
3236
+ "version": "22.18.1",
3237
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.1.tgz",
3238
+ "integrity": "sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==",
3239
3239
  "license": "MIT",
3240
3240
  "dependencies": {
3241
3241
  "undici-types": "~6.21.0"
3242
3242
  }
3243
3243
  },
3244
3244
  "node_modules/@types/node-forge": {
3245
- "version": "1.3.13",
3246
- "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.13.tgz",
3247
- "integrity": "sha512-zePQJSW5QkwSHKRApqWCVKeKoSOt4xvEnLENZPjyvm9Ezdf/EyDeJM7jqLzOwjVICQQzvLZ63T55MKdJB5H6ww==",
3245
+ "version": "1.3.14",
3246
+ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.14.tgz",
3247
+ "integrity": "sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==",
3248
3248
  "dev": true,
3249
3249
  "license": "MIT",
3250
3250
  "dependencies": {
@@ -3279,9 +3279,9 @@
3279
3279
  }
3280
3280
  },
3281
3281
  "node_modules/@types/semver": {
3282
- "version": "7.7.0",
3283
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.0.tgz",
3284
- "integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==",
3282
+ "version": "7.7.1",
3283
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz",
3284
+ "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
3285
3285
  "dev": true,
3286
3286
  "license": "MIT"
3287
3287
  },
@@ -3600,9 +3600,9 @@
3600
3600
  }
3601
3601
  },
3602
3602
  "node_modules/adaptive-expressions": {
3603
- "version": "4.23.2",
3604
- "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.23.2.tgz",
3605
- "integrity": "sha512-L4A74wiDs/PSYF60CAw79jD1gBX7TXkNvBh/wYD/XIRAEBRi2Sb7sMZTbOzRGeYzGSD5wQZllynYXS+SDr31Lg==",
3603
+ "version": "4.23.3",
3604
+ "resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.23.3.tgz",
3605
+ "integrity": "sha512-7i1Ka6SR0gVcyHgoaZDiZi3BW3m9jN+lqfiMF6IY7SjugfeauXoZRl5sIDwJkYZNnffrfUuK7Pc3I3JiKfPBMw==",
3606
3606
  "license": "MIT",
3607
3607
  "dependencies": {
3608
3608
  "@microsoft/recognizers-text-data-types-timex-expression": "~1.3.1",
@@ -4115,9 +4115,9 @@
4115
4115
  }
4116
4116
  },
4117
4117
  "node_modules/chalk": {
4118
- "version": "5.5.0",
4119
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
4120
- "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
4118
+ "version": "5.6.0",
4119
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
4120
+ "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
4121
4121
  "license": "MIT",
4122
4122
  "engines": {
4123
4123
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -6368,9 +6368,9 @@
6368
6368
  }
6369
6369
  },
6370
6370
  "node_modules/mocha": {
6371
- "version": "11.7.1",
6372
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz",
6373
- "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==",
6371
+ "version": "11.7.2",
6372
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz",
6373
+ "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==",
6374
6374
  "dev": true,
6375
6375
  "license": "MIT",
6376
6376
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.0.0-beta.1f852eb",
3
+ "version": "11.0.0-beta.3143306",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -257,19 +257,19 @@
257
257
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
258
258
  ],
259
259
  "dependencies": {
260
- "@azure/msal-common": "^15.10.0",
261
- "@azure/msal-node": "^3.7.0",
262
- "@inquirer/confirm": "^5.1.14",
263
- "@inquirer/input": "^4.2.1",
264
- "@inquirer/select": "^4.3.1",
260
+ "@azure/msal-common": "^15.12.0",
261
+ "@azure/msal-node": "^3.7.3",
262
+ "@inquirer/confirm": "^5.1.16",
263
+ "@inquirer/input": "^4.2.2",
264
+ "@inquirer/select": "^4.3.2",
265
265
  "@xmldom/xmldom": "^0.9.8",
266
- "adaptive-expressions": "^4.23.2",
266
+ "adaptive-expressions": "^4.23.3",
267
267
  "adaptivecards": "^3.0.5",
268
268
  "adaptivecards-templating": "^2.3.1",
269
269
  "adm-zip": "^0.5.16",
270
270
  "applicationinsights": "^3.9.0",
271
271
  "axios": "^1.11.0",
272
- "chalk": "^5.5.0",
272
+ "chalk": "^5.6.0",
273
273
  "clipboardy": "^4.0.0",
274
274
  "configstore": "^7.0.0",
275
275
  "csv-parse": "^5.6.0",
@@ -297,10 +297,10 @@
297
297
  "@types/json-schema": "^7.0.15",
298
298
  "@types/json-to-ast": "^2.1.4",
299
299
  "@types/mocha": "^10.0.10",
300
- "@types/node": "^22.17.1",
301
- "@types/node-forge": "^1.3.13",
300
+ "@types/node": "^22.18.1",
301
+ "@types/node-forge": "^1.3.14",
302
302
  "@types/omelette": "^0.4.5",
303
- "@types/semver": "^7.7.0",
303
+ "@types/semver": "^7.7.1",
304
304
  "@types/sinon": "^17.0.4",
305
305
  "@types/update-notifier": "^6.0.8",
306
306
  "@types/uuid": "^10.0.0",
@@ -311,7 +311,7 @@
311
311
  "eslint": "^8.57.1",
312
312
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
313
313
  "eslint-plugin-mocha": "^10.5.0",
314
- "mocha": "^11.7.1",
314
+ "mocha": "^11.7.2",
315
315
  "rimraf": "^6.0.1",
316
316
  "sinon": "^21.0.0",
317
317
  "source-map-support": "^0.5.21"