From 97b6c9951a2e867c76274b2d40777ec38801d9d5 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:12:53 +0900 Subject: [PATCH] Python: Fix broken link in purview README (504 on Microsoft 365 Dev Program URL) (#4610) * Initial plan * Fix broken link in purview README: replace 504-returning dev-program URL with stable learn.microsoft.com URL Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --- python/packages/purview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/purview/README.md b/python/packages/purview/README.md index f23da59457..2b1f9b7984 100644 --- a/python/packages/purview/README.md +++ b/python/packages/purview/README.md @@ -29,7 +29,7 @@ Add Purview when you need to: - Microsoft Azure subscription with Microsoft Purview configured. - Microsoft 365 subscription with an E5 license and pay-as-you-go billing setup. - - For testing, you can use a Microsoft 365 Developer Program tenant. For more information, see [Join the Microsoft 365 Developer Program](https://developer.microsoft.com/en-us/microsoft-365/dev-program). + - For testing, you can use a Microsoft 365 Developer Program tenant. For more information, see [Join the Microsoft 365 Developer Program](https://learn.microsoft.com/en-us/office/developer-program/microsoft-365-developer-program). ### Authentication