You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leads to UUID of {2C4DE342-38B7-51CF-B940-2309A097F518} which does not match to what we have with the standard RFC4122 implementations:
$ uuid -v 5 '2BDE4A90-D05F-401C-9492-E40884EAD1D8''Ubuntu'
8fa9feba-8e6e-5128-a6ba-e0926db2a4b4
$ ipython
IPython 7.30.1 -- An enhanced Interactive Python. Type '?'for help.
In [1]: import uuid
In [2]: u = uuid.UUID('{2BDE4A90-D05F-401C-9492-E40884EAD1D8}')
In [3]: u
Out[3]: UUID('2bde4a90-d05f-401c-9492-e40884ead1d8')
In [4]: uuid.uuid5(u, 'Ubuntu')
Out[4]: UUID('8fa9feba-8e6e-5128-a6ba-e0926db2a4b4')
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: e7dd918e-788a-e3f5-379f-240d72b1e6ea
Version Independent ID: 341f8755-2701-601f-5b91-98527354b3e8
In the given text the UUID generation example of:
Leads to UUID of {2C4DE342-38B7-51CF-B940-2309A097F518} which does not match to what we have with the standard RFC4122 implementations:
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: