Skip to content

Commit 60c89b2

Browse files
vidai-msftyifanz7
andauthored
Update documentation/migration-guides/Az.13.0.0-migration-guide.md
Co-authored-by: yifanz7 <[email protected]>
1 parent 32af695 commit 60c89b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/migration-guides/Az.13.0.0-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ New-AzStorageShareSASToken -ShareName $sharename -Permission rdwl -Protocol Http
15041504
$share = Get-AzStorageShare -Name $sharename -Context $ctx
15051505
Remove-AzStorageDirectory -Share $share.CloudFileShare -Path $dirpath
15061506
1507-
$dir = Get-AzStorageFile -ShareName testshare1 -Path $dirpath -Context $ctx
1507+
$dir = Get-AzStorageFile -ShareName $sharename -Path $dirpath -Context $ctx
15081508
Remove-AzStorageDirectory -Directory $dir.CloudFileDirectory
15091509
```
15101510
#### After

0 commit comments

Comments
 (0)