Skip to content

Commit

Permalink
Export-TssAutoExportStorageItem - correct issue with downloading zip …
Browse files Browse the repository at this point in the history
…file for auto export
  • Loading branch information
wsmelton committed Oct 13, 2021
1 parent 05db5d6 commit 3510feb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -69,8 +69,7 @@ function Export-TssAutoExportStorageItem {

Write-Verbose "Performing the operation $($invokeParams.Method) $($invokeParams.Uri)"
try {
$apiResponse = Invoke-TssApi @invokeParams
. $ProcessResponse $apiResponse
Invoke-TssApi @invokeParams
} catch {
Write-Warning 'Issue getting Export Storage Item [$itemId]'
$err = $_
Expand Down

0 comments on commit 3510feb

Please sign in to comment.