File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
packages/cloud_asset_inventory Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
22# version map:
3+ # 1.1.x - 9.2.x
34# 1.0.x - 9.1.x
45# 0.1.x - 8.15.x
6+ - version : " 1.1.0-preview"
7+ changes :
8+ - description : Add support for Azure Cloud Connectors
9+ type : enhancement
10+ link : https://github.com/elastic/integrations/pull/14978
511- version : " 1.0.0"
612 changes :
713 - description : Release version 1.0.0
Original file line number Diff line number Diff line change 11format_version : 3.3.2
22name : cloud_asset_inventory
33title : " Cloud Asset Discovery"
4- version : " 1.0.0 "
4+ version : " 1.1.0-preview "
55source :
66 license : " Elastic-2.0"
77description : " Discover and Create Cloud Assets Discovery"
@@ -90,6 +90,15 @@ policy_templates:
9090 description : A URL to the ARM Template for creating a new deployment
9191 # ACCOUNT_TYPE value should be either "single-account" or "organization-account"
9292 default : https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2F9.1%2Fdeploy%2Fasset-inventory-arm%2FARM-for-ACCOUNT_TYPE.json
93+ - name : arm_template_cloud_connector_url
94+ type : text
95+ title : ARM Cloud Connectors Template URL
96+ multi : false
97+ required : true
98+ show_user : false
99+ description : A URL to the ARM Template for creating a Cloud Connectors managed identity
100+ # ACCOUNT_TYPE value should be either "single-account" or "organization-account"
101+ default : https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2Fmain%2Fdeploy%2Fazure%2FARM-for-cloud-connectors-ACCOUNT_TYPE.json
93102 - type : cloudbeat/asset_inventory_gcp
94103 title : GCP Asset Discovery
95104 description : GCP Asset Discovery
You can’t perform that action at this time.
0 commit comments