diff --git a/package-lock.json b/package-lock.json index 4732130..b1a9c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pnp-powershell-extension", - "version": "3.0.50", + "version": "3.0.51", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pnp-powershell-extension", - "version": "3.0.50", + "version": "3.0.51", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/package.json b/package.json index b6e2dc2..6568bb9 100644 --- a/package.json +++ b/package.json @@ -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.50", + "version": "3.0.51", "publisher": "adamwojcikit", "author": { "name": "Adam" diff --git a/snippets/pnpPowerShell.code-snippets b/snippets/pnpPowerShell.code-snippets index 17e7b58..705bc41 100644 --- a/snippets/pnpPowerShell.code-snippets +++ b/snippets/pnpPowerShell.code-snippets @@ -39,10 +39,7 @@ ] }, "Add-PnPAzureADGroupMember": { - "description": [ - "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.", - "-RemoveExisting" - ], + "description": "Allows to add users to Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group.", "prefix": [ "Add-PnPAzureADGroupMember" ], @@ -51,10 +48,7 @@ ] }, "Add-PnPAzureADGroupOwner": { - "description": [ - "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.", - "-RemoveExisting" - ], + "description": "Allows to add users to owners of an Azure Active Directory Group. This can be a security, distribution or Microsoft 365 group.", "prefix": [ "Add-PnPAzureADGroupOwner" ], diff --git a/webview-ui/commandsList/package-lock.json b/webview-ui/commandsList/package-lock.json index 70447a1..a2fed67 100644 --- a/webview-ui/commandsList/package-lock.json +++ b/webview-ui/commandsList/package-lock.json @@ -24,7 +24,7 @@ }, "../..": { "name": "pnp-powershell-extension", - "version": "3.0.50", + "version": "3.0.51", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/docsView/package-lock.json b/webview-ui/docsView/package-lock.json index 74a4310..50d4c10 100644 --- a/webview-ui/docsView/package-lock.json +++ b/webview-ui/docsView/package-lock.json @@ -27,7 +27,7 @@ }, "../..": { "name": "pnp-powershell-extension", - "version": "3.0.50", + "version": "3.0.51", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/samplesView/package-lock.json b/webview-ui/samplesView/package-lock.json index f01e58b..22a0fbb 100644 --- a/webview-ui/samplesView/package-lock.json +++ b/webview-ui/samplesView/package-lock.json @@ -26,7 +26,7 @@ }, "../..": { "name": "pnp-powershell-extension", - "version": "3.0.50", + "version": "3.0.51", "license": "MIT", "dependencies": { "axios": "^0.27.2"