From 5a0d286d6b1a1a6ecd56371cf2322f43a109e02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 24 Oct 2022 14:21:32 +0200 Subject: [PATCH] test/api: don't provide Resource Group Location when testing Azure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's default to not providing the Resource Group Location when testing Cloud API with Azure and leave it up to the implementation to determine the correct location to use. Signed-off-by: Tomáš Hozza --- test/cases/api/azure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cases/api/azure.sh b/test/cases/api/azure.sh index 263cc253d6..329756b911 100644 --- a/test/cases/api/azure.sh +++ b/test/cases/api/azure.sh @@ -94,7 +94,6 @@ function createReqFile() { "tenant_id": "${AZURE_TENANT_ID}", "subscription_id": "${AZURE_SUBSCRIPTION_ID}", "resource_group": "${AZURE_RESOURCE_GROUP}", - "location": "${AZURE_LOCATION}", "image_name": "${AZURE_IMAGE_NAME}" } }