mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 17:24:34 -05:00
Allow the arm baseURI to be set dynamically (#920)
* Allow the arm baseURI to be set dynamically * Defensive programming
This commit is contained in:
@@ -97,6 +97,7 @@ namespace Microsoft.SqlTools.ResourceProvider.DefaultImpl
|
||||
userAccount.DisplayInfo = ToDisplayInfo(account);
|
||||
userAccount.NeedsReauthentication = account.IsStale;
|
||||
userAccount.AllTenants = ProcessTenants(accountTokenWrapper, account);
|
||||
userAccount.UnderlyingAccount = account;
|
||||
return userAccount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user