Fix deployment warnings to only show if no resources found (#10878)

This commit is contained in:
Charles Gagnon
2020-06-11 17:07:19 -07:00
committed by GitHub
parent 4322234d0b
commit 8db272cea4
14 changed files with 205 additions and 123 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -2132,7 +2132,7 @@ declare module 'azdata' {
* AzureResource.ResourceManagement if not given)
* @return Promise to return the security token
*/
export function getSecurityToken(account: Account, resource?: AzureResource): Thenable<{}>;
export function getSecurityToken(account: Account, resource?: AzureResource): Thenable<{ [key: string]: any }>;
/**
* An [event](#Event) which fires when the accounts have changed.