Skip to content

Commit

Permalink
update azure urls (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalerom authored Dec 9, 2024
1 parent 158d45a commit 500f038
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 500f038

Please sign in to comment.