Skip to content

Commit d0286b9

Browse files
authored
(ForumsTeam) PowerShell Variable/String ShareName "share1" incorrect
Requesting to change the Variable/String from "Share1" to "ContosoShare06"
1 parent cb572aa commit d0286b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Commands.Storage/help/Get-AzureStorageFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can use the **IsDirectory** property to distinguish between folders and file
4242

4343
### Example 1: List directories in a share
4444
```
45-
PS C:\>Get-AzureStorageFile -ShareName "share1" | where {$_.GetType().Name -eq "CloudFileDirectory"}
45+
PS C:\>Get-AzureStorageFile -ShareName "ContosoShare06" | where {$_.GetType().Name -eq "CloudFileDirectory"}
4646
```
4747

4848
This command lists only the directories in the share ContosoShare06.

0 commit comments

Comments
 (0)