From f0dce5d766275203c1e4561c4e5fcca1d2bf1a2d Mon Sep 17 00:00:00 2001 From: rb-cc <96922511+cc-rb@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:00:51 +0530 Subject: [PATCH] Update dab-config.json --- dab-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dab-config.json b/dab-config.json index 378e986..a21a5be 100644 --- a/dab-config.json +++ b/dab-config.json @@ -1,7 +1,7 @@ { "data-source": { "database-type": "mssql", - "connection-string": "Server=tcp:crudcook.database.windows.net,1433;Initial Catalog=AdventureWorks;Persist Security Info=False;User ID={your_username};Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password";" + "connection-string": "Server=tcp:crudcook.database.windows.net,1433;Initial Catalog=AdventureWorks;Persist Security Info=False;User ID=newuser29;Password=Crudcook@123;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password";" }, "entities": { "SalesOrderDetail": {