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
Copy file name to clipboardExpand all lines: docs/organizations/audit/auditing-events.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: chcomley
8
8
author: chcomley
9
9
ms.topic: overview
10
10
monikerRange: '= azure-devops'
11
-
ms.date: 11/22/2024
11
+
ms.date: 11/17/2025
12
12
---
13
13
14
14
# Auditing events list
@@ -232,13 +232,13 @@ The following tables describe the type of events (or actions) that are available
232
232
|`Pipelines.ResourceUnauthorizedForProject`| Successfully unauthorized {ResourceType} resource {ResourceId} for the project. |
233
233
|`Pipelines.RunRetained`| Pipeline run "{RunName}" in project {ResolveProjectId:ProjectId} granted lease ID {RetentionLeaseId} to {RetentionOwnerId}. |
234
234
|`Pipelines.RunUnretained`| Pipeline run "{RunName}" in project {ResolveProjectId:ProjectId} no longer retained. |
235
-
|`Pipelines.VariablesSetAtRuntime`| A run of pipeline "{PipelineName}" in project {ResolveProjectId:ProjectId}, has defined variable(s) that are not marked as "Settable at queue time".|
236
-
|`CheckConfiguration.ApprovalCheckOrderChanged`| >A check with id {CheckId} for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" has been changed from {OriginalApprovalType} to {FinalApprovalType} |
237
-
|`CheckConfiguration.Created`| A check of type {Type} has been added to {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
238
-
|`CheckConfiguration.Deleted`| A check of type {Type} has been removed from {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
239
-
|`CheckConfiguration.Disabled`| A check of type {Type} has been disabled for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
240
-
|`CheckConfiguration.Enabled`| A check of type {Type} has been enabled for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
241
-
|`CheckConfiguration.Updated`| A check of type {Type} has been updated for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
235
+
|`Pipelines.VariablesSetAtRuntime`| A run of pipeline "{PipelineName}" in project {ResolveProjectId:ProjectId}, has defined variables that aren't marked as "Settable at queue time".|
236
+
|`CheckConfiguration.ApprovalCheckOrderChanged`| >A check with ID {CheckId} for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" was changed from {OriginalApprovalType} to {FinalApprovalType} |
237
+
|`CheckConfiguration.Created`| A check of type {Type} was added to {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
238
+
|`CheckConfiguration.Deleted`| A check of type {Type} was removed from {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
239
+
|`CheckConfiguration.Disabled`| A check of type {Type} was disabled for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
240
+
|`CheckConfiguration.Enabled`| A check of type {Type} was enabled for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
241
+
|`CheckConfiguration.Updated`| A check of type {Type} was updated for {ResourceType} "{ResourceName}" in project "{ResolveProjectId:ProjectId}" |
242
242
243
243
244
244
### Policy events
@@ -321,9 +321,9 @@ The following tables describe the type of events (or actions) that are available
321
321
|`Project.UpdateRenameQueued`| Rename for project {PreviousProjectName} to {ProjectName} was started. |
322
322
|`Project.UpdateVisibilityCompleted`| Project {ResolveProjectId:ProjectId} visibility change from {PreviousProjectVisibility} to {ProjectVisibility} was successful. |
323
323
|`Project.UpdateVisibilityQueued`| Project {ResolveProjectId:ProjectId} visibility change from {PreviousProjectVisibility} to {ProjectVisibility} was started. |
324
-
|`Project.IterationPath.Create`| IterationPath {Path} has been created. |
325
-
|`Project.IterationPath.Update`| IterationPath {Path} has been updated. |
326
-
|`Project.IterationPath.Delete`| IterationPath {Path} has been deleted. |
324
+
|`Project.IterationPath.Create`| IterationPath {Path} was created. |
325
+
|`Project.IterationPath.Update`| IterationPath {Path} was updated. |
326
+
|`Project.IterationPath.Delete`| IterationPath {Path} was deleted. |
327
327
|`Project.Process.Modify`| Process for project {ResolveProjectId:ProjectId} was changed from {OldProcessName} to {ProcessName}. |
328
328
|`Project.Process.ModifyWithoutOldProcess`| Process for project {ResolveProjectId:ProjectId} was changed to {ProcessName}. |
329
329
@@ -345,6 +345,7 @@ The following tables describe the type of events (or actions) that are available
345
345
346
346
| Action | Description |
347
347
|--------|-------------|
348
+
|`Security.ChangeInheritance`| Permission inheritance for {NamespaceName} was changed (details include namespace, token, and inheritFlag). |
348
349
|`Security.ModifyAccessControlLists`| Permission "{NamespaceName}\{ChangedPermission}" was set to {PermissionModifiedTo} for {ResolveIdentity:SubjectDescriptor}. |
349
350
|`Security.ModifyPermission`| Permission "{NamespaceName}\{ChangedPermission}" was set to {PermissionModifiedTo} for {ResolveIdentity:SubjectDescriptor}. |
350
351
|`Security.RemoveAccessControlLists`| All access control lists were removed on namespace {NamespaceName} on tokens {Tokens}. |
0 commit comments