mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
Add IncludePassword parameter to Get Connection String request (#670)
* Add IncludePassword flag to get connection string method * Override connection application name * Fix typo * Fix test break * Use ****** as password placeholder
This commit is contained in:
@@ -14,5 +14,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection.Contracts
|
||||
/// URI of the owner of the connection
|
||||
/// </summary>
|
||||
public string OwnerUri { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates whether the password should be return in the connection string
|
||||
/// </summary>
|
||||
public bool IncludePassword { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user