Skip to content

Commit

Permalink
v9 guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
nanddeepn committed Aug 14, 2024
1 parent 401d6d4 commit 78282a9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/docs/v9-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,17 @@ The `spo folder rename` command was removed and replaced by the [spo folder set]

Please, update your scripts to use the `spo folder set` command instead of `spo folder rename`.

### 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 All @@ -165,4 +176,6 @@ Overwriting the SPFx package should be the default behavior of the continuous de

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

Please update your scripts not to use the `overwrite` option.
Please update your scripts not to use the `overwrite` option.# v9 Upgrade Guidance

The v9 of CLI for Microsoft 365 introduces several breaking changes. To help you upgrade to the latest version of CLI for Microsoft 365, we've listed those changes along with any actions you may need to take.

0 comments on commit 78282a9

Please sign in to comment.