Skip to content

Commit

Permalink
Merge pull request #3225 from kris6673/purview-links
Browse files Browse the repository at this point in the history
Update Compliance Portal links to Purview
  • Loading branch information
KelvinTegelaar authored Jan 14, 2025
2 parents 1435624 + 5ca85e8 commit 3c537ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/CippComponents/CippTenantSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const CippTenantSelector = (props) => {
},
{
label: "Compliance Portal",
link: `https://compliance.microsoft.com/?tid=${currentTenant?.addedFields?.customerId}`,
link: `https://purview.microsoft.com/?tid=${currentTenant?.addedFields?.customerId}`,
icon: <ShieldMoon />,
},
]}
Expand Down
2 changes: 1 addition & 1 deletion src/data/portals.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{
"label": "Compliance Portal",
"name": "Compliance_Portal",
"url": "https://compliance.microsoft.com/?tid=customerId",
"url": "https://purview.microsoft.com/?tid=customerId",
"variable": "customerId",
"target": "_blank",
"external": true,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tenant/administration/tenants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Page = () => {
portal_azure: `https://portal.azure.com/${tenant.defaultDomainName}`,
portal_intune: `https://intune.microsoft.com/${tenant.defaultDomainName}`,
portal_security: `https://security.microsoft.com/?tid=${tenant.customerId}`,
portal_compliance: `https://compliance.microsoft.com/?tid=${tenant.customerId}`,
portal_compliance: `https://purview.microsoft.com/?tid=${tenant.customerId}`,
portal_sharepoint: `https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=${tenant.customerId}&CSDEST=SharePoint`,
});
});
Expand Down

0 comments on commit 3c537ae

Please sign in to comment.