Skip to content

Tags: Azure/powershell

Tags

v1

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

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from Azure/modules-fix

Modules fix

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dynamically download Az module (#30)

* Dynamically download Az module (#29)

* Dynamically download Az module

Pre-baking of Az modules in runners will be refactored such that:
1. Only 1 latest Az module will be available as folder
2. Some high usage module versions will be available as zip based on platform
3. Other versions dynamically downloaded from Azure/az-ps-module-versions repo's releases
4. PSGallery will act as a fallback in case download fail from github releases

So to load the correct module from correct source the changes are done.

* Added required dependencies

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.
adding action name (#21)

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.
updating @actions/core and lodash (#20)

* adding node modules

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changes in PowerShellToolRunner (#6)