Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Global from '/docs/cmd/_global.mdx';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# entra m365group recyclebinitem clear

Expand All @@ -19,6 +21,18 @@ m365 entra m365group recyclebinitem clear [options]

<Global />

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|-----------------|---------------------|
| Microsoft Graph | Group.ReadWrite.All |

</TabItem>
</Tabs>

## Examples

Removes all deleted Microsoft 365 Groups in the tenant. Will prompt for confirmation before permanently removing groups.
Expand Down
19 changes: 19 additions & 0 deletions docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ m365 entra m365group recyclebinitem list [options]

<Global />

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|-----------------|----------------|
| Microsoft Graph | Group.Read.All |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|-----------------|----------------|
| Microsoft Graph | Group.Read.All |

</TabItem>
</Tabs>

## Examples

List all deleted Microsoft 365 Groups in the tenant
Expand Down
14 changes: 14 additions & 0 deletions docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Global from '/docs/cmd/_global.mdx';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# entra m365group recyclebinitem remove

Expand Down Expand Up @@ -28,6 +30,18 @@ m365 entra m365group recyclebinitem remove [options]

<Global />

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|-----------------|---------------------|
| Microsoft Graph | Group.ReadWrite.All |

</TabItem>
</Tabs>

## Examples

Removes the Microsoft 365 Group with specific ID
Expand Down
21 changes: 21 additions & 0 deletions docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Global from '/docs/cmd/_global.mdx';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# entra m365group recyclebinitem restore

Expand All @@ -25,6 +27,25 @@ m365 entra m365group recyclebinitem restore [options]

<Global />

## Permissions

<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|-----------------|---------------------|
| Microsoft Graph | Group.ReadWrite.All |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|-----------------|---------------------|
| Microsoft Graph | Group.ReadWrite.All |

</TabItem>
</Tabs>

## Examples

Restores the Microsoft 365 Group with specific ID
Expand Down