Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Sep 3, 2023
1 parent 2088530 commit 50ef2bc
Show file tree
Hide file tree
Showing 5 changed files with 1,538 additions and 1,449 deletions.
30 changes: 30 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileUserSharingLink.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFileUserSharingLink.html"
},
{
"name": "Add-PnPFlowOwner",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFlowOwner.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFlowOwner.html"
},
{
"name": "Add-PnPFolder",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFolder.md",
Expand Down Expand Up @@ -935,6 +940,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFlow.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFlow.html"
},
{
"name": "Get-PnPFlowOwner",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFlowOwner.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFlowOwner.html"
},
{
"name": "Get-PnPFlowRun",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFlowRun.md",
Expand All @@ -945,6 +955,16 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFolder.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFolder.html"
},
{
"name": "Get-PnPFolderFile",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFolderFile.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFolderFile.html"
},
{
"name": "Get-PnPFolderFolder",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFolderFolder.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFolderFolder.html"
},
{
"name": "Get-PnPFolderItem",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFolderItem.md",
Expand Down Expand Up @@ -1220,6 +1240,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPowerApp.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPowerApp.html"
},
{
"name": "Get-PnPPowerPlatformConnector",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPowerPlatformConnector.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPowerPlatformConnector.html"
},
{
"name": "Get-PnPPowerPlatformEnvironment",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPowerPlatformEnvironment.md",
Expand Down Expand Up @@ -2185,6 +2210,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPFlow.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPFlow.html"
},
{
"name": "Remove-PnPFlowOwner",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPFlowOwner.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPFlowOwner.html"
},
{
"name": "Remove-PnPFolder",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPFolder.md",
Expand Down
2 changes: 1 addition & 1 deletion data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -4279,4 +4279,4 @@
]
}
]
}
}
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": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.8.4",
"version": "2.9.1",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 50ef2bc

Please sign in to comment.