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

@@ -5,7 +5,7 @@ import {
BlockBlobParallelUploadOptions
} from '@azure/storage-blob'
export async function UploadCacheFile(
export async function uploadCacheFile(
signedUploadURL: string,
archivePath: string
): Promise<{}> {