From ba7622273d10930f4ee0a512d2928ad831a0e491 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:33:45 +0900 Subject: [PATCH] =?UTF-8?q?Update=20ENVIRONMENT.md=20(Typo=20"a=20Azure"?= =?UTF-8?q?=E2=86=92"an=20Azure")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/code-push-server/blob/main/api/ENVIRONMENT.md #PingMSFTDocs --- api/ENVIRONMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ENVIRONMENT.md b/api/ENVIRONMENT.md index f07c9187f..c7d0e0369 100644 --- a/api/ENVIRONMENT.md +++ b/api/ENVIRONMENT.md @@ -59,8 +59,8 @@ To perform the unit tests against Azure storage: To perform the unit tests against an Azure server: -- `AZURE_MANAGEMENT_URL`: (For unit tests) Set to a Azure url to run management tests against that server. If the server has authentication enabled, also set the TEST_AZURE_STORAGE and AZURE_STORAGE_ACCESS_KEY to the Azure storage used by the server so that the tests can pass authentication. -- `AZURE_ACQUISITION_URL`: (For unit tests) Set to a Azure url to run acquisition tests against that server. If the server has authentication enabled, also set the TEST_AZURE_STORAGE and AZURE_STORAGE_ACCESS_KEY to the Azure storage used by the server so that the tests can pass authentication. +- `AZURE_MANAGEMENT_URL`: (For unit tests) Set to an Azure url to run management tests against that server. If the server has authentication enabled, also set the TEST_AZURE_STORAGE and AZURE_STORAGE_ACCESS_KEY to the Azure storage used by the server so that the tests can pass authentication. +- `AZURE_ACQUISITION_URL`: (For unit tests) Set to an Azure url to run acquisition tests against that server. If the server has authentication enabled, also set the TEST_AZURE_STORAGE and AZURE_STORAGE_ACCESS_KEY to the Azure storage used by the server so that the tests can pass authentication. ### Other