Skip to content

Commit d46ff3a

Browse files
authored
[Cloud Asset Inventory] Add ARM template Cloud Connector URL (elastic#14978)
1 parent 905a3dc commit d46ff3a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/cloud_asset_inventory/changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

packages/cloud_asset_inventory/manifest.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_asset_inventory
33
title: "Cloud Asset Discovery"
4-
version: "1.0.0"
4+
version: "1.1.0-preview"
55
source:
66
license: "Elastic-2.0"
77
description: "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

0 commit comments

Comments
 (0)