Skip to content
Merged
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
5 changes: 5 additions & 0 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -2950,6 +2950,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/serviceprincipal/serviceprincipal-set"
},
{
"name": "spo site accessrequest setting set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-accessrequest-setting-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/site/site-accessrequest-setting-set"
},
{
"name": "spo site add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-add.mdx",
Expand Down
35 changes: 35 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3856,6 +3856,41 @@
"createDate": "2022-01-18",
"source": "script-samples"
},
{
"title": "M365 Consultant's Script Kit",
"url": "https://pnp.github.io/script-samples/spo-time-based-file-reports/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/README.md",
"description": "These scripts are part of the Microsoft 365 Consultant's Script kit - OneDrive, SharePoint and Custom Site Scans",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Nick Brattoli",
"pictureUrl": "https://github.com/nbrattoli.png"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
}
],
"tags": [
"Add-PnPFile",
"Connect-PnPOnline",
"Get-PnPList",
"Get-PnPListItem",
"m365 login",
"m365 spo site list",
"m365 spo list list",
"m365 spo file list"
],
"createDate": "2024-03-25",
"source": "script-samples"
},
{
"title": "Update SharePoint Page Banner Image",
"url": "https://pnp.github.io/script-samples/spo-update-page-banner-image/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": "3.0.61",
"version": "3.0.62",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading