Skip to content

Commit 1fa95a2

Browse files
Update Get-AzStorageFileContent.md
Context parameter contains contents for the Force parameter. Copied verbiage from another cmdlet.
1 parent d5c8d0e commit 1fa95a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Storage/Storage.Management/help/Get-AzStorageFileContent.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ Accept wildcard characters: False
122122
```
123123
124124
### -Context
125-
If you specify the path of a file that does not exist, this cmdlet creates that file, and saves the contents in the new file.
126-
If you specify a path of a file that already exists and you specify the *Force* parameter, the cmdlet overwrites the file.
127-
If you specify a path of an existing file and you do not specify *Force*, the cmdlet prompts you before it continues.
128-
If you specify the path of a folder, this cmdlet attempts to create a file that has the name of the Azure storage file.
125+
Specifies an Azure Storage context. To obtain a context, use the New-AzStorageContext cmdlet.
129126
130127
```yaml
131128
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext

0 commit comments

Comments
 (0)