mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed deletion of old database copies in Storage
This commit is contained in:
@@ -25,6 +25,6 @@ foreach($blob in $blobs)
|
||||
{
|
||||
echo ("Deleting blob " + $blob.Name)
|
||||
# Delete the blob.e
|
||||
Remove-AzureStorageBlob -Container $storageContainer -Context $context -Blob $blob.Name;
|
||||
Remove-AzureStorageBlob -Container $storageContainerName -Context $context -Blob $blob.Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user