Skip to content

Commit 11eb96d

Browse files
Release v3.0.26 (#49)
Co-authored-by: Adam-it <[email protected]>
1 parent 7441641 commit 11eb96d

File tree

8 files changed

+1072
-1001
lines changed

8 files changed

+1072
-1001
lines changed

data/pnpPsModel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,11 @@
17251725
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInternalSetting.md",
17261726
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInternalSetting.html"
17271727
},
1728+
{
1729+
"name": "Get-PnPTenantPronounsSetting",
1730+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantPronounsSetting.md",
1731+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantPronounsSetting.html"
1732+
},
17281733
{
17291734
"name": "Get-PnPTenantRecycleBinItem",
17301735
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
@@ -3540,6 +3545,11 @@
35403545
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantCdnPolicy.md",
35413546
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantCdnPolicy.html"
35423547
},
3548+
{
3549+
"name": "Set-PnPTenantPronounsSetting",
3550+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantPronounsSetting.md",
3551+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantPronounsSetting.html"
3552+
},
35433553
{
35443554
"name": "Set-PnPTenantRestrictedSearchMode",
35453555
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantRestrictedSearchMode.md",

data/samples.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,29 @@
24452445
"invoke-pnpsprestmethod"
24462446
]
24472447
},
2448+
{
2449+
"title": "Deletes expired and older sharing links for folder, file and item in SharePoint",
2450+
"url": "https://pnp.github.io/script-samples/spo-delete-expired-sharing-link-folder-file-item/README.html",
2451+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/README.md",
2452+
"description": "Deletes expired and older sharing links for folder, file, and item. Currently expired or older sharing links are not automatically deleted",
2453+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/assets/preview.png",
2454+
"type": "powershell",
2455+
"tabTag": "#tab/pnpps",
2456+
"authors": [
2457+
{
2458+
"name": "Reshmee Auckloo",
2459+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
2460+
}
2461+
],
2462+
"tags": [
2463+
"modern",
2464+
"Connect-PnPOnline",
2465+
"Get-PnPProperty",
2466+
"Remove-PnPgroup",
2467+
"Get-PnPList",
2468+
"Get-PnPListItem"
2469+
]
2470+
},
24482471
{
24492472
"title": "Delete orphaned temporary pages from Site Pages",
24502473
"url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
@@ -2677,6 +2700,26 @@
26772700
"Get-PnPWeb"
26782701
]
26792702
},
2703+
{
2704+
"title": "Creating SharePoint Agents (.agent Files) with PowerShell",
2705+
"url": "https://pnp.github.io/script-samples/spo-dev-agent-config-creation/README.html",
2706+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/README.md",
2707+
"description": "Dyanmic creation of SharePoint Agents (.agent files) using PowerShell. Specify instructions, sample prompts and ground on files, folder, libraries or sites.",
2708+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/assets/preview.png",
2709+
"type": "powershell",
2710+
"tabTag": "#tab/pnpps",
2711+
"authors": [
2712+
{
2713+
"name": "Leon Armston",
2714+
"pictureUrl": "https://avatars.githubusercontent.com/u/12968962?v=4"
2715+
}
2716+
],
2717+
"tags": [
2718+
"Connect-PnPOnline",
2719+
"Submit-PnPSearchQuery",
2720+
"ConvertTo-Json"
2721+
]
2722+
},
26802723
{
26812724
"title": "Report and Export Solutions from M365 Developer Tenant",
26822725
"url": "https://pnp.github.io/script-samples/spo-dev-tenant-report-export/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.25",
5+
"version": "3.0.26",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)