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
-`changedBy`: Who initiated a change in your resource, like an app ID or authorized person's email address.
23
+
-`changedBy`: Who initiated a change in your resource, like an application ID or authorized person's email address.
24
24
-`clientType`: Which client made the change, like _Azure portal_.
25
25
-`operation`: Which [operation](../../../role-based-access-control/resource-provider-operations.md) was called, like `Microsoft.Compute/virtualmachines/write`. The `operation` field in the resource changes data represents the [Azure role-based access control permissions](../../../role-based-access-control/resource-provider-operations.md) used to initiate the change.
26
26
@@ -31,7 +31,7 @@ In this article, you learn:
31
31
32
32
## Understand change event properties
33
33
34
-
When a resource is created, updated, or deleted, a new change resource (`Microsoft.Resources/changes`) is created to extend the modified resource and represent the changed properties. Change records should be available in less than five minutes. The following example JSON payload demonstrates the change resource properties:
34
+
When a resource is created, updated, or deleted, a new change resource (`Microsoft.Resources/changes`) is created to extend the modified resource and represent the changed properties. Change records should be available in less than five minutes. Some change details may show up before others. The following example JSON payload demonstrates the change resource properties:
35
35
36
36
```json
37
37
{
@@ -69,6 +69,8 @@ The `operation` field in the resource changes data represents the [Azure role-ba
69
69
70
70
For understanding the type of change that was captured in the resource (i.e. Create, Delete, Update), we recommend that you use the `changeType` field rather than the `operation` field, which instead represents the [Azure role-based access control permissions](../../../role-based-access-control/resource-provider-operations.md) used to initiate the change.
71
71
72
+
If the client type is known, the `clientType` field will show the client name, such as "Azure Portal." If the client is supplied but not known, the field will show the client application ID.
73
+
72
74
> [!NOTE]
73
75
> Snapshots are not currently supported for deleted resources.
74
76
> 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.
0 commit comments