From e6e62e1661e9d65755dc506ed180b4ec8681a158 Mon Sep 17 00:00:00 2001 From: EmmaZhu-MSFT Date: Thu, 9 Nov 2023 10:33:43 +0800 Subject: [PATCH] Create test account with allowing public access (#27723) ### 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) --- sdk/storage/test-resources.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/storage/test-resources.json b/sdk/storage/test-resources.json index 119f9e132b7b..fd4d1b6c1eb4 100644 --- a/sdk/storage/test-resources.json +++ b/sdk/storage/test-resources.json @@ -216,7 +216,8 @@ "supportsHttpsTrafficOnly": true, "encryption": "[variables('encryption')]", "accessTier": "Hot", - "minimumTlsVersion": "TLS1_2" + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true } }, {