We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673d474 + c4c9300 commit 4b6a04dCopy full SHA for 4b6a04d
samples/manage/azure-automation-automated-export/AutoExportBlobRetention.ps1
@@ -25,6 +25,6 @@ foreach($blob in $blobs)
25
{
26
echo ("Deleting blob " + $blob.Name)
27
# Delete the blob.e
28
- Remove-AzureStorageBlob -Container $storageContainer -Context $context -Blob $blob.Name;
+ Remove-AzureStorageBlob -Container $storageContainerName -Context $context -Blob $blob.Name;
29
}
30
-}
+}
0 commit comments