We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72558a1 commit c4c9300Copy full SHA for c4c9300
1 file changed
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