Skip to content

Commit 1092f0b

Browse files
authored
Remove outdated azure-native-v2 redirect (#14640)
1 parent a53a91d commit 1092f0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

infrastructure/cloudfrontLambdaAssociations.ts

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ function getCloudProvidersRedirect(uri: string): string | undefined {
134134
.replace("setup", "installation-configuration");
135135
}
136136

137-
if (uri.includes("/registry/packages/azure-native-v2")) {
138-
return uri.replace("azure-native-v2", "azure-native")
139-
}
140-
141137
return undefined;
142138
}
143139

0 commit comments

Comments
 (0)