Skip to content

Commit

Permalink
Release v3.0.26 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Jan 19, 2025
1 parent 7441641 commit 11eb96d
Show file tree
Hide file tree
Showing 8 changed files with 1,072 additions and 1,001 deletions.
10 changes: 10 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInternalSetting.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInternalSetting.html"
},
{
"name": "Get-PnPTenantPronounsSetting",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantPronounsSetting.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantPronounsSetting.html"
},
{
"name": "Get-PnPTenantRecycleBinItem",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
Expand Down Expand Up @@ -3540,6 +3545,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantCdnPolicy.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantCdnPolicy.html"
},
{
"name": "Set-PnPTenantPronounsSetting",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantPronounsSetting.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantPronounsSetting.html"
},
{
"name": "Set-PnPTenantRestrictedSearchMode",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantRestrictedSearchMode.md",
Expand Down
43 changes: 43 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2445,6 +2445,29 @@
"invoke-pnpsprestmethod"
]
},
{
"title": "Deletes expired and older sharing links for folder, file and item in SharePoint",
"url": "https://pnp.github.io/script-samples/spo-delete-expired-sharing-link-folder-file-item/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/README.md",
"description": "Deletes expired and older sharing links for folder, file, and item. Currently expired or older sharing links are not automatically deleted",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPProperty",
"Remove-PnPgroup",
"Get-PnPList",
"Get-PnPListItem"
]
},
{
"title": "Delete orphaned temporary pages from Site Pages",
"url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
Expand Down Expand Up @@ -2677,6 +2700,26 @@
"Get-PnPWeb"
]
},
{
"title": "Creating SharePoint Agents (.agent Files) with PowerShell",
"url": "https://pnp.github.io/script-samples/spo-dev-agent-config-creation/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/README.md",
"description": "Dyanmic creation of SharePoint Agents (.agent files) using PowerShell. Specify instructions, sample prompts and ground on files, folder, libraries or sites.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Leon Armston",
"pictureUrl": "https://avatars.githubusercontent.com/u/12968962?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Submit-PnPSearchQuery",
"ConvertTo-Json"
]
},
{
"title": "Report and Export Solutions from M365 Developer Tenant",
"url": "https://pnp.github.io/script-samples/spo-dev-tenant-report-export/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": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.25",
"version": "3.0.26",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 11eb96d

Please sign in to comment.