Skip to content

Commit

Permalink
Update azure_collect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-afedorov committed Aug 3, 2020
1 parent 188234f commit 385f520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/connectors/azure_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,12 @@ def access_token_cache(cloud, client_id, tenant, secret, resource, _creds={}):
('tenant_id', 'VARCHAR(50)'),
('subscription_id', 'VARCHAR(50)'),
('error', 'VARIANT'),
('raw', 'VARIANT'),
('id', 'STRING'),
('name', 'STRING'),
('type', 'STRING'),
('properties', 'VARIANT'),
('etag', 'STRING'),
],
# https://docs.microsoft.com/en-us/graph/api/resources/serviceprincipal?view=graph-rest-beta#properties
'service_principals': [
Expand Down Expand Up @@ -1623,6 +1625,8 @@ def connect(connection_name, options):
'name': 'name',
'type': 'type',
'properties': 'properties',
'etag': 'etag',
'*': 'raw',
},
},
'diagnostic_settings': {
Expand Down

0 comments on commit 385f520

Please sign in to comment.