Skip to content

Commit 0eaa6b6

Browse files
Release v3.0.20 (#40)
Co-authored-by: Adam-it <[email protected]>
1 parent 8b5ed6b commit 0eaa6b6

File tree

8 files changed

+60
-7
lines changed

8 files changed

+60
-7
lines changed

data/pnpPsModel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,11 @@
13501350
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPriviledgedIdentityManagementRole.md",
13511351
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPriviledgedIdentityManagementRole.html"
13521352
},
1353+
{
1354+
"name": "Get-PnPProfileCardProperty",
1355+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPProfileCardProperty.md",
1356+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPProfileCardProperty.html"
1357+
},
13531358
{
13541359
"name": "Get-PnPProperty",
13551360
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPProperty.md",
@@ -2110,6 +2115,11 @@
21102115
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPPlannerPlan.md",
21112116
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPPlannerPlan.html"
21122117
},
2118+
{
2119+
"name": "New-PnpProfileCardProperty",
2120+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnpProfileCardProperty.md",
2121+
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnpProfileCardProperty.html"
2122+
},
21132123
{
21142124
"name": "New-PnPSdnProvider",
21152125
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPSdnProvider.md",
@@ -2605,6 +2615,11 @@
26052615
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPlannerTask.md",
26062616
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPlannerTask.html"
26072617
},
2618+
{
2619+
"name": "Remove-PnPProfileCardProperty",
2620+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPProfileCardProperty.md",
2621+
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPProfileCardProperty.html"
2622+
},
26082623
{
26092624
"name": "Remove-PnPPropertyBagValue",
26102625
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPropertyBagValue.md",

data/samples.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,6 +3962,10 @@
39623962
"type": "powershell",
39633963
"tabTag": "#tab/pnpps",
39643964
"authors": [
3965+
{
3966+
"name": "TiloGit",
3967+
"pictureUrl": "https://github.com/TiloGit.png"
3968+
},
39653969
{
39663970
"name": "Reshmee Auckloo",
39673971
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -4342,6 +4346,10 @@
43424346
"type": "powershell",
43434347
"tabTag": "#tab/pnpps",
43444348
"authors": [
4349+
{
4350+
"name": "Ioannis Gianko",
4351+
"pictureUrl": "https://github.com/IoannisGianko.png"
4352+
},
43454353
{
43464354
"name": "Reshmee Auckloo",
43474355
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"

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

snippets/pnpPowerShell.code-snippets

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,15 @@
26982698
"Get-PnPPriviledgedIdentityManagementRole"
26992699
]
27002700
},
2701+
"Get-PnPProfileCardProperty": {
2702+
"description": "This cmdlet may be used to retrieve custom properties added to user profile card.",
2703+
"body": [
2704+
"Get-PnPProfileCardProperty "
2705+
],
2706+
"prefix": [
2707+
"Get-PnPProfileCardProperty"
2708+
]
2709+
},
27012710
"Get-PnPProperty": {
27022711
"description": "Will populate properties of an object and optionally, if needed, load the value from the server. If one property is specified its value will be returned to the output.",
27032712
"body": [
@@ -4241,6 +4250,15 @@
42414250
"New-PnPPlannerPlan"
42424251
]
42434252
},
4253+
"New-PnpProfileCardProperty": {
4254+
"description": "This cmdlet may be used to add a property to user profile card. Please note that it may take up to 24 hours to reflect the changes.",
4255+
"body": [
4256+
"New-PnpProfileCardProperty -PropertyName $1 -DisplayName $2"
4257+
],
4258+
"prefix": [
4259+
"New-PnpProfileCardProperty"
4260+
]
4261+
},
42444262
"New-PnPSdnProvider": {
42454263
"description": "This Cmdlet creates a new Software-Defined Networking, and it receives two parameters, the Identity (ID) of the Hive and the License key of the Hive.",
42464264
"body": [
@@ -5155,6 +5173,15 @@
51555173
"Remove-PnPPlannerTask"
51565174
]
51575175
},
5176+
"Remove-PnPProfileCardProperty": {
5177+
"description": "This cmdlet can be used to remove a property from user profile card",
5178+
"body": [
5179+
"Remove-PnPProfileCardProperty -PropertyName $1"
5180+
],
5181+
"prefix": [
5182+
"Remove-PnPProfileCardProperty"
5183+
]
5184+
},
51585185
"Remove-PnPPropertyBagValue": {
51595186
"description": [
51605187
"Removes a value from the property bag. If working with a modern SharePoint Online site or having noscript enabled, you will have to disable this yourself temporarily using Set-PnPTenantSite -Url <url> -NoScriptSite:$false to be able to make the change.",
@@ -5898,7 +5925,10 @@
58985925
]
58995926
},
59005927
"Send-PnPMail": {
5901-
"description": "Allows sending an e-mail through SharePoint Online, SMTP or Microsoft Graph. Sending e-mail through Microsoft Graph requires the Mail.Send permission.",
5928+
"description": [
5929+
"Allows sending an e-mail through SharePoint Online or Microsoft Graph. Sending e-mail through Microsoft Graph requires the Mail.Send permission.",
5930+
"Mail.Send"
5931+
],
59025932
"body": [
59035933
"Send-PnPMail -From $1 -To $2 -Subject $3 -Body $4"
59045934
],

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)