Skip to content

Commit

Permalink
Updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlingstuyl committed Mar 1, 2024
1 parent 43b8dd1 commit c74fe4b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ sidebar_position: 4

# Release notes

## v7.6.0 (beta)

### New commands

**Purview:**

- [purview threatassessment add](../cmd/purview/threatassessment/threatassessment-add.mdx) - creates a threat assessment [#4428](https://github.com/pnp/cli-microsoft365/issues/4428)
- [purview threatassessment list](../cmd/purview/threatassessment/threatassessment-list.mdx) - get a list of threat assessments [#4426](https://github.com/pnp/cli-microsoft365/issues/4426)

### Changes

- refactored 'auth' and 'chili' files to async/await. [#5145](https://github.com/pnp/cli-microsoft365/issues/5145)
- refactored 'cli' files to async/await. [#5146](https://github.com/pnp/cli-microsoft365/issues/5146)

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

### New commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ m365 purview threatassessment add [options]

## Remarks

!!! attention
:::info

This command currently only supports delegated permissions.

:::

## Examples

Create a file threat assessment
Expand Down

0 comments on commit c74fe4b

Please sign in to comment.