Skip to content

Commit 215cabc

Browse files
raghavanandanRaghav Anandan
andauthored
Implement cloud account creation for Azure (#445)
* Implement cloud account creation for Azure * Add tenant id to from and to resource data functions * Make tenant ID field optional * Fix acceptance tests --------- Co-authored-by: Raghav Anandan <[email protected]>
1 parent 1bfcf30 commit 215cabc

File tree

5 files changed

+912
-509
lines changed

5 files changed

+912
-509
lines changed

sysdig/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ const (
6161
SchemaManagementAccountId = "management_account_id"
6262
SchemaOrganizationIDKey = "organization_id"
6363
SchemaOrganizationalUnitIds = "organizational_unit_ids"
64+
SchemaCloudProviderTenantId = "provider_tenant_id"
6465
)

0 commit comments

Comments
 (0)