Skip to content

Commit 31386ea

Browse files
authored
Merge pull request #7676 from wastoresh/preview
[Storage] Fix help to Create storage context with Oauth
2 parents 2106713 + 53633ed commit 31386ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Commands.Storage/help/New-AzureStorageContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The final command lists all the blobs associated with the container named Contos
156156
### Example 10: Create a context by using the OAuth Authentication
157157
```
158158
C:\PS>Connect-AzureRmAccount
159-
C:\PS> $Context = New-AzureStorageContext -StorageAccountName "myaccountname"
159+
C:\PS> $Context = New-AzureStorageContext -StorageAccountName "myaccountname" -UseConnectedAccount
160160
```
161161

162162
This command creates a context by using the OAuth Authentication.

0 commit comments

Comments
 (0)