Skip to content

Commit

Permalink
design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 3, 2023
1 parent 30eebcc commit 2d55e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/CIPPCore/Public/Test-CIPPGDAPRelationships.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function Test-CIPPGDAPRelationships {
if ("62e90394-69f5-4237-9190-012177145e10" -in $Group.accessDetails.unifiedRoles.roleDefinitionId) {
$GDAPissues.add([PSCustomObject]@{
Type = "Warning"
Issue = "The relationship for $($Tenant.Group.customer.displayName) has global administrator access. This relationship is not available for auto-extend."
Tenant = $Tenant.Group.customer.displayName
Relationship = $group.displayName
Issue = "The relationship has global administrator access. This relationship is not available for Auto-Extend."
Tenant = $Tenant.Group.customer.displayName | Out-String
Relationship = $group.displayName | Out-String
Link = "https://docs.cipp.app/setup/gdap/troubleshooting#autoextend"

}) | Out-Null
Expand Down

0 comments on commit 2d55e5c

Please sign in to comment.