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.
1 parent fb288f9 commit 6cd925aCopy full SHA for 6cd925a
storage/calculate-container-size/calculate-container-size.ps1
@@ -18,7 +18,7 @@ $storageAccount = Get-AzStorageAccount `
18
$ctx = $storageAccount.Context
19
20
# get a list of all of the blobs in the container
21
-$listOfBLobs = Get-AzStorageBlob -Container $ContainerName -Context $ctx
+$listOfBlobs = Get-AzStorageBlob -Container $ContainerName -Context $ctx
22
23
# zero out our total
24
$length = 0
0 commit comments