Skip to content

Commit

Permalink
Fix the exposed secret. (#3887)
Browse files Browse the repository at this point in the history
* no secret on readme
  • Loading branch information
sima-zhu authored Jun 12, 2019
1 parent 105eec8 commit 5205e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ az storage queue generate-sas
--name javasdksas
--expiry 2019-06-05
--permission rpau
--connection-string DefaultEndpointsProtocol=https;AccountName=azstoragesdkaccount;AccountKey=PhOFTkuqB09cmsy0aMgd+cJfp75xU3dgjRMKrWxHHx4pFvuFIMOSK/fhzGci6zxFGk4CkmgoXFO3s91S9m+ICw==;EndpointSuffix=core.windows.net
--connection-string {connection string}
```
b. Alternatively, get the Account SAS Token from the Azure Portal.
```
Expand Down

0 comments on commit 5205e88

Please sign in to comment.