Balaga Gayatri
980d0f57a2
Added Canary tests related documentation and few more cases( #232 )
2022-06-10 17:20:07 +05:30
Balaga Gayatri
819ac8d2a9
Update azure-login-canary.yml ( #230 )
2022-06-03 17:11:18 +05:30
Balaga Gayatri
63b39ef8c4
Create azure-login-canary.yml ( #229 )
2022-06-03 16:03:36 +05:30
Balaga Gayatri
e021afe0dc
Handling warnings and adding OIDC promotion message ( #221 )
...
* Handling warnings and adding OIDC promotion message
* Implementing NIT suggestions
2022-05-02 19:46:30 +05:30
Balaga Gayatri
85f8f21203
Update README.md
2022-04-18 22:50:06 +05:30
Sean MacKay
827604025b
Update ClientSecret in the example to not call itself a GUID ( #208 )
...
* Update ClientSecret in the example to not call itself a GUID
If manually crafting or verifying a Service Principal credential JSON object, it is helpful to know that only the `clientId` is formatted as a GUID, and the `clientSecret` is just an alphanumeric string.
* Update README.md
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 19:45:44 +05:30
Sean MacKay
06f50cc138
Add critical information if manually creating SP Credential object ( #209 )
...
* Add critical information if manually creating SP Credential object
If you must manually create the credential JSON (for instance, the Service Principal was created and assigned but the output credential was not saved), finding the `clientId`, `clientSecret`, `subscriptionId` and `tenantId` in azure is possible, but the `resourceManagerEndpointUrl` is also required by this Action and was much harder to track down.
By explaining it is possible and including the value for the public azure cloud (the default use case) it will help others be able to use this Action with existing Service Principal's as well.
* Update README.md
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 19:22:52 +05:30
dependabot[bot]
23801eadd7
Bump ansi-regex from 4.1.0 to 4.1.1 ( #219 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 19:06:51 +05:30
dependabot[bot]
8f2def4beb
Bump minimist from 1.2.5 to 1.2.6 ( #212 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2022-04-11 18:59:52 +05:30
Balaga Gayatri
412f48d98e
Update README.md
2022-04-11 18:07:56 +05:30
Balaga Gayatri
c02223cd62
Update README.md
2022-03-29 18:44:11 +05:30
Balaga Gayatri
84519181a8
Adding az installation requirement to login error response ( #198 )
...
* Update main.ts
* Update main.js
2022-01-19 22:50:55 +05:30
Balaga Gayatri
db989b3060
Delete .DS_Store
2021-12-16 21:51:49 +05:30
Dhiwakar Kusuma
276f50e2dc
Update README.md ( #189 )
...
Updated Readme.md with App Registration instructions. Without the instructions new user will be lost with the instructions provided as none of the menus/options appear.
2021-12-13 23:14:29 +05:30
Balaga Gayatri
25454e5e2d
printing token logs ( #185 )
2021-12-07 00:16:39 +05:30
Balaga Gayatri
0dd02392d7
Update README.md
2021-11-29 13:48:09 +05:30
Balaga Gayatri
aa88e1ccbd
Update README.md
2021-11-29 12:35:23 +05:30
Balaga Gayatri
c8bf401503
Update README.md
2021-11-19 19:22:51 +05:30
Balaga Gayatri
37a47ac753
Update README.md ( #173 )
2021-11-17 12:48:23 +05:30
Balaga Gayatri
298eef0366
Updating samples and readme links ( #172 )
2021-11-15 17:27:52 +05:30
Balaga Gayatri
4799d94391
Adding federated token logs & optional audience parameter ( #159 )
...
* cherry pick changes
* added audience field option in input params
* added js
* removed extra spaces
* Adding logs to surface AZ-CLI and powershell errors (#171 )
* removing token logs
2021-11-15 12:45:07 +05:30
Balaga Gayatri
bd43696425
Update README.md
2021-11-12 13:09:38 +05:30
Balaga Gayatri
3e6f6e7d1b
Update README.md
2021-10-22 18:46:47 +05:30
Balaga Gayatri
38942de1a5
Update README.md
2021-10-22 18:42:53 +05:30
Balaga Gayatri
151a993723
Update README.md
2021-10-22 16:41:44 +05:30
Balaga Gayatri
fd4c9019e3
oidc changes for master ( #158 )
...
* oidc changes
* Update ServicePrinicipalLogin.test.ts
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-10-22 16:27:01 +05:30
Sean MacKay
6bc1b5ecb9
Update Readme to improve examples for hand crafting credentials ( #140 )
...
The clientSecret is not a GUID, and this being labelled as such caused confusion when I tried to manually add a client secret and was met with a SecretId which was a GUID and a SecretValue which was not a GUID. Using the SecretId GUID from the Azure UI would not work.
Also, resourceManagerEndpointUrl was required but not shown in any examples.
Finally, the value for it was hard to determine, as using several azure cli commands did not display it.
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-20 15:00:25 +05:30
Derek Seroky
f8979b3393
docs(README): update the Azure Gov cloud example ( #134 )
...
Updates the Azure Gov cloud example to have valid YAML syntax and to increase consistency between examples.
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-15 12:49:50 +05:30
Kanika Pasrija
7f56506e21
Adding repository parameter
...
This is to pick from forked branch
2021-09-15 12:39:33 +05:30
dependabot[bot]
0cf07a0171
Bump path-parse from 1.0.6 to 1.0.7 ( #128 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-09-13 17:04:06 +05:30
Balaga Gayatri
c9dca98403
Workflow for testing automation ( #131 )
...
* Create azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
* Update azure-login-pr-check.yml
2021-08-23 13:44:28 +05:30
Balaga Gayatri
177ab1c8df
Rename bug-report---feature-request.md to bug-report-feature-request.md ( #127 )
2021-08-09 14:00:43 +05:30
Kanika Pasrija
5dc2a74a43
Create CODEOWNERS
2021-08-05 13:20:35 +05:30
dependabot[bot]
852ef9dc86
Bump lodash from 4.17.19 to 4.17.21 ( #110 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <58769601+kanika1894@users.noreply.github.com >
2021-06-23 12:50:49 +05:30
dependabot[bot]
92605228cd
Bump ws from 7.2.3 to 7.5.0 ( #124 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.3 to 7.5.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.5.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 12:47:38 +05:30
dependabot[bot]
49a928a08c
Bump y18n from 4.0.0 to 4.0.1 ( #101 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 12:45:36 +05:30
Anat Balzam
b65105a723
Updating README with workaround for passing login arguments ( #106 )
...
* Add login with params workaround to README
* Added additional params line
Co-authored-by: Anat Balzam <anatbalzam@microsoft.com >
Co-authored-by: Balaga Gayatri <balaga-gayatri@github.com >
2021-06-21 17:49:36 +05:30
Ishita Chawla
a0110a77ec
Create auto-triage-issues ( #120 )
...
* Create auto-triage-issues
* Update auto-triage-issues
* Update auto-triage-issues
2021-06-21 16:19:31 +05:30
Balaga Gayatri
ed5c47a214
Merge pull request #123 from Azure/users/balaga-gayatri/docs
...
Update README.md
2021-06-21 14:16:55 +05:30
Balaga Gayatri
0d0ee46f76
Update README.md
2021-06-21 11:08:59 +05:30
Balaga Gayatri
114a8ef99d
Update README.md
2021-06-21 10:19:29 +05:30
Balaga Gayatri
a78820d812
Update README.md
2021-06-21 10:12:12 +05:30
Balaga Gayatri
490d296e28
Merge pull request #121 from Azure/users/balaga-gayatri/docs
...
Update README.md
2021-06-17 17:11:14 +05:30
Balaga Gayatri
1a2f091d94
Update README.md
2021-06-17 13:43:45 +05:30
Balaga Gayatri
c590679de3
Merge pull request #116 from Azure/users/balaga-gayatri/defaultlabels
...
Update defaultLabels.yml
2021-06-03 18:23:36 +05:30
Balaga Gayatri
b6d623b57e
Update defaultLabels.yml
2021-06-03 18:20:15 +05:30
Balaga Gayatri
bbbe7da52a
Update defaultLabels.yml
2021-06-03 17:18:30 +05:30
Balaga Gayatri
799fd51bc6
Merge pull request #114 from Azure/users/balaga-gayatri/defaultlabels
...
Create defaultLabels.yml
2021-06-02 12:15:31 +05:30
Balaga Gayatri
a9a1dcd2f7
Create defaultLabels.yml
2021-05-28 16:50:38 +05:30
Kanchan Verma
e7b36a5753
Merge pull request #99 from Azure/users/balaga-gayatri/developer-guidelines
...
Updated contribution section with the developer guidelines for actions
2021-03-31 10:17:12 +05:30