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 049ce81 commit 32af695Copy full SHA for 32af695
documentation/migration-guides/Az.13.0.0-migration-guide.md
@@ -1410,7 +1410,7 @@ New-AzStorageDirectory -Directory $dir.CloudFileDirectory -Path $dirpath
1410
```
1411
#### After
1412
```powershell
1413
-$dir = New-AzStorageDirectory -ShareName testshare1 -Path $dirpath -Context $ctx
+$dir = New-AzStorageDirectory -ShareName $sharename -Path $dirpath -Context $ctx
1414
$dir.ShareDirectoryClient
1415
1416
$share = Get-AzStorageShare -Name $sharename -Context $ctx
0 commit comments