mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added NoAuth authenticationType for Kusto (#14375)
* Added NoAuth authenticationType for Kusto * Added SqlLogin to Kusto as an AuthType. Renamed NoAuth to None
This commit is contained in:
@@ -291,6 +291,14 @@
|
||||
{
|
||||
"displayName": "%kusto.connectionOptions.authType.categoryValues.azureMFA%",
|
||||
"name": "AzureMFA"
|
||||
},
|
||||
{
|
||||
"displayName": "%kusto.connectionOptions.authType.categoryValues.none%",
|
||||
"name": "None"
|
||||
},
|
||||
{
|
||||
"displayName": "%kusto.connectionOptions.authType.categoryValues.sqlLogin%",
|
||||
"name": "SqlLogin"
|
||||
}
|
||||
],
|
||||
"isRequired": true,
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
"kusto.connectionOptions.authType.displayName": "Authentication type",
|
||||
"kusto.connectionOptions.authType.description": "Specifies the method of authenticating with Kusto Server",
|
||||
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - Universal with MFA support",
|
||||
"kusto.connectionOptions.authType.categoryValues.none": "No Authentication",
|
||||
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "User Authentication",
|
||||
"kusto.connectionOptions.userName.displayName": "User name",
|
||||
"kusto.connectionOptions.userName.description": "Indicates the user ID to be used when connecting to the data source",
|
||||
"kusto.connectionOptions.password.displayName": "Password",
|
||||
|
||||
Reference in New Issue
Block a user