We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3434ca0 commit 9584c3aCopy full SHA for 9584c3a
1 file changed
src/defender-installer.ts
@@ -159,7 +159,7 @@ function handleDownloadResponse(
159
* @returns The complete download URL
160
*/
161
function getDownloadUrl(fileName: string, cliVersion: string): string {
162
- const baseUrl = 'https://cli.dfd.security.azure.com/public';
+ const baseUrl = 'https://cli.dfd.security.azure.com/public/v2';
163
console.log(`getDownloadUrl called with fileName: '${fileName}', cliVersion: '${cliVersion}'`);
164
165
// Convert 'Latest' to 'latest' for URL compatibility
0 commit comments