jbenaventem/Azure PowerShell Action
Automate your GitHub workflows using Azure PowerShell scripts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| inlineScript | Specify the Az PowerShell script here. | yes | — |
| azPSVersion | Azure PS version to be used to execute the script, example: 1.8.0, 2.8.0, 3.4.0. To use the latest version, specify "latest". | yes | — |
| errorActionPreference | Select the value of the ErrorActionPreference variable for executing the script. Options: stop, continue, silentlyContinue. Default is Stop. | no | Stop |
| failOnStandardError | If this is true, this task will fail if any errors are written to the error pipeline, or if any data is written to the Standard Error stream. | no | false |
| githubToken | Used to pull Az module from Azure/az-ps-module-versions. Since there's a default, this is typically not supplied by the user. | — | ${{ github.token }} |
Outputs
no outputs