Skip to content

Commit 3c537ae

Browse files
Merge pull request KelvinTegelaar#3225 from kris6673/purview-links
Update Compliance Portal links to Purview
2 parents 1435624 + 5ca85e8 commit 3c537ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/CippComponents/CippTenantSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]}

src/data/portals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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,

src/pages/tenant/administration/tenants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)