We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14666e commit 355a1e8Copy full SHA for 355a1e8
1 file changed
modules/cloud_account/azure/0.2/facets.yaml
@@ -61,6 +61,14 @@ outputs:
61
client_id: attributes.client_id
62
client_secret: attributes.client_secret
63
tenant_id: attributes.tenant_id
64
+ azapi:
65
+ source: Azure/azapi
66
+ version: 2.5.0
67
+ attributes:
68
+ subscription_id: attributes.subscription_id
69
+ client_id: attributes.client_id
70
+ client_secret: attributes.client_secret
71
+ tenant_id: attributes.tenant_id
72
sample:
73
version: '0.2'
74
flavor: azure
0 commit comments