Skip to content

Commit ae21971

Browse files
Release v3.0.24 (#46)
Co-authored-by: Adam-it <[email protected]>
1 parent 259166c commit ae21971

File tree

7 files changed

+3052
-2996
lines changed

7 files changed

+3052
-2996
lines changed

data/pnpPsModel.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,11 @@
18201820
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTimeZoneId.md",
18211821
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTimeZoneId.html"
18221822
},
1823+
{
1824+
"name": "Get-PnPTodoList",
1825+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTodoList.md",
1826+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTodoList.html"
1827+
},
18231828
{
18241829
"name": "Get-PnPUnfurlLink",
18251830
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPUnfurlLink.md",
@@ -2250,6 +2255,11 @@
22502255
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPTermSet.md",
22512256
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPTermSet.html"
22522257
},
2258+
{
2259+
"name": "New-PnPTodoList",
2260+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPTodoList.md",
2261+
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPTodoList.html"
2262+
},
22532263
{
22542264
"name": "New-PnPUPABulkImportJob",
22552265
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPUPABulkImportJob.md",
@@ -2815,6 +2825,11 @@
28152825
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPTermLabel.md",
28162826
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPTermLabel.html"
28172827
},
2828+
{
2829+
"name": "Remove-PnPTodoList",
2830+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPTodoList.md",
2831+
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPTodoList.html"
2832+
},
28182833
{
28192834
"name": "Remove-PnPUser",
28202835
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPUser.md",
@@ -3735,6 +3750,11 @@
37353750
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Update-PnPTeamsUser.md",
37363751
"docs": "https://pnp.github.io/powershell/cmdlets/Update-PnPTeamsUser.html"
37373752
},
3753+
{
3754+
"name": "Update-PnPTodoList",
3755+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Update-PnPTodoList.md",
3756+
"docs": "https://pnp.github.io/powershell/cmdlets/Update-PnPTodoList.html"
3757+
},
37383758
{
37393759
"name": "Update-PnPUserType",
37403760
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Update-PnPUserType.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.23",
5+
"version": "3.0.24",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)