Skip to content

Commit f3661b3

Browse files
authored
Update get-resource-changes.md
Explain changesCount behavior for changeType: Create
1 parent 3d45c01 commit f3661b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/resource-graph/changes/get-resource-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For understanding the type of change that was captured in the resource (i.e. Cre
7171

7272
> [!NOTE]
7373
> Snapshots are not currently supported for deleted resources.
74-
> For records with `changeType`: Delete, the `changesCount` is shown as 0 because the resource itself gets deleted, and there are no properties remaining.
74+
> For records with `changeType`: Delete, the `changesCount` is shown as 0 because the resource itself gets deleted, and there are no properties remaining. For records with `changeType`: Create, the `changesCount` is also shown as 0 because every resource property gets modified during resource creation, and logging every property change would cause too much noise.
7575
7676
## Run a query
7777

0 commit comments

Comments
 (0)