Commit 41ca392
authored
List profiles with all auth methods (#1027)
## Changes
JS SDK now supports all auth methods so we no longer have to filter out
unsupported auth methods.
With the bump of the SDK this PR also adds support for Databricks OAuth
U2M on Azure and GCP.
## Tests
Manually tests1 parent abaa30b commit 41ca392
File tree
2 files changed
+8
-12
lines changed- packages/databricks-vscode/src
- cli
- configuration
2 files changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 212 | + | |
221 | 213 | | |
222 | 214 | | |
223 | 215 | | |
| |||
243 | 235 | | |
244 | 236 | | |
245 | 237 | | |
246 | | - | |
| 238 | + | |
247 | 239 | | |
248 | 240 | | |
249 | 241 | | |
250 | | - | |
| 242 | + | |
251 | 243 | | |
252 | 244 | | |
253 | 245 | | |
| |||
0 commit comments