Skip to content

Commit

Permalink
Enabling AAD
Browse files Browse the repository at this point in the history
This reverts commit 6fb7e6d.
  • Loading branch information
rishky-msft committed Dec 29, 2022
1 parent 13793a4 commit c9ea10e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,29 @@
"categoryValues": null,
"isArray": false
},
{
"specialValueType": "authType",
"isIdentity": true,
"name": "authenticationType",
"displayName": "Authentication type",
"description": "How to authenticate with server",
"groupName": "Security",
"valueType": "category",
"defaultValue": "SqlLogin",
"objectType": null,
"categoryValues": [
{
"displayName": "Password",
"name": "SqlLogin"
},
{
"displayName": "Azure Active Directory",
"name": "AzureMFAAndUser"
}
],
"isRequired": true,
"isArray": false
},
{
"name": "dbname",
"displayName": "%mysql.connectionOptions.dbname.displayName%",
Expand Down

0 comments on commit c9ea10e

Please sign in to comment.