Skip to content

Commit 213cda2

Browse files
Update troubleshooting links in GDAP relationship checks (#1936)
Update the links in the GDAP relationship checks to direct users to the recommended roles installation page for better guidance.
2 parents 3ce505b + 2985129 commit 213cda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/CIPPCore/Public/Test-CIPPGDAPRelationships.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function Test-CIPPGDAPRelationships {
7979
Issue = "$($ExpectedGroup) is not assigned to the SAM user $me. If you have migrated outside of CIPP this is to be expected. Please perform an access check to make sure you have the correct set of permissions."
8080
Tenant = '*Partner Tenant'
8181
Relationship = 'None'
82-
Link = 'https://docs.cipp.app/setup/gdap/troubleshooting#groups'
82+
Link = 'https://docs.cipp.app/setup/installation/recommended-roles'
8383

8484
}) | Out-Null
8585
$MissingGroups.Add([PSCustomObject]@{
@@ -94,7 +94,7 @@ function Test-CIPPGDAPRelationships {
9494
Issue = "We only found $($CIPPGroupCount) of the 15 required groups. If you have migrated outside of CIPP this is to be expected. Please perform an access check to make sure you have the correct set of permissions."
9595
Tenant = '*Partner Tenant'
9696
Relationship = 'None'
97-
Link = 'https://docs.cipp.app/setup/gdap/troubleshooting#groups'
97+
Link = 'https://docs.cipp.app/setup/installation/recommended-roles'
9898

9999
}) | Out-Null
100100
}

0 commit comments

Comments
 (0)