Skip to content

Commit

Permalink
Upgrade guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
MathijsVerbeeck committed Jul 28, 2023
1 parent b7ec1d3 commit 155056e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/v7-upgrade-guidance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ In version 6 of the CLI for Microsoft 365, for setting the list commandset, you

Since the option `id` was mandatory in V6 and if your scripts are dependent on the default mandatory error output which the command would return, you may have to update your scripts accordingly.

## Enhanced `aad o365group get` to only return O365 groups

In version 7 of the CLI for Microsoft 365, we have made an update for the command `aad o365group get`. Currently, when executing this command, all group types would be returned, which could lead to misleading results. An extra check has been implemented to ensure that the returned group is effectively an O365 group.

### What action do I need to take?

Make sure that, if you wish to use a command to retrieve multiple group types that we use `aad group get` or rewrite the script so that the script will handle the error when a non-M365 group has been found.

## Aligned options with naming convention

In version 7 of the CLI for Microsoft 365, we have made updates to the options for certain commands, aligning with our naming convention. This includes renaming options to ensure consistency and improve the CLI experience. For example, the option `--environment` for the command `m365 pa app consent set` has been changed to `--environmentName`. These changes aim to make it easier for you to use the CLI.
Expand Down

0 comments on commit 155056e

Please sign in to comment.