Skip to content

Commit

Permalink
Updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Oct 25, 2023
1 parent ac53efe commit bcf9db3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ sidebar_position: 4

## v7.1.0 (beta)

### New commands

**Azure Active Directory**

- [aad group user list](../cmd/aad/group/group-user-list.mdx) - lists users of a specific Azure AD group [#5469](https://github.com/pnp/cli-microsoft365/issues/5469)

### Changes

- added new eslint rule: Prevent usage of 'ByServerRelativeUrl' endpoint [#5333](https://github.com/pnp/cli-microsoft365/issues/5333)
Expand All @@ -24,6 +30,9 @@ sidebar_position: 4
- removed M365 group and connected site. [#5224](https://github.com/pnp/cli-microsoft365/issues/5224)
- moved prompt output to stderr. [#5489](https://github.com/pnp/cli-microsoft365/issues/5489)
- updated package keywords. [#5433](https://github.com/pnp/cli-microsoft365/issues/5433)
- enhances 'cli doctor' to list scopes by resource. [#5487](https://github.com/pnp/cli-microsoft365/issues/5487)
- updates documentation with correct cmder url
- updates documentation for 'spo field get'

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

Expand Down
3 changes: 2 additions & 1 deletion docs/docs/cmd/aad/group/group-user-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ m365 aad group user list [options]

## Remarks

When the `properties` option includes values with a `/`, for example: `memberof/id`, an additional `$expand` query parameter will be included on `memberof`.
When the `properties` option includes values with a `/`, for example: `manager/displayName`, an additional `$expand` query parameter will be included on `manager`.

## Examples

Expand All @@ -61,6 +61,7 @@ List all group users from a group specified by name. For each one return the dis

```sh
m365 aad group user list --groupDisplayName Developers --properties "displayName,mail,manager/*"
```

List all group members that are guest users.

Expand Down

0 comments on commit bcf9db3

Please sign in to comment.