Skip to content

Commit

Permalink
Merge branch 'issue-5823' of https://github.com/nanddeepn/cli-microso…
Browse files Browse the repository at this point in the history
…ft365 into issue-5823
  • Loading branch information
nanddeepn committed Aug 14, 2024
2 parents 78282a9 + 2c1922c commit 7f6ebbf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/v9-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,17 @@ For this new major version, we've Removed `aad` options in below spo commands:

Please, check the documentation of the [spo group member add](./cmd/spo/group/group-member-add.mdx), [spo group member remove](./cmd/spo/group/group-member-remove.mdx), and [spo user ensure](./cmd/spo/user/user-ensure.mdx) command to see the updated options and adjust your scripts accordingly.

### Renamed `aad` options in `spo group member add`, `spo group member remove`, and `spo user ensure` commands

For this new major version, we've Removed `aad` options in below spo commands:
- Renamed `--aadGroupIds` and `--aadGroupNames` option to `--entraGroupIds' and `--entraGroupNames` in `spo group member add`.
- Renamed `--aadGroupIds` and `--aadGroupNames` option to `--entraGroupIds' and '--entraGroupNames' in 'spo group member remove'.
- Renamed `--aadId` option to `--entraId` in `spo user ensure`.

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

Please, check the documentation of the [spo group member add](./cmd/spo/group/group-member-add.mdx), [spo group member remove](./cmd/spo/group/group-member-remove.mdx), and [spo user ensure](./cmd/spo/user/user-ensure.mdx) command to see the updated options and adjust your scripts accordingly.

## SharePoint Framework

### Removed overwrite option from `spfx project github workflow add` command
Expand Down

0 comments on commit 7f6ebbf

Please sign in to comment.