Azure/ms-rest-nodeauth

loginWithAppServiceMSI isn't exported from msRestNodeAuth.ts

Smenus opened this issue · 0 comments

Package Version: 0.8.3

Describe the bug
loginWithAppServiceMSI isn't exported inside lib/msRestNodeAuth.ts, so has to be imported differently to the other login methods.

To Reproduce

import * as msRestNodeAuth from "@azure/ms-rest-nodeauth";

msRestNodeAuth.loginWithAppServiceMSI();
//                 ^^ Error!

Expected behavior
The loginWithAppServiceMSI method should be exported.