@pnp/cli-microsoft365 5.8.0-beta.e60254a → 5.8.0

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.
@@ -34,7 +34,7 @@ class TeamsChannelMemberAddCommand extends GraphCommand_1.default {
34
34
  return commands_1.default.CHANNEL_MEMBER_ADD;
35
35
  }
36
36
  get description() {
37
- return 'Adds a conversation member in a private channel.';
37
+ return 'Adds a specified member in the specified Microsoft Teams private or shared team channel';
38
38
  }
39
39
  alias() {
40
40
  return [commands_1.default.CONVERSATIONMEMBER_ADD];
@@ -36,7 +36,7 @@ class TeamsChannelMemberRemoveCommand extends GraphCommand_1.default {
36
36
  return commands_1.default.CHANNEL_MEMBER_REMOVE;
37
37
  }
38
38
  get description() {
39
- return 'Updates the role of the specified member in the specified Microsoft Teams private team channel';
39
+ return 'Remove the specified member from the specified Microsoft Teams private or shared team channel';
40
40
  }
41
41
  alias() {
42
42
  return [commands_1.default.CONVERSATIONMEMBER_REMOVE];
@@ -35,7 +35,7 @@ class TeamsChannelMemberSetCommand extends GraphCommand_1.default {
35
35
  return commands_1.default.CHANNEL_MEMBER_SET;
36
36
  }
37
37
  get description() {
38
- return 'Updates the role of the specified member in the specified Microsoft Teams private team channel';
38
+ return 'Updates the role of the specified member in the specified Microsoft Teams private or shared team channel';
39
39
  }
40
40
  commandAction(logger, args) {
41
41
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,4 +1,4 @@
1
- # outlook sendmail
1
+ # outlook mail send
2
2
 
3
3
  Sends an email
4
4
 
@@ -1,6 +1,6 @@
1
1
  # teams channel member add
2
2
 
3
- Adds a specified member in the specified Microsoft Teams private team channel
3
+ Adds a specified member in the specified Microsoft Teams private or shared team channel
4
4
 
5
5
  ## Usage
6
6
 
@@ -23,10 +23,10 @@ m365 teams conversationmember add [options]
23
23
  : The name of the team where the channel is located. Specify either `teamId` or `teamName`, but not both.
24
24
 
25
25
  `-c, --channelId [channelId]`
26
- : The private channel's ID. Specify either `channelId` or `channelName`, but not both.
26
+ : The Id of the Microsoft Teams team channel. Specify either `channelId` or `channelName`, but not both.
27
27
 
28
28
  `--channelName [channelName]`
29
- : The private channel's name. Specify either `channelId` or `channelName`, but not both.
29
+ : The display name of the Microsoft Teams team channel. Specify either `channelId` or `channelName`, but not both.
30
30
 
31
31
  `--userId [userId]`
32
32
  : The user's ID or principal name. You can also pass a comma separated list of userIds.
@@ -41,9 +41,9 @@ m365 teams conversationmember add [options]
41
41
 
42
42
  ## Remarks
43
43
 
44
- At least one owner must be assigned to a private channel.
44
+ At least one owner must be assigned to a private or shared channel.
45
45
 
46
- You can only add members and owners of a Team to a private channel.
46
+ You can only add members and owners of a team to a private channel.
47
47
 
48
48
  ## Examples
49
49
 
@@ -1,6 +1,6 @@
1
1
  # teams channel member remove
2
2
 
3
- Remove the specified member from the specified Microsoft Teams private team channel
3
+ Remove the specified member from the specified Microsoft Teams private or shared team channel
4
4
 
5
5
  ## Usage
6
6
 
@@ -1,6 +1,6 @@
1
1
  # teams channel member set
2
2
 
3
- Updates the role of the specified member in the specified Microsoft Teams private team channel
3
+ Updates the role of the specified member in the specified Microsoft Teams private or shared team channel
4
4
 
5
5
  ## Usage
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "5.8.0-beta.e60254a",
3
+ "version": "5.8.0",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -140,6 +140,7 @@
140
140
  "Khalil, Bassem <bk@bassems-air.home>",
141
141
  "Kirkham, Don <donkirkham@live.com>",
142
142
  "Kumar, Shantha <34408892+ktskumar@users.noreply.github.com>",
143
+ "Kurian, Cyril C <cyril.kurian2@gmail.com>",
143
144
  "Lamber, Patrick <patrick@nubo.eu>",
144
145
  "Laskewitz, Daniel <daniel@laskewitz.nl>",
145
146
  "Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
@@ -177,6 +178,7 @@
177
178
  "Sitaraman, Rajesh <rajesh.sitaraman@outlook.com>",
178
179
  "Sittler, Laurent <laurent.sittler@lsonline.fr>",
179
180
  "Skelly, Pete <peteskelly@gmail.com>",
181
+ "Sotelo, Aaron <soteloaaron16@gmail.com>",
180
182
  "strafe <strafe@users.noreply.github.com>",
181
183
  "Struyf, Elio <info@estruyf.be>",
182
184
  "Svenson, Mikael <miksvenson@gmail.com>",
@@ -251,4 +253,4 @@
251
253
  "sinon": "^14.0.0",
252
254
  "source-map-support": "^0.5.21"
253
255
  }
254
- }
256
+ }