microsoft / ReportingServicesTools

Reporting Services Powershell Tools
MIT License
458 stars 213 forks source link

New-RsRestFolder.ps1 - Description in Script Example is not right. #342

Closed velosoph closed 2 years ago

velosoph commented 3 years ago

https://github.com/microsoft/ReportingServicesTools/blob/master/ReportingServicesTools/Functions/CatalogItems/Rest/New-RsRestFolder.ps1

There is a small syntax mismatch in the .EXAMPLE Section of the script.

The parameter -RsFolder is double. One of the parameter should be -FolderName.

image