From 30c23d7f071bb7eb65f9413d0130df200eac82ac Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Fri, 22 Nov 2024 19:15:22 -0800 Subject: [PATCH] Testing OIDC --- .github/workflows/integration-tests-azure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 51fc0a8..5ddb25e 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -57,10 +57,10 @@ jobs: token = credential.get_token("https://database.windows.net/.default") connection_string = ( - "Driver={ODBC Driver 18 for SQL Server};" + "Driver={{ODBC Driver 18 for SQL Server}};" "Server=x6eps4xrq2xudenlfv6naeo3i4-6xw4uystlgdevluyqmndlcagwe.msit-datawarehouse.fabric.microsoft.com;" "Database=permissionstest;" - "Authentication=ActiveDirectoryAccessToken;" + "Authentication=ActiveDirectoryAccessToken" ) access_token = token.token