Skip to content

Commit 6de7cac

Browse files
committed
nit - changelog records
1 parent 66d9872 commit 6de7cac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/changelog-patterns.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each changelog entry must be part of a "ChangeList" array with the following req
2222

2323
| Property | Description | Example Values |
2424
|----------|-------------|----------------|
25-
| **Id** | GUID identifier. Use the same GUID for all related changes in a release. | "6ebc1737-3f93-4ef1-a9e7-cafa03262cf8" |
25+
| **Id** | GUID identifier. Use the same GUID for all related objects in a ChangeList. | "6ebc1737-3f93-4ef1-a9e7-cafa03262cf8" |
2626
| **ApiChange** | The type of Microsoft Graph API element being changed. | "Resource", "Property", "Relationship", "Method", "Enumeration", "Member", "Parameter", "Header", "Permission" |
2727
| **ChangedApiName** | The name of the specific API element that changed. | "user", "displayName", "manager", "delta", "status", "active", "id", "Authorization", "User.Read.All" |
2828
| **ChangeType** | The nature of the change. | "Addition", "Change", "Deletion", "Deprecation" |
@@ -35,6 +35,7 @@ These properties apply to the entire changelog record (not individual ChangeList
3535

3636
| Property | Description | Default Value | Possible Values |
3737
|----------|-------------|---------------|-----------------|
38+
| **Id** | GUID identifier for the changelog record. Use the same GUID as the ChangeList Id. | (None - must specify) | Same GUID as ChangeList Id |
3839
| **Cloud** | The cloud environment where the change is available. | "prd" | "prd" (production) |
3940
| **Version** | The API version where the change is available. | "v1.0" | "v1.0", "beta" |
4041
| **CreatedDateTime** | UTC timestamp when the changelog entry was created. Use PowerShell: `(Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss.fffffffZ")` | Current UTC datetime | "2025-11-17T17:38:10.4694969Z" (ISO 8601/RFC 3339 format with fractional seconds) |

0 commit comments

Comments
 (0)