Skip to content

Commit

Permalink
Added dotnet wrappers for Purview telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
attilatoury committed Sep 30, 2024
1 parent 4ff2ac3 commit c66776d
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 c66776d

Please sign in to comment.