Skip to content

Commit efd8955

Browse files
authored
fix unused access key (#920)
1 parent 77758f1 commit efd8955

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cloud_governance/main/environment_variables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def __init__(self):
146146
# ['User', 'Budget', 'Project', 'Manager']
147147
self._environment_variables_dict['cost_explorer_tags'] = EnvironmentVariables.get_env('cost_explorer_tags',
148148
'{}')
149-
150149
# AZURE Credentials
151150
self._environment_variables_dict['AZURE_ACCOUNT_ID'] = EnvironmentVariables.get_env('AZURE_ACCOUNT_ID', '')
152151
self._environment_variables_dict['AZURE_CLIENT_ID'] = EnvironmentVariables.get_env('AZURE_CLIENT_ID', '')

0 commit comments

Comments
 (0)