File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/CippComponents
pages/tenant/administration/tenants Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ export const CippTenantSelector = (props) => {
228228 } ,
229229 {
230230 label : "Compliance Portal" ,
231- link : `https://compliance .microsoft.com/?tid=${ currentTenant ?. addedFields ?. customerId } ` ,
231+ link : `https://purview .microsoft.com/?tid=${ currentTenant ?. addedFields ?. customerId } ` ,
232232 icon : < ShieldMoon /> ,
233233 } ,
234234 ] }
Original file line number Diff line number Diff line change 6565 {
6666 "label" : " Compliance Portal" ,
6767 "name" : " Compliance_Portal" ,
68- "url" : " https://compliance .microsoft.com/?tid=customerId" ,
68+ "url" : " https://purview .microsoft.com/?tid=customerId" ,
6969 "variable" : " customerId" ,
7070 "target" : " _blank" ,
7171 "external" : true ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const Page = () => {
2222 portal_azure : `https://portal.azure.com/${ tenant . defaultDomainName } ` ,
2323 portal_intune : `https://intune.microsoft.com/${ tenant . defaultDomainName } ` ,
2424 portal_security : `https://security.microsoft.com/?tid=${ tenant . customerId } ` ,
25- portal_compliance : `https://compliance .microsoft.com/?tid=${ tenant . customerId } ` ,
25+ portal_compliance : `https://purview .microsoft.com/?tid=${ tenant . customerId } ` ,
2626 portal_sharepoint : `https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=${ tenant . customerId } &CSDEST=SharePoint` ,
2727 } ) ;
2828 } ) ;
You can’t perform that action at this time.
0 commit comments