Skip to content

Remove viva engage group commands. Closes #6285 #6827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3154,8 +3154,8 @@ sidebar_position: 4

**Yammer:**

- [yammer group user add](../cmd/viva/engage/engage-group-user-add.mdx) - adds a user to a Yammer Group [#1456](https://github.com/pnp/cli-microsoft365/issues/1456)
- [yammer group user remove](../cmd/viva/engage/engage-group-user-remove.mdx) - removes a user from a Yammer group [#1457](https://github.com/pnp/cli-microsoft365/issues/1457)
- yammer group user add - adds a user to a Yammer Group [#1456](https://github.com/pnp/cli-microsoft365/issues/1456)
- yammer group user remove - removes a user from a Yammer group [#1457](https://github.com/pnp/cli-microsoft365/issues/1457)
- [yammer message like set](../cmd/viva/engage/engage-message-like-set.mdx) - likes or unlikes a Yammer message [#1455](https://github.com/pnp/cli-microsoft365/issues/1455)

### Changes
Expand Down Expand Up @@ -3347,7 +3347,7 @@ sidebar_position: 4

**Yammer:**

- [yammer group list](../cmd/viva/engage/engage-group-list.mdx) - returns the list of groups in a Yammer network or the groups for a specific user [#1185](https://github.com/pnp/cli-microsoft365/issues/1185)
- yammer group list - returns the list of groups in a Yammer network or the groups for a specific user [#1185](https://github.com/pnp/cli-microsoft365/issues/1185)

### Changes

Expand Down
174 changes: 0 additions & 174 deletions docs/docs/cmd/viva/engage/engage-group-list.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/docs/cmd/viva/engage/engage-group-user-add.mdx

This file was deleted.

58 changes: 0 additions & 58 deletions docs/docs/cmd/viva/engage/engage-group-user-remove.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions docs/docs/v10-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ v9 command | v10 command
`spo folder rename` | [spo folder set](./cmd/spo/folder/folder-set.mdx)
`spo site rename` | [spo tenant site rename](./cmd/spo/tenant/tenant-site-rename.mdx)
`yammer search` | [viva engage search](./cmd/viva/engage/engage-search.mdx)
`yammer group list` | [viva engage group list](./cmd/viva/engage/engage-group-list.mdx)
`yammer group user add` | [viva engage group user add](./cmd/viva/engage/engage-group-user-add.mdx)
`yammer group user remove` | [viva engage group user remove](./cmd/viva/engage/engage-group-user-remove.mdx)
`yammer group list` | viva engage group list
`yammer group user add` | viva engage group user add
`yammer group user remove` | viva engage group user remove
`yammer message add` | [viva engage message add](./cmd/viva/engage/engage-message-add.mdx)
`yammer message get` | [viva engage message get](./cmd/viva/engage/engage-message-get.mdx)
`yammer message list` | [viva engage message list](./cmd/viva/engage/engage-message-list.mdx)
Expand Down
29 changes: 29 additions & 0 deletions docs/docs/v11-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# v11 Upgrade Guidance

The v11 release of CLI for Microsoft 365 introduces several breaking changes. To assist you in upgrading to the latest version, we’ve outlined the changes and the actions you may need to take.

## Viva Engage

### Removed command `viva engage group list`

The command used an unstable undocumented API that required extra scopes to be consented on the app registration.

#### What action do I need to take?

Instead of using the `viva engage group list` command, use the [viva engage community list](./cmd/viva/engage/engage-community-list.mdx) command.

### Removed command `viva engage group user add`

The command used an unstable undocumented API that required extra scopes to be consented on the app registration.

#### What action do I need to take?

Instead of using the `viva engage group user add` command, use the [viva engage community user add](./cmd/viva/engage/engage-community-user-add.mdx) command.

### Removed command `viva engage group user remove`

The command used an unstable undocumented API that required extra scopes to be consented on the app registration.

#### What action do I need to take?

Instead of using the `viva engage group user remove` command, use the [viva engage community user remove](./cmd/viva/engage/engage-community-user-remove.mdx) command.
8 changes: 4 additions & 4 deletions docs/docs/v6-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,10 @@ pa solution reference add|`path`|`projectPath`
[teams user app add](./cmd/teams/user/user-app-add.mdx)|`appId`|`id`
[teams user app remove](./cmd/teams/user/user-app-remove.mdx)|`appId`|`id`
[viva connections app create](./cmd/viva/connections/connections-app-create.mdx)|`appName`|`name`
[yammer group user add](./cmd/viva/engage/engage-group-user-add.mdx)|`id`|`groupId`
[yammer group user add](./cmd/viva/engage/engage-group-user-add.mdx)|`userId`|`id`
[yammer group user remove](./cmd/viva/engage/engage-group-user-remove.mdx)|`id`|`groupId`
[yammer group user remove](./cmd/viva/engage/engage-group-user-remove.mdx)|`userId`|`id`
yammer group user add|`id`|`groupId`
yammer group user add|`userId`|`id`
yammer group user remove|`id`|`groupId`
yammer group user remove|`userId`|`id`
[yammer message like set](./cmd/viva/engage/engage-message-like-set.mdx)|`id`|`messageId`
[yammer user get](./cmd/viva/engage/engage-user-get.mdx)|`userId`|`id`

Expand Down
Loading
Loading