Skip to content

Commit 09f146f

Browse files
authored
using fake secret in tests configs (#41787)
1 parent 9ecd1ce commit 09f146f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/ml/azure-ai-ml/tests/test_configs/datastore/adls_gen1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ store_name: cliv2testdatalake
44
credentials:
55
tenant_id: 72f988bf-86f1-41af-91ab-2d7cd011db47
66
client_id: f7152bb4-cfa5-4cc9-9516-c34b65a10d04
7-
client_secret: -8BJ_7K1~J2BtbK8-z1oZ-28B2.1mH5ZGg
7+
client_secret: REDACTED_FAKE_SECRET_FOR_TEST_ONLY

sdk/ml/azure-ai-ml/tests/test_configs/datastore/adls_gen2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ account_name: cliv2testblob
44
credentials:
55
tenant_id: 72f988bf-86f1-41af-91ab-2d7cd011db47
66
client_id: f7152bb4-cfa5-4cc9-9516-c34b65a10d04
7-
client_secret: -8BJ_7K1~J2BtbK8-z1oZ-28B2.1mH5ZGg
7+
client_secret: REDACTED_FAKE_SECRET_FOR_TEST_ONLY
88
filesystem: a-file-system

sdk/ml/azure-ai-ml/tests/test_configs/datastore/one_lake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ endpoint: https://onelake.dfs.fabric.microsoft.com
99
credentials:
1010
tenant_id: 72f988bf-86f1-41af-91ab-2d7cd011db47
1111
client_id: f7152bb4-cfa5-4cc9-9516-c34b65a10d04
12-
client_secret: -8BJ_7K1~J2BtbK8-z1oZ-28B2.1mH5ZGg
12+
client_secret: REDACTED_FAKE_SECRET_FOR_TEST_ONLY
1313
resource_url: https://storage.azure.com
1414
authority_url: https://login.microsoftonline.com

sdk/ml/azure-ai-ml/tests/test_configs/datastore/one_lake_auth_url_back_compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ endpoint: https://onelake.dfs.fabric.microsoft.com
99
credentials:
1010
tenant_id: 72f988bf-86f1-41af-91ab-2d7cd011db47
1111
client_id: f7152bb4-cfa5-4cc9-9516-c34b65a10d04
12-
client_secret: -8BJ_7K1~J2BtbK8-z1oZ-28B2.1mH5ZGg
12+
client_secret: REDACTED_FAKE_SECRET_FOR_TEST_ONLY
1313
resource_url: https://storage.azure.com
1414
authority_uri: https://login.microsoftonline.com

0 commit comments

Comments
 (0)