- Notifications
You must be signed in to change notification settings - Fork10
Commit4bf2a4e
FIX: Interactive on Windows (#142)
### ADO Work Item Reference <!-- Insert your ADO Work Item ID below (e.g. AB#37452) -->>[AB#38007](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/38007)-------------------------------------------------------------------### Summary This pull request includes a small change to the`process_auth_parameters` function in `mssql_python/auth.py`. The changeadjusts how the `auth_type` is handled for interactive authentication onWindows, ensuring compatibility with native handling of AADInteractive.---------Co-authored-by: Jahnvi Thakkar <jathakkar@microsoft.com>1 parent919c230 commit4bf2a4e
2 files changed
+7
-7
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
87 | 88 |
| |
88 | 89 |
| |
89 |
| - | |
90 |
| - | |
| 90 | + | |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
147 |
| - | |
| 146 | + | |
148 | 147 |
| |
149 | 148 |
| |
150 | 149 |
| |
151 | 150 |
| |
152 |
| - | |
| 151 | + | |
153 | 152 |
| |
154 | 153 |
| |
155 | 154 |
| |
156 | 155 |
| |
157 |
| - | |
| 156 | + | |
158 | 157 |
| |
159 | 158 |
| |
160 | 159 |
| |
|
0 commit comments
Comments
(0)