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 77758f1 commit efd8955Copy full SHA for efd8955
1 file changed
cloud_governance/main/environment_variables.py
@@ -146,7 +146,6 @@ def __init__(self):
146
# ['User', 'Budget', 'Project', 'Manager']
147
self._environment_variables_dict['cost_explorer_tags'] = EnvironmentVariables.get_env('cost_explorer_tags',
148
'{}')
149
-
150
# AZURE Credentials
151
self._environment_variables_dict['AZURE_ACCOUNT_ID'] = EnvironmentVariables.get_env('AZURE_ACCOUNT_ID', '')
152
self._environment_variables_dict['AZURE_CLIENT_ID'] = EnvironmentVariables.get_env('AZURE_CLIENT_ID', '')
0 commit comments