Skip to content

Commit

Permalink
Create test account with allowing public access (#27723)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR


### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
EmmaZhu authored Nov 9, 2023
1 parent ed72945 commit f87a82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/storage/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"supportsHttpsTrafficOnly": true,
"encryption": "[variables('encryption')]",
"accessTier": "Hot",
"minimumTlsVersion": "TLS1_2"
"minimumTlsVersion": "TLS1_2",
"allowBlobPublicAccess": true
}
},
{
Expand Down

0 comments on commit f87a82a

Please sign in to comment.