Skip to content

Commit

Permalink
Updates release notes and upgrade guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Oct 13, 2024
1 parent e341135 commit d92b1c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ sidebar_position: 3

- extended `m365 login` with `--ensure` [#5217](https://github.com/pnp/cli-microsoft365/issues/5217)
- updated docs thumbnail [#6302](https://github.com/pnp/cli-microsoft365/issues/6302)
- fixed casing and autocomplete for enums based on zod
- updated docs contribution guide with Zod [#6322](https://github.com/pnp/cli-microsoft365/issues/6322)
- removed obsolete example [#6272](https://github.com/pnp/cli-microsoft365/issues/6272)
- fixed 'm365 setup' app registration to use 'CLI for M365' [#6367](https://github.com/pnp/cli-microsoft365/issues/6367)

### ⚠️ Breaking changes

Expand Down Expand Up @@ -40,7 +44,8 @@ sidebar_position: 3
- updated [cli doctor](../cmd/cli/cli-doctor.mdx) command output [#5923](https://github.com/pnp/cli-microsoft365/issues/5923)
- removed duplicate properties from [teams tab list](../cmd/teams/tab/tab-list.mdx) command [#5900](https://github.com/pnp/cli-microsoft365/issues/5900)
- renamed `entra group user <verb>` to `entra group member <verb>`. [#6396](https://github.com/pnp/cli-microsoft365/issues/6396)
- Updates setting users in `entra m365group set` [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
- updated setting users in `entra m365group set` [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
- removed aad options and aliasses [#5823](https://github.com/pnp/cli-microsoft365/issues/5823), [#5676](https://github.com/pnp/cli-microsoft365/issues/5676)

## [v9.1.0](https://github.com/pnp/cli-microsoft365/releases/tag/v9.1.0)

Expand Down
8 changes: 8 additions & 0 deletions docs/docs/v10-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ We have renamed the `entra group user` commands to `entra group member` to bette

Please update your scripts to use the new command names.

### Removed `aad` options and aliasses to `aad` commands.

As part of the renaming of Azure AD to Microsoft Entra ID, we have removed the `aad` options and aliases. From now on only `entra` commands are available.

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

Please, check if your scripts use any of the `aad` commands and if so update it to `entra` commands.

## SharePoint

### Updated `spo site appcatalog remove` options
Expand Down

0 comments on commit d92b1c2

Please sign in to comment.