Skip to content

Commit 536eba6

Browse files
Merge pull request #314173 from juliamwang6/patch-14
Update definitions in get-resource-changes.md
2 parents 7a741aa + 073b9e1 commit 536eba6

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ With Resource Graph, you can query either the `resourcechanges`, `resourcecontai
193193
194194
### Examples
195195

196-
Before querying and analyzing changes in your resources, review the following best practices.
196+
Before querying and analyzing changes in your resources, review the following best practices and definitions.
197197

198198
- Query for change events during a specific window of time and evaluate the change details.
199199
- This query works best during incident management to understand _potentially_ related changes.
@@ -205,9 +205,14 @@ Before querying and analyzing changes in your resources, review the following be
205205
- The `order by` command orders the query results by the change time.
206206
- The `limit` command then limits the ordered results to ensure that you get the five most recent results.
207207
- What does **Unknown** mean? 
208-
- Unknown is displayed when the change happened on a client that's unrecognized. Clients are recognized based on the user agent and client application ID associated with the original change request.
208+
- "Unknown" is displayed when the change happened on a client that's unrecognized. Clients are recognized based on the user agent and client application ID associated with the original change request. In this case, the identity/client information was present but did not match any known client.
209+
- "Unknown" can be shown for the `clientType` value.
210+
- What does **Unspecified** mean? 
211+
- "Unspecified" is displayed when no identity or client information was available for the change. The notification event carried no changedBy, client application ID, or user agent information, and the resource's system metadata also did not contain a `lastModifiedBy` or `createdBy` value.
212+
- "Unspecified" can be shown for the `changedBy`, `changedByType`, `clientType`, and `operation` values.
209213
- What does **System** mean?
210-
- System is displayed as a `changedBy` value when a background change occurred that wasn't correlated with any direct user action.
214+
- "System" is displayed when a background platform change occurred that wasn't correlated with any direct user action.
215+
- "System" can be shown for the `changedBy` and `changedByType` values.
211216

212217
#### All changes in the past 24-hour period
213218

0 commit comments

Comments
 (0)