Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell Module GUID is not unique #421

Open
fm-knopfler opened this issue Feb 6, 2024 · 0 comments
Open

Powershell Module GUID is not unique #421

fm-knopfler opened this issue Feb 6, 2024 · 0 comments

Comments

@fm-knopfler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant