Skip to content

Commit c766dbb

Browse files
Release v3.0.48 (#91)
Co-authored-by: Adam-it <[email protected]>
1 parent 3bc8b8a commit c766dbb

File tree

7 files changed

+1732
-1689
lines changed

7 files changed

+1732
-1689
lines changed

data/pnpPsModel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,11 @@
565565
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Copy-PnPFile.md",
566566
"docs": "https://pnp.github.io/powershell/cmdlets/Copy-PnPFile.html"
567567
},
568+
{
569+
"name": "Copy-PnPFileMetadata",
570+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Copy-PnPFileMetadata.md",
571+
"docs": "https://pnp.github.io/powershell/cmdlets/Copy-PnPFileMetadata.html"
572+
},
568573
{
569574
"name": "Copy-PnPFolder",
570575
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Copy-PnPFolder.md",
@@ -2010,6 +2015,11 @@
20102015
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Grant-PnPTenantServicePrincipalPermission.md",
20112016
"docs": "https://pnp.github.io/powershell/cmdlets/Grant-PnPTenantServicePrincipalPermission.html"
20122017
},
2018+
{
2019+
"name": "Import-PnPFlow",
2020+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Import-PnPFlow.md",
2021+
"docs": "https://pnp.github.io/powershell/cmdlets/Import-PnPFlow.html"
2022+
},
20132023
{
20142024
"name": "Import-PnPTaxonomy",
20152025
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Import-PnPTaxonomy.md",

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.47",
5+
"version": "3.0.48",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)