Use correct Azure graph endpoint & cleanup (#13786)

* Use correct Azure graph endpoint

* Add enum
This commit is contained in:
Charles Gagnon
2020-12-14 10:12:01 -08:00
committed by GitHub
parent 63536eba9f
commit f5e737c760
5 changed files with 99 additions and 33 deletions

View File

@@ -856,4 +856,11 @@ declare module 'azdata' {
**/
name?: string;
}
export enum AzureResource {
/**
* Microsoft Graph
*/
MsGraph = 7
}
}