Closed
Description
Hey Microsoft
It looks like on each new release you update the GUIDs for the powershell modules. It is my understanding that this should not be the case and the GUID should be immutable and only the module versions should change.
This causes issues downstream as Ive defined in my own modules to require version 1.9.2 or greater for Microsoft.Graph.Users with the guid specified. However when powershell tried to download the newest version (1.9.3) if failed as the GUIDs did not match.
Can you please explain if this is by mistake or deliberate?