Skip to content

Commit

Permalink
Added dotnet wrappers for Purview telemetry (#2064)
Browse files Browse the repository at this point in the history
#### Summary

Added three DotNet types to enable the use of Purview telemetry (audit
logging) in BaseApp (24.x).

Required for deliverables
[AB#549389](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/549389)
and
[AB#548176](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/548176)
  • Loading branch information
attilatoury committed Sep 24, 2024
1 parent 63ab633 commit 17abb95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/System Application/App/DotNet Aliases/src/dotnet.al
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,18 @@ dotnet
type("Microsoft.Dynamics.Nav.Runtime.Designer.NavDesignerALCopyResponse"; "NavDesignerALCopyResponse")
{
}

type("Microsoft.Dynamics.Nav.Runtime.CustomerAudit.CustomerAuditLoggerALHelper"; "CustomerAuditLoggerALHelper")
{
}

type("Microsoft.Dynamics.Nav.Runtime.ALSecurityOperationResult"; "ALSecurityOperationResult")
{
}

type("Microsoft.Dynamics.Nav.Runtime.ALAuditCategory"; "ALAuditCategory")
{
}
}

assembly("Microsoft.Dynamics.Nav.OAuth")
Expand Down

0 comments on commit 17abb95

Please sign in to comment.