From 4eea700f19031f2d057228dbb9f24f8ba12ff13a Mon Sep 17 00:00:00 2001 From: kubasobon Date: Thu, 24 Oct 2024 12:26:14 +0200 Subject: [PATCH] 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 = {