Граф коммитов

94 Коммитов

Автор SHA1 Сообщение Дата
Deepak Dahiya 5a7b095378
Updating @types/node to 16 (#90) 2022-10-18 02:04:48 +05:30
GitHub Action 7dca7c34fb Add changes 2022-10-17 20:11:21 +00:00
T.J. Corrigan e1a11d5092
Directly mount temp and github directories (#88) 2022-10-18 01:40:53 +05:30
Deepak Dahiya 8203daa2d8
Removing Negative tests 2022-10-15 01:41:16 +05:30
Deepak Dahiya 7403555fa7
Removing negative test
Removing the negative test as it seems flaky, it is randomly passing and failing. Will investigate after the weekend
2022-10-15 01:26:52 +05:30
GitHub Action ea0aecb336 Add changes 2022-10-12 16:34:23 +00:00
T.J. Corrigan 47afe1c0eb
Update to Node.js 16 and new @actions/core (#85)
* update to node.js 16 and new actions/core

* update workflows to use node 16
2022-10-12 22:03:57 +05:30
dependabot[bot] eb021dbc64
Bump minimist from 1.2.5 to 1.2.6 (#76)
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>
2022-04-13 11:09:54 +05:30
Marko Klemetti 717cb95a8d
fix(readme): update cli version number (#65) 2021-12-10 17:34:54 +05:30
GitHub Action 7b4b32f578 Add changes 2021-11-22 07:45:15 +00:00
Deepak Dahiya e02d7c3228
MSAL related ReadMe updates (#61) 2021-11-22 13:14:49 +05:30
GitHub Action c181654b78 Add changes 2021-11-15 11:38:30 +00:00
Deepak Dahiya 836fc08de0
Try catch for az version (#63)
* Try catch for az version

* Version upgrade

* from 1.0.5 to 1.0.6

* throw error
2021-11-15 17:07:58 +05:30
Deepak Dahiya 4a4d3cfa87
Upgrade version (#59)
* Revert "Update package-lock.json"

This reverts commit 5633362134.

* Revert "Update package.json"

This reverts commit f4b36bb8c8.

* Upgrade version in packkage.json
2021-11-10 18:28:59 +05:30
Deepak Dahiya 5633362134
Update package-lock.json 2021-11-10 18:15:09 +05:30
Deepak Dahiya f4b36bb8c8
Update package.json 2021-11-10 18:14:37 +05:30
GitHub Action cd9a8bfc96 Add changes 2021-11-10 10:28:08 +00:00
Deepak Dahiya 3817c5f908
Changed default for azcliversion. (#57)
* Added restrictLatestToAgent

* typo

* required set to false

* Changed default to agent az cli version

* deleted lib files

* Resolved comments
2021-11-10 15:57:42 +05:30
Deepak Dahiya a538872f0b
Resolved multiple README issues (#51)
* Resolved multiple issues

* revert
2021-09-10 11:23:05 +05:30
PankajGovindRao dbebf942b9
Write Test Case For Azure cli Action (#48)
* Create main.test.ts

* Create ci-workflow.yml

* Update main.ts

* Update ci-workflow.yml

* Update main.ts

* Update ci-workflow.yml

* Update ci-workflow.yml
2021-08-23 12:57:22 +05:30
James Casey 19ac94c053
Add 'getting help' section to point customers to Azure CLI Repo for help (#50)
Signed-off-by: James Casey <james.casey@microsoft.com>
2021-08-21 19:21:35 +05:30
Deepak Dahiya 231b0b4344
Added issue template for health dashboard (#42)
* Added issue template for health dashboard

* Added assignees
2021-06-30 01:03:04 +05:30
Deepak Dahiya 1ee9ae13c7
Added add-label workflow (#41)
* Added add-label workflow

* Updated default label worlkflow for health dashboard

* Reduced time
2021-06-28 01:31:45 +05:30
GitHub Action f7eaf36c81 Add changes 2021-01-11 07:51:43 +00:00
Zainudeen V K f03f87c648
Updated Readme for Azure CLI actions (#29)
* Update README.md

* Update README.md

Co-authored-by: Usha N <n-usha@github.com>
2021-01-11 13:21:19 +05:30
John 1005ed2421
Update 'secrets' link with correct url (#20) 2020-11-27 16:32:02 +05:30
Kanika Pasrija eb2caeac78
Releases/v1 updates (#28)
* add lib and node_modules for release branch (#6)

* Users/jaminda/GitHub sha (#9)

* Add GITHUB_SHA environment variable (#8)

* Add GITHUB_SHA environment variable

This PR makes the GITHUB_SHA default environment variable available to use in inlineScript.
This change does not address the issue #7 since it does not pass down all the environment variables (default ones and ones set by the user). This is stopgap solution that should be superseded by a more scalable solution that addresses issue #7 completely.

* separate environment variables parameters

* Adding output files

* GITHUB_* enironement variables are available during script execution (#10) (#12)

* Allowing white-space characters in environment variables (#14) (#15)

* Allow access to user defined variables [Cherry pick from master and build the code for releases] (#17)

* Allowing user-defined env variable to be accessible (#16)

* Allowing user-defined env variable to be accessible

* Resolving PR comments

* Cherry pick and compile the code

* removing node modules

* removing unnecessary files

* updating version

* update gitignore

Co-authored-by: Bishal Prasad <biprasad@microsoft.com>
Co-authored-by: Jalaj Minda <49639049+jalajmsft@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
2020-11-27 16:23:27 +05:30
Kanika Pasrija 37ef47de5f
Readme for building the solution (#27)
* build solution

* releaseDoc

Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
2020-11-27 16:23:08 +05:30
GitHub Action 2c2ff421ff Add changes 2020-11-26 13:12:40 +00:00
Kanika Pasrija e24bc5f13e
Setting GITHUB_ENV in container (#25)
* setting env variable

* upgrading actions core version

* pr review

* formatting

Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
2020-11-26 18:39:16 +05:30
Kanika Pasrija a37616a60f
Adding workflow for build-release (#26)
* adding workflow for build

* updating action file

Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
2020-11-26 18:38:24 +05:30
Deepak Dahiya 7704200b88
Merge pull request #24 from Azure/t-dedah/defaultLabel
Adding workflow for default label
2020-11-23 16:02:58 +05:30
Deepak Dahiya c0e1470099
Adding workflow for default label 2020-11-10 15:47:48 +05:30
Deepak Dahiya 1c44511a14
Merge pull request #21 from Azure/t-dedah/stale
Added workflow for stale issues
2020-09-25 01:30:42 +05:30
Deepak Dahiya dfe25eae23
Update stale.yml 2020-09-25 01:30:28 +05:30
t-dedah 335cffd308
Added worklfow for stale issues 2020-09-17 23:19:18 +05:30
Jalaj Minda f089509e3c
Allowing user-defined env variable to be accessible (#16)
* Allowing user-defined env variable to be accessible

* Resolving PR comments
2020-02-04 11:28:04 +05:30
Jalaj Minda 623851acfd
Allowing white-space characters in environment variables (#14) 2020-01-06 13:56:38 +05:30
Jalaj Minda b4d471a293
GITHUB_* enironement variables are available during script execution (#10) 2019-12-30 09:25:04 +05:30
Oliver Wheeler a137ed9ed7 Add GITHUB_SHA environment variable (#8)
* Add GITHUB_SHA environment variable

This PR makes the GITHUB_SHA default environment variable available to use in inlineScript.
This change does not address the issue #7 since it does not pass down all the environment variables (default ones and ones set by the user). This is stopgap solution that should be superseded by a more scalable solution that addresses issue #7 completely.

* separate environment variables parameters
2019-11-21 14:55:37 +05:30
UshaN e923bcce51
Update action.yml 2019-11-12 10:51:49 +05:30
Bishal Prasad b01e77c48e
Update README.md (#5) 2019-11-11 17:36:42 +05:30
RoopeshNair 58dd9a835f Set theme jekyll-theme-minimal 2019-11-11 12:38:57 +05:30
microsoft-github-operations[bot] 9932b03c5e Initial commit 2019-11-06 17:49:38 +05:30