Skip to content

Commit d4c7f85

Browse files
Release v3.0.29 (#57)
Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com>
1 parent 742244d commit d4c7f85

File tree

8 files changed

+61
-10
lines changed

8 files changed

+61
-10
lines changed

data/pnpPsModel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,11 @@
12651265
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPMicrosoft365GroupYammerCommunity.md",
12661266
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPMicrosoft365GroupYammerCommunity.html"
12671267
},
1268+
{
1269+
"name": "Get-PnPMicrosoft365Roadmap",
1270+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPMicrosoft365Roadmap.md",
1271+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPMicrosoft365Roadmap.html"
1272+
},
12681273
{
12691274
"name": "Get-PnPNavigationNode",
12701275
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPNavigationNode.md",
@@ -3440,6 +3445,11 @@
34403445
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSiteDesign.md",
34413446
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSiteDesign.html"
34423447
},
3448+
{
3449+
"name": "Set-PnPSiteDocumentIdPrefix",
3450+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSiteDocumentIdPrefix.md",
3451+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSiteDocumentIdPrefix.html"
3452+
},
34433453
{
34443454
"name": "Set-PnPSiteGroup",
34453455
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSiteGroup.md",

data/samples.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5091,6 +5091,24 @@
50915091
"Invoke-PnPSearchQuery"
50925092
]
50935093
},
5094+
{
5095+
"title": "Integrate MailChimp Campaigns API with SPO to create wiki pages based on email sent from MailChimp",
5096+
"url": "https://pnp.github.io/script-samples/spo-mailchimp-integration/README.html",
5097+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-mailchimp-integration/README.md",
5098+
"description": "Demonstrates how to retrieve sent email campaigns from MailChimp, and save them as wiki pages on SPO. The script retrieves the HTML content of the email, downloads all images into a local folder and uploads to a SPO document library, replaces all mccontent image tags to point to SPO, and create and publish a wiki page",
5099+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-mailchimp-integration/assets/preview.png",
5100+
"type": "powershell",
5101+
"tabTag": "#tab/pnpps",
5102+
"authors": [
5103+
{
5104+
"name": "R. Ali",
5105+
"pictureUrl": "https://github.com/ralisp.png"
5106+
}
5107+
],
5108+
"tags": [
5109+
"<Cmdlets-Used>"
5110+
]
5111+
},
50945112
{
50955113
"title": "SharePoint Modern Page Publishing Report",
50965114
"url": "https://pnp.github.io/script-samples/spo-modern-page-publishing-report/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.28",
5+
"version": "3.0.29",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

snippets/pnpPowerShell.code-snippets

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,15 @@
25392539
"Get-PnPMicrosoft365GroupYammerCommunity -Identity $1"
25402540
]
25412541
},
2542+
"Get-PnPMicrosoft365Roadmap": {
2543+
"prefix": [
2544+
"Get-PnPMicrosoft365Roadmap"
2545+
],
2546+
"description": "Allows retrieval of the Microsoft 365 Roadmap. Pipe the output to i.e. a Where-Object to filter it down to the desired items. You do not need to be connected to any tenant to utilize this cmdlet.",
2547+
"body": [
2548+
"Get-PnPMicrosoft365Roadmap "
2549+
]
2550+
},
25422551
"Get-PnPNavigationNode": {
25432552
"prefix": [
25442553
"Get-PnPNavigationNode"
@@ -3352,8 +3361,7 @@
33523361
],
33533362
"description": [
33543363
"Returns organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated, and SiteCreationMode.",
3355-
"Currently, there are no parameters for this cmdlet.",
3356-
"You must have the SharePoint Online admin or Global admin role to run the cmdlet."
3364+
"If one or more properties cannot be retrieved, such as when a property is not available yet on the tenant due to a new feature rollout, a warning will be shown. Use -Verbose to see detailed information on properties that could not be retrieved."
33573365
],
33583366
"body": [
33593367
"Get-PnPTenant "
@@ -5818,11 +5826,13 @@
58185826
"Reset-PnPDocumentId"
58195827
],
58205828
"description": [
5821-
"This cmdlet allows requesting SharePoint Online to recalculate and reassign the unique document ID of a file. This can be useful if the document ID of a file has been lost, has gotten corrupted or duplicated. The unique document ID will be calculated based on an internal predictable algorithm and will contain parts of the site collection, web, list and listitem. It should only take seconds for it to recalculate and reassign the document ID. If it remains the same after running this cmdlet, it means the assigned document ID is correct. There's no use of running it multiple times on the same file.",
5829+
"This cmdlet allows requesting SharePoint Online to recalculate and reassign the unique document ID of a specific file or of all files using a specific content type in a document library. This can be useful if the document ID of a file has been lost, has gotten corrupted or duplicated. The unique document ID will be calculated based on an internal predictable algorithm and will contain parts of the site collection, web, list and listitem.",
5830+
"When applying this to a specific file, it should only take seconds for it to recalculate and reassign the document ID. When applying it to the entire library, it may take up to 24 hours to process the request.",
5831+
"If the document ID remains the same after running this cmdlet, it means the assigned document ID is correct. There's no use of running it multiple times on the same file.",
58225832
"You need to be connected to the same site collection in which the file on which you wish to perform the operation resides."
58235833
],
58245834
"body": [
5825-
"Reset-PnPDocumentId -Identity $1"
5835+
"Reset-PnPDocumentId -File $1"
58265836
]
58275837
},
58285838
"Reset-PnPFileVersion": {
@@ -6772,6 +6782,19 @@
67726782
"Set-PnPSiteDesign -Identity $1"
67736783
]
67746784
},
6785+
"Set-PnPSiteDocumentIdPrefix": {
6786+
"prefix": [
6787+
"Set-PnPSiteDocumentIdPrefix"
6788+
],
6789+
"description": [
6790+
"This cmdlet allows changing of the document Id prefix that has been assigned to a site. It essentially does what you can also do using the page /_layouts/15/DocIdSettings.aspx in the SharePoint Online web interface.",
6791+
"It also offers an option to reset the currently assigned document Ids of all files within a site.",
6792+
"You need to be connected to the sitecollection of which you want to change the document Id prefix."
6793+
],
6794+
"body": [
6795+
"Set-PnPSiteDocumentIdPrefix -DocumentIdPrefix $1"
6796+
]
6797+
},
67756798
"Set-PnPSiteGroup": {
67766799
"prefix": [
67776800
"Set-PnPSiteGroup"

webview-ui/commandsList/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/docsView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/samplesView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)