Skip to content

Commit 2985129

Browse files
committed
fix: Update troubleshooting links in GDAP relationship checks
1 parent 852a72d commit 2985129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)