Add isGhes gate and refactor to clean up circular dependencies

This commit is contained in:
Bassem Dghaidi
2024-11-21 04:01:44 -08:00
committed by GitHub
parent ab58a59f33
commit 267841d7bd
8 changed files with 79 additions and 64 deletions

View File

@@ -6,7 +6,7 @@ import {
BlobDownloadOptions
} from '@azure/storage-blob'
export async function DownloadCacheFile(
export async function downloadCacheFile(
signedUploadURL: string,
archivePath: string
): Promise<{}> {