From 53641fdd64d1aecf24c248fb1780109901914917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Sobo=C5=84?= Date: Thu, 24 Oct 2024 13:36:27 +0200 Subject: [PATCH] [Asset Inventory][Azure][CI] Update Azure variable names (#2636) update variable names for Azure Asset Inventory --- .../install_azure_asset_inventory_integration.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integrations_setup/install_azure_asset_inventory_integration.py b/tests/integrations_setup/install_azure_asset_inventory_integration.py index 039323cd32..2c60c6ebcf 100755 --- a/tests/integrations_setup/install_azure_asset_inventory_integration.py +++ b/tests/integrations_setup/install_azure_asset_inventory_integration.py @@ -53,7 +53,10 @@ "input_name": "asset_inventory_azure", "vars": { "azure.account_type": "single-account", - "azure.credentials.type": "arm_template", + # managed_identity is treated by cloudbeat the same as arm_template. + # Change this variable back to arm_template once + # https://github.com/elastic/integrations/pull/11398 has been merged. + "azure.credentials.type": "managed_identity", }, } AGENT_INPUT = {