12 Commits

Author SHA1 Message Date
Amruta Kawade
45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.1.1
2020-10-12 14:58:40 +05:30
aksm-ms
a6347e7001 fixing special char issue in clientSecret (#36) (#37)
* fixing special char issue in clientSecret (#36)

* fixing special char issue in clientSecret

* Removing quotes from constants

* Adding scriptbuilder.js

* escaping single quotes
v1.1.0
2020-06-15 14:33:50 +05:30
aksm-ms
45b646fbba changes in PowerShellToolRunner (#32) 2020-05-13 11:19:32 +05:30
aksm-ms
776f81b869 Update README.md (#26) 2020-05-08 12:46:07 +05:30
aksm-ms
ab6d759ee8 Azure PowerShell Login changes (#25)
* Initial commit

* updating package version

* adding secret info link in logs

* adding user-agent

* Update README.md

* Added changes for azure powershell login

Changes in loginAzurePowerShell.ts

using latest version

Added getlatestazmodule version

changes in runner info

code refactor

changes in loginAzurePowerShell

code refactor

Code refactor

Code refactor

added review comments

changes in scriptbuilder

changes in setmodulepath

added paths in tsconfig.json

Revert "added paths in tsconfig.json"

This reverts commit cb2f4176bf.

changes in action.yml

changes in main

added review comments

Added changes for review comments

Modified description in action.yml

Added telemetry info

Code refactor

added review comments

added review comments

removed tslint from package.json

added log in ServicePrincipalLogin

added boolean for error log

Added Unit tests (#15)

* Added unit tests for Azure PowerShell

* Added unit tests

* changes in utils

* removed babel

* changed variable name of enable-PSSession

* refactor

* added ci.yml

* changes in utils test

making login calls silent (#19)

Co-authored-by: Deepak Sattiraju <desattir@microsoft.com>

update utils test (#16)

* update utils test

* update utils test

* update serviceprincipallogin test

Co-authored-by: Microsoft GitHub User <msftgits@microsoft.com>
Co-authored-by: Sumiran Aggarwal <suaggar@microsoft.com>
Co-authored-by: UshaN <ushan@microsoft.com>
2020-05-06 16:34:34 +05:30
Deepak Sattiraju
d1bf5b744b Making login calls silent (#18) 2020-04-14 05:52:11 +05:30
Sumiran Aggarwal
794234d1b8 adding user-agent 2019-12-13 14:36:25 +05:30
Sumiran Aggarwal
b897345338 Merge pull request #7 from Azure/users/suaggar/secretDoc
UPdting secret info doc in logs
2019-12-10 13:54:42 +05:30
Sumiran Aggarwal
538e2cc2c1 UPdting secret info doc in logs 2019-12-10 13:19:29 +05:30
Sumiran Aggarwal
83f8876003 Merge pull request #3 from Azure/users/suaggar/updatingToLatestPackage
consuming latest package version
2019-12-10 13:11:33 +05:30
Sumiran Aggarwal
0d77ccf518 consuming latest package version 2019-11-08 10:33:24 +05:30
Microsoft GitHub User
691d3a0f33 Initial commit 2019-10-21 18:00:28 +05:30