Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

JobStorageHelper should download translated job output #239

@rmshaffer

Description

@rmshaffer

Per conversation with @cesarzc in microsoft/iqsharp#152, the following code should reference "outputData" rather than "rawOutputData", so that the translated job output is retrieved.

return this.StorageHelper.DownloadBlobAsync(
containerName,
"rawOutputData", // TODO: 14643
destination,
cancellationToken);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions