Skip to content

Commit

Permalink
Release v3.0.20 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Nov 24, 2024
1 parent 8b5ed6b commit 0eaa6b6
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 7 deletions.
15 changes: 15 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPriviledgedIdentityManagementRole.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPriviledgedIdentityManagementRole.html"
},
{
"name": "Get-PnPProfileCardProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPProfileCardProperty.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPProfileCardProperty.html"
},
{
"name": "Get-PnPProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPProperty.md",
Expand Down Expand Up @@ -2110,6 +2115,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPPlannerPlan.md",
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPPlannerPlan.html"
},
{
"name": "New-PnpProfileCardProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnpProfileCardProperty.md",
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnpProfileCardProperty.html"
},
{
"name": "New-PnPSdnProvider",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPSdnProvider.md",
Expand Down Expand Up @@ -2605,6 +2615,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPlannerTask.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPlannerTask.html"
},
{
"name": "Remove-PnPProfileCardProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPProfileCardProperty.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPProfileCardProperty.html"
},
{
"name": "Remove-PnPPropertyBagValue",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPropertyBagValue.md",
Expand Down
8 changes: 8 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3962,6 +3962,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "TiloGit",
"pictureUrl": "https://github.com/TiloGit.png"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
Expand Down Expand Up @@ -4342,6 +4346,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ioannis Gianko",
"pictureUrl": "https://github.com/IoannisGianko.png"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
Expand Down
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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.19",
"version": "3.0.20",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
32 changes: 31 additions & 1 deletion snippets/pnpPowerShell.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,15 @@
"Get-PnPPriviledgedIdentityManagementRole"
]
},
"Get-PnPProfileCardProperty": {
"description": "This cmdlet may be used to retrieve custom properties added to user profile card.",
"body": [
"Get-PnPProfileCardProperty "
],
"prefix": [
"Get-PnPProfileCardProperty"
]
},
"Get-PnPProperty": {
"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.",
"body": [
Expand Down Expand Up @@ -4241,6 +4250,15 @@
"New-PnPPlannerPlan"
]
},
"New-PnpProfileCardProperty": {
"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.",
"body": [
"New-PnpProfileCardProperty -PropertyName $1 -DisplayName $2"
],
"prefix": [
"New-PnpProfileCardProperty"
]
},
"New-PnPSdnProvider": {
"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.",
"body": [
Expand Down Expand Up @@ -5155,6 +5173,15 @@
"Remove-PnPPlannerTask"
]
},
"Remove-PnPProfileCardProperty": {
"description": "This cmdlet can be used to remove a property from user profile card",
"body": [
"Remove-PnPProfileCardProperty -PropertyName $1"
],
"prefix": [
"Remove-PnPProfileCardProperty"
]
},
"Remove-PnPPropertyBagValue": {
"description": [
"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.",
Expand Down Expand Up @@ -5898,7 +5925,10 @@
]
},
"Send-PnPMail": {
"description": "Allows sending an e-mail through SharePoint Online, SMTP or Microsoft Graph. Sending e-mail through Microsoft Graph requires the Mail.Send permission.",
"description": [
"Allows sending an e-mail through SharePoint Online or Microsoft Graph. Sending e-mail through Microsoft Graph requires the Mail.Send permission.",
"Mail.Send"
],
"body": [
"Send-PnPMail -From $1 -To $2 -Subject $3 -Body $4"
],
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/commandsList/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 webview-ui/docsView/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 webview-ui/samplesView/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0eaa6b6

Please sign in to comment.