Skip to content

Commit

Permalink
[Asset Inventory][Azure][CI] Update Azure variable names (#2636)
Browse files Browse the repository at this point in the history
update variable names for Azure Asset Inventory
  • Loading branch information
kubasobon authored Oct 24, 2024
1 parent b5411bc commit 53641fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 53641fd

Please sign in to comment.