From a123a3ee7128a8742248db1ac09287584843cf65 Mon Sep 17 00:00:00 2001 From: lvalerom Date: Mon, 9 Dec 2024 14:57:53 +0100 Subject: [PATCH] update azure urls --- pkg/common/constants.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/common/constants.go b/pkg/common/constants.go index 1f11659..302fa1d 100644 --- a/pkg/common/constants.go +++ b/pkg/common/constants.go @@ -86,13 +86,13 @@ var ProviderToURLs = map[Provider][]string{ // https://docs.microsoft.com/en-us/azure/virtual-network/service-tags-overview#service-tags-on-premises Azure: { // Azure Public - "https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519", + "https://www.microsoft.com/download/details.aspx?id=56519", // Azure US Gov - "https://www.microsoft.com/en-us/download/confirmation.aspx?id=57063", + "https://www.microsoft.com/download/details.aspx?id=57063", // Azure China - "https://www.microsoft.com/en-us/download/confirmation.aspx?id=57062", + "https://www.microsoft.com/download/details.aspx?id=57062", // Azure Germany - "https://www.microsoft.com/en-us/download/confirmation.aspx?id=57064", + "https://www.microsoft.com/download/details.aspx?id=57064", }, Amazon: { "https://ip-ranges.amazonaws.com/ip-ranges.json",