Commit 1c1e677
authored
fix(providers/winrm): add connection-types to provider configuration (#60028)
Add connection-types section to provider.yaml and get_provider_info.py to enable WinRM connection type visibility in Airflow UI dropdown.
Fixes part of #28790
Signed-off-by: Fouzi Takelait <[email protected]>1 parent cd3a7e1 commit 1c1e677
File tree
2 files changed
+10
-0
lines changed- providers/microsoft/winrm
- src/airflow/providers/microsoft/winrm
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
0 commit comments