Skip to content

Commit

Permalink
Merge pull request #191 from microsoft/personal/rismi/HideAADLogin
Browse files Browse the repository at this point in the history
Remove authType from configuration to hide AAD login feature
  • Loading branch information
rich617 authored Feb 27, 2020
2 parents d4b275b + b2508d2 commit 099528c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,29 +165,6 @@
"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": "Database name",
Expand Down

0 comments on commit 099528c

Please sign in to comment.