Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Release 2.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Feb 17, 2024
1 parent a0e125f commit 524020d
Show file tree
Hide file tree
Showing 5 changed files with 1,535 additions and 1,464 deletions.
15 changes: 15 additions & 0 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/app/app-permission-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/app/app-permission-add"
},
{
"name": "entra app permission list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/app/app-permission-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/app/app-permission-list"
},
{
"name": "entra app remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/app/app-remove.mdx",
Expand Down Expand Up @@ -225,6 +230,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/approleassignment/approleassignment-remove"
},
{
"name": "entra group add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-add"
},
{
"name": "entra group get",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-get.mdx",
Expand Down Expand Up @@ -590,6 +600,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/file/file-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/file/file-add"
},
{
"name": "file copy",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/file/file-copy.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/file/file-copy"
},
{
"name": "file list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/file/file-list.mdx",
Expand Down
29 changes: 29 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,35 @@
"createDate": "2023-03-07",
"source": "script-samples"
},
{
"title": "Get Unified log for SharePoint DLP Exchange and Entra",
"url": "https://pnp.github.io/script-samples/m365-get-unifiedlog-spo-dlp-exchange-entra/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/m365-get-unifiedlog-spo-dlp-exchange-entra/README.md",
"description": "Understand and track activities within your M365 environment is crucial for maintaining security and compliance.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/m365-get-unifiedlog-spo-dlp-exchange-entra/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPUnifiedAuditLog",
"m365 purview auditlog list",
"m365 login"
],
"createDate": "2024-01-27",
"source": "script-samples"
},
{
"title": "Copy Planner plan",
"url": "https://pnp.github.io/script-samples/planner-copy-planner-plan/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-for-microsoft-365-extension",
"displayName": "CLI for Microsoft 365 extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using CLI for Microsoft 365 like docs, commands list, sample gallery and many more.",
"version": "2.12.13",
"version": "2.12.14",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 524020d

Please sign in to comment.