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 60c89b2 commit a70a01aCopy full SHA for a70a01a
documentation/migration-guides/Az.13.0.0-migration-guide.md
@@ -1512,7 +1512,7 @@ Remove-AzStorageDirectory -Directory $dir.CloudFileDirectory
1512
$share = Get-AzStorageShare -Name $sharename -Context $ctx
1513
Remove-AzStorageDirectory -ShareClient $share.ShareClient -Path $dirpath -Conetxt $ctx
1514
1515
-$dir = Get-AzStorageFile -ShareName testshare1 -Path $dirpath -Context $ctx
+$dir = Get-AzStorageFile -ShareName $sharename -Path $dirpath -Context $ctx
1516
Remove-AzStorageDirectory -ShareDirectoryClient.ShareDirectoryClient -Context $ctx
1517
```
1518
0 commit comments