|
35 | 35 | "value": "Username / Password", |
36 | 36 | "label": "Username / Password" |
37 | 37 | },{ |
38 | | - "value": "Azure Active Directory (MFA)", |
39 | | - "label": "Azure Active Directory (MFA)" |
| 38 | + "value": "Connection string", |
| 39 | + "label": "Connection string" |
40 | 40 | },{ |
41 | 41 | "value": "Azure Active Directory (Username / Password)", |
42 | 42 | "label": "Azure Active Directory (Username / Password)" |
43 | 43 | },{ |
44 | | - "value": "Connection string", |
45 | | - "label": "Connection string" |
| 44 | + "value": "Azure Active Directory (MFA)", |
| 45 | + "label": "Azure Active Directory (MFA)" |
46 | 46 | }] |
47 | 47 | }, |
48 | 48 | { |
|
57 | 57 | }, |
58 | 58 | "regex": "([^\\s])" |
59 | 59 | }, |
60 | | - { |
61 | | - "inputLabel": "Directory (tenant) ID", |
62 | | - "inputKeyword": "connectionTenantId", |
63 | | - "inputType": "text", |
64 | | - "inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration", |
65 | | - "dependency": { |
66 | | - "key": "authMethod", |
67 | | - "value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] |
68 | | - } |
69 | | - }, |
70 | 60 | { |
71 | 61 | "inputLabel": "Port", |
72 | 62 | "inputKeyword": "port", |
|
75 | 65 | "defaultValue": 1433, |
76 | 66 | "dependency": { |
77 | 67 | "key": "authMethod", |
78 | | - "value": ["Username / Password", "Azure Active Directory (Username / Password)"] |
| 68 | + "value": ["Username / Password", "Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] |
| 69 | + } |
| 70 | + }, |
| 71 | + { |
| 72 | + "inputLabel": "Directory (tenant) ID", |
| 73 | + "inputKeyword": "connectionTenantId", |
| 74 | + "inputType": "text", |
| 75 | + "inputTooltip": "Specify the Directory (tenant) ID from the Overview screen of the App registration", |
| 76 | + "dependency": { |
| 77 | + "key": "authMethod", |
| 78 | + "value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"] |
79 | 79 | } |
80 | 80 | }, |
81 | 81 | { |
|
0 commit comments