Skip to content

Commit 99a56a2

Browse files
author
ci bot
committed
Merge branch 'fix/TG-1113-synapse-managed-identity' into 'enterprise'
fix(TG-1113): show Managed Identity option on Synapse connection form See merge request dkinternal/testgen/dataops-testgen!575
2 parents a75be88 + f60c55f commit 99a56a2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ __pycache__/
77
work_area/
88
.envrc
99
environment.list
10+
.claude/settings.local.json
11+
.claude/repo.yml
1012

1113
# C extensions
1214
*.so

testgen/ui/static/js/components/connection_form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ const AzureMSSQLForm = (
784784
);
785785
};
786786

787-
const SynapseMSSQLForm = RedshiftForm;
787+
const SynapseMSSQLForm = AzureMSSQLForm;
788788

789789
const MSSQLForm = RedshiftForm;
790790

0 commit comments

Comments
 (0)