microsoft / ReportingServicesTools

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

Powershell Module GUID is not unique #421

Open fm-knopfler opened 9 months ago

fm-knopfler commented 9 months ago

Do you want to request a feature or report a bug? Report a bug.

What is the current behavior? The module GUID of ReportingServicesTools is the same as dbatools. This ID needs to be globally unique. https://www.powershellgallery.com/packages/ReportingServicesTools/0.0.8.0/Content/ReportingServicesTools.psd1 https://www.powershellgallery.com/packages/dbatools/2.1.7/Content/dbatools.psd1

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Check the links above and also the earliest released version of both modules. As dbatools was first to use this GUID, IMO, ReportingServicesTools should change theirs.

What is the expected behavior? The powershell module has a unique identifier, as generated by New-Guid.

Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts? This affects every version release to PSGallery so far.