Skip to content

Commit

Permalink
Merge branch 'interface-rewrite' of https://github.com/KelvinTegelaar…
Browse files Browse the repository at this point in the history
…/CIPP-API into interface-rewrite
  • Loading branch information
JohnDuprey committed Jan 2, 2025
2 parents 6674af7 + 6e3f042 commit e86b268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ function Invoke-NinjaOneTenantSync {
$DeviceLinksData = @(
@{
Name = 'Entra ID'
Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)/deviceId/"
Link = "https://entra.microsoft.com/$($Customer.defaultDomainName)/#view/Microsoft_AAD_Devices/DeviceDetailsMenuBlade/~/Properties/deviceId/$($Device.azureADDeviceId)"
Icon = 'fab fa-microsoft'
},
@{
Expand Down

0 comments on commit e86b268

Please sign in to comment.