# Functions

CreateOrReplaceAppendBlob creates a reference to an append blob.
Download retrieves a response body and checks the response status code to see if it is 200 OK and then returns the response body.
No description provided by the author
GetSASBlob download a blob with specified uri and sas authorization and saves it to the target directory Returns the filePath where the blob was downloaded.
Scrub query.
No description provided by the author
NewBlobDownload creates a new Downloader for a blob hosted in Azure Blob Storage.
No description provided by the author
NewURLDownload creates a new downloader with the provided URL.
SaveTo uses given downloader to fetch the resource with retries and saves the given file.
WithRetries retrieves a response body using the specified downloader.

# Constants

MsiDownload403ErrorString describes Msi permission specific error.
MsiDownload404ErrorString describes Msi specific error.

# Variables

ActualSleep uses actual time to pause the execution.
Used only for test.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Downloader describes a method to download files.
No description provided by the author

# Type aliases

No description provided by the author
SleepFunc pauses the execution for at least duration d.