File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk/core/azure-core/tests/perf_tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ def __init__(self, arguments):
59
59
self .account_key = self .get_from_env ("AZURE_STORAGE_ACCOUNT_KEY" )
60
60
async_transport_types = {"aiohttp" : AioHttpTransport , "requests" : AsyncioRequestsTransport }
61
61
sync_transport_types = {"requests" : RequestsTransport }
62
- self .tenant_id = os .environ ["CORE_TENANT_ID" ]
63
- self .client_id = os .environ ["CORE_CLIENT_ID" ]
64
- self .client_secret = os .environ ["CORE_CLIENT_SECRET" ]
62
+ self .tenant_id = os .environ ["AZURE- CORE_TENANT_ID" ]
63
+ self .client_id = os .environ ["AZURE- CORE_CLIENT_ID" ]
64
+ self .client_secret = os .environ ["AZURE- CORE_CLIENT_SECRET" ]
65
65
self .storage_scope = "https://storage.azure.com/.default"
66
66
67
67
# defaults transports
You can’t perform that action at this time.
0 commit comments