Skip to content

Commit ceddaed

Browse files
committed
test fix
1 parent 28c6fbe commit ceddaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/batch/Azure.ResourceManager.Batch/tests/BatchManagementTestBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public async Task CommonGlobalSetup()
6565
private async Task<StorageAccountResource> CreateStorageAccount(ResourceGroupResource rg, string storageAccountName)
6666
{
6767
var storageInput = ResourceDataHelper.GetStorageAccountData();
68+
storageInput.AllowBlobPublicAccess = false;
6869
var lro = await rg.GetStorageAccounts().CreateOrUpdateAsync(WaitUntil.Completed, storageAccountName, storageInput);
6970
return lro.Value;
7071
}

0 commit comments

Comments
 (0)