Skip to content

Tags: eikooc/cli

Tags

v1

Toggle v1's commit message
Update v1 to v1.0.9

v1.0.8

Toggle v1.0.8's commit message
Release v1.0.8

v1.0.7

Toggle v1.0.7's commit message
Update v1 tag

v1.0.6

Toggle v1.0.6's commit message
cherry pick: Try catch for az version

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Releasing v1.0.5 (Azure#60)

* Updated Readme for Azure CLI actions  (Azure#29)

* Update README.md

* Update README.md

Co-authored-by: Usha N <n-usha@github.com>

* Add changes

* Added add-label workflow (Azure#41)

* Added add-label workflow

* Updated default label worlkflow for health dashboard

* Reduced time

* Added issue template for health dashboard (Azure#42)

* Added issue template for health dashboard

* Added assignees

* Add 'getting help' section to point customers to Azure CLI Repo for help (Azure#50)

Signed-off-by: James Casey <james.casey@microsoft.com>

* Write Test Case For Azure cli Action (Azure#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

* Resolved multiple README issues (Azure#51)

* Resolved multiple issues

* revert

* Changed default for azcliversion. (Azure#57)

* Added restrictLatestToAgent

* typo

* required set to false

* Changed default to agent az cli version

* deleted lib files

* Resolved comments

* Add changes

* Update package.json

* Update package-lock.json

* Upgrade version (Azure#59)

* Revert "Update package-lock.json"

This reverts commit 5633362.

* Revert "Update package.json"

This reverts commit f4b36bb.

* Upgrade version in packkage.json

Co-authored-by: Zainudeen V K <zainuvk@github.com>
Co-authored-by: Usha N <n-usha@github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: James Casey <james.casey@microsoft.com>
Co-authored-by: PankajGovindRao <84085346+PankajGovindRao@users.noreply.github.com>

1.0.4

Toggle 1.0.4's commit message
latest changes

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow access to user defined variables [Cherry pick from master and b…

…uild the code for releases] (Azure#17)

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

* Allowing user-defined env variable to be accessible

* Resolving PR comments

* Cherry pick and compile the code

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GITHUB_* enironement variables are available during script execution (A…

…zure#10) (Azure#12)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Users/jaminda/GitHub sha (Azure#9)

* Add GITHUB_SHA environment variable (Azure#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 Azure#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 Azure#7 completely.

* separate environment variables parameters

* Adding output files