Skip to content

Commit 01d5d65

Browse files
Release v3.0.51 (#97)
Co-authored-by: Adam-it <[email protected]>
1 parent 476cfff commit 01d5d65

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

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

snippets/pnpPowerShell.code-snippets

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
]
4040
},
4141
"Add-PnPAzureADGroupMember": {
42-
"description": [
43-
"Allows to add users to Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group. By specifying -RemoveExisting option it is possible to first clear the group of all existing members.",
44-
"-RemoveExisting"
45-
],
42+
"description": "Allows to add users to Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group.",
4643
"prefix": [
4744
"Add-PnPAzureADGroupMember"
4845
],
@@ -51,10 +48,7 @@
5148
]
5249
},
5350
"Add-PnPAzureADGroupOwner": {
54-
"description": [
55-
"Allows to add users to owners of an Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group. By specifying -RemoveExisting option it is possible to first clear the group of all existing members.",
56-
"-RemoveExisting"
57-
],
51+
"description": "Allows to add users to owners of an Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group.",
5852
"prefix": [
5953
"Add-PnPAzureADGroupOwner"
6054
],

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)