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 32af695 commit 60c89b2Copy full SHA for 60c89b2
documentation/migration-guides/Az.13.0.0-migration-guide.md
@@ -1504,7 +1504,7 @@ New-AzStorageShareSASToken -ShareName $sharename -Permission rdwl -Protocol Http
1504
$share = Get-AzStorageShare -Name $sharename -Context $ctx
1505
Remove-AzStorageDirectory -Share $share.CloudFileShare -Path $dirpath
1506
1507
-$dir = Get-AzStorageFile -ShareName testshare1 -Path $dirpath -Context $ctx
+$dir = Get-AzStorageFile -ShareName $sharename -Path $dirpath -Context $ctx
1508
Remove-AzStorageDirectory -Directory $dir.CloudFileDirectory
1509
```
1510
#### After
0 commit comments