Commit Graph

62 Commits

Author SHA1 Message Date
aksm-ms
3ca410cd24 adding lib 2020-11-03 14:14:40 +05:30
Ganeshrockz
481142a71d Added no subscription support (#73)
* Added no subscription support

* Added L0s

* added no subcriptions login support

* test changes

Co-authored-by: Ganesh S <ganeshs@CBREV-KESTUR.redmond.corp.microsoft.com>
Co-authored-by: aksm-ms <58936966+aksm-ms@users.noreply.github.com>
2020-11-03 13:49:13 +05:30
Noel
fa833a8f44 fix typo (#75) 2020-10-29 10:29:51 +05:30
Usha N
f86425d665 Updating telemetry to remove Hashing of repo name (#66)
* Updating telemetry to remove Hashing of repo name

We have CELA sign off to log user name in telemetry instead of a Hash.. It will also help us map repo names with Azure subscriptions directly.

* Update main.ts

* adding lib/main.js

* adding main.ts

Co-authored-by: Ashish Ranjan <asranja@github.com>
Co-authored-by: aksm-ms <58936966+aksm-ms@users.noreply.github.com>
2020-10-21 10:25:56 +05:30
aksm-ms
8158dc4846 Update README.md (#72) 2020-10-21 09:49:38 +05:30
dependabot[bot]
9eb3db5a71 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>
2020-10-12 14:01:59 +05:30
aksm-ms
498ec10cdf 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>
2020-10-12 13:59:03 +05:30
Amruta Kawade
c494a29b96 Merge pull request #63 from Azure/AmrutaKawade-patch-1
Create issue-label-bot.yaml
2020-10-06 13:48:27 +05:30
Amruta Kawade
756a6f0316 Create issue-label-bot.yaml 2020-10-06 10:30:41 +05:30
Kraig Brockschmidt
6fc8a38800 Add explanation of az ad sp create-for-rbac (#57)
* Add explanation of az ad sp create-for-rbac
Fulfills an internal Microsoft request to explain what the command is doing.

Also cleans up the readmd a little and add a note about forking a sample repository when applicable.

* Add note on managing service principals

* Update secrets link
2020-09-30 09:25:49 +05:30
Max Held
5dbba71255 fix typo (#58) 2020-09-29 17:47:06 +05:30
Justin Hutchings
7e173d1a14 Add CodeQL security scanning (#35) 2020-09-22 13:33:27 +05:30
Usha N
604f0eb80b Update README.md 2020-08-26 13:41:07 +05:30
Usha N
e9a9c1efa4 Merge pull request #48 from johnlokerse/patch-1
Updated 'secrets' url in the README
2020-08-25 16:09:32 +05:30
John
45e5e991bf Updated 'secrets' url in the README
Updated the URL regarding the 'secret' docs. The issue was opened here: https://github.com/Azure/login/issues/47.
2020-08-23 16:53:51 +02:00
aksm-ms
91da0d4635 Update ci.yml 2020-07-21 15:17:27 +05:30
aksm-ms
ed39f6a8e2 Update package.json 2020-06-29 10:55:58 +05:30
aksm-ms
b25b548bf8 escaping single quotes (#38) 2020-06-15 14:31:32 +05:30
aksm-ms
f41148c378 fixing special char issue in clientSecret (#36)
* fixing special char issue in clientSecret

* Removing quotes from constants

* Adding scriptbuilder.js
2020-06-12 22:11:19 +05:30
JasonTheDeveloper
eeeade0627 fix: wrap PowerShellToolRunner.psPath in "" (#31) 2020-05-13 11:06:52 +05:30
Usha N
358ee2b773 Update README.md 2020-05-11 10:35:22 +05:30
aksm-ms
1f09c2c5c0 Update README.md (#28) 2020-05-08 12:51:54 +05:30
aksm-ms
eaef5fc7a4 update utils test (#16)
* update utils test

* update utils test

* update serviceprincipallogin test
2020-04-15 12:04:04 +05:30
aksm-ms
cf9ec15344 making login calls silent (#19)
Co-authored-by: Deepak Sattiraju <desattir@microsoft.com>
2020-04-15 11:39:47 +05:30
aksm-ms
3ec3e73a1c 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
2020-04-08 17:42:18 +05:30
aksm-ms
73efa776b5 Merge pull request #14 from aksm-ms/az-ps-login
Added changes for azure powershell login
2020-03-28 10:58:46 +05:30
Akshaya M
946067d034 added boolean for error log 2020-03-27 18:01:05 +05:30
Akshaya M
28f29173ac added log in ServicePrincipalLogin 2020-03-27 09:56:23 +05:30
Akshaya M
7c947326c2 removed tslint from package.json 2020-03-24 16:38:57 +05:30
Akshaya M
6df92eb730 added review comments 2020-03-24 15:40:30 +05:30
Akshaya M
97c66dece8 added review comments 2020-03-24 14:17:39 +05:30
Akshaya M
db864cee1a Code refactor 2020-03-22 23:54:24 +05:30
Akshaya M
0935db3306 Added telemetry info 2020-03-20 16:32:12 +05:30
Akshaya M
2e68c54666 Modified description in action.yml 2020-03-20 16:10:51 +05:30
Akshaya M
ad3250b83a Added changes for review comments 2020-03-20 16:00:28 +05:30
Akshaya M
a2be320a3e added review comments 2020-03-19 19:27:30 +05:30
Akshaya M
7e72509c6b changes in main 2020-03-19 11:38:04 +05:30
Akshaya M
13aa761aaa changes in action.yml 2020-03-19 11:08:42 +05:30
aksm-ms
860e5ace46 Revert "added paths in tsconfig.json"
This reverts commit cb2f4176bf.
2020-03-17 17:26:39 +05:30
aksm-ms
cb2f4176bf added paths in tsconfig.json 2020-03-17 15:34:44 +05:30
aksm-ms
09ec3faf97 changes in setmodulepath 2020-03-17 09:46:10 +05:30
Akshaya M
04bdab0c41 changes in scriptbuilder 2020-03-16 17:10:02 +05:30
Akshaya M
c909df3338 added review comments 2020-03-16 17:07:31 +05:30
Akshaya M
7fc98cfa3d Code refactor 2020-03-16 17:01:10 +05:30
Akshaya M
3e94d97948 Code refactor 2020-03-16 15:15:59 +05:30
aksm-ms
1c43646e3a code refactor 2020-03-10 10:18:25 +05:30
aksm-ms
1c9bfa52b4 changes in loginAzurePowerShell 2020-03-09 17:40:48 +05:30
aksm-ms
f805ead5d4 code refactor 2020-03-09 17:27:58 +05:30
aksm-ms
a68f90e22a changes in runner info 2020-03-09 14:00:22 +05:30
aksm-ms
12e896239f Added getlatestazmodule version 2020-03-06 12:26:11 +05:30