login action for azurestack (#41)

* login action for azurestack

* test update for azurestack

* review changes

* review changes v2

* review changes v3
This commit is contained in:
Rakesh Kumar
2020-08-27 20:48:43 -07:00
committed by GitHub
parent 91da0d4635
commit 513cdfa020
5 changed files with 46 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ jest.mock('../../src/PowerShell/Utilities/PowerShellToolRunner');
let spnlogin: ServicePrincipalLogin;
beforeAll(() => {
spnlogin = new ServicePrincipalLogin("servicePrincipalID", "servicePrinicipalkey", "tenantId", "subscriptionId");
spnlogin = new ServicePrincipalLogin("servicePrincipalID", "servicePrinicipalkey", "tenantId", "subscriptionId", null, null);
});
afterEach(() => {