Skip to content

Commit 213cad8

Browse files
Release v3.0.53 (#101)
Co-authored-by: Adam-it <[email protected]>
1 parent 7069faa commit 213cad8

File tree

8 files changed

+2371
-2348
lines changed

8 files changed

+2371
-2348
lines changed

data/pnpPsModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,11 @@
27252725
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPlannerTask.md",
27262726
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPlannerTask.html"
27272727
},
2728+
{
2729+
"name": "Remove-PnPPowerAppPermission",
2730+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPowerAppPermission.md",
2731+
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPowerAppPermission.html"
2732+
},
27282733
{
27292734
"name": "Remove-PnPProfileCardProperty",
27302735
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPProfileCardProperty.md",

data/samples.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
{
7676
"name": "Reshmee Auckloo",
7777
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
78+
},
79+
{
80+
"name": "Adam Wójcik",
81+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
7882
}
7983
],
8084
"tags": [
@@ -229,6 +233,10 @@
229233
{
230234
"name": "Reshmee Auckloo",
231235
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
236+
},
237+
{
238+
"name": "Adam Wójcik",
239+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
232240
}
233241
],
234242
"tags": [
@@ -243,12 +251,10 @@
243251
"Remove-PnPMicrosoft365Group",
244252
"Remove-PnPMicrosoft365GroupOwner",
245253
"m365 login",
246-
"m365 status",
247254
"m365 entra m365group list",
248255
"m365 entra m365group user list",
249256
"m365 entra m365group user add",
250-
"m365 entra m365group user remove",
251-
"m365 logout"
257+
"m365 entra m365group user remove"
252258
]
253259
},
254260
{
@@ -1262,17 +1268,19 @@
12621268
{
12631269
"name": "Reshmee Auckloo",
12641270
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
1271+
},
1272+
{
1273+
"name": "Adam Wójcik",
1274+
"pictureUrl": "https://github.com/Adam-it.png"
12651275
}
12661276
],
12671277
"tags": [
12681278
"Connect-PnPOnline",
12691279
"Add-PnPFolder",
12701280
"Add-PnPFile",
1271-
"m365 status",
12721281
"m365 login",
12731282
"m365 spo folder add",
12741283
"m365 spo file add",
1275-
"m365 logout",
12761284
"Get-ChildItem"
12771285
]
12781286
},
@@ -1292,17 +1300,18 @@
12921300
{
12931301
"name": "Ahamed Fazil Buhari",
12941302
"pictureUrl": "https://github.com/ahamedfazil.png"
1303+
},
1304+
{
1305+
"name": "Adam Wójcik",
1306+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
12951307
}
12961308
],
12971309
"tags": [
12981310
"Connect-PnPOnline",
12991311
"Get-PnPField",
13001312
"Add-PnPFieldFromXml",
13011313
"Add-PnPFieldToContentType",
1302-
"m365 status",
1303-
"m365 login",
1304-
"m365 logout",
1305-
"m365 spo field get",
1314+
"m365 spo field list",
13061315
"m365 spo field add",
13071316
"m365 spo contenttype get",
13081317
"m365 spo contenttype field set"

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

0 commit comments

Comments
 (0)