We can add extra options to reference a Microsoft Teams team or channel for some commands.
teams channel remove
| Option |
Description |
--teamName [teamName] |
The name of the team to which the channel to remove belongs. |
--teamId should become optional and form an option set with --teamName
- Remove short
-c from id and change it to -i
- Remove short
-i from teamId
teams channel set
| Option |
Description |
--teamName [teamName] |
The name of the team where the channel to update is located. |
-i, --id [id] |
The ID of the channel to update. |
- Rename
--channelName to --name
- Rename
--newChannelName to --newName
--teamId should become optional and form an option set with --teamName.
--name should become optional and form an option set with --id.
teams channel get
- Remove short
-i from --teamId
- Change short
-c of --id to -i
We can add extra options to reference a Microsoft Teams team or channel for some commands.
teams channel remove
--teamName [teamName]--teamIdshould become optional and form an option set with--teamName-cfromidand change it to-i-ifromteamIdteams channel set
--teamName [teamName]-i, --id [id]--channelNameto--name--newChannelNameto--newName--teamIdshould become optional and form an option set with--teamName.--nameshould become optional and form an option set with--id.teams channel get
-ifrom--teamId-cof--idto-i