From 80a782caacb2594c1409460fd998095eef810f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20M?= Date: Tue, 2 Jul 2024 14:29:47 +0900 Subject: [PATCH] Added arch and storage_account, needed by CIV to deploy the resources without having to check for vhd uri regex. The regex check is now not needed since we create other shared image metadata on the fly. Plus it was not a good solution for an upstream project, as the regex was only affecting our RH teams internally. --- test/cases/azure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/cases/azure.sh b/test/cases/azure.sh index 30f8cd6b8..0e3323f23 100755 --- a/test/cases/azure.sh +++ b/test/cases/azure.sh @@ -219,9 +219,11 @@ tee "${TEMPDIR}/resource-file.json" <