Skip to content

Commit d7d87b6

Browse files
Merge pull request #5056 from MicrosoftDocs/main638699759674198213sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 15f59ca + 0f4ec63 commit d7d87b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hub/powertoys/run.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ The following GUID versions are supported:
272272
- v3 - Namespace and name based, using MD5
273273
- v4 - Random value
274274
- v5 - Namespace and name based, using SHA1
275+
- v7 - Time-ordered random value
275276

276277
> [!NOTE]
277278
> For versions 3 and 5 there are some predefined namespaces: DNS, URL, OID and X500. You can use the following predefined namespaces:
@@ -288,6 +289,7 @@ Examples:
288289
| `# guid` <br />`# uuid` <br />`# uuidv4` | Generate a random GUID. |
289290
| `# guidv1` <br />`# uuidv1` | Generate a version 1 GUID. |
290291
| `# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com` | Generate the GUID version 3 for `www.microsoft.com` using the DNS namespace. <br /> The namespace parameter can be any valid GUID, and the name parameter can be any string. |
292+
| `# uuid7` <br /> `# guidv7` | Generate a random version 7 GUID with the first 48-bit corresponding to the current timestamp, providing a well-defined order of subsequently generated values. |
291293

292294
> [!TIP]
293295
> The `guid` and `uuid` keywords are interchangeable and the `v` is optional. I.e. `guid5` and `guidv5` are the same.

0 commit comments

Comments
 (0)