Skip to content

Commit

Permalink
Updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Jan 22, 2025
1 parent e52b0cd commit bc96c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sidebar_position: 4
- [entra pim role assignment remove](../cmd/entra/pim/pim-role-assignment-remove.mdx) - requests deactivation of an Entra role assignment for a user or group [#5841](https://github.com/pnp/cli-microsoft365/issues/5841)
- [entra roledefinition add](../cmd/entra/roledefinition/roledefinition-add.mdx) - creates a custom Microsoft Entra ID role definition [#6466](https://github.com/pnp/cli-microsoft365/issues/6466)
- [entra roledefinition set](../cmd/entra/roledefinition/roledefinition-set.mdx) - updates a custom Microsoft Entra ID role definition [#6467](https://github.com/pnp/cli-microsoft365/issues/6467)
- [entra rolepermission list](../cmd/entra/rolepermission/rolepermission-list.mdx) - retrieves a list of Microsoft Entra ID role permissions [#6562](https://github.com/pnp/cli-microsoft365/issues/6562)

**Exchange Online:**

Expand All @@ -36,6 +37,7 @@ sidebar_position: 4
**Tenant:**

- [tenant people pronouns set](../cmd/tenant/people/people-pronouns-set.mdx) - manage pronouns settings for an organization [#6205](https://github.com/pnp/cli-microsoft365/issues/6205)
- [tenant report settings set](../cmd/tenant/report/report-settings-set.mdx) - manage tenant-level settings for Microsoft 365 reports [#6247](https://github.com/pnp/cli-microsoft365/issues/6247)

### Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe(commands.REPORT_SETTINGS_SET, () => {

await command.action(logger, { options: { displayConcealedNames: true, verbose: true } });

assert(logToStderrSpy.calledWith('Updating report settings displayConcealedNames to true'));
assert(logToStderrSpy.calledWith('Updating report setting displayConcealedNames to true'));
});


Expand Down

0 comments on commit bc96c3e

Please sign in to comment.