powershell icon indicating copy to clipboard operation
powershell copied to clipboard

[BUG] Replace "Identity" parameter with "List" in Get-PnPSiteScriptFromList command documentation

Open mkm17 opened this issue 1 year ago • 0 comments

Reporting an Issue or Missing Feature

Hi, I have noticed one issue with Get-PnPSiteScriptFromList command documentation.

The Identity parameter is not available anymore in the command options.

https://pnp.github.io/powershell/cmdlets/Get-PnPSiteScriptFromList.html

Expected behavior

Remove the Identity option from the documentation.

Actual behavior

The command returns this error Get-PnPSiteScriptFromList: A parameter cannot be found that matches parameter name 'Identity'.

Steps to reproduce behavior

Run Get-PnPSiteScriptFromList -Identity "MyList"

What is the version of the Cmdlet module you are running?

2.4.61

Which operating system/environment are you running PnP PowerShell on?

  • [ ] Windows
  • [ ] Linux
  • [ ] MacOS
  • [ ] Azure Cloud Shell
  • [ ] Azure Functions
  • [x ] Other : Does not matter

mkm17 avatar May 11 '24 17:05 mkm17