From c002c777c47bb9a42eef15acae2bc0b282e3312f Mon Sep 17 00:00:00 2001 From: Yifan Zhang Date: Tue, 19 Nov 2024 11:23:32 +0800 Subject: [PATCH] update readme --- src/Storage/RegressionTests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Storage/RegressionTests/README.md b/src/Storage/RegressionTests/README.md index 283f42cd0a02..e38fb06ad8d2 100644 --- a/src/Storage/RegressionTests/README.md +++ b/src/Storage/RegressionTests/README.md @@ -1,4 +1,4 @@ -#Before running the tests: +# Before running the tests: 1. Create a directory called "data" under directory "RegressionTests" and create files with following names and sizes: | File Name | Size | |--------------------|---------| @@ -12,7 +12,7 @@ 2. Create a directoy called "created" under directory "RegressionTests" 3. Fill in the placeholders in config_template.xml and change its name to config.xml -#To run the tests line by line: +# To run the tests line by line: 1. If using local builds of the modules, import Az.Accounts and Az.Storage with the following commands: Import-Module {path to azure-powershell}\azure-powershell\artifacts\Debug\Az.Accounts\Az.Accounts.psd1