Skip to content

Commit 731d75a

Browse files
authored
Merge pull request #855 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 0aec62e + 0e246b2 commit 731d75a

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Modules/CIPPCore/Public/Alerts/Get-CIPPAlertExpiringLicenses.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ function Get-CIPPAlertExpiringLicenses {
7272
throw
7373
}
7474
}
75-
``

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
}

host.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"distributedTracingEnabled": false,
1717
"version": "None"
1818
},
19-
"defaultVersion": "10.2.4",
19+
"defaultVersion": "10.2.6",
2020
"versionMatchStrategy": "Strict",
2121
"versionFailureStrategy": "Fail"
2222
}
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)